Models

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

ProviderDeepSeek
Model IDdeepseek-v4-flash-image-exp
Best forGeneral-purpose
Context window1,000,000 tokens
Max output384,000 tokens
ModalitiesText, Image
Tool / function callingYes
Knowledge cutoff2025-05
Acceleration🌐 Global (Centralized)

Pricing

Pricing in USD per 1M tokens, matching the provider's rates.

InputCached inputOutput
$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

On this page