项目文件夹

文件
2026-07-13 12:28:55 +08:00

25 行
463 B
TOML

name = "Gemma 3 4B"
description = "Open Gemma instruction model for efficient chat and self-hosted deployments"
family = "gemma"
release_date = "2025-03-13"
last_updated = "2025-03-13"
attachment = true
reasoning = false
temperature = true
tool_call = false
structured_output = true
knowledge = "2024-08-31"
open_weights = true
[cost]
input = 0.05
output = 0.1
[limit]
context = 131_072
output = 16_384
[modalities]
input = ["text", "image"]
output = ["text"]