25 lines
485 B
TOML
25 lines
485 B
TOML
name = "Gemma-4-31B-IT"
|
|
description = "Open Gemma instruction model for efficient chat and self-hosted deployments"
|
|
family = "gemma"
|
|
release_date = "2026-04-02"
|
|
last_updated = "2026-04-02"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }]
|
|
temperature = true
|
|
knowledge = "2025-01"
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.0
|
|
output = 0.0
|
|
|
|
[limit]
|
|
context = 256000
|
|
output = 16384
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video"]
|
|
output = ["text"]
|