cohere
Cohere

Cohere: Command R (08-2024)

cohere/command-r-08-2024
Контекст
128 000
Вход токены
18,46 ₽/M
Выход токены
73,83 ₽/M
описание

command-r-08-2024 is an update of the [Command R](/models/cohere/command-r) with improved performance for multilingual retrieval-augmented generation (RAG) and tool use. More broadly, it is better at math, code and reasoning and...

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

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

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