24 lines
438 B
TOML
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"]
|