{
  "schema": "https://ai-atoms.com/schemas/model-v1.json",
  "type": "model",
  "id": "model/llama2",
  "version": "1.1.0",
  "name": "llama2",
  "description": "Llama 2 is a collection of foundation language models ranging from 7B to 70B parameters.",
  "vendor": "Meta",
  "family": "Llama 2",
  "task": "text-generation",
  "capabilities": [],
  "parameter_sizes": [
    "7b",
    "13b",
    "70b"
  ],
  "providers": [
    {
      "name": "Ollama",
      "model_id": "llama2",
      "url": "https://ollama.com/library/llama2",
      "pull_command": "ollama pull llama2",
      "run_command": "ollama run llama2",
      "tag_count": 102,
      "pulls": "7.4M",
      "updated_at": "2023-12-27"
    },
    {
      "name": "Cloudflare Workers AI",
      "model_id": "@cf/meta/llama-2-7b-chat-fp16",
      "url": "https://developers.cloudflare.com/workers-ai/models/llama-2-7b-chat-fp16/"
    },
    {
      "name": "Cloudflare Workers AI",
      "model_id": "@cf/meta/llama-2-7b-chat-hf-lora",
      "url": "https://developers.cloudflare.com/workers-ai/models/llama-2-7b-chat-hf-lora/"
    },
    {
      "name": "Cloudflare Workers AI",
      "model_id": "@cf/meta/llama-2-7b-chat-int8",
      "url": "https://developers.cloudflare.com/workers-ai/models/llama-2-7b-chat-int8/"
    }
  ],
  "links": {
    "model_card": "https://ollama.com/library/llama2"
  },
  "authored_by": "Meta",
  "source_url": "https://ollama.com/library/llama2",
  "category": "ai",
  "provenance": {
    "source": "ollama.com/library",
    "source_url": "https://ollama.com/library/llama2",
    "license": "unknown",
    "imported_at": "2026-09-03",
    "notes": "Description, capabilities, sizes, pulls, tag count and updated date as shown on the Ollama library page. Vendor, family and task are inferred from the model name; weights license is not published on the listing. Cloudflare Workers AI provider entry added from model-atoms.com on 2026-09-03. Cloudflare Workers AI provider entry added from model-atoms.com on 2026-09-03. Cloudflare Workers AI provider entry added from model-atoms.com on 2026-09-03."
  },
  "tags": [
    "cloudflare",
    "local",
    "ollama"
  ],
  "lifecycle": "stable"
}