Integrations
Infersia is OpenAI-compatible, so anything that lets you set a base URL works without us shipping anything. In practice the awkward part is never the API — it is finding the right box in someone else’s settings screen. These guides do that part.
Wherever you land, the two values are the same: the base URL https://api.infersia.com/v1 and an API key beginning isk-v1-, which you create in your dashboard.
Hermes Agent
Nous Research’s terminal and desktop agent. Full walkthrough for the setup wizard, config file and switching models mid-session.
Cline
VS Code agent. Choose “OpenAI Compatible”, then base URL and key.
Continue
VS Code and JetBrains assistant. One block in config.json.
Aider
Terminal pair-programmer. Two environment variables.
Open WebUI
Self-hosted chat UI. Add an OpenAI connection; the model list populates itself.
LiteLLM
Proxy and SDK. Four lines in your config, or one call in Python.
Vercel AI SDK
Use the @ai-sdk/openai provider with a custom baseURL.
LangChain
ChatOpenAI with base_url pointed at us. Nothing else changes.
LlamaIndex
The OpenAILike class, three arguments.
Using something that isn’t here?
If it accepts a custom OpenAI base URL, it already works — that covers most chat clients, agents and SDKs. If you get stuck, or you maintain a tool you’d like a guide for, write to support@infersia.com. If you maintain one and would like paying when your users route through us, there is a partner programme.