Anthropic provides Claude models. The AI Gateway supports Anthropic as a managed provider—no Anthropic account needed—and also works with your own Anthropic API key. Anthropic models can be called using either the OpenAI-compatible API (chat completions format) or the native Anthropic API (messages format). Both are supported.Documentation Index
Fetch the complete documentation index at: https://ngrok.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Managed keys setup
No Anthropic account needed. Follow the quickstart to create your gateway and API key, then point your SDK at the gateway:Attach your own key
Attach your Anthropic key to your AI Gateway API Key. ngrok encrypts and stores it server-side, so clients only ever send your AI Gateway API Key.Get an Anthropic API key
Create an account at console.anthropic.com and generate an API key. Keys start with
sk-ant-.Explicit provider routing
Use theanthropic: prefix to force routing to Anthropic specifically:
Available models
See the model catalog for the full list of supported Claude models.Next steps
- AI Gateway API Keys: use ngrok-managed keys for the simplest setup
- Attaching Provider Keys: attach, rotate, and manage your own Anthropic keys
- Anthropic SDK guide: detailed SDK integration
- Multi-provider failover: automatic failover across providers