{
  "schema": "https://ai-atoms.com/schemas/model-v1.json",
  "type": "model",
  "id": "model/granite3-moe",
  "version": "1.0.0",
  "name": "granite3-moe",
  "description": "The IBM Granite 1B and 3B models are the first mixture of experts (MoE) Granite models from IBM designed for low latency usage.",
  "vendor": "IBM",
  "family": "Granite",
  "task": "text-generation",
  "capabilities": [
    "tools"
  ],
  "parameter_sizes": [
    "1b",
    "3b"
  ],
  "providers": [
    {
      "name": "Ollama",
      "model_id": "granite3-moe",
      "url": "https://ollama.com/library/granite3-moe",
      "pull_command": "ollama pull granite3-moe",
      "run_command": "ollama run granite3-moe",
      "tag_count": 33,
      "pulls": "951K",
      "updated_at": "2024-11-19"
    }
  ],
  "links": {
    "model_card": "https://ollama.com/library/granite3-moe"
  },
  "authored_by": "IBM",
  "source_url": "https://ollama.com/library/granite3-moe",
  "category": "ai",
  "provenance": {
    "source": "ollama.com/library",
    "source_url": "https://ollama.com/library/granite3-moe",
    "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",
    "tools"
  ],
  "lifecycle": "stable"
}