O

Meta: Llama 4 Scout (free)

Openrouter
Streaming
128K
Context
Free
Input /1M
Free
Output /1M
2K
Max Output

Meta: Llama 4 Scout (free)

Model Overview

Property Value
Model ID openrouter/meta-llama/llama-4-scout:free
Name Meta: Llama 4 Scout (free)
Provider OpenRouter
Released 2025-11-12

Description

Meta's Llama 4 Scout is a mixture-of-experts (MoE) language model that activates 17 billion parameters from a total of 109 billion parameters. The model supports multimodal inputs (text and images) and produces multilingual text and code outputs across 12 languages. It was trained on approximately 40 trillion tokens and uses 16 experts per forward pass.

Specifications

Spec Value
Context Window 128,000 tokens
Max Completion 2,048 tokens
Modalities Text

Pricing

Type Price
Input Free
Output Free

Capabilities

  • Text Generation: Yes
  • Vision: No
  • Tool Use: No
  • Extended Reasoning: No
  • Streaming: Yes

Use Cases

  • General text generation
  • Question answering
  • Content creation
  • Analysis and summarization

Integration with LangMart

Gateway Support: Type 2 (Cloud), Type 3 (Self-hosted)

API Usage:

curl -X POST https://api.langmart.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openrouter/meta-llama/llama-4-scout:free",
    "messages": [{"role": "user", "content": "Hello"}],
    "max_tokens": 2048
  }'
  • Variants available on LangMart

Last Updated: 2026-09-01