Models / Cohere
Cohere
Command A
cohere/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...
Input
$3.25 / 1M tokens
Output
$13 / 1M tokens
Context
256K tokens
Capabilities
✓ Streaming○ Tool / function calling✓ JSON / structured output○ Vision (image input)
Call this model
Pass cohere/command-a as the model. Change only the base URL from your existing OpenAI SDK setup.
quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
-H "Authorization: Bearer $MDB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "cohere/command-a",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.