Model reference · open weights

Swift-Qwen3.8

Available as managed deployment Licence fee LLMs ukisai · community Vision + text 1 variants 667 dl/mo

Swift-Qwen3.8 is an open-weight language model from ukisai. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Released byukisai
TypeLanguage models
TaskVision + text
Parameters (lead)18.2B
Context256k tokens
Runs withvllm
Based onukisai/Swift-Qwen3.8-27b
Released2026-09-12
Popularity667 downloads / month
LicenceCommercial licence needed

About

What Swift-Qwen3.8 is

NVFP4/FP8 mixed-precision quantization of Swift-Qwen3.8-27B, UkisAI's reasoning-efficient derivative of Qwen3.8-27B. This update was created directly from the original BF16 source weights using NVIDIA Model Optimizer, following the verified precision mapping of NVIDIA's Qwen3.8-27B-NVFP4. The model architecture, vision components, tokenizer, and BF16 MTP weights are preserved.

Read the full model card

.swift-table { width:100%; table-layout:fixed; border-collapse:separate; border-spacing:0; overflow:hidden; border:1px solid #27344A; border-radius:20px; background:#0D111B; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif; font-size:14px; color:#BFBDBD; } .swift-table th { padding:13px 8px; text-align:center; font-weight:700; color:#AEB5C7; background:#0D111B; border-right:1px solid #27344A; border-bottom:1px solid #27344A; } .swift-table td { padding:14px 8px; text-align:center; color:#BFBDBD; background:#0D111B; border-right:1px solid #27344A; border-bottom:1px solid #27344A; vertical-align:middle; overflow-wrap:break-word; } .swift-table tr > :last-child { border-right:0; } .swift-table tbody tr:last-child td { border-bottom:0; } .swift-table .benchmark-heading { color:#B7BDCD; background:#0D111B; border-bottom:3px solid #7D45B5; } .swift-table .score-heading { color:#F0C5FF; background:#52239E; border-bottom:3px solid #7D45B5; } .swift-table .tokens-heading, .swift-table .median-heading { color:#D4E8FF; background:#304FC2; border-bottom:3px solid #5687E6; } .swift-table .benchmark { padding-left:18px; text-align:left; color:#FFFFFF; font-weight:600; } .swift-table strong { color:#FFFFFF; } .swift-table .section { padding:12px 18px; text-align:left; color:#B489FF; background:#2A2541; font-weight:700; letter-spacing:.08em; text-transform:uppercase; border-top:1px solid #3A3159; border-bottom:1px solid #3A3159; } .swift-table .swift { background:#171127; } .swift-table thead tr:nth-child(2) .swift { color:#D3A0FF; } .swift-table .reduction { color:#69BFFF; background:#101B2C; font-weight:700; } .swift-table .detail { color:#8C94A8; font-size:12px; font-weight:500; }

@media (max-width: 640px) { .swift-table { display:block !important; width:100% !important; max-width:100%; overflow-x:auto !important; -webkit-overflow-scrolling:touch; table-layout:auto !important; } .swift-table th, .swift-table td { min-width:100px; } .swift-table th:first-child, .swift-table td:first-child { min-width:160px; } }

Weight-memory fix

The previous checkpoint retained the 144 large projections across 48 Gated DeltaNet layers and lm_head in BF16. This update reduces model-weight memory, leaving more memory for the existing KV cache. KV-cache precision is unchanged and the KV cache was not quantized.

What is in this checkpoint

ComponentPrecision
192 MLP projections (gate_proj, up_proj, down_proj) and lm_headNVFP4, block size 16
144 large DeltaNet projections (in_proj_qkv, in_proj_z, out_proj)FP8 E4M3
64 full-attention projections (q_proj, k_proj, v_proj, o_proj)FP8 E4M3
Embeddings, norms, small DeltaNet projections/controls, convolutions, vision, MTPBF16
FormatNVIDIA ModelOpt mixed precision
Checkpoint sizeApproximately 21.945 GB

All 798 retained BF16 tensors, including all 15 MTP tensors, were checked byte for byte against the original source. The precision inventory lists every exported tensor.

Calibration

Source: ukisai/Swift-Qwen3.8-27b at revision 1b30aaaf753fe5c1cb51ada2ea0367a53445359c. ModelOpt commit: 022767c7ab3d7d36211affd85e5c496770cde768 (installed version 0.47.0rc0). Calibration used 2,048 examples from NVIDIA's seven-source Nemotron post-training v3 collection, a 4,096-token maximum, seed 42, and 6,459,330 actual tokens. The original source model was split across both H100s in one process. Both full calibration passes completed and all 193 NVFP4 modules had Local-Hessian coverage.

NVFP4 uses ModelOpt Local-Hessian calibration with block size 16 and the full FP8 scale sweep. FP8 projections use max calibration. Quantizers are enabled only for the explicit projection list; KV-cache quantizers remain disabled.

See the exact recipe, calibration manifest, and package versions. This reproduces NVIDIA's published approach with documented representative data; NVIDIA's exact calibration sample IDs and sampling parameters are not public.

Requirements and hardware validation

Validated with vLLM 0.28.0, using a loader that supports ModelOpt mixed-precision checkpoints. This update changes the checkpoint serialization from the previous compressed-tensors format to ModelOpt.

H100 inference uses Marlin weight-only NVFP4 kernels. Native Blackwell W4A4 execution has not been tested for this new checkpoint. The reported memory and quality results are H100 measurements. FP4/FP8 activation quantization was also exercised separately through ModelOpt fake-quantized likelihood evaluation.

Evaluation scope

These results compare the previous NVFP4 checkpoint with this release on H100.

Benchmarks

Fresh paired tests used both H100s, with one H100 per inference measurement and identical settings for old/new models. Full budget means gpu_memory_utilization=0.90; constrained budget means 0.40. Both use BF16 model dtype and kv_cache_dtype=auto.

The 3.17x constrained-context increase comes from lower weight memory. Cache-entry specifications are identical. Full-budget tests reach the unchanged 262,144-token architecture ceiling. Long-context checks retrieved three independent values placed at 10%, 50%, and 90% of the prompt and completed a real 256-token generation at the capacity boundary. Strict loading, numeric precision checks, MT

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

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

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

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