Qwen2.5 72B Instruct
ActiveQwen2.5 72B is the latest series of Qwen large language models. Qwen2.5 brings the following improvements upon Qwen2: - Significantly more knowledge and has greatly improved capabilities in coding and...
Overview
Qwen2.5 72B is the latest series of Qwen large language models. Qwen2.5 brings the following improvements upon Qwen2: - Significantly more knowledge and has greatly improved capabilities in coding and...
History
Qwen2.5 72B Instruct became available via the Alibaba API on 2024-09-19.
Training & availability
Training data has a knowledge cutoff of 2024-06-30 — information about events after that date is unlikely to appear in the model's responses. Alibaba has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 32K tokens.
-
Input modalities: text.
Recommended for: cheap.
Limitations
-
The knowledge cutoff is 21 months old — this model will not know about recent events, releases, or API changes.
-
The context window (32K tokens) is modest by 2026 standards — unsuitable for processing long documents in a single request.
-
Text-only — cannot process images, audio, or video inputs.
Pricing
- Input: $0.1200 per 1M tokens
- Output: $0.3900 per 1M tokens
Use the cost calculator above to estimate monthly spend for your workload.
Quick start
Minimal example using the OpenRouter API. Copy, paste, replace the key.
from openai import OpenAI
client = OpenAI(
base_url="https://openrouter.ai/api/v1",
api_key="sk-or-...",
)
resp = client.chat.completions.create(
model="alibaba/qwen-2-5-72b-instruct",
messages=[{"role": "user", "content": "Explain quantum computing in one sentence."}],
)
print(resp.choices[0].message.content)Cost calculator
Estimate your monthly bill. Presets are typical workload sizes.
Providers & performance
2 providersMulti-provider inference routes for this model — sorted by throughput. Latency is time-to-first-token; throughput is output tokens per second. Data from OpenRouter, measured over the last 30 minutes.
| Provider | Throughput | Latency (TTFT) | Input $ / 1M | Output $ / 1M | Context | Quant | Supports |
|---|---|---|---|---|---|---|---|
| DeepInfra | 34tok/s | 232ms | $0.12 | $0.39 | 33K | fp8 | tools · json |
| Novita | 14tok/s | 2.41s | $0.38 | $0.4 | 32K | bf16 | tools |
Popularity
Signals from open-source communities — not a quality measure, but useful for gauging adoption among developers.
Integrations & tooling support
- Tool calling
- Not supported
- Structured outputs
- Not supported
Price vs quality
Priced low — good for high-volume tasks. Quality tier pending more benchmark coverage.
- Quality percentile
- —
- Effective price
- $0.323/1M
- Pricing breakdown
- $0.12/1M in
$0.39/1M out
Community ratings
Rate Qwen2.5 72B Instruct
Sign in to rate and review.
Comments
Sign in to leave a comment.