Qwen3.8-27B

Qwen3.8-27B is a hybrid thinking open model for agentic coding and chat. Run the model locally via Unsloth Dynamic GGUFs and Unsloth Desktop.

Unsloth Dynamic V3.027B parametersText + vision256K context17 to 19 GB at 4-bit
Memory Requirements

For the recommended 4-bit GGUF, plan for 17 to 19 GB of total RAM and VRAM.

Capabilities

Text and vision input, hybrid thinking, agentic coding, nested tool calls, and up to 256K context.

Run locally
Unsloth Run
unsloth run --model unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL

Applications

Launch a coding agent against Qwen3.8-27B with unsloth start.

Setup guide →
Claude Code logo
Claude Code
unsloth start claude --model unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL
OpenAI Codex logo
OpenAI Codex
unsloth start codex --model unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL
Hermes Agent logo
Hermes Agent
unsloth start hermes --model unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL
OpenClaw logo
OpenClaw
unsloth start openclaw --model unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL
OpenCode logo
OpenCode
unsloth start opencode --model unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL

Run options

Use the GGUF build on most computers or NVFP4 on NVIDIA Blackwell.

GGUF 4-bit

Recommended

Best balance of local quality and memory use.

Unsloth Run
unsloth run --model unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL
Use Unsloth Desktop to search, download, and tune models automatically.

NVFP4

About 2.5x faster

Optimized for RTX 50 series, DGX Spark, B200, and B300.

vLLM
vllm serve unsloth/Qwen3.8-27B-NVFP4
SGLang
python -m sglang.launch_server --model-path unsloth/Qwen3.8-27B-NVFP4 --speculative-algorithm NEXTN --speculative-num-steps 3 --speculative-eagle-topk 1 --speculative-num-draft-tokens 4
FP8 KV cache calibration supports longer context.

Memory and settings

Unsloth applies the recommended inference values automatically.

Memory requirements

Quant2-bit3-bit4-bit6-bit8-bitBF16
Total memory11 to 13 GB13 to 16 GB17 to 19 GB24 GB31 GB56 GB
Use RAM plus VRAM close to the quant size for best speed. Less memory can work with slower disk offloading.

Run, train, and connect locally with Unsloth Desktop

Search and download GGUF or safetensor models, use self-healing tool calls, run web search and code, and let Unsloth tune inference automatically on macOS, Windows, or Linux.

Download Unsloth