Skip to content
Tier A — Frontier
Runs in:Multi-regionMade in:United States
OpenRouter

Llama 4 Maverick

Tier A — Frontier · 1.048576M tokens · 400B-MoE

Tokonomix Editorial Team·Reviewed by Mes Kalkan··

Llama 4 Maverick is a large language model offered through OpenRouter's platform, featuring an exceptionally large context window of 1,048,576 tokens (approximately 1 million tokens). This extended context capacity enables the model to process and maintain coherence across lengthy documents, complex codebases, or extended conversational threads that would exceed the limitations of most contemporary language models. The model supports a comprehensive set of capabilities including function calling (tools), visual input processing (vision), advanced reasoning tasks, and multilingual understanding and generation. This combination of features positions it as a versatile option for applications requiring both sophisticated analytical capabilities and multimodal interaction. The reasoning functionality suggests the model employs extended inference techniques to improve performance on complex problem-solving tasks. As part of the Llama 4 model family accessible via OpenRouter, Maverick represents a high-capability variant optimized for scenarios where extensive context retention and diverse functionality are essential. OpenRouter serves as an intermediary provider, offering access to various language models through a unified API. The model's technical specifications indicate it is suitable for enterprise applications, research tasks, and development workflows that demand processing of substantial amounts of information while maintaining access to tool integration and multimodal capabilities.

Llama 4 Maverick stakes its claim on raw context capacity, pairing a million-token window with multimodal input and tool use in a single package.

Tokonomix model review
Section 01

Speed analysis

Latency measured across all benchmark runs. P50 (median) and P95 (95th percentile) give a realistic picture of response speed under normal and peak load.

P50 latency (median)P95 latency68 runs
146166831914713623505-2406-09ms
Section 02

Pricing history

Direct provider rates per million tokens, plus a typical-conversation cost estimate.

💰
API rates — Llama 4 Maverick
$0.1500 per 1M input tokens
$0.6000 per 1M output tokens
≈ $0.0002 per typical conversation (800 tokens)
Input vs output price (per 1M tokens)
per 1M input tokens$0.1500
per 1M output tokens$0.6000

Pricing over time

Input & output per 1M tokens · step-line = price changes

$0.1500

input / 1M

— stable

$0.6000

output / 1M

— stable

2026-05-312026-06-072026-06-07
Input
Output
Price change
⟳ synced weekly
Section 03

Tokens per second

Throughput in tokens per second, derived from measured P50 latency. Higher is better; fluctuations track provider-side load.

Throughput (tokens / s)1105 / avg 692
1350179

Estimated from P50 latency × 200 output tokens — the absolute number depends on this assumption; the trend is what matters.

Section 04

Strengths & weaknesses

Drawn from benchmark results and aggregated community feedback on real use-cases.

Strengths

Million-token context windowNative function calling supportVision input handlingExtended reasoning capabilityStrong multilingual coverageUnified OpenRouter API accessHandles entire codebases in-contextBalanced Tier A performance

Weaknesses

Long-context calls get expensive fastLatency grows with context lengthNo audio or speech inputRouted through third-party provider
Section 05

Capabilities

toolsvisionreasoningmultilingual
Section 06

Frequently asked questions

It fits document analysis, repository-wide code reasoning, and agentic workflows that need tools plus vision in one model. The million-token window is the main differentiator versus smaller-context alternatives.

A strong Tier A generalist for teams that need long-context reasoning without juggling separate vision and tool-calling endpoints.

Tokonomix verdict
Section 07

Tokonomix benchmark verdicts

2026-06-07

Llama 4 Maverick adds tools, vision, reasoning, and multilingual support

Llama 4 Maverick has expanded significantly from its previous release, adding four major capability categories: tool usage, vision processing, reasoning tasks, and multilingual support. These additions transform the model from a text-focused solution into a comprehensive multimodal system. The integration of vision capabilities allows the model to process and analyze images alongside text, while the new reasoning features enable more complex problem-solving tasks. Tool support enables function calling and structured interactions with external systems, and multilingual capabilities extend the model's reach beyond English-only applications. These enhancements position Llama 4 Maverick as a versatile option for developers building applications that require diverse input modalities and advanced cognitive tasks. The expansion represents a substantial architectural evolution, bringing the model in line with contemporary AI assistant requirements. Users migrating from the previous version should note the broader application scope, though the impact on baseline text generation performance remains to be measured in future benchmark windows. The additions make this release particularly relevant for teams building agents, multimodal applications, or internationally-focused products.

Quality

Latency p50

Test runs

0

Vision support added Tool calling now available Reasoning capabilities introduced Multilingual support expanded
Section 08

Full model profile

Llama 4 Maverick — illustration 1
Llama 4 Maverick: Meta's bid for the extremes — massive context, mixture-of-experts, open weights

