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

23 lines
502 B
TOML

name = "Gemini-3.1-Flash-Lite"
description = "Low-latency Gemini model for high-volume multimodal and agent workloads"
release_date = "2026-02-18"
last_updated = "2026-02-18"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["minimal", "low", "high"] }]
temperature = false
open_weights = false
tool_call = true
[cost]
input = 0.25
output = 1.5
[limit]
context = 1_048_576
output = 65_536
[modalities]
input = ["text", "image", "video", "audio"]
output = ["text"]