---
name: "hf-space-procreations-grug-v2-9b-demo"
description: "Use the Hugging Face Space ProCreations/grug-v2-9b-demo."
metadata:
  source: huggingface-space
  spaceId: "ProCreations/grug-v2-9b-demo"
  hubUrl: https://huggingface.co/spaces/ProCreations/grug-v2-9b-demo
  agentsMdUrl: https://huggingface.co/spaces/ProCreations/grug-v2-9b-demo/agents.md
  appUrl: https://procreations-grug-v2-9b-demo.hf.space
---

# Hugging Face Space: ProCreations/grug-v2-9b-demo

Use this skill when the user wants to use the Hugging Face Space `ProCreations/grug-v2-9b-demo`.

- Space page: https://huggingface.co/spaces/ProCreations/grug-v2-9b-demo
- App URL: https://procreations-grug-v2-9b-demo.hf.space
- Source instructions: https://huggingface.co/spaces/ProCreations/grug-v2-9b-demo/agents.md

## Space agent instructions

To use this application (ProCreations/grug-v2-9b-demo: Chat with Grug v2 9B AI, supporting tool calls):
API schema: GET https://procreations-grug-v2-9b-demo.hf.space/gradio_api/info
Call endpoint: POST https://procreations-grug-v2-9b-demo.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://procreations-grug-v2-9b-demo.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://procreations-grug-v2-9b-demo.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "<returned-path>", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"}
Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)
