Why Gateway
- OpenAI-compatible endpoints and normalized model IDs across providers
- One way to configure reasoning across all models
- Support for streaming and non-streaming responses
- Compatible with common AI SDKs (Vercel AI SDK, TanStack AI, Langchain, OpenAI SDK, …)
Choose an SDK
If you havent installed any SDK yet, you’ll have to do that first. Most of our own examples in the documentation will refer to Vercel AI SDK (which we use ourselves internally) using TypeScript.We recommend
bun as your default JavaScript / TypeScript toolkit, but you can also use
npm, pnpm or yarn.Your First Call
Now you’re already ready for your first call:If you don’t have an API key yet, register for free in the Hebo
Console.
What’s Next?
- Dig deeper into advanced features like Reasoning, Tool Calling and Embeddings.

