14 lines
193 B
TOML
14 lines
193 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
|
|
reasoning = 10
|
|
cache_read = 0.125
|
|
cache_write = 0.375
|