Назад к моделям
Command A
coherecohere/command-a
Cohere's most capable model for complex enterprise tasks, RAG, and multi-step reasoning.
Размер контекста
256K
Максимальный вывод
16K
Цена Входза 1M токенов
$3.00за 1 млн токенов
Цена Выходза 1M токенов
$12.00за 1 млн токенов
Модальности
Текст→Текст
Разбивка цен
| Тип | Ставка |
|---|---|
| Вход | $3.00 за 1 млн токенов |
| Выход | $12.00 за 1 млн токенов |
Поддерживаемые параметры
temperaturemax_tokenstop_ptoolstool_choicestop
Примеры API
Для новых интеграций используйте глобальный endpoint api.therouter.ai из примеров ниже; старый China accelerated endpoint выведен из эксплуатации.
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "cohere/command-a",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'