Back to Models

DeepSeek V4 Pro

Active
deepseek-v4-pro

DeepSeek V4 Pro — higher-capability OpenAI-compatible model with automatic context caching and an optional thinking mode.

Technical Specifications

Context Length131K tokens
Max Output8K tokens
Available Providers1
Lowest Input Price$0.43/1M tokens
Lowest Output Price$0.87/1M tokens

Capabilities

chatcodefunction_calling

Provider Availability & Pricing

ProviderProvider Model IDInput Price (per 1M tokens)Output Price (per 1M tokens)Status
DeepSeek
deepseek-v4-pro$0.43$0.87active

Code Examples

curl https://api.tokligence.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "deepseek-v4-pro",
    "messages": [
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    "max_tokens": 1024
  }'

Ready to use DeepSeek V4 Pro?

Try it out in our interactive playground or integrate it into your application with just a few lines of code.