mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
Merge pull request #2186 from BerriAI/litellm_update_openrouter_docs
[Docs] open router - clarify we support all models
This commit is contained in:
commit
94046657be
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ response = completion(
|
|||
|
||||
## OpenRouter Completion Models
|
||||
|
||||
🚨 LiteLLM supports ALL OpenRouter models, send `model=openrouter/<your-openrouter-model>` to send it to open router. See all openrouter models [here](https://openrouter.ai/models)
|
||||
|
||||
| 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']` |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue