23 lines
437 B
TOML
23 lines
437 B
TOML
name = "Gemini-2.0-Flash"
|
|
description = "Fast Gemini model balancing multimodal reasoning, tool use, and cost"
|
|
family = "gemini-flash"
|
|
release_date = "2024-12-11"
|
|
last_updated = "2024-12-11"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = false
|
|
open_weights = false
|
|
tool_call = true
|
|
|
|
[cost]
|
|
input = 0.1
|
|
output = 0.42
|
|
|
|
[limit]
|
|
context = 990_000
|
|
output = 8_192
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video", "audio"]
|
|
output = ["text"]
|