Back to Modelsby Meta
M
Llama 4 Maverick 17B
LlamaA general purpose multimodal, multilingual 128 MoE model with 17B parameters.
Free EndpointDownloadableJul 17, 2025llama license20M API calls / 30d
Specifications
Context Length
131K
131,072 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
2
text→text, image+text→text
Capabilities
text generationchatcodevisionmultilingual
Tags
language-generationmultimodalmultilingualMoE
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
meta/llama-4-maverick-17b-128e-instructcURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "meta/llama-4-maverick-17b-128e-instruct",
"messages": [{"role": "user", "content": "Hello!"}]
}'