Skip to content

[BOT ISSUE] Cohere: add missing command-a-plus-05-2026 and command-a-reasoning-08-2025 #1016

Description

@github-actions

Summary

Cohere has released two new Command A family models that are listed as Live on their official models page but are not in the Braintrust proxy catalog. Both are production-grade models available through the Cohere API.

Missing model IDs

Model ID Context Max Output Params Multimodal Reasoning Release
command-a-plus-05-2026 128k 64k 218B total / 25B active (MoE) Yes (text + image) Yes May 20, 2026
command-a-reasoning-08-2025 256k 32k 111B No Yes Aug 2025

command-a-plus-05-2026 is Cohere's first MoE model and their current flagship — it is the default model used in all code examples in the Cohere API reference. It supports 48 languages, vision input, and configurable reasoning budgets.

command-a-reasoning-08-2025 is a dense reasoning-optimized variant supporting 23 languages and agentic workflows, optimized for 4×H100 deployment.

Suggested catalog entries

{
  "command-a-plus-05-2026": {
    "format": "openai",
    "flavor": "chat",
    "multimodal": true,
    "reasoning": true,
    "displayName": "Command A Plus",
    "max_input_tokens": 128000,
    "max_output_tokens": 65536,
    "available_providers": ["cohere"]
  },
  "command-a-reasoning-08-2025": {
    "format": "openai",
    "flavor": "chat",
    "reasoning": true,
    "displayName": "Command A Reasoning",
    "max_input_tokens": 256000,
    "max_output_tokens": 32768,
    "available_providers": ["cohere"]
  }
}

Note: Pricing is not published on Cohere's pricing page for current-generation models (requires contacting sales). The existing command-a-03-2025 entry uses $2.50/$10.00 per million tokens. The fix job should determine current pricing for these models through Cohere's API or sales documentation.

Verification

Check Status Detail
Cross-source (command-a-plus) Listed as Live on Cohere models overview; detailed on model card; used as default model in API reference examples; available on HuggingFace
Cross-source (command-a-reasoning) Listed as Live on Cohere models overview; detailed on model card
Not in catalog grep for command-a-plus and command-a-reasoning in model_list.json returns no matches
Duplicate check No open issue covers these model IDs. Issue #454 covers Cohere as a provider family (already resolved — cohere is now a supported provider)

Local Files Inspected

  • packages/proxy/schema/model_list.json — no entries for command-a-plus-05-2026 or command-a-reasoning-08-2025; existing Cohere models: command-a-03-2025 (line ~8632), command-r-plus-08-2024 (line ~8644), command-r-08-2024 (line ~8657), command-r7b-12-2024 (line ~8670)
{
  "kind": "missing_model",
  "provider": "cohere",
  "models": ["command-a-plus-05-2026", "command-a-reasoning-08-2025"],
  "status": "active",
  "model_specs": {
    "command-a-plus-05-2026": {
      "format": "openai",
      "flavor": "chat",
      "multimodal": true,
      "reasoning": true,
      "displayName": "Command A Plus",
      "max_input_tokens": 128000,
      "max_output_tokens": 65536,
      "available_providers": ["cohere"]
    },
    "command-a-reasoning-08-2025": {
      "format": "openai",
      "flavor": "chat",
      "reasoning": true,
      "displayName": "Command A Reasoning",
      "max_input_tokens": 256000,
      "max_output_tokens": 32768,
      "available_providers": ["cohere"]
    }
  },
  "source_urls": [
    "https://docs.cohere.com/docs/models",
    "https://docs.cohere.com/docs/command-a-plus",
    "https://docs.cohere.com/docs/command-a-reasoning",
    "https://docs.cohere.com/reference/chat"
  ]
}

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