24 lines
503 B
TOML
24 lines
503 B
TOML
name = "Gemma 4 E2B 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
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = true
|
|
|
|
[limit]
|
|
context = 131_072
|
|
output = 8_192
|
|
|
|
[modalities]
|
|
input = ["text", "image", "audio"]
|
|
output = ["text"]
|
|
|
|
[[weights]]
|
|
label = "Hugging Face"
|
|
url = "https://huggingface.co/google/gemma-4-E2B-it"
|