Image GenerationActive
wiro / vlm-image-to-text
vlm-image-to-text
It is an image-to-text tool for running different vision language models.
Image to Text
Model ID
vlm-image-to-text
Provider
wiro
Added
1720441608
wiro playground—wiro/vlm-image-to-text
Added 1720441608
Example prompts
Great starting points for vlm-image-to-text.
What is shown in the image?Image Generation
Can you describe the given image?Image Generation
What is dinosaur holding?Image Generation
What objects are present in the image?Image Generation
What is the background of the image?Image Generation
API quick start
Run vlm-image-to-text with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/vlm-image-to-text
{
"prompt": "What is in the image?",
"selectedModel": 562,
"inputImage": "https://your-cdn.com/input.png",
"selectedModelPrivate": "..."
}