25 lines
458 B
TOML
25 lines
458 B
TOML
name = "Meta-Llama-3-8B-Instruct"
|
|
description = "Open Llama instruction model for multilingual chat, reasoning, and coding"
|
|
family = "llama"
|
|
release_date = "2024-04-18"
|
|
last_updated = "2024-04-18"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
knowledge = "2023-12"
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.00
|
|
output = 0.00
|
|
|
|
[limit]
|
|
context = 8_192
|
|
output = 2_048
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|