Custom Providers for Playground and Prompts
February 11, 2026 Phoenix now supports custom providers for OpenAI, Azure OpenAI, Anthropic, AWS Bedrock, and Google GenAI. Custom providers let you store provider credentials and routing configuration on the server and reuse them across the playground and saved prompt versions.
Key capabilities:
- Centralized configuration: Manage provider credentials and routing in Settings and reuse them across the playground and prompt versions.
- SDK-specific authentication: Support API keys, Azure AD token providers, or default credentials (Azure/AWS) depending on the SDK.
- Model selection integration: Custom providers show up in model menus as their own provider group and inherit model listings from the underlying SDK.
- Request-level overrides: Continue to supply custom request headers per prompt while using custom provider configuration for routing and authentication.

