Files
2026-07-13 12:28:55 +08:00

15 lines
211 B
TOML

base_model = "openai/o3-mini"
attachment = true
[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high"]
[cost]
input = 1.1
output = 4.4
cache_read = 0.55
[modalities]
input = ["text", "pdf"]