24 lines
442 B
TOML
24 lines
442 B
TOML
name = "Llama 3.2 1B Instruct"
|
|
description = "Open Llama instruction model for multilingual chat, reasoning, and coding"
|
|
family = "llama"
|
|
release_date = "2024-09-25"
|
|
last_updated = "2024-09-25"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
structured_output = false
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.027
|
|
output = 0.201
|
|
|
|
[limit]
|
|
context = 60_000
|
|
output = 60_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|