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

26 lines
571 B
TOML

name = "Google: Gemini 3 Flash Preview"
description = "Fast Gemini model balancing multimodal reasoning, tool use, and cost"
release_date = "2025-12-17"
last_updated = "2026-03-15"
attachment = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh"] }]
reasoning = true
temperature = true
tool_call = true
open_weights = false
[cost]
input = 0.5
output = 3
reasoning = 3
cache_read = 0.05
cache_write = 0.083333
[limit]
context = 1048576
output = 65536
[modalities]
input = ["audio", "image", "pdf", "text", "video"]
output = ["text"]