23 lines
428 B
TOML
23 lines
428 B
TOML
name = "gemini-3-flash-preview"
|
|
description = "Fast Gemini model balancing multimodal reasoning, tool use, and cost"
|
|
release_date = "2025-12-18"
|
|
last_updated = "2025-12-18"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
knowledge = "2025-06"
|
|
|
|
[cost]
|
|
input = 0.500
|
|
output = 3.000
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|