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

13 lines
222 B
TOML

base_model = "google/gemini-2.5-pro"
reasoning_options = [{ type = "budget_tokens", min = 128, max = 32_768 }]
[cost]
input = 1.25
output = 10
cache_read = 0.125
[limit]
context = 128_000
input = 128_000
output = 64_000