Add LiteLLM Support
Integrate LiteLLM as a supported LLM provider/proxy in Open Chat Studio.
LiteLLM provides a unified interface to 100+ LLMs and can be self-hosted as a proxy, making it popular for teams that want to centralise model access, add spend controls, and maintain a consistent API surface regardless of underlying provider.
What needs to happen
Notes
LiteLLM exposes an OpenAI-compatible API, so this may share a code path with the OpenRouter integration. Consider whether both can be handled under a generic "OpenAI-compatible endpoint" provider type.
Add LiteLLM Support
Integrate LiteLLM as a supported LLM provider/proxy in Open Chat Studio.
LiteLLM provides a unified interface to 100+ LLMs and can be self-hosted as a proxy, making it popular for teams that want to centralise model access, add spend controls, and maintain a consistent API surface regardless of underlying provider.
What needs to happen
/modelsendpoint (or allow manual entry)Notes
LiteLLM exposes an OpenAI-compatible API, so this may share a code path with the OpenRouter integration. Consider whether both can be handled under a generic "OpenAI-compatible endpoint" provider type.