deepseek-v4-flash-image-exp β API, Pricing & Context Window | Vivgrid
deepseek-v4-flash-image-exp on Vivgrid: DeepSeek's fast, ultra-affordable model with image-input understanding, a 1M-token context window, and up to 384K output tokens.
deepseek-v4-flash-image-exp is an experimental variant of deepseek-v4-flash that adds image input, so you can send text and images in the same request. It keeps the line's standout 1M-token context window and 384K-token max output, at the same price as deepseek-v4-flash.
Vivgrid serves deepseek-v4-flash-image-exp through its unified, OpenAI-compatible API, making it a compelling default for high-volume, cost-sensitive workloads that need to reason over images alongside text.
Specifications
| Provider | DeepSeek |
| Model ID | deepseek-v4-flash-image-exp |
| Best for | General-purpose |
| Context window | 1,000,000 tokens |
| Max output | 384,000 tokens |
| Modalities | Text, Image |
| Tool / function calling | Yes |
| Knowledge cutoff | 2025-05 |
| Acceleration | π Global (Centralized) |
Pricing
Pricing in USD per 1M tokens, matching the provider's rates.
| Input | Cached input | Output |
|---|---|---|
| $0.44 | $0.044 | $1.32 |
Quick start
Call deepseek-v4-flash-image-exp through Vivgrid's unified, OpenAI-compatible endpoint. Get an API key from the Vivgrid Console.
curl https://api.vivgrid.com/v1/chat/completions \
-H "Authorization: Bearer $VIVGRID_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v4-flash-image-exp",
"messages": [
{ "role": "user", "content": "Say hello in English, Chinese and Spanish." }
],
"stream": true
}'Ideal use cases
- Document, screenshot, and chart understanding at low cost
- Multimodal agent steps that mix text and image inputs
- Very high-volume, cost-sensitive agent traffic
- Large-output generation at minimal cost
Related models
- deepseek-v4-flash (0731) β the text-only, identically priced base model
- deepseek-v4-pro β the flagship V4 model
- gemini-3.1-flash-image β image-generation alternative
gpt-5.3-codex
gpt-5.3-codex on Vivgrid: OpenAI's Codex-tuned coding model on the Responses API, with a 400K context window and geo-distributed acceleration.
deepseek-v4-flash (0731)
deepseek-v4-flash (0731) on Vivgrid: DeepSeek's fast, ultra-affordable model with a 1M-token context window and up to 384K output tokens.