mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
build(model_prices_and_context_window.json): consistent params
This commit is contained in:
parent
6b67006b0c
commit
367f48004d
2 changed files with 16 additions and 8 deletions
|
@ -8466,7 +8466,8 @@
|
|||
"input_cost_per_second": 0.011,
|
||||
"output_cost_per_second": 0.011,
|
||||
"litellm_provider": "bedrock",
|
||||
"mode": "chat"
|
||||
"mode": "chat",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"bedrock/*/6-month-commitment/cohere.command-text-v14": {
|
||||
"max_tokens": 4096,
|
||||
|
@ -8475,7 +8476,8 @@
|
|||
"input_cost_per_second": 0.0066027,
|
||||
"output_cost_per_second": 0.0066027,
|
||||
"litellm_provider": "bedrock",
|
||||
"mode": "chat"
|
||||
"mode": "chat",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"cohere.command-light-text-v14": {
|
||||
"max_tokens": 4096,
|
||||
|
@ -8494,7 +8496,8 @@
|
|||
"input_cost_per_second": 0.001902,
|
||||
"output_cost_per_second": 0.001902,
|
||||
"litellm_provider": "bedrock",
|
||||
"mode": "chat"
|
||||
"mode": "chat",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"bedrock/*/6-month-commitment/cohere.command-light-text-v14": {
|
||||
"max_tokens": 4096,
|
||||
|
@ -8503,7 +8506,8 @@
|
|||
"input_cost_per_second": 0.0011416,
|
||||
"output_cost_per_second": 0.0011416,
|
||||
"litellm_provider": "bedrock",
|
||||
"mode": "chat"
|
||||
"mode": "chat",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"cohere.command-r-plus-v1:0": {
|
||||
"max_tokens": 4096,
|
||||
|
|
|
@ -8466,7 +8466,8 @@
|
|||
"input_cost_per_second": 0.011,
|
||||
"output_cost_per_second": 0.011,
|
||||
"litellm_provider": "bedrock",
|
||||
"mode": "chat"
|
||||
"mode": "chat",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"bedrock/*/6-month-commitment/cohere.command-text-v14": {
|
||||
"max_tokens": 4096,
|
||||
|
@ -8475,7 +8476,8 @@
|
|||
"input_cost_per_second": 0.0066027,
|
||||
"output_cost_per_second": 0.0066027,
|
||||
"litellm_provider": "bedrock",
|
||||
"mode": "chat"
|
||||
"mode": "chat",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"cohere.command-light-text-v14": {
|
||||
"max_tokens": 4096,
|
||||
|
@ -8494,7 +8496,8 @@
|
|||
"input_cost_per_second": 0.001902,
|
||||
"output_cost_per_second": 0.001902,
|
||||
"litellm_provider": "bedrock",
|
||||
"mode": "chat"
|
||||
"mode": "chat",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"bedrock/*/6-month-commitment/cohere.command-light-text-v14": {
|
||||
"max_tokens": 4096,
|
||||
|
@ -8503,7 +8506,8 @@
|
|||
"input_cost_per_second": 0.0011416,
|
||||
"output_cost_per_second": 0.0011416,
|
||||
"litellm_provider": "bedrock",
|
||||
"mode": "chat"
|
||||
"mode": "chat",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"cohere.command-r-plus-v1:0": {
|
||||
"max_tokens": 4096,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue