Back to Models
Cohere: Command A
cohere/command-aMar 13, 2025256K context8.2K max output$2.50/M in · $10.00/M out
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 and open-weights models Command A delivers maximum performance with minimum hardware costs, excelling on business-critical agentic and multilingual tasks.
Specifications
Provider
cohere
Context Length
256K
Max Output
8.2K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $2.50 |
| Output | $10.00 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "cohere/command-a",
"messages": [{"role": "user", "content": "Hello!"}]
}'