← Back to all deprecations

Migrating off Qwen 3 32B

Qwen 3 32B (Groq) — retired 2026-07-17. Replaced by Qwen 3.8 30B. Source · Verified 2026-08-08.

Groq decommissioned Qwen 3 32B on 2026-07-17, the same day as Llama 4 Scout. Alibaba's own successor line (Qwen 3.6 27B, later 3.8 30B) is the direct migration path — this is one of the few retirements on this page with an unambiguous same-family replacement.

The swap

// All AI Ask API
{
-  "model": "qwen3-32b",
+  "model": "qwen3.8-30b",
   "messages": [...]
}

Same change applies if you call Groq directly with its own SDK — only the model identifier changes; request/response shape is otherwise unaffected for a same-provider swap.

What actually changes

Qwen 3 32BQwen 3.8 30B
Blended $/M$1.20
Context window131,072 tokens131,072 tokens
Max output32,768 tokens32,768 tokens
Modalitiestexttext, vision
Tokens / secunchanged / not measured690

Pricing from our live pricing registry; speed from our benchmark leaderboard where measured.

Gotchas

  • Qwen 3.6 27B and 3.8 30B both add vision input that Qwen 3 32B never had — if you're sending image content expecting it to be ignored or stripped, verify your client isn't now accidentally billing for image tokens.
  • The parameter count went down (32B → 30B) but real-world quality went up — Alibaba's newer training, not raw size, drives the improvement. Don't assume a smaller number means a downgrade here.
  • Qwen 3.6 27B is itself already legacy (superseded by 3.8 30B) — if you're migrating anyway, going straight to 3.8 30B avoids doing this same exercise again shortly.

Alternatives beyond the obvious successor

Qwen 3.8 30B$1.20/M blended

Current Qwen flagship on Groq — skips the intermediate 3.6 27B step.

GPT-OSS 120B$0.26/M blended

Larger open-weight alternative, also Groq-hosted, if you need more headroom.

DeepSeek V4 Flash$0.17/M blended

Off Groq, similarly aggressive pricing for non-thinking workloads.

FAQ

Is Qwen 3 32B being shut down?

Yes — it was retired on 2026-07-17. Source: https://console.groq.com/docs/deprecations.

What should I switch to from Qwen 3 32B?

Qwen 3.8 30B is the direct successor. See "The swap" below for the exact model id change.

Will switching cost more or less?

See the pricing comparison table below for exact numbers.

Run the old prompt against both models, side by side

The only real way to know if a migration is safe is to test it. One workspace, both models, your actual prompts.

Try It Free