Llama 4 Maverick pricing: Meta's open multimodal model with 1M context

Llama 4 Maverick is Meta's flagship open-weight model — multimodal (vision), 1M token context, MoE architecture. Free to self-host under the Llama Community License, or approximately $0.20/1M input via third-party inference providers. It brings 1M-context multimodal capability to self-hosted deployments where closed-model API costs are prohibitive.

By the benchr team · · Figures verified against official sources, June 6, 2026 · View changelog

License Costopen weights
Input / 1Mvia Together.ai
Contextmax window
Visionimage input

Pricing options

llama-4-maverick — pricing options
OptionCost
Self-hosted (Meta weights)Infrastructure only
Together.ai input~$0.20/1M
Together.ai output~$0.70/1M
Context window1,000,000 tokens

The case for open-weight multimodal

Most multimodal APIs — GPT-5 with vision, Gemini 3.1 Pro, Claude Opus 4.8 — require sending image data to external servers. For applications processing sensitive images (medical imaging, proprietary product photos, personal documents, security camera footage), this creates data residency and privacy considerations. Llama 4 Maverick, self-hosted on your own infrastructure, processes images without any external data transfer. The capability gap between Maverick and closed-model frontier multimodal is real — but for many image understanding tasks (OCR, product recognition, chart reading, document processing), the quality is sufficient and the data control advantage is compelling.

1M context: where it matters

A 1M token context window handles approximately 750 pages of text or an equivalent combination of text and images. For an open-weight model, this context length is exceptional — most open-source models cap at 32K–128K. Practical uses: loading a full codebase plus associated documentation into context for architectural review; processing multi-document corpora without chunking; long agent sessions that need to maintain full conversation history without truncation. The 1M context in Maverick matches what closed-model frontier APIs offer at $2–5 per million tokens.

Hardware and deployment considerations

Llama 4 Maverick's MoE architecture requires significant GPU memory at full precision — 4× A100 80GB or equivalent for production serving. With 4-bit quantization, requirements drop to approximately 2× A100 40GB. For teams without multi-GPU infrastructure, third-party hosted inference via Together.ai or Fireworks.ai is the practical path. Self-hosting becomes cost-effective relative to closed APIs at sustained volumes above approximately 200M tokens per month on cloud GPU instances.

Cost scenarios

Via Together.ai at 10M input + 3M output per month: approximately $2 + $2.10 = ~$4.10/month. Gemini 3.1 Pro (multimodal, 2M context) at the same volume: $20 + $36 = $56/month — 14× more expensive. For teams where the Llama quality ceiling is sufficient for their vision tasks, the economics are transformative. The caveat: benchmark quality on vision tasks trails frontier closed models, particularly on complex reasoning over images.

Use-case fit

Best for: Self-hosted multimodal pipelines where image data residency matters; long-context applications needing 1M tokens on a budget; teams with existing GPU infrastructure who want to avoid multimodal API costs; applications where the quality floor of open-weight vision is sufficient (OCR, document classification, product image recognition).

Skip if: Your vision tasks require frontier reasoning quality — complex scene understanding, medical image analysis requiring high accuracy, or sophisticated visual QA where closed-model performance gaps are measurable. Also skip if you need video or audio (image-only).

Decision checklist

For vision tasks: test Llama 4 Maverick against your specific image understanding requirements. OCR and structured document extraction are strong; complex scene reasoning and fine-grained visual detail tasks may show gaps versus Gemini 3.1 Pro or GPT-5.5.

Review the Meta Llama license terms for your deployment scale. The 700M MAU threshold is not a concern for most teams, but the "cannot train competing LLMs" restriction may affect AI product companies.

Frequently asked

How does Llama 4 Maverick compare to Llama 4 Scout?

Maverick is larger and more capable (reasoning, vision quality, 1M context). Scout is lighter, faster, and offers 10M context — the largest available window for extreme long-context retrieval. Choose Maverick for task quality; Scout for 10M context or maximum throughput on a budget.

What are the hardware requirements for self-hosting Llama 4 Maverick?

Full precision: 4× A100 80GB or 2× H100. With 4-bit quantization: 2× A100 40GB. MoE architecture reduces active parameters per inference, helping throughput. For single-GPU, use Llama 4 Scout or a quantized smaller variant. Cloud multi-GPU instances are the most common production path.

Does Llama 4 Maverick have any commercial use restrictions?

Meta Llama Community License: commercial use allowed, attribution required, cannot train competing general LLMs, 700M+ MAU requires separate license. Not a barrier for most applications. Verify current terms at llama.meta.com/llama4.

Changelog

  • — Expanded with multimodal analysis, hardware requirements, license guide, and cost scenarios.
  • — Published.

Sources

  • Meta Llama 4 — llama.meta.com (verified June 6, 2026)
  • Together.ai pricing — together.ai/pricing (verified June 6, 2026)
  • benchr models.json — verified June 6, 2026