10 lines
351 B
TOML
10 lines
351 B
TOML
base_model = "openai/gpt-5.2"
|
|
# Chat `reasoning_effort = none|low|medium|high`; `none` is the default.
|
|
# https://docs.databricks.com/aws/en/machine-learning/model-serving/query-reason-models (accessed 2026-06-25)
|
|
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
|
|
|
|
[cost]
|
|
input = 1.75
|
|
output = 14
|
|
cache_read = 0.175
|