Skip to main content
Catalyst works with the providers and frameworks you already use. Point requests at the Catalyst gateway, authenticate with your project API key, and each request becomes observable, eval-ready, and easier to compare across providers. Browse the documented integrations below. If you do not see a provider yet, Catalyst can still route many OpenAI-compatible endpoints through x-inference-provider-url.

Browse Integrations

How Catalyst Integrations Work

Every documented integration ultimately routes requests through the Catalyst gateway. You keep your existing provider API keys. Your Catalyst project API key authenticates requests to the gateway, and a small set of headers control routing, environments, and task grouping.

Required Routing Headers

HeaderRequiredDescription
AuthorizationYesBearer <your-project-api-key> authenticates the request to the gateway and links it to your project. For OpenAI-compatible SDKs, set this as the SDK’s apiKey.
x-inference-provider-api-keyYesYour provider API key, such as OpenAI or Groq. The gateway forwards it downstream. For Anthropic’s native SDK, use x-api-key instead.
x-inference-providerYesRoutes the request to the correct provider, such as openai, anthropic, or cerebras.
x-inference-environmentNoTags requests with an environment, such as production or staging.
x-inference-task-idNoGroups requests under a logical task for filtering and analytics.
x-inference-provider-urlNoRoutes to any OpenAI-compatible provider by specifying its base URL.

Supported OpenAI-compatible Provider URLs

Any OpenAI-compatible provider can be used via the x-inference-provider-url header, even when it does not have a dedicated guide in the catalog yet.
ProviderBase URL
OpenAIhttps://api.openai.com/v1
OpenRouterhttps://openrouter.ai/api
Anthropichttps://api.anthropic.com/v1
Google Geminihttps://generativelanguage.googleapis.com/v1beta/openai
Azure OpenAIhttps://{resource}.openai.azure.com/openai/deployments/{deployment}
Groqhttps://api.groq.com/openai/v1
Together AIhttps://api.together.xyz/v1
Fireworks AIhttps://api.fireworks.ai/inference/v1
Perplexityhttps://api.perplexity.ai
Mistralhttps://api.mistral.ai/v1
DeepSeekhttps://api.deepseek.com/v1
Cerebrashttps://api.cerebras.ai/v1
Inference.nethttps://api.inference.net/v1