cohere
Cohere

Cohere: Command R+ (08-2024)

cohere/command-r-plus-08-2024
Контекст
128 000
Вход токены
307,64 ₽/M
Выход токены
1230,55 ₽/M
описание

command-r-plus-08-2024 is an update of the [Command R+](/models/cohere/command-r-plus) with roughly 50% higher throughput and 25% lower latencies as compared to the previous Command R+ version, while keeping the hardware footprint...

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

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

bash
# Запрос к API VEGA через cohere/command-r-plus-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-plus-08-2024",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'