Model reference · open weights

Qwen3.8

Qwen3.8 is an open-weight language model from empero-ai, 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 empero-ai 1 variants 307k downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What Qwen3.8 is

Qwen3.8-9B — GGUF Developed by Empero GGUF quantizations of empero-ai/Qwen3.8-9B — a full-parameter distillation of Qwen3.8 2.4T A95B into the Qwen3.5-9B architecture — for llama.cpp, Ollama, LM Studio, Jan, KoboldCpp, and other stock GGUF runtimes. This card is about choosing a file and running it. The capability writeup, full benchmark results, and best practices live on the main model card. Headline results for the source model (CoT protocols, lm-evaluation-harness, identical settings base vs. student): [!Note] Qwen3.5-class models are hybrids: three Gated DeltaNet layers for every full-attention layer. A recent llama.cpp build with Qwen3.5 / Gated DeltaNet support is required — older builds will fail to load the architecture. Files Sizes are exact decimal GB from the uploaded files (1 GB = 1,000,000,000 bytes). What fits on a GPU? Practical weight-size-based guidance at modest context — the KV cache is the dominant cost at long context and may require offload regardless of weight quant: Usage llama.cpp Use the built-in chat template (-cnv). The model is a reasoning model: every answer opens with a <think block, so allow a generous -n and strip the <think...</think span for end users. Ollama / LM Studio / Jan / KoboldCpp Download the GGUF of your choice and load it directly; the chat template is embedded in the file. Recommended sampling: temperature=0.6, topp=0.95, topk=20. Provenance & licensing Quantizations of empero-ai/Qwen3.8-9B, a distillation of Qwen3.8 2.4T A95B into Qwen/Qwen3.5-9B trained on ~70,000 curated teacher traces from our internal Qwen3.8 distillation datasets. Weights are Apache-2.0, inherited from the Qwen base, shared as-is. Stay in the loop Sign up for the Empero newsletter at empero.org for releases, evals, and research notes. Support / Donate If this model helped you, consider supporting the project: - BTC: bc1qx6zepu6sfkvshgdmc4ewu6pk6rpadvpgffpp7v - LTC: ltc1qv2mefzps2vtjcpwfx8xxdrpplrcvltswm68r7x Acknowledgements - Developed and released by Empero - Base model: Qwen3.5-9B (Alibaba Qwen team) - GGUF quantization: llama.cpp (ggml-org)

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

Specifications

What it is

Makerempero-ai
TypeLanguage models
Variants1
Runs withgguf
Based onempero-ai/Qwen3.8-9B
Released2026-08-15
Popularity307k downloads / month
Likes193
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
Qwen3.8-9B-Distill-GGUFGGUFWeights ↗

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys empero-ai-qwen3-8 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (empero-ai-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":"empero-ai-qwen3-8","messages":[{"role":"user","content":"Hello"}]}'

Details

Languages, data & research

Languages

en

Tags

gguf llama.cpp quantized empero-ai qwen3.5 qwen3.8 distillation reasoning gated-deltanet text-generation en endpoints_compatible conversational edge

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 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