Reference
Remy Reference/models/Llama 4 Scout
D

Llama 4 Scout

Llama 4 Scout, a language model from DeepInfra.
modelOverride: { model: "llama-4-scout-17b-16e-instruct" }
Meta·served viaDeepInfra·Released April 2025
Pricing
Input
$0.11 / 1M
Output
$0.34 / 1M
Input
$0.100 / 1M
Output
$0.30 / 1M
Specifications
Context window
130,000 tokens
Max output
60,000 tokens
Released
April 2025
Model string
meta-llama/Llama-4-Scout-17B-16E-Instruct
Use this model
await mindstudio.generateText({
  message: "...",
  modelOverride: {
    model: "llama-4-scout-17b-16e-instruct",
  },
});