mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-07 02:25:34 +00:00
Correct Databricks llama3.3-70b endpoint and add databricks claude 3.7 sonnet endpoint (#9661)
This commit is contained in:
@@ -10189,6 +10189,22 @@
|
||||
"litellm_provider": "voyage",
|
||||
"mode": "rerank"
|
||||
},
|
||||
"databricks/databricks-claude-3-7-sonnet": {
|
||||
"max_tokens": 200000,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 128000,
|
||||
"input_cost_per_token": 0.0000025,
|
||||
"input_dbu_cost_per_token": 0.00003571,
|
||||
"output_cost_per_token": 0.00017857,
|
||||
"output_db_cost_per_token": 0.000214286,
|
||||
"litellm_provider": "databricks",
|
||||
"mode": "chat",
|
||||
"source": "https://www.databricks.com/product/pricing/foundation-model-serving",
|
||||
"metadata": {"notes": "Input/output cost per token is dbu cost * $0.070, based on databricks Claude 3.7 conversion. Number provided for reference, '*_dbu_cost_per_token' used in actual calculation."},
|
||||
"supports_assistant_prefill": true,
|
||||
"supports_function_calling": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"databricks/databricks-meta-llama-3-1-405b-instruct": {
|
||||
"max_tokens": 128000,
|
||||
"max_input_tokens": 128000,
|
||||
@@ -10217,7 +10233,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,
|
||||
|
||||
@@ -10189,6 +10189,22 @@
|
||||
"litellm_provider": "voyage",
|
||||
"mode": "rerank"
|
||||
},
|
||||
"databricks/databricks-claude-3-7-sonnet": {
|
||||
"max_tokens": 200000,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 128000,
|
||||
"input_cost_per_token": 0.0000025,
|
||||
"input_dbu_cost_per_token": 0.00003571,
|
||||
"output_cost_per_token": 0.00017857,
|
||||
"output_db_cost_per_token": 0.000214286,
|
||||
"litellm_provider": "databricks",
|
||||
"mode": "chat",
|
||||
"source": "https://www.databricks.com/product/pricing/foundation-model-serving",
|
||||
"metadata": {"notes": "Input/output cost per token is dbu cost * $0.070, based on databricks Claude 3.7 conversion. Number provided for reference, '*_dbu_cost_per_token' used in actual calculation."},
|
||||
"supports_assistant_prefill": true,
|
||||
"supports_function_calling": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"databricks/databricks-meta-llama-3-1-405b-instruct": {
|
||||
"max_tokens": 128000,
|
||||
"max_input_tokens": 128000,
|
||||
@@ -10217,7 +10233,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,
|
||||
|
||||
Reference in New Issue
Block a user