Try Hanzo

Works with everything

Hanzo AI is fully OpenAI-compatible. Use any SDK, framework, or language you already know. Drop in https://api.hanzo.ai/v1 as the base URL and your Hanzo API key.

Quick start — any OpenAI SDK

# Python
client = OpenAI(base_url="https://api.hanzo.ai/v1", api_key=HANZO_API_KEY)

# TypeScript
const client = new OpenAI({ baseURL: "https://api.hanzo.ai/v1", apiKey: HANZO_API_KEY });

# Go
client := openai.NewClient(option.WithBaseURL("https://api.hanzo.ai/v1"), option.WithAPIKey(HANZO_API_KEY))

AI SDKs

Frameworks

⛓️LangChain

Integrate LangChain with Hanzo AI to build chains, agents, and RAG pipelines using any of our 500+ models. Hanzo is OpenAI-compatible so ChatOpenAI just works.

Frameworks
🦙LlamaIndex

Use LlamaIndex with Hanzo AI to build powerful RAG applications, data agents, and query pipelines. Drop in Hanzo as your LLM provider with zero friction.

Frameworks
Vercel AI SDK

Use the Vercel AI SDK with Hanzo AI to build streaming AI UIs, chatbots, and generative interfaces in Next.js, React, and other frameworks.

Frameworks
🤝AutoGen

Build multi-agent systems with Microsoft AutoGen. Set base_url to api.hanzo.ai/v1 in the AutoGen config, name a Hanzo model, and the agents run on it.

Frameworks
🚢CrewAI

Use CrewAI to build collaborative AI agent teams powered by Hanzo AI models. CrewAI's role-based agents work with any OpenAI-compatible provider.

Frameworks
🔬DSPy

Use DSPy to program (not prompt) Hanzo AI models. DSPy's systematic approach to LM prompting works with any OpenAI-compatible provider.

Frameworks
🌾Haystack

Build NLP pipelines and RAG systems with Haystack. Point OpenAIChatGenerator at api.hanzo.ai/v1, name a Hanzo model, and the pipeline runs unchanged.

Frameworks

Platforms & Editors

Infrastructure

Languages

Paste and ship

Paste this into any agent. It reads the skill manifest and calls Integrations from there.

Agent promptapi /v1/integrations
Read https://hanzo.ai/skill.md and use Hanzo Integrations in my project. Start with: hanzo integrations list

Start building with Integrations

One API key. One credit balance. Every primitive.

Related capabilities

CLISDKsAPI