Model profile
Command A
cohere · released 2025-03-13 · ga · proprietary
text enterpriselong-context
votes
Use it
Cohere chat API
curl https://api.cohere.com/v2/chat \
-H "Authorization: Bearer $COHERE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "command-a",
"messages": [
{ "role": "user", "content": "Summarize the latest product changes in three bullets." }
]
}' Verify the exact model identifier in the provider docs before production use. ai-tracker stores canonical ids and pricing snapshots, not account entitlements.
Availability
Where to check
Timeline
- released
Command A released by cohere. 256,000-token context. source