Skip to main content
NVIDIA
Explore
Models
Skills
Blueprints
GPUs
Docs
Help Center
Getting Started
  1. Create and verify your account to unlock full access to NVIDIA NIM APIs.
ResourcesDeveloper ForumsContact Support
FAQs
  • Terms of Use
    Privacy Policy
    Your Privacy Choices
    Contact

    Copyright © 2026 NVIDIA Corporation

    deepseek-ai/deepseek-v4-pro-0813

    API Reference

    Prototype

    Start building with a free API endpoint.
    from openai import OpenAI
    
    client = OpenAI(
      base_url = "https://integrate.api.nvidia.com/v1",
      api_key = "$NVIDIA_API_KEY"
    )
    
    
    completion = client.chat.completions.create(
      model="deepseek-ai/deepseek-v4-pro-0813",
      messages=[{"role":"user","content":"Write a limerick about the wonders of GPU computing."}],
      temperature=1,
      top_p=0.95,
      max_tokens=16384,
      seed=42,
      extra_body={"chat_template_kwargs":{"thinking":False}},
      stream=False
    )
    
    print(completion.choices[0].message.content)

    Deploy

    Ready to scale? Choose your deployment path.

    Available Integrations

    Deploy this model now on your endpoint provider of choice

    Specifications

    DeepSeek V4 scales to 1M-token context windows with efficient MoE architecture for coding tasks.

    • Moe
    • agentic
    • coding
    • reasoning
    Provider
    DeepSeek AI
    Last Modified
    5 days ago
    Context Length
    1M
    Parameters
    1.65T
    Input Modalities
    Text
    Output Modalities
    Text

    Model Availability

    Free Endpoint
    Available
    Partner Endpoint
    Available
    Download Available
    Not available