{"info":{"title":"ModelRunner OpenAPI schema for moondream/moondream3-preview/query","version":"0.1.0"},"paths":{"/health-check":{"get":{"summary":"Healthcheck","responses":{"200":{"content":{"application/json":{"schema":{"title":"Response Healthcheck Health Check Get"}}},"description":"Successful Response"}},"operationId":"healthcheck_health_check_get"}}},"openapi":"3.1.0","components":{"schemas":{"Input":{"type":"object","title":"Input","required":["image_url","prompt"],"properties":{"top_p":{"type":"number","title":"Top P","maximum":1,"minimum":0,"x-order":4,"description":"Nucleus sampling probability mass."},"prompt":{"type":"string","title":"Prompt","x-order":1,"minLength":1,"description":"Question to ask about the image."},"image_url":{"type":"string","title":"Image URL","format":"uri","x-order":0,"description":"URL of the image to ask about."},"reasoning":{"type":"boolean","title":"Reasoning","default":true,"x-order":2,"description":"Include the model's detailed reasoning in the response."},"temperature":{"type":"number","title":"Temperature","default":0,"maximum":1,"minimum":0,"x-order":3,"description":"Sampling temperature. 0 is deterministic; higher values (up to 1) increase variety."}},"x-fal-order-properties":["image_url","prompt","reasoning","temperature","top_p"]},"Output":{"type":"string","title":"Output","description":"Answer to the query about the image."}}}}