# DeepSeek V4 Flash Vision

> Experimental vision-enabled release of DeepSeek V4 Flash (open weights, MIT, 305B MoE) — the same efficiency tier with image input. DeepSeek labels it experimental; expect the id to move when a stable release lands.

Human version: https://kymaapi.com/models/deepseek-v4-flash-vision-exp
Live JSON: `GET https://kymaapi.com/v1/models` (no auth required)

## Facts

- **Model ID**: `deepseek-v4-flash-vision-exp`: pass this as `model` in the request body
- **Creator**: DeepSeek
- **Released**: 2026-08-21
- **Context window**: 1M tokens
- **Max output**: 384K tokens per response, a hard ceiling, not a default
- **Price**: $0.297 in / $0.891 out per 1M
- **Capabilities**: tools, vision, reasoning

## Call it

```bash
curl https://kymaapi.com/v1/chat/completions \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "deepseek-v4-flash-vision-exp", "messages": [{"role": "user", "content": "Hello"}]}'
```

## See also

- All models: https://kymaapi.com/models.md
- Pricing: https://kymaapi.com/pricing.md
- Other models by DeepSeek: https://kymaapi.com/models?q=DeepSeek
