项目文件夹

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

24 行
437 B
TOML

name = "Llama-3.3-70B-Instruct"
description = "Open Llama instruction model for multilingual chat, reasoning, and coding"
family = "llama"
release_date = "2024-12-06"
last_updated = "2024-12-06"
attachment = false
reasoning = false
temperature = true
knowledge = "2023-12"
tool_call = true
open_weights = true
[cost]
input = 0.71
output = 0.71
[limit]
context = 128_000
output = 32_768
[modalities]
input = ["text"]
output = ["text"]