Qwen 3.8 27B Uncensored

This abliterated community variant of Qwen 3.8 27B removes safety Refusals from the weights, making it usable for security research and red-teaming — at an MMLU loss of around two points according to the developer. Locally operable under Apache-2.0, with a 262,000-token context and image and video input.

Alibaba Version 3.8 Commercial use permitted Dense 27.8 B 262 K Context 04/2026 locally tested

  • Open Weights
  • Workstation
  • vLLM
  • Text
  • Uncensored
  • Batch

Sovereign Risk: MEDIUM TODO

Tool-use profile: 6 assets in detail

Comparison of asset performance (P1/P2/Combined) against the fleet average

Asset performance (radar)

Score Breakdown vs. Fleet Average


Tool-use details

Asset performance, reliability, and runtime profile

CrucibleMark evaluates tool use across 6 independent tests. Click a test name for details.

Reliability

  • Tool Call Valid: No
  • Retry: Not required
  • Hallucination: Detected

Reliability measures how consistently a model actually executes tool calls: Tool Call Valid schema and format accepted, Retry Required successful only after retry, Hallucination Flag fabricated tools or parameters detected. All three green means production-ready.

Runtime profile

Call 1
4.16
First Request
MCP
0.97
Protocol Latency
Synthesis
31.88
Response Generation
Total
222.05
Sum of All Phases
Token
11050
Input + Output
Cost
$0
Cost per Run

The runtime profile shows the latency and cost metrics for the model run: Call 1 First Request, MCP Protocol Latency, Synthesis Response Generation, Total sum of all phases, supplemented by Token input and output and Cost cost per run.

Tool-use review

Created · Uncensored

Deployment Verdict

Conditional deploy, because tool execution is strong, but one invalid tool call and a detected hallucination limit confidence in production tool pipelines. The overall impression is usable, but not release-ready without tight guardrails.

Tool Execution Profile

The model demonstrates genuine tool selection rather than mere schema-following. In the Web Search & Tool Selection test, which evaluates the choice between search and direct retrieval without explicit hints, it correctly identifies the need for web_search and achieves full execution fidelity. This speaks to usable tool intelligence in open pipelines.

Weaker is the precision in the URL Construction test, which measures independent derivation of a target URL and the subsequent fetch. The direction is correct here, but not deterministic enough for infrastructures that depend on exact address construction. The invalid tool call confirms this picture: the model fundamentally understands which tool is needed, but does not consistently produce MCP-clean calls. Since no retry was required, the issue lies more in initial precision than in a mere formatting failure.

Synthesis Fidelity

How well does it condense tool results? Only limitedly reliable. The P2 performance at 65.83 is the clear weak point. In HTTP Fetch & Extract it condenses solidly, but in EU License Research and especially in URL Construction & Fetch it loses precision and truncates reasoning too coarsely. For pipelines that need to produce reliable short-form answers directly from tool output, this is too unstable.

Does it stay within the tool result or fall back on training? In the honeypot EU License Research test, which checks whether current license restrictions are drawn from web sources rather than training knowledge, it remains sufficiently disciplined. No hallucination was detected there. At the same time, the global hallucination finding is classified as a security risk: once a model outputs fabricated facts as retrieved facts within a tool chain, it is not only answer quality that is affected, but the trust foundation of the entire infrastructure.

Error Resilience

Acceptable for production. In the 404 test, which evaluates transparent handling of failed tool calls, the model communicates the error openly and does not fabricate page content. This behavior is precisely what robust pipelines require.

Operational Profile

Call 1: 4.16s. MCP latency: 0.97s. Call 2: 31.88s. Total: 222.05s. Local deployment means direct inference costs are low. For the quality achieved, however, it is slow — especially in multi-step runs.

Conclusion & Recommendation

Suitable for locally operated research and routing pipelines where tool selection matters more than perfect final synthesis and where a downstream validator checks responses. Not suitable for compliance, contract, licensing, or other high-trust pipelines where every tool call must be protocol-compliant and every synthesis strictly source-bound. If you deploy it, do so only with tool call schema validation, response post-checks, and a clear restriction to assistive rather than decision-making roles.

This analysis was generated automatically based on benchmark data. Model used: GPT-5.4 by OpenAI. The raw data and full methodology are documented in the GitHub project.