chat/completions call with an image plus a transcription prompt. Send it as a single request with temperature=0.0 and enable_thinking=False so the model transcribes in one shot instead of reasoning first.
Holo OCR is strongest on English, digitally generated documents (exported PDFs, slides, web pages, reports). Scanned pages and photos are best-effort, and handwriting is not a good fit. For high-stakes handwritten or non-Latin content, use a dedicated OCR system.
Transcribe a page
Send one page image and read the Markdown frommessage.content.
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.
Agent loop
How to use Holo in your computer-use harness.
API reference
Endpoint, models, parameters, and limits.