open token
All models

Meta: Llama 4 Maverick 17B

meta/llama-4-maverickby Metatextimage

Mixture-of-experts multimodal model with 128 experts and a 1M-token context window, tuned for assistant and chat use cases.

Input
$0.24/M
Output
$0.97/M
Context
1.0M tokens
Max output
8.2K tokens
Released
Apr 2025

Providers

ProviderModel IDInputOutputContext
Amazon Bedrockus.meta.llama4-maverick-17b-instruct-v1:0$0.24/M$0.97/M1.0M

API

Use any OpenAI-compatible SDK. Create a key in your dashboard.

shell
curl https://getopentoken.com/v1/chat/completions \
  -H "Authorization: Bearer $OPEN_TOKEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta/llama-4-maverick",
    "messages": [{"role": "user", "content": "What is the meaning of life?"}]
  }'