{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_llama_4",
  "slug": "llama-4",
  "name": "Llama 4",
  "canonical_url": "https://www.openagent.bot/models/llama-4",
  "category": "models",
  "resource_type": "model",
  "summary": "Meta's flagship open MoE model family with Scout (109B, 10M context) and Maverick (400B, rivaling GPT-5 on coding).",
  "capabilities": [
    "local-inference",
    "inference"
  ],
  "constraints": [
    "open-source",
    "open-weights",
    "self-hosted",
    "local-first"
  ],
  "scenarios": [
    "local-ai",
    "self-hosted-ai"
  ],
  "deployment_modes": [
    "local",
    "self_hosted",
    "cloud"
  ],
  "interfaces": [
    "docs",
    "demo"
  ],
  "integrations": [
    "GitHub",
    "Hugging Face"
  ],
  "permission_surface": [
    "shell/files",
    "memory"
  ],
  "risk_level": "elevated",
  "source_confidence": "medium",
  "recommended_workflows": [
    "Local or private AI stack"
  ],
  "avoid_when": [
    "Teams that cannot review the Llama 4 Community License terms before deployment",
    "Use cases requiring verified multimodal input beyond text-based reasoning"
  ],
  "primary_actions": [
    "Inspect repository"
  ],
  "evidence_urls": [
    "https://github.com/meta-llama/llama-models"
  ],
  "last_verified_at": "2026-06-16",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/models/llama-4.json",
    "markdown_url": "https://www.openagent.bot/models/llama-4.md",
    "agent_json_url": "https://www.openagent.bot/models/llama-4.agent.json"
  }
}