diff --git a/openhands/usage/llms/litellm-proxy.mdx b/openhands/usage/llms/litellm-proxy.mdx index 89bb46ac7..ecda91d92 100644 --- a/openhands/usage/llms/litellm-proxy.mdx +++ b/openhands/usage/llms/litellm-proxy.mdx @@ -14,9 +14,23 @@ 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. + +## Helpful LiteLLM Docs + +For common next steps after setup, these LiteLLM docs are especially useful: + +- [View supported providers and model names](https://models.litellm.ai/) +- [View usage and spend metrics](https://docs.litellm.ai/docs/proxy/metrics) +- [View proxy request logs in the LiteLLM UI](https://docs.litellm.ai/docs/proxy/ui_logs) +- [Debug proxy issues](https://docs.litellm.ai/docs/proxy/debugging) 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