项目文件夹

文件
2026-07-13 12:28:55 +08:00

20 行
292 B
TOML

base_model = "xai/grok-4.5"
[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high"]
[cost]
input = 2
output = 6
cache_read = 0.5
[[cost.tiers]]
tier = { type = "context", size = 200_000 }
input = 4
output = 12
cache_read = 1
[modalities]
input = ["text", "image", "pdf"]