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 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!" }
]
}'