Image GenerationActive
moondream3-preview / query
query
Moondream3 is a cutting-edge vision-language model that delivers advanced visual reasoning with built-in object detection, pointing, and OCR capabilities—bringing fast, cost-effective, and scalable inference to real-world applications.
Image to TextBf16
Model ID
query
Provider
moondream3-preview
Updated
1770899036
wiro playground—moondream3-preview/query
Updated 1770899036
The Moondream 3 "Query" model performs Visual Question Answering (VQA), allowing users to ask open-ended questions in natural language about an image and receive an intelligent, context-aware textual response that relies on the model's visual reasoning capabilities.
Example prompts
Great starting points for query.
List all the accessories in json format under 'accessories' keyImage Generation
List all the ingredients in the imageImage Generation
List the ballsImage Generation
API quick start
Run query with a single API call.
POST https://api.wiro.ai/v1/Run/moondream3-preview/query
{
"prompt": "List all the accessories in json format u…",
"inputImage": "https://your-cdn.com/input.png",
"reasoning": "--reasoning",
"temperature": 0.7
}