15 % auf Aufladungen sparen — Code OFOXAI2608Mehr erfahren
DeepSeek

DeepSeek V4 Pro 0813

Chat
deepseek/deepseek-v4-pro-0813

DeepSeek V4 Pro (0813) is the official release of DeepSeek's flagship Mixture-of-Experts model with 1.6T total parameters and 49B activated parameters, supporting a 1M-token context window. This version greatly enhances agent capabilities — tool use, code execution, and long-horizon multi-step workflows — alongside strong reasoning, coding, and software engineering performance.

Kontextfenster
1M
Max. Ausgabe-Tokens
384K
Veröffentlicht
2026-08-13
Fähigkeiten
Function CallingPrompt Caching
Verfügbare Anbieter
DeepSeekDeepSeek
Unterstützte Protokolle
OpenAIopenaiAnthropicanthropic

Providers

DeepSeekDeepSeek
Eingabe-Tokens
$0.45/M
Ausgabe-Tokens
$0.88/M
Cache-Lesen
$0.0037/M
Protocols
OpenAIopenai/v1/chat/completions
Anthropicanthropic

Code-Beispiele

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.run/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="deepseek/deepseek-v4-pro-0813",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Häufig gestellte Fragen

DeepSeek V4 Pro 0813 auf Ofox.ai kostet $0.45/M pro Million Eingabe-Tokens und $0.88/M pro Million Ausgabe-Tokens. Pay-as-you-go, keine monatlichen Gebühren.