cohere
Cohere

Cohere: Command A

cohere/command-a
Контекст
256 000
Вход токены
307,64 ₽/M
Выход токены
1230,55 ₽/M
описание

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...

модальности
интеграция

Как использовать через API

bash
# Запрос к API VEGA через cohere/command-a
curl https://api.vega.chat/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $VEGA_API_KEY" \
  -d '{
    "model": "cohere/command-a",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'