25 lines
456 B
TOML
25 lines
456 B
TOML
name = "Gemma 3n 4B"
|
|
description = "Open Gemma instruction model for efficient chat and self-hosted deployments"
|
|
family = "gemma"
|
|
release_date = "2025-05-20"
|
|
last_updated = "2025-05-20"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
structured_output = true
|
|
knowledge = "2024-08-31"
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.06
|
|
output = 0.12
|
|
|
|
[limit]
|
|
context = 32_768
|
|
output = 32_768
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|