24 lines
494 B
TOML
24 lines
494 B
TOML
name = "Gemma 4 31B IT"
|
|
description = "Largest Gemma 4 instruction model for open, self-hosted chat and reasoning"
|
|
family = "gemma"
|
|
release_date = "2026-04-02"
|
|
last_updated = "2026-04-02"
|
|
attachment = true
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = true
|
|
|
|
[limit]
|
|
context = 262_144
|
|
output = 32_768
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|
|
|
|
[[weights]]
|
|
label = "Hugging Face"
|
|
url = "https://huggingface.co/google/gemma-4-31B-it"
|