13 lines
286 B
TOML
13 lines
286 B
TOML
base_model = "google/gemini-2.5-flash-lite"
|
|
reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", min = 512, max = 24_576 }]
|
|
name = "Gemini 2.5 Flash Lite"
|
|
|
|
[cost]
|
|
input = 0.1
|
|
output = 0.4
|
|
cache_read = 0.01
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|