deepseekVision
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,...
Context
1M tokens
Input / 1M tokens
$0.22
Output / 1M tokens
$0.66
Benchmark
—
Pricing
Input tokens$0.22 per 1M tokens
Output tokens$0.66 per 1M tokens
Cache read$0.01 per 1M tokens
Technical details
Model IDdeepseek/deepseek-v4-flash-vision-exp
Context window1M tokens
Input modalitiestext, image
Output modalitiestext
TokenizerDeepSeek
Max output tokens384,000
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'deepseek/deepseek-v4-flash-vision-exp',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use DeepSeek: DeepSeek V4 Flash Vision Exp?
Get an API key and start making requests in minutes.
Get an API key