24 lines
441 B
TOML
24 lines
441 B
TOML
name = "Meta 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
|
|
tool_call = true
|
|
knowledge = "2024-12"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.13
|
|
output = 0.39
|
|
|
|
[limit]
|
|
context = 128000
|
|
output = 16400
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|