项目文件夹

文件
2026-07-13 12:28:55 +08:00

24 行
455 B
TOML

name = "Meta Llama 3.1 8B Instruct"
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 = "2024-07"
open_weights = false
[cost]
input = 0.02
output = 0.049999999999999996
[limit]
context = 16384
output = 16384
[modalities]
input = ["text"]
output = ["text"]