Model reference · open weights

Dirk-Qwen3.8

Dirk-Qwen3.8 is an open-weight language model from peculiar-ragdoll, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.

LLMs peculiar-ragdoll 1 variants 32k downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What Dirk-Qwen3.8 is

Dirk is the Qwen3.8-27B that gets straight to the point. With our Sharp chat template, MTP, and vision baked in, the model answers lean and stays on-task out of the box. No template wrangling: download, point llama.cpp at it, go. If you want it to think deeper, set the effort level through chattemplatekwargs: Levels: low, medium, xhigh — high is accepted but is an alias for xhigh, not a step below it. Omit it for Dirk's lean default (medium). Turn thinking off entirely with "enablethinking": false. What it is - Base: Qwen/Qwen3.8-27B, a dense 27B vision-language model (vision preserved). - Quant: Unsloth's Dynamic 3.0 UD GGUF quants — their current generation, not an older ladder — which keep the model's MTP (nextn) head: runtimes with multi-token-prediction speculative decoding can use it for faster generation. - Template: the Sharp chat template (Qwen 3.8-aware) — froggeric's fixed Qwen template plus a terseness system prompt, and turning off the xhigh thinking default. IQ4XS carries v22.3.2, which adds an opt-out (chattemplatekwargs: {"terse": false}); the older tiers carry v22.3.1 and render identically unless you use that opt-out. It is byte-swapped into the GGUF metadata; the weights and the MTP tensors are untouched. The only thing Dirk changes versus the stock quant is the template. Same weights, asked better. Proven on Nail and Dagger Dirk is new, but the template is not. The identical terseness edit, measured on Dagger's base (ThinkingCap-27B, same weights, only the template swapped): Roughly: the same answers in a bit over half the words, with accuracy moving up. That is what Dirk inherits — and its own SWE-bench-Live and MMLU-Pro numbers, shown above, bear it out. Thinking effort Stock Qwen3.8-27B forces reasoningeffort=xhigh on every call — always-on maximum-effort reasoning. Dirk removes that default, so it runs at the model's native medium effort: in both the official and Unsloth templates, medium is the setting that injects no reasoning instruction (only xhigh and low add one), and Dirk simply leaves it there. So Dirk thinks at the baseline and answers terse, instead of being pushed to the ceiling on every request. Set reasoningeffort yourself (l

Summarised from the published model card. Read the full card on the HuggingFace links below.

Specifications

What it is

Makerpeculiar-ragdoll
TypeLanguage models
Variants1
Runs withgguf
Based onQwen/Qwen3.8-27B
Released2026-08-14
Popularity32k downloads / month
Likes97
LicenceOpen weights

How it works

How language models work

Your prompttext / messagesTransformerattention over tokensNext-token loopgenerate + streamResponsetext · tool callsA language model reads your tokens and predicts the next one, again and again, streaming the reply back.

Variants

Sizes & precisions

Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.

VariantParamsPrecisionVRAMFits 16 GBWeights
Dirk-Qwen3.8-27B-GGUFGGUFWeights ↗

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys dirk-qwen3-8 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (dirk-qwen3-8 below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/chat/completions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"dirk-qwen3-8","messages":[{"role":"user","content":"Hello"}]}'

Details

Languages, data & research

Languages

en zh

Tags

gguf llama.cpp qwen3_5 qwen3.8 mtp speculative-decoding token-efficient agentic-coding vision image-text-to-text en zh endpoints_compatible imatrix

Licence

Open weights

Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗

Sources

Weights & code

Want Dirk-Qwen3.8 on EU-owned hardware?

Request this model on EU hardware See what’s served now

Explore

More language models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms