Hebo Gateway provides a unified API for completions, embeddings, and model discovery.
It normalizes provider differences so you can switch models without rewriting your client.
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.
bun add ai @ai-sdk/openai-compatible
bun add openai
bun add @langchain/openai
We recommend bun as your default JavaScript / TypeScript toolkit, but you can also use
npm, pnpm or yarn.
You can use any other SDKs and languages (e.g. Python), as long as they can connect to an OpenAI-compatible endpoint.If you find any issues accessing Hebo Gateway with another library, we would appreciate a report on our issue tracker.