DeepSeek: DeepSeek V3.1
ID: deepseek/deepseek-chat-v3.1
28,02 ₽
Запрос/ 1М
88,74 ₽
Ответ / 1М
—
Изображение вход /1М
—
Изображение выход /1М
131K
Контекст
66K
Макс. ответ
Описание
DeepSeek-V3.1 is a large hybrid reasoning model (671B parameters, 37B active) that supports both thinking and non-thinking modes via prompt templates. It extends the DeepSeek-V3 base with a two-phase long-context training process, reaching up to 128K tokens, and uses FP8 microscaling for efficient inference. Users can control the reasoning behaviour with the reasoning enabled boolean. Learn more in our docs
The model improves tool use, code generation, and reasoning efficiency, achieving performance comparable to DeepSeek-R1 on difficult benchmarks while responding more quickly. It supports structured tool calling, code agents, and search agents, making it suitable for research, coding, and agentic workflows.
It succeeds the DeepSeek V3-0324 model and performs well on a variety of tasks.
Провайдеры для DeepSeek: DeepSeek V3.1
AtlasCloud
Статус
Chutes
Статус
DeepInfra
Статус
Fireworks
Статус
Статус
Novita
Статус
SambaNova
Статус
SiliconFlow
Статус
WandB
Статус
ModelRun
Статус
Together
Статус
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-v3.1',
messages: [{
role: 'user',
content: 'Что думаешь об этой жизни?',
}],
});
console.log(completion.choices[0].message);
}
main();
Polza.AI — лучший выбор
для
Воспользуйтесь сервисом прямо сейчас. А если остались вопросы - запишитесь на демо