Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cogito.decart.ai/llms.txt

Use this file to discover all available pages before exploring further.

DeepSeek’s frontier model. 1M-token context, frontier-class reasoning, and a price tag that makes proprietary alternatives hard to justify.
Slugdeepseek-v4-pro
ParametersFrontier MoE
Context1,000,000 tokens (1M)
Throughput70 tokens/sec
TTFT320ms
LicenseDeepSeek License
HardwareNVIDIA Blackwell
Input price$0.435 / 1M tokens
Output price$0.87 / 1M tokens

Best for

  • Hardest reasoning, mathematical proofs, programming competitions
  • Long-context analysis (full books, large codebases, extensive logs)
  • Research workloads where you’d reach for a frontier closed-model API
client.chat.completions.create(
    model="deepseek-v4-pro",
    messages=[...],
)

On context cost

The full 1M context is included in the standard token rate — no per-token surcharge for using the long window. Pair with context caching and the economics on RAG workloads get very compelling.