Back to Models
DeepSeek: DeepSeek V3.2 Speciale AI Model Icon

DeepSeek: DeepSeek V3.2 Speciale

deepseek/deepseek-v3.2-speciale

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.

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: DeepSeek: DeepSeek V3.2 Speciale (deepseek/deepseek-v3.2-speciale)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "deepseek/deepseek-v3.2-speciale",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the DeepSeek: DeepSeek V3.2 Speciale model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text

API Pricing

  • Input: 0.4$ / 1M tokens
  • Output: 1.2$ / 1M tokens

Token Limits

  • Max Output: 65,536 tokens
  • Max Context: 163,840 tokens

Subscription Tiers

  • free
  • pro
  • ultimate