Skip to main content

Models

Start with holo3-1-35b-a3b. It is on the free tier, has native function calling, and its latency suits interactive loops. Move to holo3-122b-a10b for complex multi-step tasks and novel environments. Switching is a model ID change. IDs are stable: before a model is removed, its deprecation_date is set in GET /v1/models and a notice appears on this page, so pin an ID in production and check deprecation_date when you upgrade.

What Holo does

Prefer to try Holo without writing code? HoloTab runs it in your browser with no setup.

Benchmarks

Holo3.1 35B-A3B against the previous generation and comparable open models. Best score per row in bold.
Overall averages the four H Corporate benchmarks (E-Commerce, Business Software, Collaboration, Multi-Apps) first, then takes the mean across OSWorld, Android World, H Corporate, ScreenSpot-Pro, and OSWorld-G. Baselines are evaluated by H; starred numbers are reported from the original source. OSWorld runs on H’s internal implementation of the benchmark, so numbers differ slightly from the official OSWorld-Verified leaderboard.

Smaller sizes for your own hardware

The API serves the two largest models. Three smaller Holo3.1 checkpoints are not on the API, but they are open weights under Apache 2.0: download them and run them yourself. The 35B is open too, with FP8, NVFP4, and GGUF builds for a Mac (M3 or newer, 36 GB) or a DGX Spark. Local inference covers memory, measured speed, and server setup with llama.cpp or vLLM.

Data retention

The API logs request time, model, and token counts. Prompts and responses are not stored: zero data retention by default. H runs its own models, so inputs and outputs are never shared with third parties. See the privacy policy.