> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://www.comet.com/docs/opik/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://www.comet.com/docs/opik/_mcp/server.

# Gateway

An LLM gateway is a proxy server that forwards requests to an LLM API and returns the response. This is useful for when you want to centralize the access to LLM providers or when you want to be able to query multiple LLM providers from a single endpoint using a consistent request and response format.

## Gateway Integrations

Opik supports several LLM gateway solutions to help you centralize and manage your LLM provider access:

#### [Opik LLM Gateway](/integrations/opik-llm-gateway)

#### [Kong AI Gateway](/integrations/kong-ai-gateway)

#### [AISuite](/integrations/aisuite)

#### [Helicone](/integrations/helicone)

#### [LiteLLM](/integrations/litellm)

#### [OpenRouter](/integrations/openrouter)

#### [Portkey](/integrations/portkey)

#### [TrueFoundry](/integrations/truefoundry)

#### [Vercel AI Gateway](/integrations/vercel-ai-gateway)