DeepSeek V4 Pro 0813

DeepSeek V4 Pro 0813 is a large-scale mixture-of-experts model from DeepSeek. This is the GA release of DeepSeek V4 Pro.

ChatDeepSeek1M tokens$1.223 / $3.6691 · 1M

deepseek/deepseek-v4-pro-0813

Context
1M tokens
Completion cap
Tools
Yes
JSON
Yes
Released
2026-08-12

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek/deepseek-v4-pro-0813",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is DeepSeek V4 Pro 0813?
DeepSeek V4 Pro 0813 is a large-scale mixture-of-experts model from DeepSeek. This is the GA release of DeepSeek V4 Pro. DeepSeek V4 Pro 0813 runs on the Geek Hub API (OpenAI-compatible). Model id: deepseek/deepseek-v4-pro-0813.
Is DeepSeek V4 Pro 0813 free?
No. Input is $1.223 per 1M tokens and output is $3.6691 per 1M tokens on Geek Hub (markup included).
What is the context length of DeepSeek V4 Pro 0813?
DeepSeek V4 Pro 0813 has a 1M tokens context window.
Does DeepSeek V4 Pro 0813 support tool calling and structured outputs?
DeepSeek V4 Pro 0813 accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
When was DeepSeek V4 Pro 0813 released?
DeepSeek V4 Pro 0813 was released on 2026-08-12.

More models from DeepSeek