DeepSeek V4 Pro
DeepSeek logo

DeepSeek V4 Pro

deepseek-v4-pro
DeepSeek
DeepSeek-V3.2-Exp

Pricing

TierPricingCache Read
Off-peak · 04:00–06:00, 10:00–01:00 UTC
$0.464$0.928
$0.0039/M tokens
Peak · 01:00–04:00, 06:00–10:00 UTC
$0.928$1.856
$0.0077/M tokens

Input Modalities

  • Text

Output Modalities

  • Text

Context length

  • 1M tokens

Capabilities

  • Thinking
  • Streaming
  • Tool calling
  • Web search
  • URL context
  • Code interpreter
  • Computer use
  • File search
  • Memory tool
  • Structured outputs
  • Citations
  • Prompt caching
  • Background mode
  • Server-side sessions

Providers

Baidu baidu-deepseek-v4-pro
58% off
Off-peak04:00–06:00, 10:00–01:00 UTC
Pricing$0.464$0.1949$0.928$0.3898
Cache Read$0.0039/M tokens$0.0016/M tokens
Peak01:00–04:00, 06:00–10:00 UTC
Pricing$0.928$0.3898$1.856$0.7795
Cache Read$0.0077/M tokens$0.0032/M tokens
Context1M
Max output0
Latency0.7S
Throughput59.0TPS
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
0.00% uptime today
DeepSeek deep-deepseek-v4-pro
Off-peak04:00–06:00, 10:00–01:00 UTC
Pricing$0.464$0.928
Cache Read$0.0039/M tokens
Peak01:00–04:00, 06:00–10:00 UTC
Pricing$0.928$1.856
Cache Read$0.0077/M tokens
Context0
Max output0
Latency0.7S
Throughput59.0TPS
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
0.00% uptime today
StreamLake streamlake-deepseek-v4-pro
Off-peak04:00–06:00, 10:00–01:00 UTC
Pricing$0.464$0.928
Cache Read$0.0039/M tokens
Peak01:00–04:00, 06:00–10:00 UTC
Pricing$0.928$1.856
Cache Read$0.0077/M tokens
Context1M
Max output0
Latency0.7S
Throughput59.0TPS
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
0.00% uptime today

Performance for deepseek-v4-pro

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-v4-pro",
    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 V4 Pro?

DeepSeek-V3.2-Exp