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

24 lines
435 B
TOML

name = "Llama 3 8B Instruct"
description = "Open Llama instruction model for multilingual chat, reasoning, and coding"
family = "llama"
release_date = "2025-04-03"
last_updated = "2025-04-03"
attachment = false
reasoning = false
temperature = true
tool_call = false
structured_output = true
open_weights = true
[cost]
input = 0.04
output = 0.04
[limit]
context = 8_192
output = 8_192
[modalities]
input = ["text"]
output = ["text"]