DeepSeek V4 Pro 0813
Chatdeepseek/deepseek-v4-pro-0813DeepSeek 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
DeepSeek
Unterstützte Protokolle
openaianthropic
Providers
DeepSeek
Eingabe-Tokens
$0.45/M
Ausgabe-Tokens
$0.88/M
Cache-Lesen
$0.0037/M
Protocols
openai
/v1/chat/completionsanthropic
Code-Beispiele
from openai import OpenAIclient = 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)
Verwandte Modelle
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.
DeepSeek V4 Pro 0813 unterstützt ein Kontextfenster von 1M Tokens mit max. Ausgabe von 384K Tokens, was die Verarbeitung großer Dokumente und lange Konversationen ermöglicht.
Einfach Ihre Base-URL auf https://api.ofox.run/v1 setzen und Ihren Ofox API Key verwenden. Die API ist OpenAI-kompatibel — einfach Base-URL und API Key in Ihrem bestehenden Code ändern.
DeepSeek V4 Pro 0813 unterstützt folgende Fähigkeiten: Function Calling, Prompt Caching. Zugriff auf alle Features über die einheitliche Ofox.ai API.