Deepseek V4 Flash Vision Exp

Try in Playground
silvamux/deepseek-v4-flash-vision-exp
Supported modalities
text·image
Input price¥3 / 1M tokensper 1M tokens
Output price¥9 / 1M tokensper 1M tokens
Context1M
Max output384K
Released2026-04-24

Pricing

Tune and Pro share the same prices.

Input contextInputOutputCache readCache write
-¥3 / 1M tokens¥9 / 1M tokens¥0.1 / 1M tokens¥3 / 1M tokens

Capabilities

Evaluation data not available yet

Performance

Performance data not available yet

Deepseek V4 Flash Vision Exp example code and API

Prodeepseek-v4-flash-vision-exp
/api/v0/chat/completions/api/v1/chat/completions/api/anthropic/v1/messages
UnifiedOpenAIAnthropic
curl https://www.silvamux.com/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-v4-flash-vision-exp",
    "messages": [{"role": "user", "content": "Hello, please introduce yourself"}]
  }'