Files
anomalyco--models.dev/models/meta/llama-3.3-70b-instruct.toml
2026-07-13 12:28:55 +08:00

45 lines
1.0 KiB
TOML

name = "Llama-3.3-70B-Instruct"
description = "Popular open Llama workhorse for multilingual chat, coding, and self-hosting"
family = "llama"
release_date = "2024-12-06"
last_updated = "2024-12-06"
attachment = true
reasoning = false
temperature = true
tool_call = true
knowledge = "2023-12"
open_weights = true
[limit]
context = 128_000
output = 4_096
[modalities]
input = ["text"]
output = ["text"]
[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct"
[[benchmarks]]
name = "Artificial Analysis Coding Index"
score = 10.7
metric = "index"
source = "https://openrouter.ai/meta-llama/llama-3.3-70b-instruct/benchmarks"
date = "2026-03-11"
[[benchmarks]]
name = "SciCode"
score = 26
metric = "percent correct"
source = "https://openrouter.ai/meta-llama/llama-3.3-70b-instruct/benchmarks"
date = "2026-03-11"
[[benchmarks]]
name = "Terminal-Bench Hard"
score = 3
metric = "success rate"
source = "https://openrouter.ai/meta-llama/llama-3.3-70b-instruct/benchmarks"
date = "2026-03-11"