128K contextTool callingReasoning

Pricing

₹ per 1M tokens · as of 29 August 2026
Input₹132.37
Output₹321.47
Cached input₹13.24

Flat rate — every request bills the same. Full catalog and comparisons on the pricing comparison page.

Where it fits

DeepSeek’s full-size reasoning model at a flat rate. Long-context analysis and hard problems where you want the reasoning family without a premium-vendor bill.

Not sure? Vidman AI Adaptive routes to the best model per request, including this one.

Call it now — OpenAI-compatible
curl https://api.vidman.ai/v1/chat/completions \
  -H "Authorization: Bearer $VIDMAN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-v4-pro",
    "messages": [{ "role": "user", "content": "Hello" }]
  }'

Existing OpenAI SDK code works by changing the base URL to https://api.vidman.ai/v1 and the key.