24 lines
444 B
TOML
24 lines
444 B
TOML
name = "Llama Guard 3 8B"
|
|
description = "Safety model for policy screening, moderation, and risk-aware routing workflows"
|
|
family = "llama"
|
|
release_date = "2025-01-22"
|
|
last_updated = "2025-01-22"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
structured_output = false
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.484
|
|
output = 0.03
|
|
|
|
[limit]
|
|
context = 131_072
|
|
output = 131_072
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|