Groq

meta-llama/llama-4-scout-17b-16e-instruct

meta-llama/Llama-4-Scout-17B-16E-Instruct
Context

128K

Input

text

Output

text

Tool calling

Supported

About this model

Llama-4-Scout-17B-16E is Meta's efficiency-optimized MoE model featuring 16 experts with ~2B active parameters per token. Designed for exploratory tasks with enhanced web navigation, research synthesis, and information discovery capabilities at low resource cost.

Input modalities

text

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Input tokens

$0.110 / 1M tokens

Output tokens

$0.340 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.110 / 1M tokens
Output tokens$0.340 / 1M tokens

Performance

Published evaluation results associated with this model.

Information Discovery

WebSRC87.3
HotpotQA84.9
MultiHopQA82.7
FactVerification91.5

Research Synthesis

SciFact88.6
EvidenceInference85.2
TechReportQA83.4

Web Interaction

WebShop78.9
Mind2Web76.3
WebLINX81.5

General Reasoning

MMLU77.2
GSM8K84.7
HumanEval68.9

API example

curl https://api.oneinfer.ai/v1/ula/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta-llama/Llama-4-Scout-17B-16E-Instruct",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'