24 lines
428 B
TOML
24 lines
428 B
TOML
name = "Google Gemma 2"
|
|
description = "Open Gemma instruction model for efficient chat and self-hosted deployments"
|
|
family = "gemma"
|
|
release_date = "2024-06-25"
|
|
last_updated = "2024-06-25"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
knowledge = "2024-06"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.01
|
|
output = 0.03
|
|
|
|
[limit]
|
|
context = 8192
|
|
output = 8192
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|