mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
add cohere/command-r7b-12-2024 (#7553)
This commit is contained in:
parent
d1b101b9d7
commit
e804a1850e
2 changed files with 22 additions and 0 deletions
|
|
@ -4234,6 +4234,17 @@
|
|||
"mode": "chat",
|
||||
"supports_function_calling": true
|
||||
},
|
||||
"command-r7b-12-2024": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 0.00000015,
|
||||
"output_cost_per_token": 0.0000000375,
|
||||
"litellm_provider": "cohere_chat",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"source": "https://docs.cohere.com/v2/docs/command-r7b"
|
||||
},
|
||||
"command-light": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 4096,
|
||||
|
|
|
|||
|
|
@ -4234,6 +4234,17 @@
|
|||
"mode": "chat",
|
||||
"supports_function_calling": true
|
||||
},
|
||||
"command-r7b-12-2024": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 0.00000015,
|
||||
"output_cost_per_token": 0.0000000375,
|
||||
"litellm_provider": "cohere_chat",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"source": "https://docs.cohere.com/v2/docs/command-r7b"
|
||||
},
|
||||
"command-light": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 4096,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue