{
  "schema": "https://ai-atoms.com/schemas/model-v1.json",
  "type": "model",
  "id": "model/functiongemma",
  "version": "1.0.0",
  "name": "functiongemma",
  "description": "FunctionGemma is a specialized version of Google's Gemma 3 270M model fine-tuned explicitly for function calling.",
  "vendor": "Google",
  "family": "Gemma",
  "task": "text-generation",
  "capabilities": [
    "tools"
  ],
  "parameter_sizes": [
    "270m"
  ],
  "providers": [
    {
      "name": "Ollama",
      "model_id": "functiongemma",
      "url": "https://ollama.com/library/functiongemma",
      "pull_command": "ollama pull functiongemma",
      "run_command": "ollama run functiongemma",
      "tag_count": 4,
      "pulls": "186.6K",
      "updated_at": "2025-12-18"
    }
  ],
  "links": {
    "model_card": "https://ollama.com/library/functiongemma"
  },
  "authored_by": "Google",
  "source_url": "https://ollama.com/library/functiongemma",
  "category": "ai",
  "provenance": {
    "source": "ollama.com/library",
    "source_url": "https://ollama.com/library/functiongemma",
    "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"
}