Files
2026-06-13 16:02:28 -05:00

13 lines
221 B
TOML

base_model = "openai/gpt-5-mini"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
[cost]
input = 0.25
output = 2
cache_read = 0.025
[limit]
context = 264_000
input = 128_000
output = 64_000