models.fyi

Llama 4 Maverick

MetaOpen weights

Meta's open non-reasoning model: no effort dial at all. Cheap, fast, fine for everyday text — a baseline for what 'no thinking' buys you.

52.4

1M

$0.27 · $0.85

160 tok/s

Apr 5, 2025

The sweet spot, per task

Cheapest effort tier that keeps ≥96% of this model's peak quality on the benchmarks behind each task type. Below the floor number, quality is not okay — it just fails quietly.

Everyday writing & Q&A

Standard

Chat, drafting, summaries, general questions.

keeps 100.0% of peakpeak tier needed

Code assist

Standard

Autocomplete, single functions, small fixes.

keeps 100.0% of peakpeak tier needed

Coding agents

Standard

Real repos, multi-file changes, end-to-end tickets.

keeps 100.0% of peakpeak tier needed

Math & quantitative

Standard

Derivations, statistics, financial models.

keeps 100.0% of peakpeak tier needed

Hard research problems

Standard

Novel, frontier, genuinely difficult questions.

keeps 100.0% of peakpeak tier needed

Agents & tool use

Standard

Long workflows with tools, policies, and state.

keeps 100.0% of peakpeak tier needed

Quality and cost, tier by tier

Scores at Standard

at Standardat Standard (peak)
BenchmarkStandardPeakWhat it predicts
MMLU-Pro80.080.0Everyday Q&A · Drafting emails & docs · Summarizing articles
GPQA Diamond70.070.0Technical analysis · Root-cause debugging · Scientific writing
Humanity's Last Exam9.09.0Novel research questions · Frontier problem solving
AIME 202540.040.0Financial modeling · Statistics · Algorithm design
SWE-bench Verified44.044.0Coding agents · Bug fixing in real repos · Multi-file refactors
LiveCodeBench48.048.0Writing functions from scratch · Algorithms · Code autocomplete
τ²-bench52.052.0Tool-using agents · Customer-facing automation · Multi-step workflows
IFEval82.082.0Structured output (JSON) · Templated generation · Batch pipelines

Same weights, different model

Hosts serve Llama 4 Maverick at different quantizations and stacks. Index below is measured per host at Standard effort — the headline number only applies to the reference serving.

HostQuantIndexΔ vs reference$/M in · outtok/sTTFTUptimeGateway id
Together AIreferencefp852.4$0.27 · $0.851600.30s99.2%llama-4-maverick
Groqint850.8-1.6$0.20 · $0.605500.20s98.9%llama-4-maverick@groq
DeepInfrafp851.9-0.5$0.17 · $0.601400.45s98.5%llama-4-maverick@deepinfra

Is it still the same model this week?

Together AIGroqDeepInfra

Weekly Intelligence Index · dashed rules mark serving-change events

No serving-change events detected for Llama 4 Maverick in the tracked window.

One key, this model, your effort

The gateway speaks the OpenAI Chat Completions dialect. Pick a host with llama-4-maverick@host syntax, set reasoning_effort, and the sweet spot above becomes one line of config. Full docs →

chat with Llama 4 Maverick
curl https://models.fyi/api/v1/chat/completions \
  -H "Authorization: Bearer $MFYI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "llama-4-maverick",
    "reasoning_effort": "standard",
    "messages": [{"role": "user", "content": "Hello"}]
  }'
# local dev: replace https://models.fyi with http://localhost:3000