Huzz is a single API for the best models across every major provider. One key, one billing relationship, and one OpenAI-compatible interface at:
https://api.huzz.ai
If your code already talks to an OpenAI SDK, it already talks to Huzz — change the base URL and the key, and every model in the catalog is available.

Why Huzz

  • One key, every provider. Chat, image, video, audio, and embedding models from 23 families behind a single HUZZ_API_KEY. No per-provider accounts.
  • OpenAI-compatible. Point the official OpenAI SDKs (or plain HTTP) at https://api.huzz.ai/v1 and switch models by changing one string.
  • Streaming built in. Chat models stream tokens over SSE with stream: true — see Streaming.
  • Async for heavy jobs. Video, audio, and other long-running generations use a simple submit-and-poll prediction lifecycle — see Async predictions.

Start here

Quickstart

Get a key and make your first call in under five minutes.

Model catalog

Browse all 267 models with endpoints and runnable samples.

Authentication

Bearer keys, header format, and how to keep keys safe.

Errors

Error shapes, status codes, and retry guidance.