What Are Alternative Integrations?
Legacy proxy-based integrations that add Helicone observability by changing your base URL:- OpenAI:
api.openai.com→oai.helicone.ai - Anthropic:
api.anthropic.com→anthropic.helicone.ai - Others: Provider-specific proxy endpoints
Why We Built the AI Gateway
These provider-specific proxies have limitations:- No automatic fallbacks - If OpenAI goes down, your app goes down
- Can’t switch providers easily - Each provider needs different code
- Multiple endpoints to manage - Different proxy for each provider
- No unified routing - Can’t optimize for cost or latency across providers
When to Use Alternative Integrations
Only use these if:- Existing production code - You have a large codebase built with provider-specific SDKs and refactoring would be costly
- Native SDK features - You need specific features only available in the native SDK (rare)