mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
Fixed meta llama 3.3 key for Databricks API (#8093)
See correct key reference here: https://docs.databricks.com/en/machine-learning/model-serving/foundation-model-overview.html#pay-per-token
This commit is contained in:
parent
b535c9bdc0
commit
fac1d2ccef
2 changed files with 2 additions and 2 deletions
|
|
@ -8722,7 +8722,7 @@
|
|||
"metadata": {"notes": "Input/output cost per token is dbu cost * $0.070, based on databricks Llama 3.1 70B conversion. Number provided for reference, '*_dbu_cost_per_token' used in actual calculation."},
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"databricks/meta-llama-3.3-70b-instruct": {
|
||||
"databricks/databricks-meta-llama-3-3-70b-instruct": {
|
||||
"max_tokens": 128000,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 128000,
|
||||
|
|
|
|||
|
|
@ -8745,7 +8745,7 @@
|
|||
"metadata": {"notes": "Input/output cost per token is dbu cost * $0.070, based on databricks Llama 3.1 70B conversion. Number provided for reference, '*_dbu_cost_per_token' used in actual calculation."},
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"databricks/meta-llama-3.3-70b-instruct": {
|
||||
"databricks/databricks-meta-llama-3-3-70b-instruct": {
|
||||
"max_tokens": 128000,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 128000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue