meta/meta-llama-llama-4-maverick-17b-128e-instruct-fp8/Released Apr 2025

Llama 4 Maverick

Multimodal model with 400B parameters, 128 experts, and 1M context; excels at multilingual text/image reasoning, coding, and enterprise-scale applications.

Provider
meta
Modality
Text
Released
Apr 2025
Pricing
$0.27 / 1M in$0.85 / 1M out

Ready to build with Llama 4 Maverick?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "meta-llama-llama-4-maverick-17b-128e-instruct-fp8",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'
Llama 4 Maverick on Oxen | Oxen.ai