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

20 lines
432 B
TOML

name = "gemini-3-flash-preview"
description = "Fast Gemini model balancing multimodal reasoning, tool use, and cost"
family = "gemini-flash"
attachment = true
reasoning = true
reasoning_options = [{ type = "toggle" }]
tool_call = true
release_date = "2025-12-17"
knowledge = "2025-01"
last_updated = "2026-04-08"
open_weights = true
[limit]
context = 1048576
output = 65536
[modalities]
input = ["text","image"]
output = ["text"]