24 lines
435 B
TOML
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"]
|