24 lines
446 B
TOML
24 lines
446 B
TOML
name = "Llama 3.1 8B Instruct fp8"
|
|
description = "Open Llama instruction model for multilingual chat, reasoning, and coding"
|
|
family = "llama"
|
|
release_date = "2024-07-25"
|
|
last_updated = "2024-07-25"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
structured_output = false
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.152
|
|
output = 0.287
|
|
|
|
[limit]
|
|
context = 32_000
|
|
output = 32_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|