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:
Anton Abilov
2025-02-06 21:05:49 -05:00
committed by GitHub
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,
+1 -1
View File
@@ -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,