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

24 lines
438 B
TOML

name = "Google Gemma 3"
description = "Open Gemma instruction model for efficient chat and self-hosted deployments"
family = "gemma"
release_date = "2025-01-01"
last_updated = "2025-01-01"
attachment = true
reasoning = false
temperature = true
knowledge = "2024-12"
tool_call = true
open_weights = true
[cost]
input = 0.15
output = 0.30
[limit]
context = 125_000
output = 4_096
[modalities]
input = ["text", "image"]
output = ["text"]