DeepSeek V4 Pro 0813 API

Official 0813 Pro release with major gains across coding, repository work, tool use, and agent tasks, plus hybrid thinking and a 1M context window.

DeepSeekGeração de Texto1M contextoLançado 13 de ago. de 2026SingaporeEndpoint proprietárioNovo

Sobre DeepSeek V4 Pro 0813

Official 0813 Pro release with major gains across coding, repository work, tool use, and agent tasks, plus hybrid thinking and a 1M context window.

Supports text input, hybrid thinking with enable_thinking and thinking_budget, function calling, strict JSON Schema output, and optional Linkup web search. Thinking tokens are billed as output tokens.

Também conhecido como DeepSeek Pro 0813, DeepSeek 0813

reasoningfunction callingstructured outputagentic coding

Especificações de DeepSeek V4 Pro 0813

ID do modelo
deepseek-v4-pro-0813
Provedor
DeepSeek
Categoria
Geração de Texto
Lançado
13 de ago. de 2026
Janela de contexto
1M tokens
Saída máxima
393.216 tokens
Entrada
Texto
Saída
Texto
Saída estruturada
JSON Schema
Região
Singapore
Endpoints
POST/v1/chat/completionsPOST/v1/responsesPOST/v1/messagesPOST/v1beta/models/deepseek-v4-pro-0813:generateContent
IDs de modelo alternativos
deepseek/deepseek-v4-pro-0813deepseek-ai/deepseek-v4-pro-0813

Preços da API DeepSeek V4 Pro 0813

Tarifas pay-as-you-go ao vivo do catálogo EmpirioLabs. Você paga só pelo que usa, sem mínimo mensal.

Tipo
Especificação
Tarifa
Entrada
per 1M prompt tokens
$1.32
Saída
per 1M generated tokens
$3.96
Web Search (Linkup)
per call when invoked
$0.013
Comparar na página completa de preços

Como chamar a API DeepSeek V4 Pro 0813

DeepSeek V4 Pro 0813 atende a API Chat Completions compatível com OpenAI. Aponte qualquer SDK OpenAI para https://api.empiriolabs.ai/v1 com sua chave de API EmpirioLabs e use o id de modelo deepseek-v4-pro-0813. Obtenha uma chave de API no painel EmpirioLabs.

cURL
curl https://api.empiriolabs.ai/v1/chat/completions \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-v4-pro-0813",
    "messages": [
      {"role": "user", "content": "Write a haiku about the ocean."}
    ]
  }'
Python (OpenAI SDK)
from openai import OpenAI

client = OpenAI(
    base_url="https://api.empiriolabs.ai/v1",
    api_key="YOUR_EMPIRIOLABS_API_KEY",
)

response = client.chat.completions.create(
    model="deepseek-v4-pro-0813",
    messages=[{"role": "user", "content": "Write a haiku about the ocean."}],
)
print(response.choices[0].message.content)
Referência completa da API DeepSeek V4 Pro 0813

Parâmetros da API DeepSeek V4 Pro 0813

Parâmetros de requisição suportados pela API DeepSeek V4 Pro 0813 na EmpirioLabs. Os padrões valem quando um campo é omitido.

ParâmetroTipoPadrãoIntervalo / valoresDescrição
temperaturenumber0.70 a 2Sampling temperature. 0 = deterministic, 2 = maximum randomness.
top_pnumber0.90 a 1Nucleus sampling probability mass. Lower = more focused.
max_tokensnumber40961 a 393216Maximum output tokens.
stopstring--Up to 4 strings where the model will stop generating further tokens.
enable_thinkingbooleantrue-Enable step-by-step reasoning before answering.
thinking_budgetnumber327681 a 393216Maximum tokens reserved for the reasoning process. Up to 393216.
reasoning_effortenummediumnone, low, medium, high, maxReasoning effort level. none disables thinking. low, medium, high, and max set bounded thinking budgets sized to the selected model. Sent as an OpenAI-style...
response_formatenum--Constrain the output to JSON. Use JSON mode for any valid JSON object, or JSON schema to force output that matches a schema you provide.
web_search_linkupbooleanfalse-Optional web search powered by Linkup. When enabled, recent web sources are retrieved using your latest user message as the query and provided to the model as additional context. Adds $0.013 per call when invoked on top of the model's normal token cost. Disabled by default.
disable_formattingbooleanfalse-When enabled, the gateway will not append the "Sources" footer to assistant responses that used Linkup web search. Useful when the model output is piped to another...

Bom saber

Thinking is enabled by default and can be disabled. Reasoning tokens are billed as output tokens. Optional Linkup web search is billed only when invoked.

API DeepSeek V4 Pro 0813: perguntas frequentes

Quanto custa a API DeepSeek V4 Pro 0813?

Na EmpirioLabs, DeepSeek V4 Pro 0813 é cobrado por uso: Input $1.32 per 1M prompt tokens; Output $3.96 per 1M generated tokens; Web Search (Linkup) $0.013 per call when invoked. A tabela de tarifas ao vivo desta página sempre corresponde ao que a API cobra.

Qual é a janela de contexto de DeepSeek V4 Pro 0813?

DeepSeek V4 Pro 0813 suporta uma janela de contexto de 1M tokens com até 393.216 tokens de saída por resposta.

A API DeepSeek V4 Pro 0813 é compatível com OpenAI?

Sim. DeepSeek V4 Pro 0813 atende a API Chat Completions compatível com OpenAI, então SDKs OpenAI existentes funcionam apontando base_url para https://api.empiriolabs.ai/v1 e definindo o id de modelo deepseek-v4-pro-0813.

Posso testar DeepSeek V4 Pro 0813 no navegador antes de integrar?

Sim. O playground da EmpirioLabs executa DeepSeek V4 Pro 0813 no navegador com os mesmos parâmetros que a API expõe, para você testar prompts antes de escrever código.

Como consigo uma chave de API DeepSeek V4 Pro 0813?

Crie uma conta EmpirioLabs e gere uma chave em API Keys no painel. A cobrança usa créditos pay-as-you-go, então você paga apenas pelas requisições que faz.

Pronto para usar endpoints melhores?

Confira nossos preços ou entre em contato se quiser que seu próprio modelo seja implementado em nossa pilha.