---
name: "hf-space-ajsbsd-qwen2-5-1-5b-instruct-gkd-demo"
description: "Use the Hugging Face Space ajsbsd/Qwen2.5-1.5B-Instruct-gkd-demo."
metadata:
  source: huggingface-space
  spaceId: "ajsbsd/Qwen2.5-1.5B-Instruct-gkd-demo"
  hubUrl: https://huggingface.co/spaces/ajsbsd/Qwen2.5-1.5B-Instruct-gkd-demo
  agentsMdUrl: https://huggingface.co/spaces/ajsbsd/Qwen2.5-1.5B-Instruct-gkd-demo/agents.md
  appUrl: https://ajsbsd-qwen2-5-1-5b-instruct-gkd-demo.hf.space
---

# Hugging Face Space: ajsbsd/Qwen2.5-1.5B-Instruct-gkd-demo

Use this skill when the user wants to use the Hugging Face Space `ajsbsd/Qwen2.5-1.5B-Instruct-gkd-demo`.

- Space page: https://huggingface.co/spaces/ajsbsd/Qwen2.5-1.5B-Instruct-gkd-demo
- App URL: https://ajsbsd-qwen2-5-1-5b-instruct-gkd-demo.hf.space
- Source instructions: https://huggingface.co/spaces/ajsbsd/Qwen2.5-1.5B-Instruct-gkd-demo/agents.md

## Space agent instructions

To use this application (ajsbsd/Qwen2.5-1.5B-Instruct-gkd-demo: Answer resume questions with an AI personal assistant):
API schema: GET https://ajsbsd-qwen2-5-1-5b-instruct-gkd-demo.hf.space/gradio_api/info
Config (find fn_index): GET https://ajsbsd-qwen2-5-1-5b-instruct-gkd-demo.hf.space/config → dependencies[i].id where api_name matches API schema endpoint
Join the queue: POST https://ajsbsd-qwen2-5-1-5b-instruct-gkd-demo.hf.space/gradio_api/queue/join (pass {"data": [...], "fn_index": <from-config>, "session_hash": "<random-uuid>"})
Stream results: GET https://ajsbsd-qwen2-5-1-5b-instruct-gkd-demo.hf.space/gradio_api/queue/data?session_hash=<same-uuid>
File inputs: POST https://ajsbsd-qwen2-5-1-5b-instruct-gkd-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)
