From LiteLLM
If you’re already using the OpenAI SDK to talk to a LiteLLM proxy, you can drop that proxy and point straight at Verlon. The SDK stays exactly the same.From OpenRouter
OpenRouter is drop-in for the OpenAI SDK too, so the swap is nearly identical:gpt-4o, claude-sonnet-4-5, gemini-2.0-flash, etc.) — see the supported LLMs list for the full inventory. Routing rules, spend caps, and quality monitoring live in the Verlon dashboard.
From a hand-rolled gateway
If you built your own proxy that forwards to provider APIs, the win is bigger than a config swap — you’re deleting code, not just re-pointing it. The pattern:- Keep your existing SDK client code exactly as-is. No call-site changes.
- Point it at
https://api.verlon.ai/v1and use a Verlon API key. - Delete your routing / retry / fallback / cost-tracking code. Verlon handles them.
- Configure any custom routing rules in the dashboard once, not per-service.

