Llama 4 Maverick

Llama 4 Maverick 17B Instruct (128E) is a high-capacity multimodal language model from Meta, built on a mixture-of-experts (MoE) architecture with 128 experts and 17 billion active parameters per forward pass (400B total). It supports multilingual text and image input, and produces multilingual text and code output across 12 supported languages. Optimized for vision-language tasks, Maverick is instruction-tuned for assistant-like behavior, image reasoning, and general-purpose multimodal interaction. Maverick features early fusion for native multimodality and a 1 million token context window. It was trained on a curated mixture of public, licensed, and Meta-platform data, covering ~22 trillion tokens, with a knowledge cutoff in August 2024. Released on April 5, 2025 under the Llama 4 Community License, Maverick is suited for research and commercial applications requiring advanced multimodal understanding and high model throughput.

ChatMeta1M tokens$0.218 / $0.872 · 1M

meta-llama/llama-4-maverick

Context
1M tokens
Completion cap
16,384
Tools
Yes
JSON
Yes
Released
2025-04-05

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta-llama/llama-4-maverick",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Llama 4 Maverick?
Llama 4 Maverick 17B Instruct (128E) is a high-capacity multimodal language model from Meta, built on a mixture-of-experts (MoE) architecture with 128 experts and 17 billion active parameters per forward pass (400B total). It supports multilingual text and image input, and produces multilingual text and code output across 12 supported languages. Optimized for vision-language tasks, Maverick is instruction-tuned for assistant-like behavior, image reasoning, and general-purpose multimodal interaction. Maverick features early fusion for native multimodality and a 1 million token context window. It was trained on a curated mixture of public, licensed, and Meta-platform data, covering ~22 trillion tokens, with a knowledge cutoff in August 2024. Released on April 5, 2025 under the Llama 4 Community License, Maverick is suited for research and commercial applications requiring advanced multimodal understanding and high model throughput. Llama 4 Maverick runs on the Geek Hub API (OpenAI-compatible). Model id: meta-llama/llama-4-maverick.
Is Llama 4 Maverick free?
No. Input is $0.218 per 1M tokens and output is $0.872 per 1M tokens on Geek Hub (markup included).
What is the context length of Llama 4 Maverick?
Llama 4 Maverick has a 1M tokens context window. It supports up to 16,384 completion tokens.
Does Llama 4 Maverick support tool calling and structured outputs?
Llama 4 Maverick accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
When was Llama 4 Maverick released?
Llama 4 Maverick was released on 2025-04-05.

More models from Meta