anomalyco--models.dev
28 行
629 B
TOML
28 行
629 B
TOML
name = "Gemma 4 31B Instruct"
|
|
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
|
|
# Berget documents no meaningful toggle, effort subset, or budget for this model.
|
|
# https://api.berget.ai/openapi.json
|
|
reasoning_options = []
|
|
temperature = true
|
|
knowledge = "2025-12"
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.275
|
|
output = 0.55
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 8_192
|
|
|
|
[modalities]
|
|
input = ["audio", "image", "text", "video"]
|
|
output = ["text"]
|