Home › Models › Qwen2.5 72B Instruct
Open-weights economics, served on Bridge's own capacity: durable low pricing and the lowest measured latency in the catalog — the workhorse for high-volume pipelines.
| Specification | Value |
|---|---|
| Input / output price | $0.25 / $0.75 per 1M tokens |
| Cached input | — |
| Context window | 128K tokens |
| Max output | 8,192 tokens |
| Strengths | High-volume pipelines, low latency |
curl https://bridge.computeindex.net/v1/chat/completions \
-H "Authorization: Bearer sk-bridge-YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen2.5-72b-instruct",
"messages": [
{"role": "system", "content": "Classify support tickets as: billing, bug, feature, other."},
{"role": "user", "content": "My invoice shows a double charge for June."}
]
}'
Is this the same open model I can download myself? Yes — the open-weight Qwen2.5 72B Instruct, served with an OpenAI-compatible API and per-token metering.
When should I use it instead of DeepSeek V4 Pro? For simple, high-volume tasks where price-per-token and latency dominate; keep DeepSeek for hard reasoning and code.