diff --git a/openhands/usage/llms/litellm-proxy.mdx b/openhands/usage/llms/litellm-proxy.mdx index 89bb46ac7..beb5eb92d 100644 --- a/openhands/usage/llms/litellm-proxy.mdx +++ b/openhands/usage/llms/litellm-proxy.mdx @@ -14,9 +14,14 @@ To use LiteLLM proxy with OpenHands, you need to: * `Base URL` to your LiteLLM proxy URL (e.g. `https://your-litellm-proxy.com`) * `API Key` to your LiteLLM proxy API key +Here's an example profile configured for a LiteLLM proxy model: + +![LiteLLM proxy LLM profile configuration in OpenHands](./screenshots/litellm-proxy-profile-configuration.png) + ## Supported Models The supported models depend on your LiteLLM proxy configuration. OpenHands supports any model that your LiteLLM proxy is configured to handle. -Refer to your LiteLLM proxy configuration for the list of available models and their names. +For the model names and providers LiteLLM can route, see the [LiteLLM model catalog](https://models.litellm.ai/). +Your OpenHands configuration should use the model name exposed by your LiteLLM proxy. diff --git a/openhands/usage/llms/screenshots/litellm-proxy-profile-configuration.png b/openhands/usage/llms/screenshots/litellm-proxy-profile-configuration.png new file mode 100644 index 000000000..06916005f Binary files /dev/null and b/openhands/usage/llms/screenshots/litellm-proxy-profile-configuration.png differ