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

24 lines
441 B
TOML

name = "Llama 3.2 1b Instruct"
description = "Open Llama instruction model for multilingual chat, reasoning, and coding"
attachment = false
reasoning = false
temperature = true
knowledge = "2023-12"
tool_call = true
structured_output = true
release_date = "2024-09-18"
last_updated = "2024-09-18"
open_weights = true
[cost]
input = 0.00
output = 0.00
[limit]
context = 128000
output = 4096
[modalities]
input = ["text"]
output = ["text"]