NVIDIA NIM DeepSeek V4 Pro
DeepSeek V4 Pro 1.65T MoE flagship (0813 release) via NVIDIA NIM — 1M context, 1,000 free credits.
Updated 8/29/20262 code examples
About the Model
为什么选择 DeepSeek V4 Pro?
国产之光,在代码生成和逻辑推理领域表现极度亮眼,甚至在多项指标上超越了闭源模型。
- 极高性价比:在维持顶级性能的同时,其计算效率和响应速度极具优势。
- 针对性优化:特别强化了中文语境理解和复杂的算法逻辑编写。
- 1.6T 万亿参数:强大的知识面和泛化能力。
How to Access for Free (via NVIDIA NIM)
Why Choose DeepSeek V4 Pro on NVIDIA NIM?
Access DeepSeek's August 2026 flagship 1.65T parameter MoE model (version 0813) hosted on NVIDIA DGX Cloud. Fully accelerated for autonomous agent coding, complex mathematical reasoning, and full-repo analysis with 1M context.
Try it in your browser
Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.
Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.
Code Examples
curl https://integrate.api.nvidia.com/v1/chat/completions \
-H "Authorization: Bearer $NVIDIA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-ai/deepseek-v4-pro-0813",
"messages": [{"role": "user", "content": "Refactor this distributed Raft implementation."}]
}'
Community Feedback
Comments are tied to your GitHub account — sign in to join the discussion.