项目文件夹

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

11 行
146 B
TOML

base_model = "openai/gpt-4o-mini"
[cost]
input = 0.15
output = 0.6
cache_read = 0.075
cache_write = 0.15
[modalities]
input = ["text", "image"]