Doubleword
    MoE
    1M Context
    Frontier Reasoning
    Agentic
    DeepSeek
    Open Weights

    DeepSeek V4-Pro

    DeepSeek's flagship open MoE for advanced reasoning, coding, and agentic work — 1.6T total parameters, 49B active, with a 1M-token context window. Built for the hardest tasks in the V4 lineup.

    Architecture

    MoE

    1.6T total / 49B active

    Context Window

    1M

    Tokens

    Intelligence

    50

    AA Index v4.0

    License

    Open

    Open Weights

    About

    Frontier V4 Flagship with 1M Context

    DeepSeek V4-Pro is DeepSeek's flagship open MoE model for advanced reasoning, coding, and agentic work. With 1.6T total parameters, 49B active per token, and a 1M-token context window, it's designed for the hardest tasks in the V4 lineup.

    V4-Pro shines on complex problem solving, knowledge-intensive workflows, and high-stakes coding or research use cases that demand frontier-level capability.

    Reason
    1M Ctx
    Tools
    Code
    Research
    Agent

    Frontier V4 Flagship

    Use Cases

    Built for the hardest reasoning & coding work

    Advanced Reasoning

    Frontier-level multi-step reasoning for the hardest problems in the V4 lineup.

    High-Stakes Coding

    Production-grade coding, refactoring, and full-repo generation across complex stacks.

    Knowledge-Intensive Workflows

    1M-token context handles entire research corpora, contracts, and codebases in a single call.

    Agentic Research

    Built for long-horizon agents: planning, tool use, and iterative experimentation at scale.

    Benchmarks

    Frontier reasoning & coding performance

    Artificial Analysis Intelligence Index v4.0 scores. V4-Pro is the flagship of the V4 family with frontier-level performance across reasoning, coding, and knowledge benchmarks.

    50

    Intelligence Index

    Better than 94% of models

    91

    GPQA Diamond

    Better than 95% of models

    95

    τ²-Bench Telecom

    Better than 96% of models

    CategoryBenchmarkScore
    ReasoningGPQA Diamond91
    ReasoningHumanity's Last Exam34
    ReasoningAA-LCR65
    ReasoningCritPt10
    CodingSciCode47
    CodingTerminal-Bench Hard42
    Agenticτ²-Bench Telecom95
    AgenticIFBench71
    AgenticGDPval-AA53
    KnowledgeAA-Omniscience Accuracy42
    KnowledgeAA-Omniscience Non-Hallucination13

    Metrics sourced from Artificial Analysis and DeepSeek's published evaluations.

    Pricing

    Flexible Pricing Tiers

    Choose the optimal balance of speed and cost for your workflow. Prices are per 1M tokens.

    TierInput / 1M tokensOutput / 1M tokens
    Overnight (24H)$1.05$2.20
    Async$1.31$2.75
    Realtime$1.74$3.48

    Context window natively supported up to 1M tokens.

    Quickstart

    Start Building in Minutes

    DeepSeek V4-Pro is accessible via OpenAI-compatible endpoints.

    Python
    from openai import OpenAI
    
    client = OpenAI(
        api_key="your-api-key-here",
        base_url="https://api.doubleword.ai/v1"
    )
    
    # Frontier reasoning with DeepSeek V4-Pro (1M context)
    response = client.chat.completions.create(
        model="deepseek-ai/DeepSeek-V4-Pro",
        messages=[
            {"role": "user", "content": "Solve this multi-step research problem and show your reasoning."}
        ],
    )
    
    print(response.choices[0].message.content)

    💡 Pro Tip

    V4-Pro is built for the hardest tasks — reach for it on frontier reasoning, complex coding, and knowledge-intensive research workflows. For lighter everyday work, V4-Flash offers similar capability at a fraction of the cost.

    Ready to deploy DeepSeek V4-Pro?