Back to Models
DeepSeek: DeepSeek V3.2 Speciale
deepseek/deepseek-v3.2-specialeDec 1, 2025163.8K context163.8K max output$0.40/M in · $1.20/M outReasoning
Description
DeepSeek-V3.2-Speciale is a high-compute variant of DeepSeek-V3.2 optimized for maximum reasoning and agentic performance. It builds on DeepSeek Sparse Attention (DSA) for efficient long-context processing, then scales post-training reinforcement learning to push capability beyond the base model. Reported evaluations place Speciale ahead of GPT-5 on difficult reasoning workloads, with proficiency comparable to Gemini-3.0-Pro, while retaining strong coding and tool-use reliability. Like V3.2, it benefits from a large-scale agentic task synthesis pipeline that improves compliance and generalization in interactive environments.
Specifications
Provider
deepseek
Context Length
163.8K
Max Output
163.8K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.40 |
| Output | $1.20 |
| Cache Read | $0.20 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek/deepseek-v3.2-speciale",
"messages": [{"role": "user", "content": "Hello!"}]
}'