Now Available: Qwen3.5-35B-A3B and Mercury 2 — Efficient MoE and Frontier Reasoning
Qwen3.5-35B-A3B (Apache 2.0, multimodal MoE) and Inception's Mercury 2 are now available on the Hanzo AI Gateway.
Two more models from this week's releases are live on the Hanzo AI Gateway.
Qwen3.5-35B-A3B — Multimodal MoE, Apache 2.0
Released February 24 by the Alibaba Qwen team, this is a 35B-parameter MoE model with only 3B active parameters per forward pass. It's natively multimodal (text + image input) and ships under the Apache 2.0 license — fully permissive for commercial use.
Key specs:
- 35B total / 3B active — extremely efficient MoE
- Multimodal — text and image input, text output
- Apache 2.0 — no restrictions on commercial use
- Outperforms models 6x its size on standard benchmarks
For teams running agents at scale, a model with 3B active parameters that matches the quality of much larger dense models is a game-changer for inference costs.
curl https://llm.hanzo.ai/v1/chat/completions \
-H "Authorization: Bearer $HANZO_API_KEY" \
-d '{"model": "qwen/qwen3.5-35b-a3b", "messages": [{"role": "user", "content": "..."}]}'
Mercury 2
Also released February 24, Inception's Mercury 2 brings frontier reasoning capabilities in a proprietary model format. Available now through the gateway.
curl https://llm.hanzo.ai/v1/chat/completions \
-H "Authorization: Bearer $HANZO_API_KEY" \
-d '{"model": "inception/mercury", "messages": [{"role": "user", "content": "..."}]}'
100+ Models, One API
With these additions, the Hanzo AI Gateway now serves well over 100 models from every major provider. Every model — open or proprietary — is available through the same endpoint, same API key, same billing. Zero markup on third-party pricing.
Browse the full catalog and start building at hanzo.ai.
Read more
Now Available: Claude Sonnet 4.6 and Qwen3.5-397B — Multimodal MoE at Scale
Claude Sonnet 4.6 and Qwen3.5-397B-A17B are now available on the Hanzo AI Gateway — Anthropic's latest alongside the largest open-source multimodal MoE model.
Now Available: GLM-5 (744B) and MiniMax M2.5 (230B) — Two Open-Source Giants
GLM-5 and MiniMax M2.5 — two of the largest open-source models ever released — are now available through the Hanzo AI Gateway.
Now Available: Google Gemma 3n and Gemma 3 270M — On-Device AI Goes Multimodal
Google's Gemma 3n (multimodal on-device) and Gemma 3 270M (smallest Gemma ever) are now available on the Hanzo AI Gateway.