LLM Reference

Using Holo3-122B-A10B on H Company API

Implementation guide · Holo · H Company

Serverless

Quick Start

  1. 1
    Create an account at H Company API and generate an API key.
  2. 2
    Use the H Company API SDK or REST API to call holo3-122b-a10b — see the documentation for request format.
  3. 3
    You'll be billed $0.40/1M input, $3.00/1M output tokens. See full pricing.

Code Examples

Install
pip install openai
API key
HAI_API_KEY
Model ID
holo3-122b-a10b

Use H Company API model IDs from provider rows, such as holo3-1-35b-a3b or holo3-122b-a10b. These differ from LLMReference display slugs.

import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["HAI_API_KEY"],
    base_url="https://api.hcompany.ai/v1"
)
response = client.chat.completions.create(
    model="holo3-122b-a10b",
    messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)

About H Company API

H Company API exposes Holo computer-use models through an OpenAI-compatible chat completions endpoint at https://api.hcompany.ai/v1/. The platform is documented through H Company Hub, uses HAI_API_KEY bearer authentication, supports image inputs for Holo models, and publishes per-token pricing for the active Holo3/Holo3.1 API model IDs.

H Company API is the first-party OpenAI-compatible API for H Company Holo computer-use models, with hosted access to Holo3 and Holo3.1 models for web, desktop, and mobile GUI automation workflows.

Pricing on H Company API

TypePrice (per 1M)
Input tokens$0.40
Output tokens$3.00
Image input$1.00

Capabilities

VisionMultimodalFunction CallingTool UseStructured Outputs

About Holo3-122B-A10B

Holo3-122B-A10B is H Company's flagship 122B (10B active) sparse MoE computer-use VLM. Released March 31, 2026, available via the H Company API only (no public open weights). Achieves 78.85% on OSWorld-Verified - SOTA at launch. Paid-tier API access at $0.40/$3.00 per 1M input/output tokens.

Model Specs

Released2026-03-31
Parameters122
Context66k
Architecturemoe

Provider

H Company API

H Company

Paris, France