21 lines
447 B
TOML
21 lines
447 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
|
|
reasoning_options = [{ type = "toggle" }]
|
|
|
|
[limit]
|
|
context = 262_144
|
|
output = 32_768
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|