DeepSeek

DeepSeek V4 Flash Vision Exp

Chat
Not available
Get started

Experimental vision-enabled version of DeepSeek V4 Flash 0731. Sparse mixture-of-experts model (13B active of 284B total) accepting text and image inputs for visual question answering, document/chart understanding, and multimodal agent workflows.

Context
1Mtokens
Max output
384Ktokens
Released
2026-08-21

Pricing

$ / 1M tokens
Input
$0.22/M
Output
$0.66/M
Cache Read
$0.007/M
Cache Write
$0.22/M

Capabilities

5 listed
  • Chat
  • Tool Use
  • Reasoning
  • Coding
  • Analysis

Code examples

POST /v1/chat/completions
python
from openai import OpenAI

client = OpenAI(
    api_key="your_api_key",
    base_url="https://api.modelstack.cc/v1",
)

response = client.chat.completions.create(
    model="deepseek-v4-flash-vision-exp",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)

Related models

Frequently asked questions

How is DeepSeek V4 Flash Vision Exp billed on ModelStack?expand_more
ModelStack bills based on actual request usage. Input, output, cache, and any other applicable rates follow the live pricing table on this page. Final request costs are available in the console.
What are the context window and maximum output for DeepSeek V4 Flash Vision Exp?expand_more
DeepSeek V4 Flash Vision Exp has a 1M context window and supports up to 384K of output.
How can I call DeepSeek V4 Flash Vision Exp through ModelStack?expand_more
Use the model ID `deepseek-v4-flash-vision-exp` with any OpenAI-compatible SDK pointed at the ModelStack API — see the code examples above for Python, Node.js, and cURL.
Which capabilities does DeepSeek V4 Flash Vision Exp support?expand_more
DeepSeek V4 Flash Vision Exp supports: Chat, Tool Use, Reasoning, Coding, Analysis.