Built-in providers
Built-in providers are public AI APIs with a known model catalog: OpenAI, Anthropic, Google, Groq, and others listed in the model catalog. You can send requests with an access key. Your access key authenticates you to the gateway, not to the upstream provider. For OpenAI and Anthropic, the AI Gateway can supply upstream credentials when you have credits. You aren’t required to have your own provider account or provider API keys—the AI Gateway handles upstream authentication and bills model cost through credits. For other built-in providers, bring your own provider key. Upstream costs go to your provider account; credits still cover the gateway processing fee. This is generally referred to as BYOK (bring your own key).OpenAI
GPT and o-series models. ngrok.ai inference available.
Anthropic
Claude models. ngrok.ai inference available. Supports both OpenAI and Anthropic SDK formats.
OpenRouter
Access hundreds of models from multiple providers through a single API.
Gemini models from Google AI Studio.
Groq
LPU-accelerated inference for open-source models (Llama, Mixtral).
DeepSeek
High-performance reasoning and chat models.
Hyperbolic
Open-source model hosting with high-performance inference.
InceptionLabs
Diffusion-based language models for fast text generation.
Inference.net
Distributed inference network for AI models at scale.
Custom providers
Custom providers are upstream endpoints you define, such as self-hosted Ollama or vLLM, a private deployment, or any OpenAI- or Anthropic-compatible API that isn’t in the built-in catalog. See Use a model you run yourself. Custom providers require a provider key when the upstream needs authentication. See Custom providers for the concept.Ollama
Run open-source models locally with Ollama.
vLLM
High-performance inference server.
LM Studio
Desktop app for local model inference.
Azure OpenAI
Microsoft’s OpenAI service on Azure.
How provider selection works
When a request arrives, the gateway determines which provider to use:- Explicit provider prefix: if the model name includes a provider prefix (for example,
openai:gpt-4ooropenrouter:anthropic/claude-3.5-sonnet), that provider is used - Catalog lookup: the gateway looks up the model ID in its catalog to find the default provider
- Request selection: model names and fallback lists can override the default
Next steps
- Model Catalog: browse all available models by provider
- Bring Your Own Keys: add provider keys for built-in and custom providers
- Multi-provider failover: automatic failover across providers