DeepSeek V4 Pro API

DeepSeek's premium V4 model for complex coding, reasoning, and long-form technical work.

Provider: DeepSeek | Model ID: deepseek-v4-pro | Context Window: 256K tokens

Token Pricing

₹200/1M input · ₹390/1M output. Pay-as-you-go micro-metered token billing. UPI and cards accepted with zero minimum commitment.

Token TypePrice (INR)
Input Tokens₹200/1M tokens
Output Tokens₹390/1M tokens
Prompt Caching Input₹20/1M tokens

OpenAI-Compatible Integration

Directly drop into existing OpenAI SDK code by updating the base URL to https://api.luminoai.co.in/v1.

curl https://api.luminoai.co.in/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $LUMINO_API_KEY" \
  -d '{
    "model": "deepseek-v4-pro",
    "messages": [
      {"role": "system", "content": "You are a helpful assistant."},
      {"role": "user", "content": "Explain KV cache in 2 sentences."}
    ]
  }'

Model Specifications

Model Identifierdeepseek-v4-pro
ProviderDeepSeek
Categoryagentic
Context Window256K tokens
API ProtocolOpenAI-compatible REST API (JSON)
Endpointhttps://api.luminoai.co.in/v1/chat/completions

Explore all models in catalog | API Documentation | Test DeepSeek V4 Pro in Playground