DOCS
Build against Hoonify in minutes.
Hoonify exposes an OpenAI-compatible API. If you can call openai.chat.completions.create(), you can use Hoonify — just swap the base URL and key.
Quickstart
Make your first chat completion in two minutes. Includes curl, Python, and TypeScript.
ReadChat completions API
OpenAI-compatible endpoint, with extensions for quantization and pool routing.
ReadPools
How Hoonify routes your traffic to the right operator, transparently.
ReadOpenAI compatibility
Drop-in replacement for the OpenAI Python and TS SDKs. One base URL, same shapes.
ReadAuthentication
API key formats, scopes, rotation policy, and how to revoke without downtime.
ReadMigrating from Vast.AI
Moving an existing workload over: account setup, key migration, and per-request differences.
ReadENDPOINT
One base URL routes to the closest pool with capacity. Pin a pool with the X-Hoonify-Pool header (na / eu / apac) when you need data residency.