项目文件夹

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

12 行
230 B
TOML

base_model = "openai/gpt-5.4-pro"
reasoning_options = [{ type = "effort", values = ["medium", "high", "xhigh"] }]
[cost]
input = 30
output = 180
[[cost.tiers]]
tier = { type = "context", size = 272_000 }
input = 60
output = 270