{"model":{"id":"query-pro","name":"Query Pro","description":"Frontier visual question-answering. Ask any question about an image and get a reasoned answer.","tasks":["vqa"],"credits_per_call":2,"input_fields":{"image_url":"string (required)","prompt":"string (required — question to ask)"},"output_fields":{"result.text":"string"},"api_gross_margin_percent":20,"schema_url":"/api/v1/vision?model_id=query-pro","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/vision?model_id=query-pro","title":"Query Pro request","type":"object","properties":{"model_id":{"type":"string","const":"query-pro"},"webhook_url":{"type":"string","format":"uri","maxLength":2048},"webhook_secret":{"type":"string","maxLength":512},"image_url":{"type":"string","format":"uri"},"prompt":{"type":"string"},"question":{"type":"string"}},"required":["model_id","image_url"],"anyOf":[{"required":["prompt"]},{"required":["question"]}],"additionalProperties":false}},"version":"1","rate_limit":"20 req/min"}