DeepSeek V3.2 Exp
DeepSeek logo

DeepSeek V3.2 Exp

DeepSeek-V3.2-Exp
DeepSeek
The model DeepSeek-V3.2-Exp is officially named deepseek-chat on the website. It is an experimental version. As an intermediate step towards the next-generation architecture, V3.2-Exp introduces DeepSeek Sparse Attention (a sparse attention mechanism) based on V3.1-Terminus, exploring and validating

Pricing

  • Input Tokens: $0.274 /M tokens
  • Output Tokens: $0.411 /M tokens
  • Cache Read: $0.0274 /M tokens

Input Modalities

  • Text

Output Modalities

  • Text

Capabilities

  • Tools
  • Tool calling
  • Structured outputs

Providers

DeepSeek deepseek-deepseek-v3.2-exp
Pricing$0.274$0.411
Cache$0.0274
Context131K
Max output64K
Latency2.0S
Throughput22.8TPS
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
0.00% uptime today
Sophnet sophnet-deepseek-v3.2-exp
Pricing$0.274$0.411
Cache$0.0274
Context163K
Max output163K
Latency0.2S
Throughput45.0TPS
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
0.00% uptime today
Baidu baidu-deepseek-v3.2-exp
Pricing$0.274$0.411
Cache$0.0274
Context128K
Max output16K
Latency0.2S
Throughput45.0TPS
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
0.00% uptime today

Performance for DeepSeek-V3.2-Exp

Uptime is the percentage of requests that succeeded over the past 72 hours. AIHubMix continuously monitors every provider and automatically retries with the next-best provider when one returns an error or responds too slowly; Latency is total round-trip time (lower is better); Throughput is how fast the model writes (tokens per second, higher is better).

Uptime
Loading...
Latency
Loading...
Throughput
Loading...

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://shkq.org/v1",
)

response = client.chat.completions.create(
    model="DeepSeek-V3.2-Exp",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

What is DeepSeek V3.2 Exp?

The model DeepSeek-V3.2-Exp is officially named deepseek-chat on the website. It is an experimental version. As an intermediate step towards the next-generation architecture, V3.2-Exp introduces DeepSeek Sparse Attention (a sparse attention mechanism) based on V3.1-Terminus, exploring and validating