Alibaba Qwen

Qwen3 32B

131K ctxText Tools Reasoning

Released Apr 29, 2025 · 54B tokens this week · 4 providers

Overview

A dense 32B Qwen that fits comfortably on two GPUs. Balanced quality across chat, translation and code at a very low hosted price. A good fine-tuning base when you need predictable dense-model behaviour.

translationprogrammingroleplay

Providers

Reference data — not yet measured from live traffic

PROVIDERMAX OUTOUTPUT /MQUANT
DeepInfraCheapest
131K33K$0.10$0.30380ms14598.90%fp8
Novita AI
131K33K$0.11$0.32420ms12598.50%fp8
Groq
33K33K$0.12$0.34209ms66099.80%Full
Cerebras
66K33K$0.12$0.36180ms170099.60%Full

Latency p50 reflects a provider’s API endpoint responsiveness — the round-trip to its API, not per-token inference time. These figures, with throughput and uptime, are reference data until the gateway aggregates its own traffic.

Price comparison

Blended $ per 1M tokens

Qwen3 32B$0.25
GPT-5.2$10.94

Blended rate per 1M tokens, weighted one part prompt to three parts completion — roughly the shape of a chat workload. Your mix will move the number.

Call it

OpenAI-compatible — swap the base URL and go

curl https://model.cards/api/v1/chat/completions \
  -H "Authorization: Bearer $MODELCARDS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3-32b",
    "messages": [
      { "role": "user", "content": "Summarize the tradeoffs of speculative decoding." }
    ]
  }'