Qwen3 235B
qwen/qwen3-235b
Qwen3 235B is a large open-weight MoE. It is suited for multilingual work, coding and teams standardizing on open models.
Pricing & limits
Provider list price, passed through untouched. The only SwitchGate fee is 4.9% when you top up credits.
| Provider | Alibaba |
|---|---|
| Input price | $0.2 / 1M tokens |
| Output price | $0.88 / 1M tokens |
| Context window | 131K tokens |
| Added to catalog | 2026-05-28 |
| Tokens routed (30d) | 77.9B (placeholder) |
| Cache hits | 0 credits, always |
- Same governance as every model: per-user budgets, model locks, burnable keys and the kill switch apply automatically.
- Cross-provider failover: route around outages to sibling models with one retry policy.
- Exact cost per call on one ledger, whoever on your team calls it.
Call it in one line
from openai import OpenAI
client = OpenAI(
base_url="https://api.switchgate.ai/v1",
api_key="sg-live-…",
)
r = client.chat.completions.create(
model="qwen/qwen3-235b",
messages=[{"role": "user", "content": "Bonjour!"}],
)
Works with any OpenAI-compatible SDK — JavaScript, Go, cURL and more on the quickstart. Compare quality and cost on benchmarks and rankings.
More from Alibaba
No sibling models from this provider yet.
Route Qwen3 235B in the next five minutes
Free trial credits, list-price pass-through, and a ledger that shows exactly what each call cost.