Cohere: Command R7B (12-2024)
ID: cohere/command-r7b-12-2024
3,5 ₽
Запрос/ 1М
14,01 ₽
Ответ / 1М
—
Изображение вход /1М
—
Изображение выход /1М
128K
Контекст
4K
Макс. ответ
Описание
Command R7B (12-2024) is a small, fast update of the Command R+ model, delivered in December 2024. It excels at RAG, tool use, agents, and similar tasks requiring complex reasoning and multiple steps.
Use of this model is subject to Cohere's Usage Policy and SaaS Agreement.
Провайдеры для Cohere: Command R7B (12-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-r7b-12-2024',
messages: [{
role: 'user',
content: 'Что думаешь об этой жизни?',
}],
});
console.log(completion.choices[0].message);
}
main();
Polza.AI — лучший выбор
для
Воспользуйтесь сервисом прямо сейчас. А если остались вопросы - запишитесь на демо