Use in your IDE
Route your IDE’s LLM requests through Merge Gateway with the OpenAI-compatible endpoint.
Most coding IDEs let you plug in a custom OpenAI-compatible provider. Point that provider at Merge Gateway and you get every model Gateway supports (OpenAI, Anthropic, Google, Kimi, and more) through a single API key. Routing policies, cost governance, and full request observability come built in, visible in the Gateway dashboard.
The three inputs
Every IDE guide on this page asks for the same three values:
Get the full list of available models from GET /v1/models or the models page in the dashboard.
Supported IDEs
Override OpenAI Base URL in Cursor Settings. Supports Ask and Plan modes.
Add Gateway as an OpenAI-compatible provider in settings.json.
One-entry config.yaml change. Works in VS Code and JetBrains.