23 lines
435 B
TOML
23 lines
435 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 = "2026-03-17"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
knowledge = "2023-12"
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.90
|
|
output = 0.90
|
|
|
|
[limit]
|
|
context = 100_000
|
|
output = 16_384
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"] |