---
name: "hf-space-apathy-exe-qwen3-8-27b"
description: "Use the Hugging Face Space apathy-exe/Qwen3.8-27B."
metadata:
  source: huggingface-space
  spaceId: "apathy-exe/Qwen3.8-27B"
  hubUrl: https://huggingface.co/spaces/apathy-exe/Qwen3.8-27B
  agentsMdUrl: https://huggingface.co/spaces/apathy-exe/Qwen3.8-27B/agents.md
  appUrl: https://apathy-exe-qwen3-8-27b.hf.space
---

# Hugging Face Space: apathy-exe/Qwen3.8-27B

Use this skill when the user wants to use the Hugging Face Space `apathy-exe/Qwen3.8-27B`.

- Space page: https://huggingface.co/spaces/apathy-exe/Qwen3.8-27B
- App URL: https://apathy-exe-qwen3-8-27b.hf.space
- Source instructions: https://huggingface.co/spaces/apathy-exe/Qwen3.8-27B/agents.md

## Space agent instructions

To use this application (apathy-exe/Qwen3.8-27B: Generate AI-powered text completions using a local LLM):
API schema: GET https://apathy-exe-qwen3-8-27b.hf.space/gradio_api/info
Call endpoint: POST https://apathy-exe-qwen3-8-27b.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://apathy-exe-qwen3-8-27b.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://apathy-exe-qwen3-8-27b.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)
