Skip to content
DocumentationStart buildingSign in
Live from api.hanzo.ai

enso and Zen, on one endpoint

enso is our frontier family. Zen is our open-weight family — call it here or run the weights yourself. Models from other labs answer on the same endpoint when you need one.

Models from other labs

Routed on the same endpoint, with the same key, when a workflow needs a specific one.

inclusionAI: Ling 3.0 Tiny (free)
inclusionai/ling-3.0-tiny:free
262K

Ling 3.0 Tiny is a mixture-of-experts model from InclusionAI, with 1.3B active parameters out of 7.9B total. It is designed for responsive agents, instruction following, and multi-turn conversations, with switchable...

text
Meta: Muse Spark 1.2
meta/muse-spark-1.2
1M

Muse Spark 1.2 is a reasoning model from Meta, designed for complex agentic tasks. It accepts text, images, video, audio, and PDF documents, returns text, and offers a 1M-token context...

textvisionaudio
Qwen: Qwen3.8 Max
qwen/qwen3.8-max
1M

Qwen3.8 Max is the flagship model in Alibaba's Qwen3.8 series, the general-availability successor to the Qwen3.8 Max Preview. It is a multimodal reasoning model intended for complex reasoning, visual understanding,...

textvision
DeepSeek V4 Flash Latest
~deepseek/deepseek-v4-flash-latest
1M

This model always redirects to the latest model in the DeepSeek V4 Flash family.

text
DeepSeek: DeepSeek V4 Flash 0731
deepseek/deepseek-v4-flash-0731
1M

DeepSeek V4 Flash 0731 is a sparse mixture-of-experts model from DeepSeek, with 13B active parameters out of 284B total. This re-post-trained revision is suited for coding, reasoning, and agent workflows.

text
Thinking Machines: Inkling Small
thinkingmachines/inkling-small
524K

Inkling Small is an open-weight multimodal mixture-of-experts model from Thinking Machines Lab, with 12B active parameters out of 276B total. It is positioned as the smaller, more efficient member of...

textvisionaudio
Qwen: Qwen3.7 Flash
qwen/qwen3.7-flash
1M

Qwen3.7 Flash is a vision-language reasoning model from Alibaba. It is suited for multimodal agents, visual coding, search, and computer interaction, with strengths in object recognition, spatial understanding, and real-world...

textvision
Claude Opus 5 (Fast)
anthropic/claude-opus-5-fast
1M

Fast-mode variant of [Opus 5](/anthropic/claude-opus-5) - identical capabilities with higher output speed at 2x pricing relative to regular Opus 5. Learn more in Anthropic's docs: https://platform.claude.com/docs/en/build-with-claude/fast-mode

textvision
Claude Opus 5
anthropic/claude-opus-5
1M

Claude Opus 5 is Anthropic’s flagship model for demanding reasoning, coding, and long-horizon agentic work. It is particularly strong at end-to-end software tasks, code review and bug finding, visual analysis...

textvision

One key, one host

Changing model is changing one string. The endpoint takes and returns the chat-completions JSON shape, so an HTTP client already written against that shape works once its base URL points at api.hanzo.ai/v1.

typescript
curl https://api.hanzo.ai/v1/chat/completions \
  -H "Authorization: Bearer $HANZO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "zen5",
    "messages": [{ "role": "user", "content": "Hello" }]
  }'
2
Model families of our own
1
Host
1
API Key
$0
To Start