Back to Models
Meta: Llama 4 Maverick AI Model Icon

Meta: Llama 4 Maverick

meta-llama/llama-4-maverick

Description

Llama 4 Maverick 17B Instruct (128E) is a high-capacity multimodal language model from Meta, built on a mixture-of-experts (MoE) architecture with 128 experts and 17 billion active parameters per forward...

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: Meta: Llama 4 Maverick (meta-llama/llama-4-maverick)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "meta-llama/llama-4-maverick",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the Meta: Llama 4 Maverick model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text
  • Images

API Pricing

  • Input: 0.15$ / 1M tokens
  • Output: 0.6$ / 1M tokens

Token Limits

  • Max Output: 16,384 tokens
  • Max Context: 1,048,576 tokens

Subscription Tiers

  • free
  • pro
  • ultimate