Files
anomalyco--models.dev/providers/google/models/gemini-3.1-flash-lite-preview.toml
2026-07-13 12:28:55 +08:00

32 lines
648 B
TOML

name = "Gemini 3.1 Flash Lite Preview"
description = "Legacy model retained for compatibility with older integrations"
family = "gemini-flash-lite"
release_date = "2026-03-03"
last_updated = "2026-03-03"
attachment = true
reasoning = true
temperature = true
tool_call = true
structured_output = true
knowledge = "2025-01"
open_weights = false
status = "deprecated"
[[reasoning_options]]
type = "effort"
values = ["minimal", "low", "medium", "high"]
[cost]
input = 0.25
output = 1.50
cache_read = 0.025
input_audio = 0.50
[limit]
context = 1048576
output = 65536
[modalities]
input = ["text", "image", "video", "audio", "pdf"]
output = ["text"]