v2026.4.3: Qwen3.5 auto-routes to Groq while Neysa is offline
Marked the Neysa mapping for qwen3.5-122b-a10b and qwen3.5-397b-a17b as unstable and added Groq (qwen/qwen3-32b) as the working provider. Auto-selected Qwen3.5 requests now go to Groq until the Neysa backend is restored. Also removed the redundant VibeStudio mapping — it shared the same offline backend.

Reliability fix
Both qwen3.5-122b-a10b and qwen3.5-397b-a17b were returning upstream 404 / ERR_NGROK_3200 errors because the self-hosted Neysa backend (model1data.ngrok.app) is offline. The VibeStudio provider mapping pointed to the same backend, so it failed in lockstep.
We've made three changes:
- Marked the Neysa mapping as
unstableon both model IDs, which removes it from automatic routing (same pattern used when Fireworks K2.5 hit capacity issues on 2026-04-19). - Removed the redundant VibeStudio mapping — it was pointing to the same offline endpoint.
- Added Groq (
qwen/qwen3-32b) as the working provider on both model IDs. Auto-selected requests now go there directly without waiting for the low-uptime fallback to trigger.
What this means for you
- Default routing now goes to Groq for
qwen3.5-*requests. No client changes needed — existing callers keep working. - Pinning
neysa/qwen3.5-*still works if you explicitly request it via theproviderfield orneysa/model-idsyntax, but you'll get a 404 until the ngrok tunnel is back up. - Pinned
vibestudio/qwen3.5-*callers will now receive a "model not found" error. Switch to the unprefixed model ID orgroq/qwen3.5-*.
Groq's qwen/qwen3-32b is a smaller checkpoint (32B dense vs. the 122B/397B MoE originals) and does not support vision, so responses may differ slightly while Neysa is down. We'll flip Neysa back to stable once the backend is restored.
Provider mapping
| Model ID | Auto-routes to | Neysa (pinned) |
|---|---|---|
qwen3.5-122b-a10b | groq → qwen/qwen3-32b | marked unstable |
qwen3.5-397b-a17b | groq → qwen/qwen3-32b | marked unstable |