Qwen2.5 72B Instruct
Model details
- Model
qwen/qwen-2.5-72b-instruct- Provider
openrouter- API
openai-completions- Base URL
https://openrouter.ai/api/v1- Input
- text
- Reasoning
- No
- Context window
- 32,768
- Max tokens
- 16,384
Show configuration
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "qwen/qwen-2.5-72b-instruct",
"name": "Qwen2.5 72B Instruct",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 32768,
"maxTokens": 16384,
"cost": {
"input": 0.36,
"output": 0.4,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"supportsDeveloperRole": false,
"thinkingFormat": "openrouter"
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}Pricing
USD per million tokens. A tier is selected from the total input tokens in each request and applies to that entire request.
| Request input | Input | Output | Cache read | Cache write |
|---|---|---|---|---|
| All requests | $0.36 | $0.4 | $0 | $0 |
Session cost calculator
Estimate the requests made during an agent session. A user turn can make several model calls while using tools, so costs are calculated per model request.
Estimated session$0.00
- Uncached input
- —
- Cache reads
- —
- Uncached prefixes
- —
- Cache writes
- —
- Output
- —
- Without caching
- —
The first request starts cold unless marked otherwise. Output is billed separately from context growth because reasoning tokens are not always retained. This remains a directional estimate: providers differ in eligibility, rounding, and retention.
Compatibility flags
Effective values after applying Pi's API defaults and model overrides.
| Feature | Value |
|---|---|
supportsStore | Yes |
supportsDeveloperRole | No |
supportsReasoningEffort | Yes |
supportsUsageInStreaming | Yes |
maxTokensField | max_completion_tokens |
requiresToolResultName | No |
requiresAssistantAfterToolResult | No |
requiresThinkingAsText | No |
requiresReasoningContentOnAssistantMessages | No |
thinkingFormat | openrouter |
openRouterRouting | Empty |
vercelGatewayRouting | Empty |
chatTemplateKwargs | Empty |
zaiToolStream | No |
supportsStrictMode | Yes |
cacheControlFormat | None |
sendSessionAffinityHeaders | No |
supportsLongCacheRetention | Yes |