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 7B Instruct - Model - OpenSmartRoute
Modelv1.0.0
Qwen2.5 7B Instruct
Qwen2.5 7B 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-7b-instruct. Prices are per million tokens as listed; ratings and installs below are from this marketplace.
Qwen2.5 7B Instruct
Qwen2.5 7B 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
29,491 tokens
Input price
$0.10 / 1M tokens
Output price
$0.20 / 1M tokens
Input
text
Output
text
Tool calling
yes
Structured outputs
yes
Reasoning
no
Open weights
Qwen/Qwen2.5-7B-Instruct
Endpoint: https://openrouter.ai/api/v1 (OpenAI-compatible), model qwen/qwen-2.5-7b-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-7b-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-7b-instruct.ocm.jsonjson
{
"ocm": "1",
"id": "model-qwen-qwen-2-5-7b-instruct",
"kind": "llm",
"name": "Qwen2.5 7B Instruct",
"description": "Qwen2.5 7B 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 7B 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": "1729036800",
"url": "https://openrouter.ai/qwen/qwen-2.5-7b-instruct",
"key": "qwen/qwen-2.5-7b-instruct",
"catalogue": "https://openrouter.ai/api/v1"
},
"model": "qwen/qwen-2.5-7b-instruct",
"pricing": {
"input_usd_per_1m": 0.1,
"output_usd_per_1m": 0.2
},
"max_output_tokens": 29491,
"output_modalities": [
"text"
],
"hugging_face_id": "Qwen/Qwen2.5-7B-Instruct",
"created": 1729036800,
"benchmarks": {
"mmlu_pro": 42.9,
"ifeval": 75.8,
"bbh": 53.9,
"math_lvl5": 50,
"gpqa": 29.1,
"musr": 40.2,
"hf_leaderboard_avg": 48.6,
"hub_downloads": 9714062,
"hub_downloads_total": 181913773,
"hub_likes": 2213,
"hub_trending": 60.5,
"osr_index": 35.3,
"osr_coverage": 0.3
}
},
"cost": {
"usd_per_1k_tokens": 0.00015
},
"endpoints": [
{
"protocol": "openai",
"url": "https://openrouter.ai/api/v1"
}
]
}
Fetch it by URL: GET /api/v1/registry/model-qwen-qwen-2-5-7b-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.