项目文件夹

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

21 行
326 B
TOML

base_model = "anthropic/claude-sonnet-5"
temperature = true
tool_call = false
structured_output = true
[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high", "xhigh", "max"]
[cost]
input = 2
output = 10
cache_read = 0.2
cache_write = 2.5
[limit]
output = 1_000_000
[modalities]
input = ["text", "image"]