Files
2026-07-13 12:28:55 +08:00

24 lines
434 B
TOML

name = "Llama 3.2 1B Instruct"
description = "Open Llama instruction model for multilingual chat, reasoning, and coding"
family = "llama"
release_date = "2025-01-01"
last_updated = "2025-01-01"
attachment = false
reasoning = false
temperature = true
knowledge = "2023-12"
tool_call = true
open_weights = true
[cost]
input = 0.01
output = 0.01
[limit]
context = 16_000
output = 4_096
[modalities]
input = ["text"]
output = ["text"]