DeepSeek V4 Pro 0813
DeepSeek logo

DeepSeek V4 Pro 0813

deepseek-v4-pro-0813llms.txt
DeepSeek
New
DeepSeek V4 Pro 0813 is DeepSeek’s high-performance general-purpose reasoning and agent model, designed for complex reasoning, coding, long-document analysis, and agentic workflows. It supports thinking and non-thinking modes, a 1M-token context window, up to 384K output, tool calling, and the Responses API. Compared with V4 Flash 0731, Pro prioritizes capability on complex tasks, while Flash focuses on speed, cost efficiency, and high concurrency.

Pricing

TierPricingCache Read
Off-peak · 04:00–06:00, 10:00–01:00 UTC
$0.6918$2.0754
$0.0231/M tokens
Peak · 01:00–04:00, 06:00–10:00 UTC
$1.3944$4.1832
$0.0465/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

Alibaba Cloud alicloud-deepseek-v4-pro-0813
Off-peak04:00–06:00, 10:00–01:00 UTC
Pricing$0.6338$1.9014
Cache Read$0.0634/M tokens
Peak01:00–04:00, 06:00–10:00 UTC
Pricing$1.2676$3.8028
Cache Read$0.1268/M tokens
Context1M
Max output384K
Latency3.2S
Throughput38.8TPS
Uptime
99.09% uptime 2 days ago
99.86% uptime yesterday
99.94% uptime today
Baidu baidu-deepseek-v4-pro-0813
Pricing$1.268$3.804
Cache Read$0.1268/M tokens
Context1M
Max output384K
Latency1.8S
Throughput15.2TPS
Uptime
100.00% uptime 2 days ago
100.00% uptime yesterday
100.00% uptime today
Bytedance doubao-deepseek-v4-pro-0813
Pricing$1.2676$3.8028
Cache$0.4225
Context1M
Max output1M
Latency1.7S
Throughput12.6TPS
Uptime
100.00% uptime 2 days ago
100.00% uptime yesterday
100.00% uptime today
DeepSeek deep-deepseek-v4-pro-0813
Off-peak04:00–06:00, 10:00–01:00 UTC
Pricing$0.6918$2.0754
Cache Read$0.0231/M tokens
Peak01:00–04:00, 06:00–10:00 UTC
Pricing$1.3944$4.1832
Cache Read$0.0465/M tokens
Context1M
Max output384K
Latency1.3S
Throughput51.9TPS
Uptime
100.00% uptime 2 days ago
100.00% uptime yesterday
100.00% uptime today

Performance for deepseek-v4-pro-0813

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://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="deepseek-v4-pro-0813",
    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 0813?

DeepSeek V4 Pro 0813 is DeepSeek’s high-performance general-purpose reasoning and agent model, designed for complex reasoning, coding, long-document analysis, and agentic workflows. It supports thinking and non-thinking modes, a 1M-token context window, up to 384K output, tool calling, and the Responses API. Compared with V4 Flash 0731, Pro prioritizes capability on complex tasks, while Flash focuses on speed, cost efficiency, and high concurrency.