DeepSeek: DeepSeek V3.2
ID: deepseek/deepseek-v3.2
46,71 ₽
Запрос/ 1М
140,12 ₽
Ответ / 1М
—
Изображение вход /1М
—
Изображение выход /1М
164K
Контекст
131K
Макс. ответ
Описание
DeepSeek-V3.2 is a large language model designed to harmonize high computational efficiency with strong reasoning and agentic tool-use performance. It introduces DeepSeek Sparse Attention (DSA), a fine-grained sparse attention mechanism that reduces training and inference cost while preserving quality in long-context scenarios. A scalable reinforcement learning post-training framework further improves reasoning, with reported performance in the GPT-5 class, and the model has demonstrated gold-medal results on the 2025 IMO and IOI. V3.2 also uses a large-scale agentic task synthesis pipeline to better integrate reasoning into tool-use settings, boosting compliance and generalization in interactive environments.
Users can control the reasoning behaviour with the reasoning enabled boolean. Learn more in our docs
Провайдеры для DeepSeek: DeepSeek V3.2
AtlasCloud
Статус
Chutes
Статус
DeepInfra
Статус
DeepSeek
Статус
Статус
Novita
Статус
Parasail
Статус
Phala
Статус
SiliconFlow
Статус
Ionstream
Статус
AkashML
Статус
Alibaba
Статус
Friendli
Статус
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-v3.2',
messages: [{
role: 'user',
content: 'Что думаешь об этой жизни?',
}],
});
console.log(completion.choices[0].message);
}
main();
Polza.AI — лучший выбор
для
Воспользуйтесь сервисом прямо сейчас. А если остались вопросы - запишитесь на демо