Use LiteLLM when you already rely on its proxy, budgets, or local router, but want Phaseo model coverage, analytics, and server tools behind it.
Direct Python call
LiteLLM commonly uses the openai/ provider prefix for OpenAI-compatible endpoints. The Phaseo model id remains openai/gpt-5-nano, so the LiteLLM model string may look like openai/openai/gpt-5-nano.
Proxy config
Use a model alias if you do not want application code to include the LiteLLM provider prefix:
Then call the LiteLLM proxy with model: "phaseo-gpt-5-nano".
Notes
- Prefer LiteLLM aliases for production so model naming stays readable.
- If you use Phaseo server tools, test the exact LiteLLM route because some proxy layers normalize or drop unknown tool types.
- For pricing, decide whether your system of record is LiteLLM, Phaseo, or both.
Last modified on July 26, 2026