Files
2026-07-13 12:28:55 +08:00

12 lines
358 B
TOML

base_model = "anthropic/claude-haiku-4-5"
# Databricks' reasoning-model request table documents no toggle, effort, or
# token-budget control for this endpoint.
# https://docs.databricks.com/aws/en/machine-learning/model-serving/query-reason-models (accessed 2026-06-25)
reasoning_options = []
[cost]
input = 1
output = 5
cache_read = 0.1
cache_write = 1.25