{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_gpt4all",
  "slug": "gpt4all",
  "name": "gpt4all",
  "canonical_url": "https://www.openagent.bot/models/gpt4all",
  "category": "models",
  "resource_type": "model",
  "summary": "GPT4All by Nomic AI is an open-source ecosystem for running large language models on local consumer hardware. It provides a cross-platform desktop application, a Python library, and a growing model zoo — all optimized for CPU and GPU inference without requiring a cloud connection.",
  "capabilities": [
    "local-inference"
  ],
  "constraints": [
    "open-source"
  ],
  "scenarios": [
    "developer-workflow"
  ],
  "deployment_modes": [
    "cloud"
  ],
  "interfaces": [
    "repo"
  ],
  "integrations": [
    "models"
  ],
  "permission_surface": [
    "external services"
  ],
  "risk_level": "low",
  "source_confidence": "high",
  "recommended_workflows": [
    "Coding agent workflow",
    "Local or private AI stack"
  ],
  "avoid_when": [
    "Production-scale inference deployments requiring high throughput and GPU clusters",
    "Users who need the latest frontier models that exceed consumer hardware capabilities"
  ],
  "primary_actions": [
    "Inspect repository",
    "Open Homepage",
    "Inspect repository"
  ],
  "evidence_urls": [
    "https://github.com/nomic-ai/gpt4all",
    "https://nomic.ai/gpt4all",
    "https://github.com/nomic-ai/gpt4all/blob/main/README.md"
  ],
  "last_verified_at": "2026-06-03",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/models/gpt4all.json",
    "markdown_url": "https://www.openagent.bot/models/gpt4all.md",
    "agent_json_url": "https://www.openagent.bot/models/gpt4all.agent.json"
  }
}