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

24 lines
525 B
TOML

name = "Gemini-2.5-Flash-Lite"
description = "Low-latency Gemini model for high-volume multimodal and agent workloads"
family = "gemini-flash-lite"
release_date = "2025-06-19"
last_updated = "2025-06-19"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 0, max = 24_576 }]
temperature = false
open_weights = false
tool_call = true
[cost]
input = 0.07
output = 0.28
[limit]
context = 1_024_000
output = 64_000
[modalities]
input = ["text", "image", "video", "audio"]
output = ["text"]