diff --git a/docs/my-website/docs/providers/openrouter.md b/docs/my-website/docs/providers/openrouter.md index 2c55affae..4f966b5c9 100644 --- a/docs/my-website/docs/providers/openrouter.md +++ b/docs/my-website/docs/providers/openrouter.md @@ -1,5 +1,5 @@ # OpenRouter -LiteLLM supports all the text models from [OpenRouter](https://openrouter.ai/docs) +LiteLLM supports all the text / chat / vision models from [OpenRouter](https://openrouter.ai/docs) Open In Colab @@ -22,8 +22,8 @@ response = completion( ## OpenRouter Completion Models -| Model Name | Function Call | Required OS Variables | -|---------------------------|-----------------------------------------------------|--------------------------------------------------------------| +| Model Name | Function Call | +|---------------------------|-----------------------------------------------------| | openrouter/openai/gpt-3.5-turbo | `completion('openrouter/openai/gpt-3.5-turbo', messages)` | `os.environ['OR_SITE_URL']`,`os.environ['OR_APP_NAME']`,`os.environ['OPENROUTER_API_KEY']` | | openrouter/openai/gpt-3.5-turbo-16k | `completion('openrouter/openai/gpt-3.5-turbo-16k', messages)` | `os.environ['OR_SITE_URL']`,`os.environ['OR_APP_NAME']`,`os.environ['OPENROUTER_API_KEY']` | | openrouter/openai/gpt-4 | `completion('openrouter/openai/gpt-4', messages)` | `os.environ['OR_SITE_URL']`,`os.environ['OR_APP_NAME']`,`os.environ['OPENROUTER_API_KEY']` |