Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Qwen2.5 72B Instruct - Model - OpenSmartRoute
Modelv1.0.0
Qwen2.5 72B Instruct
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
Reference model card from the OpenRouter listing - model qwen/qwen-2.5-72b-instruct. Prices are per million tokens as listed; ratings and installs below are from this marketplace.
Qwen2.5 72B Instruct
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...
Facts
Vendor
Qwen
Context window
32,768 tokens
Max output
16,384 tokens
Input price
$0.36 / 1M tokens
Output price
$0.40 / 1M tokens
Input
text
Output
text
Tool calling
yes
Structured outputs
yes
Reasoning
no
Open weights
Qwen/Qwen2.5-72B-Instruct
Endpoint: https://openrouter.ai/api/v1 (OpenAI-compatible), model qwen/qwen-2.5-72b-instruct
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "model-qwen-qwen-2-5-72b-instruct", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
model-qwen-qwen-2-5-72b-instruct.ocm.jsonjson
{
"ocm": "1",
"id": "model-qwen-qwen-2-5-72b-instruct",
"kind": "llm",
"name": "Qwen2.5 72B Instruct",
"description": "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...",
"publisher": "Qwen",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"llm",
"qwen",
"openrouter",
"open-weights",
"tool-calling",
"models"
],
"languages": [
"en"
],
"modalities": [
"text"
],
"supports_tools": true,
"supports_streaming": true,
"context_window": 32768
},
"quality_prior": 0.6,
"examples": [
"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..."
],
"primary": false,
"metadata": {
"source": {
"provider": "models",
"ref": "1726704000",
"url": "https://openrouter.ai/qwen/qwen-2.5-72b-instruct",
"key": "qwen/qwen-2.5-72b-instruct",
"catalogue": "https://openrouter.ai/api/v1"
},
"model": "qwen/qwen-2.5-72b-instruct",
"pricing": {
"input_usd_per_1m": 0.36,
"output_usd_per_1m": 0.4
},
"max_output_tokens": 16384,
"output_modalities": [
"text"
],
"hugging_face_id": "Qwen/Qwen2.5-72B-Instruct",
"created": 1726704000,
"benchmarks": {
"ifeval": 86.4,
"bbh": 72.7,
"math_lvl5": 59.8,
"gpqa": 37.5,
"musr": 42.1,
"mmlu_pro": 56.3,
"hf_leaderboard_avg": 59.1,
"hub_downloads_total": 8769152,
"hub_likes": 990,
"hub_trending": 1,
"hub_downloads": 381239,
"osr_index": 39.8,
"osr_coverage": 0.3
}
},
"cost": {
"usd_per_1k_tokens": 0.00038
},
"endpoints": [
{
"protocol": "openai",
"url": "https://openrouter.ai/api/v1"
}
]
}
Fetch it by URL: GET /api/v1/registry/model-qwen-qwen-2-5-72b-instruct/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.