Active
deepseek-ai / deepseek-vl2
deepseek-vl2
DeepSeek-VL2 delivers accurate and fast answers to your questions about images, making visual question answering effortless and reliable.
Model ID
deepseek-vl2
Provider
deepseek-ai
Added
1740745359
wiro playground—deepseek-ai/deepseek-vl2
Added 1740745359
DeepSeek-VL2 delivers accurate and fast answers to your questions about images, making visual question answering effortless and reliable.
Example prompts
Great starting points for deepseek-vl2.
Describe this image in detail.
Please describe the image.
Please describe the image and the big structre in it.
What is unusual in the image?
What is the woman doing in the image?
API quick start
Run deepseek-vl2 with a single API call.
POST https://api.wiro.ai/v1/Run/deepseek-ai/deepseek-vl2
{
"prompt": "Please describe this image in detail.",
"inputImage": "https://your-cdn.com/input.png",
"inputImageUrl": "...",
"max_new_tokens": 128
}