---
name: "hf-space-hugging-apps-glint-2-effort-explorer"
description: "Use the Hugging Face Space hugging-apps/glint-2-effort-explorer."
metadata:
  source: huggingface-space
  spaceId: "hugging-apps/glint-2-effort-explorer"
  hubUrl: https://huggingface.co/spaces/hugging-apps/glint-2-effort-explorer
  agentsMdUrl: https://huggingface.co/spaces/hugging-apps/glint-2-effort-explorer/agents.md
  appUrl: https://hugging-apps-glint-2-effort-explorer.hf.space
---

# Hugging Face Space: hugging-apps/glint-2-effort-explorer

Use this skill when the user wants to use the Hugging Face Space `hugging-apps/glint-2-effort-explorer`.

- Space page: https://huggingface.co/spaces/hugging-apps/glint-2-effort-explorer
- App URL: https://hugging-apps-glint-2-effort-explorer.hf.space
- Source instructions: https://huggingface.co/spaces/hugging-apps/glint-2-effort-explorer/agents.md

## Space agent instructions

To use this application (Glint-Research/glint-2-effort-explorer: Generate text with adjustable effort levels using Glint-2):
API schema: GET https://glint-research-glint-2-effort-explorer.hf.space/gradio_api/info
Call endpoint: POST https://glint-research-glint-2-effort-explorer.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://glint-research-glint-2-effort-explorer.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://glint-research-glint-2-effort-explorer.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)
