WorldRouter

Models
Metatext

Llama 4 Maverick

Llama 4 model for long-context open-weight chat and multimodal-adjacent workflows.

llama-4-maverick

Quickstart

Call this model

Chat completion
curl https://inference-api.worldrouter.ai/v1/chat/completions \
  -H "Authorization: Bearer your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "llama-4-maverick",
    "messages": [
      {
        "role": "user",
        "content": "Hello"
      }
    ]
  }'