forked from phoenix/litellm-mirror
Updating Cohere models, prices, and documentation
This commit is contained in:
parent
21c6b2993e
commit
795b29dfc4
3 changed files with 15 additions and 52 deletions
|
@ -49,12 +49,11 @@ for chunk in response:
|
|||
## Supported Models
|
||||
| Model Name | Function Call |
|
||||
|------------|----------------|
|
||||
| command-r-plus-08-2024 | `completion('command-r-plus-08-2024', messages)` |
|
||||
| command-r-08-2024 | `completion('command-r-08-2024', messages)` |
|
||||
| command-r-plus | `completion('command-r-plus', messages)` |
|
||||
| command-r | `completion('command-r', messages)` |
|
||||
| command-light | `completion('command-light', messages)` |
|
||||
| command-r-plus | `completion('command-r-plus', messages)` |
|
||||
| command-medium | `completion('command-medium', messages)` |
|
||||
| command-medium-beta | `completion('command-medium-beta', messages)` |
|
||||
| command-xlarge-nightly | `completion('command-xlarge-nightly', messages)` |
|
||||
| command-nightly | `completion('command-nightly', messages)` |
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue