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...

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: 163,840 tokens
  • Max Context: 163,840 tokens

Subscription Tiers

  • free
  • pro
  • ultimate