17 lines
240 B
TOML
17 lines
240 B
TOML
base_model = "xai/grok-4.5"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 2.00
|
|
output = 6.00
|
|
cache_read = 0.50
|
|
|
|
[[cost.tiers]]
|
|
tier = { size = 200_000 }
|
|
input = 4.0
|
|
output = 12.0
|
|
cache_read = 1.0
|