DeepSeek: DeepSeek V3
ID: deepseek/deepseek-chat
28,02 ₽
Запрос/ 1М
112,1 ₽
Ответ / 1М
—
Изображение вход /1М
—
Изображение выход /1М
164K
Контекст
164K
Макс. ответ
Описание
DeepSeek-V3 is the latest model from the DeepSeek team, building upon the instruction following and coding abilities of the previous versions. Pre-trained on nearly 15 trillion tokens, the reported evaluations reveal that the model outperforms other open-source models and rivals leading closed-source models.
For model details, please visit the DeepSeek-V3 repo for more information, or see the launch announcement.
Провайдеры для DeepSeek: DeepSeek V3
Chutes
Статус
DeepInfra
Статус
Novita
Статус
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: 'deepseek/deepseek-chat',
messages: [{
role: 'user',
content: 'Что думаешь об этой жизни?',
}],
});
console.log(completion.choices[0].message);
}
main();
Polza.AI — лучший выбор
для
Воспользуйтесь сервисом прямо сейчас. А если остались вопросы - запишитесь на демо