Models · family

Qwen

46 MLX aliases · Alibaba's full open-weights line — Qwen3.5 / 3.6 / Coder / VL / legacy / 2.5 / Qwopus.

The Qwen family on rapid-mlx covers every Alibaba open-weights line we support — from the workhorse Qwen3.5 (4B → 122B-A10B MoE) and the post-3.5 refresh Qwen3.6, through the code-tuned Qwen3 Coder and the vision-language Qwen3-VL, down to the smaller legacy Qwen3 / Qwen2.5 baselines and the community Opus-aligned Qwopus. All variants use the hermes tool-call envelope (Qwen3.6 swaps to qwen3_coder_xml) and the qwen3 reasoning parser, so structured tool calls and <think>-style chain-of-thought stream out of /v1/chat/completions and /v1/responses with no extra config.

family
Qwen
aliases
46
lines
7
install
rapid-mlx serve <alias>
OpenAI base URL
http://localhost:8000/v1

Lines in this family

Qwen3.6 · 11 aliases

Post-3.5 refresh. Same hybrid-cache MoE architecture as 3.5-35B but a tighter post-training mix and an XML-style tool-call envelope, parsed with our qwen3_coder_xml parser. We ship 8 aliases including DWQ (data-aware quant) and Unsloth's UD-MLX quants alongside the standard 4/6/8-bit set.

parser: qwen3_coder_xml

aliashf repotool parserreasoningflags
qwen3.6-27b-4bitmlx-community/Qwen3.6-27B-4bitqwen3_coder_xmlqwen3
qwen3.6-27b-6bitlmstudio-community/Qwen3.6-27B-MLX-6bitqwen3_coder_xmlqwen3
qwen3.6-27b-8bitunsloth/Qwen3.6-27B-MLX-8bitqwen3_coder_xmlqwen3
qwen3.6-27b-udunsloth/Qwen3.6-27B-UD-MLX-4bitqwen3_coder_xmlqwen3
qwen3.6-35b-4bitmlx-community/Qwen3.6-35B-A3B-4bitqwen3_coder_xmlqwen3hybrid · moe
qwen3.6-35b-6bitmlx-community/Qwen3.6-35B-A3B-6bitqwen3_coder_xmlqwen3hybrid · moe
qwen3.6-35b-8bitmlx-community/Qwen3.6-35B-A3B-8bitqwen3_coder_xmlqwen3hybrid · moe
qwen3.6-35b-dwqmlx-community/Qwen3.6-35B-A3B-4bit-DWQqwen3_coder_xmlqwen3hybrid · moe
qwen3.6-35b-mxfp4mlx-community/Qwen3.6-35B-A3B-mxfp4qwen3_coder_xmlqwen3hybrid · moe
qwen3.6-35b-nvfp4mlx-community/Qwen3.6-35B-A3B-nvfp4qwen3_coder_xmlqwen3hybrid · moe
qwen3.6-35b-udunsloth/Qwen3.6-35B-A3B-UD-MLX-4bitqwen3_coder_xmlqwen3hybrid · moe

Notes & caveats

Qwen3.5 · 15 aliases

The workhorse line on rapid-mlx. 10 MLX-native quants from 4 GB-RAM-friendly 4B up to the 122B-A10B MoE that needs a Mac Studio with 192 GB+ unified memory. Default tool-call parser is hermes; reasoning parser is qwen3.

parser: hermes

aliashf repotool parserreasoningflags
qwen3.5-122b-6bitmlx-community/Qwen3.5-122B-A10B-6bithermesqwen3hybrid · moe
qwen3.5-122b-8bitmlx-community/Qwen3.5-122B-A10B-8bithermesqwen3hybrid · moe
qwen3.5-122b-mxfp4nightmedia/Qwen3.5-122B-A10B-Text-mxfp4-mlxhermesqwen3hybrid · moe
qwen3.5-27b-4bitmlx-community/Qwen3.5-27B-4bithermesqwen3
qwen3.5-27b-6bitmlx-community/Qwen3.5-27B-6bithermesqwen3
qwen3.5-27b-8bitmlx-community/Qwen3.5-27B-8bithermesqwen3
qwen3.5-35b-4bitmlx-community/Qwen3.5-35B-A3B-4bithermesqwen3hybrid · moe
qwen3.5-35b-6bitmlx-community/Qwen3.5-35B-A3B-6bithermesqwen3hybrid · moe
qwen3.5-35b-8bitmlx-community/Qwen3.5-35B-A3B-8bithermesqwen3hybrid · moe
qwen3.5-4b-4bitmlx-community/Qwen3.5-4B-MLX-4bithermesqwen3
qwen3.5-4b-6bitmlx-community/Qwen3.5-4B-6bithermesqwen3
qwen3.5-4b-8bitmlx-community/Qwen3.5-4B-8bithermesqwen3
qwen3.5-9b-4bitmlx-community/Qwen3.5-9B-4bithermesqwen3
qwen3.5-9b-6bitmlx-community/Qwen3.5-9B-6bithermesqwen3
qwen3.5-9b-8bitmlx-community/Qwen3.5-9B-8bithermesqwen3

