---
name: "hf-space-akhaliq-vibethinker-3b"
description: "Use the Hugging Face Space akhaliq/VibeThinker-3B."
metadata:
  source: huggingface-space
  spaceId: "akhaliq/VibeThinker-3B"
  hubUrl: https://huggingface.co/spaces/akhaliq/VibeThinker-3B
  agentsMdUrl: https://huggingface.co/spaces/akhaliq/VibeThinker-3B/agents.md
  appUrl: https://akhaliq-vibethinker-3b.hf.space
---

# Hugging Face Space: akhaliq/VibeThinker-3B

Use this skill when the user wants to use the Hugging Face Space `akhaliq/VibeThinker-3B`.

- Space page: https://huggingface.co/spaces/akhaliq/VibeThinker-3B
- App URL: https://akhaliq-vibethinker-3b.hf.space
- Source instructions: https://huggingface.co/spaces/akhaliq/VibeThinker-3B/agents.md

## Space agent instructions

To use this application (akhaliq/VibeThinker-3B: Generate detailed answers with step‑by‑step reasoning):
API schema: GET https://akhaliq-vibethinker-3b.hf.space/gradio_api/info
Call endpoint: POST https://akhaliq-vibethinker-3b.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://akhaliq-vibethinker-3b.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://akhaliq-vibethinker-3b.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)
