Summary
command-a-reasoning-08-2025 exists in the catalog but is missing the reasoning: true field. Cohere's documentation explicitly describes it as "Cohere's first reasoning model, able to 'think' before generating an output" for "nuanced problem-solving and agent-based tasks."
The entry is also missing pricing fields (input_cost_per_mil_tokens, output_cost_per_mil_tokens) and displayName.
Affected model ID
| Model ID |
Line in model_list.json |
Current state |
command-a-reasoning-08-2025 |
~10785 |
Missing reasoning: true, pricing, displayName |
What to add
"reasoning": true
- Pricing fields (if available from Cohere's pricing page)
"displayName": "Command A Reasoning"
Cross-verification sources
- Cohere models page (docs.cohere.com/docs/models) — describes
command-a-reasoning-08-2025 as "Cohere's first reasoning model, able to 'think' before generating an output"
- Model naming — the model ID explicitly contains "reasoning", consistent with Cohere's categorization
{
"provider": "cohere",
"kind": "stale_metadata",
"model_ids": ["command-a-reasoning-08-2025"]
}
Summary
command-a-reasoning-08-2025exists in the catalog but is missing thereasoning: truefield. Cohere's documentation explicitly describes it as "Cohere's first reasoning model, able to 'think' before generating an output" for "nuanced problem-solving and agent-based tasks."The entry is also missing pricing fields (
input_cost_per_mil_tokens,output_cost_per_mil_tokens) anddisplayName.Affected model ID
command-a-reasoning-08-2025reasoning: true, pricing, displayNameWhat to add
"reasoning": true"displayName": "Command A Reasoning"Cross-verification sources
command-a-reasoning-08-2025as "Cohere's first reasoning model, able to 'think' before generating an output"{ "provider": "cohere", "kind": "stale_metadata", "model_ids": ["command-a-reasoning-08-2025"] }