Skip to main content

Available models

Model IDParametersContextBest For
qwen-3-32b32B32KCode, math, multilingual
qwen-3-235b-cerebras235B (MoE)32KComplex reasoning, highest quality

Recommendation

Use qwen-3-32b for coding — top benchmarks in code generation and debugging. Use qwen-3-235b-cerebras when you need the absolute highest quality.
response = client.chat.completions.create(
    model="qwen-3-32b",
    messages=[{"role": "user", "content": "Write a Python web scraper"}]
)