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.
Magnum v4 72B - Model - OpenSmartRoute
Modelv1.0.0
Magnum v4 72B
This is a series of models designed to replicate the prose quality of the Claude 3 models, specifically Sonnet(https://openrouter.ai/anthropic/claude-3.5-sonnet) and Opus(https://openrouter.ai/anthrop
Reference model card from the OpenRouter listing - model anthracite-org/magnum-v4-72b. Prices are per million tokens as listed; ratings and installs below are from this marketplace.
Endpoint: https://openrouter.ai/api/v1 (OpenAI-compatible), model anthracite-org/magnum-v4-72b
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-anthracite-org-magnum-v4-72b", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
model-anthracite-org-magnum-v4-72b.ocm.jsonjson
{
"ocm": "1",
"id": "model-anthracite-org-magnum-v4-72b",
"kind": "llm",
"name": "Magnum v4 72B",
"description": "This is a series of models designed to replicate the prose quality of the Claude 3 models, specifically Sonnet(https://openrouter.ai/anthropic/claude-3.5-sonnet) and Opus(https://openrouter.ai/anthropic/claude-3-opus). The model is fine-tuned on top of [Qwen2.5 72B](https://openrouter.ai/qwen/qwen-2.5-72b-instruct).",
"publisher": "Anthracite Org",
"version": "1.0.0",
"capabilities": {
"domains": [
"math"
],
"tags": [
"llm",
"anthracite-org",
"openrouter",
"open-weights",
"models"
],
"languages": [
"en"
],
"modalities": [
"text"
],
"supports_tools": false,
"supports_streaming": true,
"context_window": 32768
},
"quality_prior": 0.6,
"examples": [
"This is a series of models designed to replicate the prose quality of the Claude 3 models, specifically Sonnet(https://openrouter.ai/anthropic/claude-3.5-sonnet) and Opus(https://openrouter.ai/anthropic/claude-3-opus). The model is fine-tuned on top of [Qwen2.5 72B](https://openrouter.ai/qwen/qwen-2.5-72b-instruct)."
],
"primary": false,
"metadata": {
"source": {
"provider": "models",
"ref": "1729555200",
"url": "https://openrouter.ai/anthracite-org/magnum-v4-72b",
"key": "anthracite-org/magnum-v4-72b",
"catalogue": "https://openrouter.ai/api/v1"
},
"model": "anthracite-org/magnum-v4-72b",
"pricing": {
"input_usd_per_1m": 2.5,
"output_usd_per_1m": 5
},
"max_output_tokens": 4096,
"output_modalities": [
"text"
],
"hugging_face_id": "anthracite-org/magnum-v4-72b",
"created": 1729555200,
"benchmarks": {
"hub_downloads": 612,
"hub_downloads_total": 48518,
"hub_likes": 62,
"hub_trending": 1
}
},
"cost": {
"usd_per_1k_tokens": 0.00375
},
"endpoints": [
{
"protocol": "openai",
"url": "https://openrouter.ai/api/v1"
}
]
}
Fetch it by URL: GET /api/v1/registry/model-anthracite-org-magnum-v4-72b/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.