When Meta announced Llama 4 Maverick in late 2024, the specification sheet read like a wishlist from the architectural debates of the prior eighteen months: 400 billion parameters arranged in a mixture-of-experts topology, a million-token context window that actually works in practice, and the full open-weight release model that made Llama 3 a deployment staple. Maverick sits at the intersection of three trends—MoE efficiency letting you run frontier-class intelligence without frontier-class hardware costs, megacontext making single-call document analysis feasible, and the continued professionalisation of the open ecosystem. For teams evaluating whether to route traffic through the big-3 proprietary APIs or lean into aggregator infrastructure, Maverick represents a specific bet: you value architectural transparency, cost predictability in the low tier, and you have workloads that actually need a million tokens of memory.

The model shows up on OpenRouter alongside two hundred other endpoints, but it earns its place on tokonomix because it delivers something the closed gardens cannot—or will not. OpenAI's extended-context models remain expensive and opaque about token consumption at scale. Anthropic's latest offerings cap out well below a million tokens in practice for most users. Google's context experiments remain tightly coupled to Workspace integrations. Maverick, by contrast, gives you a million real tokens, legible pricing in the low band, and the option to pull the weights tomorrow if you decide aggregator routing no longer fits your threat model.

Training story and architectural decisions

Meta built Maverick on the lessons of Llama 3's reception—developers wanted more context, lower cost per intelligent token, and better multilingual performance without needing to route to specialist models. The 400B-MoE architecture activates roughly 50-70 billion parameters per forward pass, depending on the sparsity gating decisions the router makes. This is not the largest MoE in the wild—Google's internal experiments and certain research prototypes go further—but it is the largest open-weight MoE with a credible production story at this capability level.

The training corpus skews heavily multilingual. Meta used their data partnerships across WhatsApp metadata, public web crawls with better non-English representation, and curated scientific corpora in languages underserved by the big-3. You notice this immediately when you throw Hindi technical documentation or Brazilian Portuguese legal contracts at it—Maverick does not fall apart the way earlier Llama generations did. It still prefers English for complex reasoning chains, but the degradation curve is gentler.

The million-token context window is not marketing vapor. Meta published ablation studies showing the model maintains coherent attention across 800k tokens with graceful degradation beyond that threshold. In practice, you can feed it a 300-page technical manual, a full day's Slack export, or six months of customer support tickets in a single call and get summaries that reference page 12 and page 287 in the same breath. The architecture uses a mix of rotary position embeddings and a custom attention sink mechanism that keeps the first few thousand tokens hot while letting the middle compress. This matters because many megacontext use cases involve a static knowledge base plus a small query—think "here are all our internal docs, now answer this question"—and Maverick's design optimises exactly that access pattern.

Where Maverick shines in production workflows

The clearest fit is document-heavy analysis where you previously needed retrieval-augmented generation or multi-hop orchestration. Legal teams reviewing discovery documents, compliance analysts cross-referencing policy manuals against transaction logs, research teams synthesising literature reviews—these workflows collapse from multi-step pipelines into single LLM calls. One tokonomix user runs Maverick against full clinical trial protocols, feeding in 400k tokens of regulatory filings and asking it to flag inconsistencies with FDA guidance that spans another 200k tokens. The model does not hallucinate references because the references are sitting in context. It does not need a vector database because the vector database is the context window.

Multilingual customer support is another natural lane. If you operate across Latin America, India, and Southeast Asia, Maverick lets you maintain one model deployment instead of routing to language-specific endpoints. The tool-calling capability is solid—not as polished as GPT-4's function-calling, but reliable enough that you can wire it to your CRM API, your knowledge base search, and your ticketing system without constant retry logic. The vision component handles common support scenarios: product photos, screenshot debugging, invoice verification. It is not winning any OCR benchmarks, but for "customer sent a blurry photo of a damaged shipment" it clears the bar.

Code-heavy contexts benefit from the megacontext in ways that surprise teams coming from smaller windows. You can feed Maverick an entire monorepo—not just a few files, but the whole dependency graph—and ask it to trace how a configuration change in module A will propagate to module Z. This is not a replacement for static analysis tooling, but it catches the semantic dependencies that grep and AST parsers miss. One team uses it for incident response: dump the last six hours of application logs, the relevant service codebases, and the on-call runbook into context, then ask what probably broke. The model connects dots across stack traces, deployment timestamps, and code comments in ways that would take a human engineer thirty minutes of tab-switching.

Reasoning-flagged capability means Maverick will show chain-of-thought for complex problems if you prompt it correctly. It is not as naturally inclined to reasoning traces as o1-preview or Claude Opus, but you can coax it with system prompts that reward step-by-step breakdowns. This matters for workflows where auditability is not optional—financial model validation, medical decision support, anything that might end up in front of a regulator who wants to see the model's work.

Where Maverick does not fit

Real-time latency-sensitive applications struggle with the MoE architecture and megacontext overhead. First-token latency on a million-token context sits in the multiple-seconds range even on good hardware. If you are building a chatbot where users expect sub-second replies, you either keep contexts small or look elsewhere. The model is optimised for throughput and cost-per-token, not for response speed.

