HomeModels › Qwen2.5 72B Instruct

Qwen2.5 72B Instruct API

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.

SpecificationValue
Input / output price$0.25 / $0.75 per 1M tokens
Cached input
Context window128K tokens
Max output8,192 tokens
StrengthsHigh-volume pipelines, low latency
Qwen2.5 72B is an open-weight model; no per-token royalty means durable pricing. See the Qwen API guide for how it compares to hosted Qwen flagships.

Why developers pick it

Code example

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."}
    ]
  }'

FAQ

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.

Get $1 free credit → try Qwen2.5 72B Instruct

Related