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 and open-weights models Command A delivers maximum performance with minimum hardware costs, excelling on business-critical agentic and multilingual tasks.

ChatCohere256k tokens$2.7251 / $10.9006 · 1M

cohere/command-a

Context
256k tokens
Completion cap
8,192
Tools
No
JSON
Yes
Released
2025-03-13

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "cohere/command-a",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is 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 and open-weights models Command A delivers maximum performance with minimum hardware costs, excelling on business-critical agentic and multilingual tasks. Command A runs on the Geek Hub API (OpenAI-compatible). Model id: cohere/command-a.
Is Command A free?
No. Input is $2.7251 per 1M tokens and output is $10.9006 per 1M tokens on Geek Hub (markup included).
What is the context length of Command A?
Command A has a 256k tokens context window. It supports up to 8,192 completion tokens.
Does Command A support tool calling and structured outputs?
Command A does not advertise tool calling on this endpoint. It also supports structured outputs via a JSON schema in response_format.
When was Command A released?
Command A was released on 2025-03-13.

More models from Cohere