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.
Command A - Model - OpenSmartRoute
Modelv1.0.0
Command A
Command A is an open-weights 111B parameter model with a 256k context window focused on delivering great performance across agentic, multilingual, and coding use cases. Compared to other leading propr
Reference model card from the OpenRouter listing - model cohere/command-a. Prices are per million tokens as listed; ratings and installs below are from this marketplace.
Command A
Command A is an open-weights 111B parameter model with a 256k context window focused on delivering great performance across agentic, multilingual, and coding use cases. Compared to other leading proprietary...
Facts
Vendor
Cohere
Context window
256,000 tokens
Max output
8,192 tokens
Input price
$2.50 / 1M tokens
Output price
$10.00 / 1M tokens
Input
text
Output
text
Tool calling
no
Structured outputs
yes
Reasoning
no
Open weights
CohereForAI/c4ai-command-a-03-2025
Endpoint: https://openrouter.ai/api/v1 (OpenAI-compatible), model cohere/command-a
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-cohere-command-a", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
model-cohere-command-a.ocm.jsonjson
{
"ocm": "1",
"id": "model-cohere-command-a",
"kind": "llm",
"name": "Command A",
"description": "Command A is an open-weights 111B parameter model with a 256k context window focused on delivering great performance across agentic, multilingual, and coding use cases. Compared to other leading proprietary...",
"publisher": "Cohere",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"llm",
"cohere",
"openrouter",
"open-weights",
"models"
],
"languages": [
"en"
],
"modalities": [
"text"
],
"supports_tools": false,
"supports_streaming": true,
"context_window": 256000
},
"quality_prior": 0.139,
"examples": [
"Command A is an open-weights 111B parameter model with a 256k context window focused on delivering great performance across agentic, multilingual, and coding use cases. Compared to other leading proprietary..."
],
"primary": false,
"metadata": {
"source": {
"provider": "models",
"ref": "1741894342",
"url": "https://openrouter.ai/cohere/command-a",
"key": "cohere/command-a",
"catalogue": "https://openrouter.ai/api/v1"
},
"model": "cohere/command-a",
"pricing": {
"input_usd_per_1m": 2.5,
"output_usd_per_1m": 10
},
"max_output_tokens": 8192,
"output_modalities": [
"text"
],
"hugging_face_id": "CohereForAI/c4ai-command-a-03-2025",
"created": 1741894342,
"benchmarks": {
"intelligence_index": 13.9,
"coding_index": 27.8,
"agentic_index": 3.6,
"hub_downloads": 2517,
"hub_downloads_total": 124322,
"hub_likes": 395,
"hub_trending": 0,
"osr_index": 28.2,
"osr_coverage": 0.4
}
},
"cost": {
"usd_per_1k_tokens": 0.00625
},
"endpoints": [
{
"protocol": "openai",
"url": "https://openrouter.ai/api/v1"
}
]
}
Fetch it by URL: GET /api/v1/registry/model-cohere-command-a/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.