deepseek
deepseek/deepseek-v4-pro/Released Apr 2026

DeepSeek V4 Pro

Flagship DeepSeek V4 with a 1M-token context, 49B active params, and native tool use — strong reasoning and code at a fraction of frontier-tier pricing.

Provider
deepseek
Modality
text-to-text
Released
Apr 2026
Pricing
$0.57 / 1M in$1.13 / 1M out

Ready to build with DeepSeek V4 Pro?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "deepseek-v4-pro",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'