38 lines
844 B
TOML
38 lines
844 B
TOML
name = "Llama 4 Maverick 17B Instruct"
|
|
description = "Open multimodal Llama for strong reasoning with efficient everyday serving"
|
|
family = "llama"
|
|
release_date = "2025-04-05"
|
|
last_updated = "2025-04-05"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2024-08"
|
|
open_weights = true
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 16_384
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|
|
|
|
[[weights]]
|
|
label = "Hugging Face"
|
|
url = "https://huggingface.co/meta-llama/Llama-4-Maverick-17B-128E-Instruct"
|
|
|
|
[[benchmarks]]
|
|
name = "Aider Polyglot"
|
|
score = 15.6
|
|
metric = "percent correct"
|
|
source = "https://aider.chat/docs/leaderboards/"
|
|
date = "2025-04-06"
|
|
|
|
[[benchmarks]]
|
|
name = "SWE-Bench Pro"
|
|
score = 5.24
|
|
metric = "resolve rate"
|
|
dataset = "public"
|
|
source = "https://labs.scale.com/leaderboard/swe_bench_pro_public"
|