File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ model: databricks-bge-large-en
1616provisioning : serverless
1717removeParams :
1818 - max_tokens
19+ - reasoning_effort
1920status : active
2021supportedModes :
2122 - embedding
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ modalities:
2020mode : chat
2121model : databricks-claude-opus-4-1
2222provisioning : serverless
23+ removeParams :
24+ - reasoning_effort
2325status : active
2426supportedModes :
2527 - chat
Original file line number Diff line number Diff line change 11costs :
2- - input_cost_per_token : 0.000005
2+ - cache_creation_input_token_cost : 6.25e-6
3+ cache_read_input_token_cost : 5e-7
4+ input_cost_per_token : 0.000005
35 output_cost_per_token : 0.000025
46 region : " *"
57features :
68 - function_calling
79 - tool_choice
810 - assistant_prefill
11+ - prompt_caching
12+ - system_messages
913limits :
1014 context_window : 200000
1115 max_input_tokens : 200000
@@ -20,6 +24,9 @@ modalities:
2024mode : chat
2125model : databricks-claude-opus-4-5
2226provisioning : serverless
27+ sources :
28+ - https://www.databricks.com/product/pricing/proprietary-foundation-model-serving
29+ - https://learn.microsoft.com/en-us/azure/databricks/machine-learning/foundation-model-apis/limits
2330status : active
2431supportedModes :
2532 - chat
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ modalities:
1919mode : chat
2020model : databricks-gemma-3-12b
2121provisioning : serverless
22+ removeParams :
23+ - reasoning_effort
2224sources :
2325 - https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/limits
2426 - https://docs.databricks.com/aws/en/machine-learning/model-serving/function-calling
Original file line number Diff line number Diff line change 11costs :
2- - input_cost_per_token : 2.5e-7
2+ - cache_creation_input_token_cost : 2.5e-7
3+ cache_read_input_token_cost : 2.5e-8
4+ input_cost_per_token : 2.5e-7
35 output_cost_per_token : 0.000002
46 region : " *"
57features :
68 - function_calling
79 - tool_choice
10+ - structured_output
11+ - json_output
12+ - prompt_caching
13+ - system_messages
14+ - cache_control
815limits :
916 context_window : 400000
1017 max_input_tokens : 272000
@@ -32,6 +39,8 @@ provisioning: serverless
3239sources :
3340 - https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/limits
3441 - https://docs.databricks.com/aws/en/machine-learning/model-serving/function-calling
42+ - https://docs.databricks.com/aws/en/machine-learning/model-serving/structured-outputs
43+ - https://www.databricks.com/product/pricing/proprietary-foundation-model-serving
3544status : active
3645supportedModes :
3746 - chat
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ features:
77 - tool_choice
88 - structured_output
99limits :
10- context_window : 128000
11- max_input_tokens : 128000
1210 max_output_tokens : 8192
1311 max_tokens : 8192
1412modalities :
@@ -20,6 +18,8 @@ modalities:
2018mode : chat
2119model : databricks-llama-4-maverick
2220provisioning : serverless
21+ removeParams :
22+ - reasoning_effort
2323sources :
2424 - https://docs.databricks.com/aws/en/machine-learning/model-serving/score-foundation-models
2525 - https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/limits
You can’t perform that action at this time.
0 commit comments