Notes & caveats

Qwen3 Coder · 2 aliases

Alibaba's code-specialised line — instruction-tuned on code corpora and aligned for IDE-style completion + agentic edit workflows. Both aliases use the hermes tool envelope so Cursor / Claude Code / Aider / Continue all work without per-model config.

parser: hermes

aliashf repotool parserreasoningflags
qwen3-coder-30b-4bitmlx-community/Qwen3-Coder-30B-A3B-Instruct-4bithermesmoe · spec
qwen3-coder-4bitlmstudio-community/Qwen3-Coder-Next-MLX-4bithermeshybrid

Notes & caveats

Qwen3-VL · 4 aliases

Vision-language extension of Qwen3. rapid-mlx serves the OpenAI-compatible /v1/chat/completions vision shape — pass image URLs or base64 in the standard message-content array. The 2B / 4B / 8B variants fit a 16 GB Mac; the 30B-A3B MoE wants 32 GB+.

parser: hermes

aliashf repotool parserreasoningflags
qwen3-vl-2b-4bitmlx-community/Qwen3-VL-2B-Instruct-4bithermesspec
qwen3-vl-30b-4bitmlx-community/Qwen3-VL-30B-A3B-Instruct-4bithermesqwen3moe · spec
qwen3-vl-4b-4bitmlx-community/Qwen3-VL-4B-Instruct-4bithermesqwen3spec
qwen3-vl-8b-4bitmlx-community/Qwen3-VL-8B-Instruct-4bithermesqwen3spec

Notes & caveats

Qwopus · 3 aliases

Community-trained "Qwen meets Opus" line — Qwen3 base weights post-trained on an Opus-style alignment mix, with hybrid cache enabled. Three MLX quants: 9B-4bit, 27B-4bit, 27B-8bit.

parser: hermes

aliashf repotool parserreasoningflags
qwopus-27b-4bitJackrong/MLX-Qwopus3.5-27B-v3-4bithermesqwen3hybrid
qwopus-27b-8bitJackrong/MLX-Qwopus3.5-27B-v3-8bithermesqwen3hybrid
qwopus-9b-4bitJackrong/MLX-Qwopus3.5-9B-v3-4bithermesqwen3hybrid

Notes & caveats

Qwen3 (legacy) · 10 aliases

The original Qwen3 line — kept for users who want a small, well-understood baseline. Includes the 2507 instruct and thinking checkpoints, which give you the same family on two different alignment recipes.

parser: hermes

aliashf repotool parserreasoningflags
qwen3-0.6bmlx-community/Qwen3-0.6B-4bithermesqwen3spec
qwen3-0.6b-4bitmlx-community/Qwen3-0.6B-4bithermesqwen3spec
qwen3-0.6b-8bitmlx-community/Qwen3-0.6B-8bithermesqwen3spec
qwen3-1.7bmlx-community/Qwen3-1.7B-4bithermesqwen3spec
qwen3-1.7b-4bitmlx-community/Qwen3-1.7B-4bithermesqwen3spec
qwen3-4b-8bitmlx-community/Qwen3-4B-8bithermesqwen3spec
qwen3-4b-instruct-2507-4bitmlx-community/Qwen3-4B-Instruct-2507-4bithermesspec
qwen3-4b-thinking-2507-4bitmlx-community/Qwen3-4B-Thinking-2507-4bithermesqwen3spec
qwen3-8b-4bitmlx-community/Qwen3-8B-4bithermesqwen3spec
qwen3-8b-8bitmlx-community/Qwen3-8B-8bithermesqwen3spec

Notes & caveats

Qwen2.5 · 1 alias

One Qwen2.5 alias kept in the registry — the 14B Instruct 4-bit — as a reference baseline for anyone benchmarking the Qwen3 line against its predecessor. Same hermes tool envelope as the rest of the Qwen family.

parser: hermes

aliashf repotool parserreasoningflags
qwen2.5-14b-4bitmlx-community/Qwen2.5-14B-Instruct-4bithermesspec

Notes & caveats

Notes & caveats

External reading

Where next