项目文件夹

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

22 行
355 B
TOML

base_model = "google/gemini-3.1-pro-preview"
[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high"]
[cost]
input = 2
output = 12
cache_read = 0.2
cache_write = 2
[[cost.tiers]]
tier = { type = "context", size = 200_000 }
input = 4
output = 18
cache_read = 0.4
cache_write = 4
[modalities]
input = ["text", "image", "audio", "video"]