返回模型列表
Llama 4 Scout
metameta/llama-4-scout
供应商自营与 TheRouter 服务形态的差异
供应商自己运营时
Meta 以 Llama 4 社区许可证发布 Llama 4 Scout 开放权重;Meta 发布说明中列出 BF16 权重,并支持即时 int4 量化。
在 TheRouter 上
TheRouter 将 Scout 作为托管 OpenAI 兼容模型路由提供;价格、上下文、模态和支持参数来自 standard-models.yaml。
API 使用指南
Chat 调用
标准 OpenAI 兼容的 chat 接口,只需修改 baseURL 和模型名,无需更改 SDK。
cURL
curl https://api.therouter.ai/v1/chat/completions \
-H "Authorization: Bearer $THEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "meta/llama-4-scout",
"messages": [{"role": "user", "content": "Summarize this document."}]
}'视觉 / 图像输入
图像输入使用标准 OpenAI 视觉消息格式。Meta 的 Llama 4 模型卡说明图像理解测试覆盖最多 5 张输入图像。
cURL
curl https://api.therouter.ai/v1/chat/completions \
-H "Authorization: Bearer $THEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "meta/llama-4-scout",
"messages": [{
"role": "user",
"content": [
{"type": "text", "text": "Extract the key facts from this chart."},
{"type": "image_url", "image_url": {"url": "https://therouter.ai/assets/vision-sample.png"}}
]
}]
}'事实档案 — 本页每条断言可在此回溯来源
| 来源 | URL | 采集于 | |
|---|---|---|---|
| 发布日期 | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| 架构 | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| 激活参数量 | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| 总参数量 | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| 上下文窗口 | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| 输入与输出模态 | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| 训练 token 数量 | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| 训练数据截止 | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| 支持语言 | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| 许可 | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| MMLU | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| MMLU Pro | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| GPQA Diamond | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| MATH | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| MMMU | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| MathVista | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| ChartQA | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| MBPP | github.com/meta-llama ↗ | 2026-08-25 | 已核实 |
| Meta 发布 Llama 4 Maverick 与 Scout——开放多模态 MoE 系列 | ai.meta.com ↗ | 2026-08-25 | 已核实 |
| Llama 4 Scout 和 Llama 4 Maverick 有什么不同? | github.com/meta-llama ↗ | 2026-08-25 | 待核实 |
| 我可以自托管 Llama 4 Scout 吗? | github.com/meta-llama ↗ | 2026-08-25 | 待核实 |
| Llama 4 Scout 每次请求可处理多少张图片? | github.com/meta-llama ↗ | 2026-08-25 | 待核实 |