Highly specialised domains where the big-3 have invested in custom fine-tunes will outperform Maverick. Medical coding with ICD-10, legal cite-checking in US case law, financial statement analysis under GAAP—these verticals have proprietary models trained on curated datasets and tuned with expert feedback loops. Maverick's general multilingual corpus makes it a generalist, which means it lacks the last 10 percent of accuracy in narrow expert tasks.

If your workflow involves generating large volumes of text—content marketing, creative fiction, bulk translation—Maverick's MoE architecture does not provide enough speed advantage to justify the routing complexity. A dense model at similar parameter count will often be faster and simpler to deploy for generation-heavy workloads. The MoE shines when you are reading a million tokens and writing a few thousand, not the other way around.

Embeddings are not Maverick's strength. If you need high-quality vector representations for semantic search or clustering, dedicated embedding models will outperform a generalist LLM running in embedding mode. Maverick can produce embeddings, but it is inefficient and the quality does not justify the compute cost.

Comparison to nearest peers in the aggregator landscape

Within the open-weight MoE category, Maverick competes primarily with Mixtral derivatives and the Qwen2.5-MoE series. Mixtral 8x22B remains a workhorse for teams that want MoE efficiency without megacontext—its 64k window is enough for most tasks, and the smaller activated parameter count means faster inference. Maverick trades that speed for context depth and multilingual reach. If your median context is under 100k tokens and primarily English, Mixtral is probably the sharper tool. If you regularly bump against context limits or serve non-English traffic, Maverick justifies the overhead.

Qwen2.5-MoE models from Alibaba offer comparable multilingual performance and similar MoE efficiency, but they cap out at 128k context in the largest publicly available versions. The training data skews toward Chinese and adjacent languages, making Qwen a better fit for Asia-Pacific workflows and Maverick a better fit for global deployments that include Europe and the Americas.

Against dense models in the same capability band, the comparison depends on your context needs. A 70B dense model will respond faster and deploy more simply than Maverick, but it cannot hold a million tokens. If your architecture already includes chunking and retrieval logic, the dense model might be the path of least resistance. If you are trying to eliminate that complexity, Maverick's context window is the reason it exists.

Closed models from the big-3 remain competitive on raw quality for short-context tasks. Claude Sonnet and GPT-4 Turbo will generally produce more polished prose, better handle ambiguous instructions, and recover more gracefully from adversarial prompts. But neither gives you open weights, neither offers low-tier pricing at this capability level, and neither lets you run inference on your own infrastructure when compliance or data residency demands it. Maverick is not trying to beat them on quality; it is trying to offer a different set of trade-offs.

Cost and availability dynamics

Low-tier pricing on OpenRouter puts Maverick in the same band as Llama 3.1 70B and other mid-tier open models. You pay meaningfully less per token than any of the big-3 frontier offerings, and the MoE architecture means you get more effective intelligence per dollar than a comparably priced dense model. The catch is always utilisation—if you are sending 10k-token contexts, you are not leveraging the architecture efficiently, and a cheaper dense model will give you better unit economics.

The open-weight release means you have an exit path. If your usage scales to the point where aggregator fees become a line item, or if you face regulatory pressure to self-host, you can pull the weights and run Maverick on your own clusters. This is not trivial—400B parameters in MoE configuration still requires multi-GPU setups and careful memory management—but it is possible in a way that proprietary models never allow. Several tokonomix users treat OpenRouter as their prototyping and low-volume environment, then self-host once they prove out the workflow.

Availability through an aggregator like OpenRouter also means you inherit the aggregator's retry logic, failover, and rate-limit handling. You are not managing API keys for multiple providers or building your own load-balancing layer. For small teams, this is the difference between spending a week on infrastructure and spending a week on the actual product. The trade-off is less control over model versioning and update schedules—when Meta ships a new Maverick checkpoint, OpenRouter will roll it out on their timeline, not yours.

Verdict: when you need the whole document in context

Llama 4 Maverick occupies a specific but valuable niche. It is the model you choose when context limits have been your bottleneck, when your workload spans enough languages that single-language specialists become a maintenance burden, and when low-tier pricing matters enough that you cannot just throw the problem at the big-3 and expense it. The open weights give you a hedge against vendor lock-in, and the MoE architecture gives you frontier-adjacent intelligence without frontier-adjacent costs.

It is not the most polished model in the ecosystem. It is not the fastest. It is not going to write better marketing copy than Claude or solve harder math problems than o1. But if you are the team that keeps hitting 128k token limits, if you are translating support tickets in eight languages, if you are trying to analyse entire codebases or document sets in a single pass, Maverick is built for exactly that problem. It represents the maturation of the open ecosystem—no longer just playing catch-up to proprietary models, but making architectural choices that serve workloads the closed gardens deprioritise. For the right workflow, that is worth more than another few points on a benchmark leaderboard.

Llama 4 Maverick — illustration 2Llama 4 Maverick — illustration 3
Last automated test
Jun 9, 2026 · 20:03 UTC · Speed benchmark
P50 latency
181 ms
P95 latency
189 ms
Errors
0 / 6 runs
Last reviewed by Tokonomix Team·May 24, 2026