AICredits logo
deepseek

DeepSeek: DeepSeek V3 0324

deepseek/deepseek-chat-v3-0324

DeepSeek V3, a 685B-parameter, mixture-of-experts model, is the latest iteration of the flagship chat model family from the DeepSeek team. It succeeds the [DeepSeek V3](/deepseek/deepseek-chat-v3) model and performs really well...

Supported APIs

Chat API
Context
164K
Max output
Input / 1M
₹20.13
Cached / 1M
₹2.01
Output / 1M
₹77.50

Pricing

Token typeUSD / 1MINR / 1M
Input$0.200₹20.13
Cached inputprompt cache read$0.0202.01
Output$0.770₹77.50

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call DeepSeek: DeepSeek V3 0324 through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek/deepseek-chat-v3-0324",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.