diff --git a/manage/ai/claude-desktop.mdx b/manage/ai/claude-desktop.mdx index f0615e7..1d39539 100644 --- a/manage/ai/claude-desktop.mdx +++ b/manage/ai/claude-desktop.mdx @@ -3,6 +3,10 @@ title: "Claude Desktop" description: "Connect Claude Desktop's third-party inference to a Pangolin AI Gateway resource" --- +import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx"; + + + Claude Desktop can route its requests through a third-party inference gateway instead of Anthropic directly. Point it at an AI Gateway resource that has an Anthropic-compatible provider attached — Anthropic itself, Bedrock, Vertex AI, or a custom Anthropic-compatible endpoint. See [AI Gateway Overview](/manage/ai/overview) if you haven't set that up yet. diff --git a/manage/ai/claude.mdx b/manage/ai/claude.mdx index 1fe1030..6efb13f 100644 --- a/manage/ai/claude.mdx +++ b/manage/ai/claude.mdx @@ -3,6 +3,10 @@ title: "Claude Code" description: "Connect Claude Code to a Pangolin AI Gateway resource" --- +import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx"; + + + Claude Code talks the Anthropic Messages API, so the resource you point it at needs an Anthropic-compatible provider attached - Anthropic itself, Bedrock, Vertex AI, or a custom Anthropic-compatible endpoint like Kimi K2. See [AI Gateway Overview](/manage/ai/overview) if you haven't set that up yet. import AiGatewayKey from "/snippets/ai-gateway-key.mdx"; diff --git a/manage/ai/codex.mdx b/manage/ai/codex.mdx index 6aeb7fc..db878f4 100644 --- a/manage/ai/codex.mdx +++ b/manage/ai/codex.mdx @@ -3,6 +3,10 @@ title: "Codex" description: "Connect Codex to a Pangolin AI Gateway resource" --- +import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx"; + + + Codex talks the OpenAI API, so the resource you point it at needs an OpenAI-compatible provider attached — OpenAI, OpenRouter, Vercel AI Gateway, Microsoft Foundry, or a custom OpenAI-compatible endpoint. See [AI Gateway Overview](/manage/ai/overview) if you haven't set that up yet. import AiGatewayKey from "/snippets/ai-gateway-key.mdx"; diff --git a/manage/ai/gemini.mdx b/manage/ai/gemini.mdx index 867566f..0e4a38d 100644 --- a/manage/ai/gemini.mdx +++ b/manage/ai/gemini.mdx @@ -3,6 +3,10 @@ title: "Gemini CLI" description: "Connect Gemini CLI to a Pangolin AI Gateway resource" --- +import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx"; + + + Gemini CLI talks Google's native `generateContent` API, so the resource you point it at needs a Google Gemini (or Vertex AI) provider attached. See [AI Gateway Overview](/manage/ai/overview) if you haven't set that up yet. import AiGatewayKey from "/snippets/ai-gateway-key.mdx"; diff --git a/manage/ai/open-webui.mdx b/manage/ai/open-webui.mdx index 344dcb0..ab0e257 100644 --- a/manage/ai/open-webui.mdx +++ b/manage/ai/open-webui.mdx @@ -3,6 +3,10 @@ title: "Open WebUI" description: "Connect Open WebUI to a Pangolin AI Gateway resource" --- +import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx"; + + + Open WebUI is a self-hosted chat interface. It talks the OpenAI API, so point it at an AI Gateway resource that has an OpenAI-compatible provider attached (OpenAI, OpenRouter, Vercel AI Gateway, Microsoft Foundry, or custom). See [AI Gateway Overview](/manage/ai/overview) if you haven't set that up yet. import AiGatewayKey from "/snippets/ai-gateway-key.mdx"; diff --git a/manage/ai/openclaw.mdx b/manage/ai/openclaw.mdx index e37072b..a7cfd44 100644 --- a/manage/ai/openclaw.mdx +++ b/manage/ai/openclaw.mdx @@ -3,6 +3,10 @@ title: "OpenClaw" description: "Connect OpenClaw to a Pangolin AI Gateway resource" --- +import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx"; + + + [OpenClaw](https://openclaw.ai) is an open-source agent gateway that can run against any OpenAI- or Anthropic-compatible endpoint. Point it at an AI Gateway resource with a matching provider attached - OpenAI-compatible (OpenAI, OpenRouter, Vercel AI Gateway, Microsoft Foundry, custom) or Anthropic-compatible (Anthropic, Bedrock, Vertex AI, custom). See [AI Gateway Overview](/manage/ai/overview) if you haven't set that up yet. import AiGatewayKey from "/snippets/ai-gateway-key.mdx"; diff --git a/manage/ai/opencode.mdx b/manage/ai/opencode.mdx index 013c269..2e37d22 100644 --- a/manage/ai/opencode.mdx +++ b/manage/ai/opencode.mdx @@ -3,6 +3,10 @@ title: "OpenCode" description: "Connect OpenCode to a Pangolin AI Gateway resource" --- +import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx"; + + + OpenCode configures each model provider separately, so it can talk to whichever API formats your resource supports — Anthropic Messages, OpenAI Chat/Responses, or both, depending on which providers are attached. See [AI Gateway Overview](/manage/ai/overview) if you haven't set that up yet. import AiGatewayKey from "/snippets/ai-gateway-key.mdx"; diff --git a/manage/ai/overview.mdx b/manage/ai/overview.mdx index 6edb72b..d195a12 100644 --- a/manage/ai/overview.mdx +++ b/manage/ai/overview.mdx @@ -3,6 +3,10 @@ title: "AI Gateway Overview" description: "Route coding agents and AI clients through Pangolin with centralized providers and keys" --- +import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx"; + + + An AI Gateway resource is a normal Pangolin resource that proxies requests to one or more upstream AI providers (OpenAI, Anthropic, Google Gemini, Bedrock, Vertex AI, or a custom endpoint). Point a client at the resource's URL instead of the provider's, and Pangolin handles auth, access control, and logging in front of it. ## How it fits together