Files
anomalyco--models.dev/providers/stackit/models/cortecs/Llama-3.3-70B-Instruct-FP8-Dynamic.toml
2026-07-13 12:28:55 +08:00

24 lines
431 B
TOML

name = "Llama 3.3 70B"
description = "Open Llama instruction model for multilingual chat, reasoning, and coding"
family = "llama"
release_date = "2024-12-05"
last_updated = "2024-12-05"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = false
open_weights = true
[cost]
input = 0.53
output = 0.76
[limit]
context = 128_000
output = 4_096
[modalities]
input = ["text"]
output = ["text"]