LiteLLM
LiteLLM lets RealTimeX use an OpenAI-compatible gateway that can fan out to many upstream providers behind one endpoint.
Open it from Settings > AI Providers > LLM, then choose LiteLLM.
What you configure
The current LiteLLM page exposes:
Base URLChat model selectionToken context window- an optional API key
Current setup flow
- Open
Settings > AI Providers > LLM. - Choose
LiteLLM. - Enter the LiteLLM base URL.
- Add the API key if your LiteLLM gateway requires one.
- Wait for the model list to load.
- Select the routed model you want RealTimeX to use.
- Set the token context window you want RealTimeX to assume.
- Save the provider settings.
- Test a normal chat.
đź’ˇ
If discovery stays unavailable, make sure you are pointing RealTimeX at the OpenAI-compatible LiteLLM endpoint, commonly a /v1 route exposed by the proxy.
When to use LiteLLM
- Use it when you want one gateway in front of multiple vendors.
- Use it when you need centralized routing, budgets, or auth handling outside RealTimeX.
- Use it when a team standardizes on OpenAI-compatible proxy layers.