AICredits logo
deepseekvision

DeepSeek: DeepSeek V4 Flash Vision Exp

deepseek/deepseek-v4-flash-vision-exp

DeepSeek V4 Flash Vision Exp is an experimental vision-enabled version of [DeepSeek V4 Flash 0731](https://openrouter.ai/deepseek/deepseek-v4-flash-0731) from DeepSeek, adding image understanding while matching the base model on text capabilities including agents,...

Supported APIs

Chat APIVision
Context
1.0M
Max output
Input / 1M
₹22.05
Output / 1M
₹66.16

Pricing

Token typeUSD / 1MINR / 1M
Input$0.220₹22.05
Output$0.660₹66.16

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

Quickstart

Call DeepSeek: DeepSeek V4 Flash Vision Exp 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-v4-flash-vision-exp",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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