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:

InputValue
Base URLhttps://api-gateway.merge.dev/v1/openai
API keyYour key from gateway.merge.dev/settings/api-keys
Model nameprovider/model format. For example, anthropic/claude-opus-4.6, openai/gpt-5.2, or google/gemini-2.5-pro.

Get the full list of available models from GET /v1/models or the models page in the dashboard.

Supported IDEs

Next steps