models.fyi

Qwen3-235B-A22B

AlibabaOpen weights

Alibaba's open MoE workhorse — mid-frontier quality, extremely cheap on third-party hosts.

66.7

128K

$0.70 · $2.80

70 tok/s

Jul 21, 2025

The sweet spot, per task

Cheapest effort tier that keeps ≥96% of this model's peak quality on the benchmarks behind each task type. Below the floor number, quality is not okay — it just fails quietly.

Everyday writing & Q&A

Medium

Chat, drafting, summaries, general questions.

keeps 98.0% of peak66% cost

Code assist

High

Autocomplete, single functions, small fixes.

keeps 100.0% of peakpeak tier needed

Coding agents

High

Real repos, multi-file changes, end-to-end tickets.

keeps 100.0% of peakpeak tier needed

Math & quantitative

High

Derivations, statistics, financial models.

keeps 100.0% of peakpeak tier needed

⚠ at Low: only 70% of peak — avoid

Hard research problems

High

Novel, frontier, genuinely difficult questions.

keeps 100.0% of peakpeak tier needed

⚠ at Low: only 78% of peak — avoid

Agents & tool use

High

Long workflows with tools, policies, and state.

keeps 100.0% of peakpeak tier needed

Quality and cost, tier by tier

On everyday tasks, Medium keeps 98.0% of High quality at $0.0080 vs $0.023 per task.

Scores at Medium

at Mediumat High (peak)
BenchmarkMediumPeakWhat it predicts
MMLU-Pro80.983.0Everyday Q&A · Drafting emails & docs · Summarizing articles
GPQA Diamond74.381.0Technical analysis · Root-cause debugging · Scientific writing
Humanity's Last Exam16.518.0Novel research questions · Frontier problem solving
AIME 202572.186.0Financial modeling · Statistics · Algorithm design
SWE-bench Verified63.168.0Coding agents · Bug fixing in real repos · Multi-file refactors
LiveCodeBench70.576.0Writing functions from scratch · Algorithms · Code autocomplete
τ²-bench67.874.0Tool-using agents · Customer-facing automation · Multi-step workflows
IFEval85.787.0Structured output (JSON) · Templated generation · Batch pipelines

Same weights, different model

Hosts serve Qwen3-235B-A22B at different quantizations and stacks. Index below is measured per host at Medium effort — the headline number only applies to the reference serving.

HostQuantIndexΔ vs reference$/M in · outtok/sTTFTUptimeGateway id
Alibaba (official)referencebf1666.7$0.70 · $2.80700.80s99.1%qwen3-235b
Fireworksfp866.2-0.5$0.22 · $0.881900.35s99.0%qwen3-235b@fireworks
DeepInfrafp865.7-1.0$0.13 · $0.601300.50s98.3%qwen3-235b@deepinfra

Is it still the same model this week?

Alibaba (official)FireworksDeepInfra

Weekly Intelligence Index · dashed rules mark serving-change events

No serving-change events detected for Qwen3-235B-A22B in the tracked window.

One key, this model, your effort

The gateway speaks the OpenAI Chat Completions dialect. Pick a host with qwen3-235b@host syntax, set reasoning_effort, and the sweet spot above becomes one line of config. Full docs →

chat with Qwen3-235B-A22B
curl https://models.fyi/api/v1/chat/completions \
  -H "Authorization: Bearer $MFYI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen3-235b",
    "reasoning_effort": "medium",
    "messages": [{"role": "user", "content": "Hello"}]
  }'
# local dev: replace https://models.fyi with http://localhost:3000