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

24 lines
441 B
TOML

name = "Llama 3.1 Instruct (8B)"
description = "Open Llama instruction model for multilingual chat, reasoning, and coding"
family = "llama"
release_date = "2024-07-23"
last_updated = "2024-07-23"
attachment = false
reasoning = false
temperature = true
tool_call = true
knowledge = "2023-12"
open_weights = true
[cost]
input = 0.198
output = 0.198
[limit]
context = 131_072
output = 131_072
[modalities]
input = ["text"]
output = ["text"]