{"info":{"title":"microsoft/florence-2-large/caption","version":"1.0.0"},"paths":{"/":{"post":{"summary":"Florence-2 Large Caption","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Output"}}},"description":"Successful Response"}},"operationId":"florence_2_large_caption","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Input"}}},"required":true}}},"/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"],"properties":{"image_url":{"type":"string","title":"Image URL","format":"uri","x-order":0,"description":"URL of the image to caption."}},"x-fal-order-properties":["image_url"]},"Output":{"type":"string","title":"Output","description":"A concise one-sentence caption describing the image."}}}}