anomalyco--models.dev
23 行
424 B
TOML
23 行
424 B
TOML
name = "Google: Gemma 3 12B"
|
|
description = "Open Gemma instruction model for efficient chat and self-hosted deployments"
|
|
release_date = "2025-03-13"
|
|
last_updated = "2026-03-15"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.04
|
|
output = 0.13
|
|
cache_read = 0.015
|
|
|
|
[limit]
|
|
context = 131072
|
|
output = 131072
|
|
|
|
[modalities]
|
|
input = ["image", "text"]
|
|
output = ["text"]
|