{
  "slug": "image-background-remove-ai",
  "name": "gizza-ai/image-background-remove-ai",
  "version": "0.1.0",
  "title": "AI Image Background Remover — gizza.ai",
  "description": "Remove the background from people, products, animals, vehicles, and other foreground subjects locally in your browser.",
  "tags": [
    "image",
    "background remover",
    "transparent png",
    "ai",
    "segmentation",
    "cutout",
    "product",
    "animal"
  ],
  "category": "image",
  "urls": {
    "page": "https://gizza.ai/tools/image-background-remove-ai/",
    "markdown": "https://gizza.ai/tools/image-background-remove-ai/index.md",
    "descriptor": "https://gizza.ai/tools/image-background-remove-ai/tool.json",
    "deep_link_example": "https://gizza.ai/tools/image-background-remove-ai/?url=https://example.com/input"
  },
  "cli": "gizza tool image-background-remove-ai 'url=https://example.com/input'",
  "tool": {
    "description": "Remove the background from an image and return a transparent PNG cutout. The standalone browser page runs the pinned U-2-Netp model locally using WebGPU with a WebAssembly fallback; the image is not sent to an inference server. It supports prominent foreground subjects including people, products, animals, and vehicles. Provide the image as either url (HTTP/HTTPS) or ref (id from a prior tool call).",
    "parameters": {
      "additionalProperties": false,
      "oneOf": [
        {
          "required": [
            "url"
          ]
        },
        {
          "required": [
            "ref"
          ]
        }
      ],
      "properties": {
        "ref": {
          "description": "Reference id from a prior tool call. Use either url or ref.",
          "type": "string"
        },
        "url": {
          "description": "Image URL (HTTP/HTTPS). Use either url or ref.",
          "type": "string"
        }
      },
      "type": "object"
    }
  }
}