Skip to content

[BOT ISSUE] Cohere: add missing reasoning flag and pricing to command-a-reasoning-08-2025 #1257

Description

@github-actions

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

  1. 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"
  2. 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"]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    autofix-blockedBot issue is blocked until metadata or source information is updated.bot-issue

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions