Model reference · open weights

Qwen3.8-Escha-W2

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

About

What Qwen3.8-Escha-W2 is

Qwen3.8-27B-Escha-W2 — 2-bit quantized (escha) By Escha Labs Inc. Escha-W2 is a 2-bit quantized build of Qwen3.8-27B. It holds the full 27B parameter count in 10.15 GB of weights — small enough that the whole model, its KV cache and a 64k context fit on a single 24 GB consumer card, with room left over (or 128k context on the same card with a tuned config — see Long context). On the three axes we measured it against a same-backend FP8 reference, this build is not measurably worse: it is ahead on commonsense reasoning, behind by exactly one question on GPQA-Diamond, and ahead on LiveCodeBench within that benchmark's own noise. Contents This repo holds only the model. The runtime that serves it lives in EschaLabs/escha-runtime-qwen3dense — an SGLang build with the decode kernels this format needs. That is the engine this model is served and measured on throughout this card. Quickstart Sanity check before serving — all three must print True: (import sglang is part of the check on purpose — an earlier torch, escha-only version passed on a box that could not actually serve.) Then, from another shell: If generation is fluent but wrong — confident, well-formed nonsense — you are almost certainly on transformers < 5.8, which loads this architecture with a silently different attention path. Upgrade before reporting a quality bug. Connecting a client opencode.json in this repo is a working provider block — drop it in and it points at the local server. The launch script binds to localhost. If you set HOST=0.0.0.0 to reach it from another machine, set APIKEY at the same time; the server has no auth of its own. Thinking mode This is a thinking model. Toggle it through chattemplatekwargs — a top-level enablethinking is ignored: When thinking is on, the answer may arrive split across both reasoningcontent and content — read both, or you will score empty strings. THINK=0 on the launch script defaults it off. reasoningeffort — the knob most people should touch first The default is xhigh, and it is the single biggest lever on how long an answer takes. It goes in chattemplatekwargs alongside enablethinking, and it only applies while thinking is on. Two things to know before you re

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

Specifications

What it is

MakerEschaLabs
TypeLanguage models
Parameters (lead)6.3B
Variants1
Based onQwen/Qwen3.8-27B
Released2026-08-20
Popularity4k downloads / month
Likes142
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-27B-Escha-W26.3BBF16~14.6 GBWeights ↗

Benchmarks

Reported results

As published on the model card — the maker's own numbers, not measured by AxForge.

TaskDatasetMetricScore
Commonsense ReasoningCommonsense-6 (avg of 6 tasksavg acc (thinking-off)79.25
Graduate-level ScienceGPQA-Diamond (n=198)acc (thinking-on88.38
Code GenerationLiveCodeBench v6 (since 2025-01-01pass@1 (thinking-on86.81

Using it via the API

Call it like any OpenAI endpoint

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

Details

Languages, data & research

Languages

en

Tags

safetensors qwen3_5 qwen3 2-bit quantization escha sglang code reasoning conversational text-generation en model-index

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