mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
docs(azure_ai.md): add azure ai jamba instruct to docs
Closes https://github.com/BerriAI/litellm/issues/5333
This commit is contained in:
parent
98f73b35ba
commit
a63c5c0020
1 changed files with 4 additions and 3 deletions
|
|
@ -307,8 +307,9 @@ LiteLLM supports **ALL** azure ai models. Here's a few examples:
|
|||
|
||||
| Model Name | Function Call |
|
||||
|--------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| Cohere command-r-plus | `completion(model="azure/command-r-plus", messages)` |
|
||||
| Cohere command-r | `completion(model="azure/command-r", messages)` |
|
||||
| mistral-large-latest | `completion(model="azure/mistral-large-latest", messages)` |
|
||||
| Cohere command-r-plus | `completion(model="azure_ai/command-r-plus", messages)` |
|
||||
| Cohere command-r | `completion(model="azure_ai/command-r", messages)` |
|
||||
| mistral-large-latest | `completion(model="azure_ai/mistral-large-latest", messages)` |
|
||||
| AI21-Jamba-Instruct | `completion(model="azure_ai/ai21-jamba-instruct", messages)` |
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue