Integrations
Point existing OpenAI-compatible tools at orientx
Every integration on this page is the same swap: set the base URL and the API key, then pick a
model id from GET /v1/models. The rest of the tool's workflow stays as it is.
| Base URL | https://api.orientx.ai/v1 |
| Auth | Authorization: Bearer <ORIENTX_API_KEY> |
| Model | An id from listing models |
Create a key in the console first. Support for tools, vision, and
the Responses API varies by model — if a client asks for a feature the model cannot honor, the API
returns 400 rather than ignoring the field.
Libraries
OpenAI SDK
Official Python and TypeScript clients. The shortest path if you already call OpenAI.
CrewAI
Multi-agent crews via an OpenAI-compatible LLM object.
Apps
Codex CLI
OpenAI's coding agent. Add orientx as a custom model provider.
Cursor
Override the OpenAI base URL in Cursor's model settings.
Continue
VS Code / JetBrains autocomplete and chat.
Aider
Terminal pair-programming against an OpenAI-compatible endpoint.
Open WebUI
Self-hosted chat UI. Add orientx as an OpenAI connection.