Qwen3 32B

by Alibaba

Qwen3-32B is Alibaba's dense 32.8 billion parameter model, part of the Qwen3 family released in April 2025. Unlike the MoE variants, every parameter activates for each token, which gives predictable inference performance, consistent memory requirements, and straightforward deployment across hardware. The model supports a hybrid mode that allocates reasoning depth to the query: for straightforward tasks it answers directly, while for mathematical, logical, or coding challenges it generates step-by-step reasoning in think blocks. Native context covers around 40K tokens, extending to 131K via YaRN, so it handles long documents, code repositories, and complex reasoning. It aims at balanced performance across knowledge tasks, mathematical reasoning, software development, and 100+ languages, drawing on roughly 36 trillion tokens of pretraining data. The dense architecture avoids MoE routing and gives predictable latency for production deployments. Open-weight under Apache 2.0.

Key info

Input
Output
Features
Context window
41K
Max output
41K
Input price
$0.08 /1M
Output price
$0.28 /1M
  • EU residency available
  • US residency available
  • Zero data retention via Enterprise
  • No training by default
  • GDPR DPA available

Available routes

Qwen3 32B runs on 3 different routes through the Opper gateway. Compare residency, ZDR, and training posture at a glance โ€” full data-handling detail per route below.

ProviderRegionZero data retentionTrainingInputOutput
DeepInfraUSEnterpriseNo$0.08$0.28
GroqUSEnterpriseNo$0.29$0.59
NebiusEUEnterpriseNo$0.10$0.30

Training posture across routes: No training on prompts by default.

Data handling per route

Each route hosting Qwen3 32B has its own privacy posture, residency, and GDPR terms. Postures are maintained by Opper with a last-verification timestamp.

DeepInfra โ€” United States๐Ÿ‡บ๐Ÿ‡ธ

Zero data retention is available via Opper Enterprise contract. No training on customer data. US; unknown.

Zero data retention
Available via Opper Enterprise contract.
Training
No training on customer data.
Logging
Limited debug logs
Third-party access
None disclosed
GDPR DPA
No DPA
Transfer mechanism
unknown

Groq โ€” United States๐Ÿ‡บ๐Ÿ‡ธ

Zero data retention is available via Opper Enterprise contract. No training on customer data. US; SCCs; DPA available.

Zero data retention
Available via Opper Enterprise contract.
Training
No training on customer data.
Logging
Abuse monitoring (30-day retention)
Third-party access
Provider may share with subprocessors / partners
GDPR DPA
DPA available
Transfer mechanism
SCCs

Nebius โ€” Finland๐Ÿ‡ซ๐Ÿ‡ฎ

Zero data retention is available via Opper Enterprise contract. No training on customer data. EU; DPA available.

Zero data retention
Available via Opper Enterprise contract.
Training
No training on customer data.
Logging
Abuse monitoring
Third-party access
None disclosed
GDPR DPA
DPA available
Transfer mechanism
Not applicable โ€” data stays in EU

Benchmarks

Independent benchmark scores โ€” composite indices for reasoning, coding, and math, plus individual eval scores where available.

Global rank#311 of 531 LLMs
TierEfficient
Output speed85 tok/s
First token1.15s
Intelligence Index10.5
Coding Index13.8
Math Index73.0
Reasoning & knowledge
MMLU-Pro
80%
GPQA Diamond
67%
Humanity's Last Exam
8%
Long-context reasoning
0%
Coding
LiveCodeBench
55%
SciCode
35%
Agentic & tool use
Terminal-Bench Hard
3%
ฯ„ยฒ-Bench Telecom
30%
Math & instruction following
AIME 2025
73%
IFBench
36%

Get started

Call Qwen3 32B through the Opper gateway with one API key. Let your coding agent set it up, or call it directly โ€” Opper is drop-in compatible with the OpenAI, Anthropic, and Google AI SDKs.

Set it up with your agent

Copy this and paste it into your coding agent โ€” Claude Code, Cursor, Codex, and more โ€” and it'll wire up Opper for you.

Or call it directly

import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.OPPER_API_KEY,
baseURL: "https://api.opper.ai/v3/compat",
});
const completion = await client.chat.completions.create({
model: "deepinfra/Qwen/Qwen3-32B",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare Qwen3 32B withโ€ฆ

Side-by-side on privacy, EU hosting, pricing, and benchmarks.

Other models from Alibaba

Start building with 300+ models

One API key. Every major provider. Up and running in minutes.

Get startedView Documentation
Qwen3 32B by Alibaba โ€” pricing, benchmarks, EU/US hosting | Opper AI