DeepSeek / deepseek/deepseek-v4-pro-0813

DeepSeek V4 Pro 0813 - access through LLMTR

DeepSeek-V4-Pro 0813 is a dated, fp8-precision release of DeepSeek-V4-Pro. With a 1M-token context window and up to 384K max output, it targets demanding reasoning, agentic workflows, and coding tasks. Tool calls and structured (JSON Schema) output are supported. Repeated prefix input bills at a lower rate on a cache hit.

Technical specifications

Canonical IDdeepseek/deepseek-v4-pro-0813
ProviderDeepSeek
Context window1,048,576 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext

Pricing

An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$1.32
CHAT_COMPLETIONSCACHE_READPER_1M_TOKENS$0.132000
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$3.96

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"deepseek/deepseek-v4-pro-0813","messages":[{"role":"user","content":"Hello"}]}'

Related models