| GTA1 Endpoint | |
| Environment: | |
| - GTA_MODEL_SIZE: 7b | 32b (defaults to 32b) | |
| - MODEL_ID: optional override | |
| - HUGGINGFACE_HUB_TOKEN / HF_HUB_TOKEN / HF_TOKEN: if gated/private | |
| Request example: | |
| { | |
| "messages": [ | |
| { | |
| "role": "user", | |
| "content": [ | |
| { "type": "image_url", "image_url": { "url": "data:image/png;base64,..." } }, | |
| { "type": "text", "text": "button description" } | |
| ] | |
| } | |
| ] | |
| } | |
| Response example: | |
| { "x": 0.42, "y": 0.37, "width": 1920, "height": 1080, "raw": "(800,400)" } | |