Llama 4 Maverick 17B Instruct
Meta
As a general purpose LLM, Llama 4 Maverick contains 17 billion active parameters, 128 experts, and 400 billion total parameters, offering high quality at a lower price compared to Llama 3.3 70B.
- Language
- Tool use
- Vision
- Context
- 128K
- Max output
- 8K
- Input / 1M
- $0.240
- Output / 1M
- $0.970
Quickstart
Point any OpenAI-compatible client at Maxynetic Systems and pass meta/llama-4-maverick as the model.
curl https://api.maxynetic.com/v1/chat/completions \
-H "Authorization: Bearer $MAXYNETIC_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "meta/llama-4-maverick",
"messages": [{ "role": "user", "content": "Explain routing in one line." }]
}'Pricing
Billed per token with no markup on the underlying provider rate.
Input
Per 1M prompt tokens
$0.240
Output
Per 1M completion tokens
$0.970
A 1M-token prompt with 250K tokens of output costs about $0.483.
Rates for this model vary by upstream provider; Maxynetic Systems routes to the cheapest healthy one by default.
