Llama 4 Maverick
ActiveHigh-performance multimodal model.
Updated 4 days agoStructured data from Modeldex catalog
VisionAgenticOpen source
Knowledge cutoff
Aug 31, 2024(1.6 years ago)
API release
Apr 5, 2025(1.0 years ago)
Not enough benchmark coverage yet for an Intelligence Index — needs at least 3 results across 2 categories.
History
Llama 4 Maverick became available via the Meta API on 2025-04-05.
Training & availability
Training data has a knowledge cutoff of 2024-08-31 — information about events after that date is unlikely to appear in the model's responses. Weights are publicly available, making this an open-weight model suitable for on-prem deployment and fine-tuning.
Capabilities
- Input modalities: text, image.
Recommended for: vision, agentic, open-source.
Limitations
- The knowledge cutoff is 19 months old — this model will not know about recent events, releases, or API changes.
Quick start
Minimal example using the OpenRouter API. Copy, paste, replace the key.
from openai import OpenAI
client = OpenAI(
base_url="https://openrouter.ai/api/v1",
api_key="sk-or-...",
)
resp = client.chat.completions.create(
model="meta/llama-4-maverick",
messages=[{"role": "user", "content": "Explain quantum computing in one sentence."}],
)
print(resp.choices[0].message.content)Popularity
Signals from open-source communities — not a quality measure, but useful for gauging adoption among developers.
Benchmarks
| Benchmark | Score | Source |
|---|---|---|
| Aider PolyglotCoding | 15.6% pass@2 | Third-party Papers With Code |
| SWE-bench VerifiedCoding | 38.2% resolved | Third-party Papers With Code |
Integrations & tooling support
- Tool calling
- Supported
- Structured outputs
- Not supported
Price vs quality
Below-average benchmarks
Performance trails frontier models. Pricing not publicly available — check the provider.
- Quality percentile
- 7.5%
- Effective price
- —
- Pricing breakdown
- — in
— out
vs 2 benchmarks
pricing not available
Community ratings
No ratings yet. Be the first to rate Llama 4 Maverick.
Rate Llama 4 Maverick
Sign in to rate and review.
Comments
Sign in to leave a comment.