Cohere: Command R+ (08-2024)
ID: cohere/command-r-plus-08-2024
233,54 ₽
Запрос/ 1М
934,14 ₽
Ответ / 1М
—
Изображение вход /1М
—
Изображение выход /1М
128K
Контекст
4K
Макс. ответ
Описание
command-r-plus-08-2024 is an update of the Command R+ with roughly 50% higher throughput and 25% lower latencies as compared to the previous Command R+ version, while keeping the hardware footprint the same.
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-plus-08-2024',
messages: [{
role: 'user',
content: 'Что думаешь об этой жизни?',
}],
});
console.log(completion.choices[0].message);
}
main();
Polza.AI — лучший выбор
для
Воспользуйтесь сервисом прямо сейчас. А если остались вопросы - запишитесь на демо