26 lines
568 B
TOML
26 lines
568 B
TOML
name = "Google: Gemini 3.5 Flash"
|
|
description = "Fast Gemini model balancing multimodal reasoning, tool use, and cost"
|
|
release_date = "2026-05-19"
|
|
last_updated = "2026-05-27"
|
|
attachment = true
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh"] }]
|
|
reasoning = true
|
|
tool_call = true
|
|
temperature = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 1.5
|
|
output = 9.0
|
|
reasoning = 9.0
|
|
cache_read = 0.15
|
|
cache_write = 0.08333
|
|
|
|
[limit]
|
|
context = 1048576
|
|
output = 65536
|
|
|
|
[modalities]
|
|
input = ["audio", "image", "pdf", "text", "video"]
|
|
output = ["text"]
|