mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix(model_prices): set watsonx max_tokens equal to max_output_tokens per registry convention
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
211f5d2d10
commit
671559e591
2 changed files with 12 additions and 12 deletions
|
|
@ -46960,7 +46960,7 @@
|
|||
"supports_vision": false
|
||||
},
|
||||
"watsonx/ibm/granite-4-h-small": {
|
||||
"max_tokens": 131072,
|
||||
"max_tokens": 20480,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 20480,
|
||||
"input_cost_per_token": 6.36e-08,
|
||||
|
|
@ -47093,7 +47093,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"watsonx/meta-llama/llama-3-3-70b-instruct": {
|
||||
"max_tokens": 131072,
|
||||
"max_tokens": 128000,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 128000,
|
||||
"input_cost_per_token": 7.526e-07,
|
||||
|
|
@ -47106,7 +47106,7 @@
|
|||
"source": "https://dataplatform.cloud.ibm.com/docs/content/wsj/analyze-data/fm-models.html?context=wx"
|
||||
},
|
||||
"watsonx/meta-llama/llama-4-maverick-17b": {
|
||||
"max_tokens": 131072,
|
||||
"max_tokens": 128000,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 128000,
|
||||
"input_cost_per_token": 3.71e-07,
|
||||
|
|
@ -47119,7 +47119,7 @@
|
|||
"source": "https://dataplatform.cloud.ibm.com/docs/content/wsj/analyze-data/fm-models.html?context=wx"
|
||||
},
|
||||
"watsonx/meta-llama/llama-4-maverick-17b-128e-instruct-fp8": {
|
||||
"max_tokens": 131072,
|
||||
"max_tokens": 128000,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 128000,
|
||||
"input_cost_per_token": 3.71e-07,
|
||||
|
|
@ -47168,7 +47168,7 @@
|
|||
"supports_vision": false
|
||||
},
|
||||
"watsonx/mistralai/mistral-small-3-1-24b-instruct-2503": {
|
||||
"max_tokens": 131072,
|
||||
"max_tokens": 32000,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 32000,
|
||||
"input_cost_per_token": 1.06e-07,
|
||||
|
|
@ -47193,7 +47193,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"watsonx/openai/gpt-oss-120b": {
|
||||
"max_tokens": 131072,
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 8192,
|
||||
"input_cost_per_token": 1.59e-07,
|
||||
|
|
|
|||
|
|
@ -46960,7 +46960,7 @@
|
|||
"supports_vision": false
|
||||
},
|
||||
"watsonx/ibm/granite-4-h-small": {
|
||||
"max_tokens": 131072,
|
||||
"max_tokens": 20480,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 20480,
|
||||
"input_cost_per_token": 6.36e-08,
|
||||
|
|
@ -47093,7 +47093,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"watsonx/meta-llama/llama-3-3-70b-instruct": {
|
||||
"max_tokens": 131072,
|
||||
"max_tokens": 128000,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 128000,
|
||||
"input_cost_per_token": 7.526e-07,
|
||||
|
|
@ -47106,7 +47106,7 @@
|
|||
"source": "https://dataplatform.cloud.ibm.com/docs/content/wsj/analyze-data/fm-models.html?context=wx"
|
||||
},
|
||||
"watsonx/meta-llama/llama-4-maverick-17b": {
|
||||
"max_tokens": 131072,
|
||||
"max_tokens": 128000,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 128000,
|
||||
"input_cost_per_token": 3.71e-07,
|
||||
|
|
@ -47119,7 +47119,7 @@
|
|||
"source": "https://dataplatform.cloud.ibm.com/docs/content/wsj/analyze-data/fm-models.html?context=wx"
|
||||
},
|
||||
"watsonx/meta-llama/llama-4-maverick-17b-128e-instruct-fp8": {
|
||||
"max_tokens": 131072,
|
||||
"max_tokens": 128000,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 128000,
|
||||
"input_cost_per_token": 3.71e-07,
|
||||
|
|
@ -47168,7 +47168,7 @@
|
|||
"supports_vision": false
|
||||
},
|
||||
"watsonx/mistralai/mistral-small-3-1-24b-instruct-2503": {
|
||||
"max_tokens": 131072,
|
||||
"max_tokens": 32000,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 32000,
|
||||
"input_cost_per_token": 1.06e-07,
|
||||
|
|
@ -47193,7 +47193,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"watsonx/openai/gpt-oss-120b": {
|
||||
"max_tokens": 131072,
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 8192,
|
||||
"input_cost_per_token": 1.59e-07,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue