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/v1and 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.