anomalyco--models.dev
22 行
393 B
TOML
22 行
393 B
TOML
name = "Google: Gemma 2 27B"
|
|
description = "Open Gemma instruction model for efficient chat and self-hosted deployments"
|
|
release_date = "2024-06-24"
|
|
last_updated = "2024-06-24"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.65
|
|
output = 0.65
|
|
|
|
[limit]
|
|
context = 8192
|
|
output = 2048
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|