24 lines
437 B
TOML
24 lines
437 B
TOML
name = "Llama 3.2 3B Instruct"
|
|
description = "Open Llama instruction model for multilingual chat, reasoning, and coding"
|
|
family = "llama"
|
|
release_date = "2024-09-18"
|
|
last_updated = "2024-09-18"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
structured_output = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.0
|
|
output = 0.0
|
|
|
|
[limit]
|
|
context = 32_768
|
|
output = 32_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|