by Cohere·Text·256K context·Released 2026-02-26·Proprietary
Overview
Cohere's enterprise flagship, tuned for retrieval-augmented generation, grounded answers with citations, and multilingual business workloads. Strong tool use and a long context window, with the deployment and compliance options enterprises tend to need. Priced for production RAG rather than cheap bulk jobs.
Benchmarks
Standardized scores (0–100), normalized across the catalog.
Intelligence80
Coding79
Instruction following90
Providers
LLMRouteHub routes to the cheapest healthy provider by default.
| Provider | Input | Output | Throughput | Uptime |
|---|---|---|---|---|
| Cohere | $2.50 | $10.00 | 99 tok/s | 99.7% |
Use this model
curl https://llmroutehub.com/api/v1/chat/completions \
-H "Authorization: Bearer $LLMROUTEHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "cohere/command-a-2",
"messages": [{ "role": "user", "content": "Hello" }]
}'