anoman

Alibaba (Qwen)

Qwen 2.5 72B

modelopenrouter/qwen-2.5-72b
BudgetStableStreamingToolsBatchUnited States

Context

33K

Input / 1M tokens

$0.3600

Output / 1M tokens

$0.4000

About this model

Qwen 2.5 72B

Qwen 2.5 72B served via a managed inference provider. Same weights as our direct SF-routed `qwen-2.5-72b` at a higher cost. Useful as a fallback when the primary route degrades.

Training cutoff

2024-06

Parameters

72.7B

Best for

Use cases

  • Fallback for the canonical qwen-2.5-72b
  • Customers preferring the alternative route

Strengths

What it does well

  • Same Qwen 2.5 72B quality
  • Reliable alternative route

Limitations

Know the trade-offs

  • !Higher cost than the canonical slug
  • !Latency varies

Code example

Chat completion with Qwen 2.5 72B

from openai import OpenAI

client = OpenAI(
    base_url="https://api.anoman.io/v1",
    api_key="anm-sk-..."
)

response = client.chat.completions.create(
    model="openrouter/qwen-2.5-72b",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Alternatives

Similar models in our catalog

Workloads that fit Qwen 2.5 72B often fit these too. Compare benchmarks and pricing before locking in a default.

Use Qwen 2.5 72B through Anoman.