Transcribe a page
No dedicated endpoint: the same OpenAI-compatiblechat/completions call, with a page image and a transcription prompt, sent at temperature=0.0 with enable_thinking=False. The Markdown comes back in message.content. Client setup is in the Quickstart.
Multi-page PDFs
Holo reads images, not PDFs, so rasterize each page to an image and transcribe them one per request, then stitch the results. One page per request keeps each image at full resolution and is the most reliable pattern.Next steps
Element localization
Get click coordinates from a screenshot.
Build an agent
How to use Holo in your computer-use harness.
API reference
Endpoint, auth, rate limits, and errors.