Files
anomalyco--models.dev/models/meta/llama-4-scout-17b-instruct.toml
2026-07-13 12:28:55 +08:00

24 lines
519 B
TOML

name = "Llama 4 Scout 17B Instruct"
description = "Open Llama with long-context vision for efficient multimodal agents"
family = "llama"
release_date = "2025-04-05"
last_updated = "2025-04-05"
attachment = true
reasoning = false
temperature = true
tool_call = true
knowledge = "2024-08"
open_weights = true
[limit]
context = 3_500_000
output = 16_384
[modalities]
input = ["text", "image"]
output = ["text"]
[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/meta-llama/Llama-4-Scout-17B-16E-Instruct"