Cohere: Command R (08-2024)
ID: cohere/command-r-08-2024
14,01 ₽
Запрос/ 1М
56,05 ₽
Ответ / 1М
—
Изображение вход /1М
—
Изображение выход /1М
128K
Контекст
4K
Макс. ответ
Описание
command-r-08-2024 is an update of the 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 is competitive with the previous version of the larger Command R+ model.
Read the launch post here.
Use of this model is subject to Cohere's Usage Policy and SaaS Agreement.
Провайдеры для Cohere: Command R (08-2024)
Cohere
Статус
API и примеры кода
Наш сервис предоставляет единый API, совместимый с OpenAI SDK. Просто укажите наш base_url и используйте ключ, полученный в личном кабинете.
import OpenAI from 'openai';
const openai = new OpenAI({
baseURL: 'https://polza.ai/api/v1',
apiKey: '<POLZA_AI_API_KEY>'
});
async function main() {
const completion = await openai.chat.completions.create({
model: 'cohere/command-r-08-2024',
messages: [{
role: 'user',
content: 'Что думаешь об этой жизни?',
}],
});
console.log(completion.choices[0].message);
}
main();
Polza.AI — лучший выбор
для
Воспользуйтесь сервисом прямо сейчас. А если остались вопросы - запишитесь на демо