{
  "schema": "https://ai-atoms.com/schemas/model-v1.json",
  "type": "model",
  "id": "model/olmo2",
  "version": "1.0.0",
  "name": "olmo2",
  "description": "OLMo 2 is a new family of 7B and 13B models trained on up to 5T tokens. These models are on par with or better than equivalently sized fully open models, and competitive with open-weight models such as Llama 3.1 on English academic benchmarks.",
  "vendor": "AI2",
  "family": "OLMo",
  "task": "text-generation",
  "capabilities": [],
  "parameter_sizes": [
    "7b",
    "13b"
  ],
  "providers": [
    {
      "name": "Ollama",
      "model_id": "olmo2",
      "url": "https://ollama.com/library/olmo2",
      "pull_command": "ollama pull olmo2",
      "run_command": "ollama run olmo2",
      "tag_count": 9,
      "pulls": "3.8M",
      "updated_at": "2025-01-11"
    }
  ],
  "links": {
    "model_card": "https://ollama.com/library/olmo2"
  },
  "authored_by": "AI2",
  "source_url": "https://ollama.com/library/olmo2",
  "category": "ai",
  "provenance": {
    "source": "ollama.com/library",
    "source_url": "https://ollama.com/library/olmo2",
    "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."
  },
  "tags": [
    "ollama",
    "local"
  ],
  "lifecycle": "stable"
}