anomalyco--models.dev
24 行
467 B
TOML
24 行
467 B
TOML
name = "Google: Gemini 2.0 Flash"
|
|
description = "Fast Gemini model balancing multimodal reasoning, tool use, and cost"
|
|
release_date = "2024-12-11"
|
|
last_updated = "2026-03-15"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.1
|
|
output = 0.4
|
|
cache_read = 0.025
|
|
cache_write = 0.083333
|
|
|
|
[limit]
|
|
context = 1048576
|
|
output = 8192
|
|
|
|
[modalities]
|
|
input = ["audio", "image", "pdf", "text", "video"]
|
|
output = ["text"]
|