---
name: "hf-space-akhaliq-ling-3-0-flash"
description: "Use the Hugging Face Space akhaliq/ling-3.0-flash."
metadata:
  source: huggingface-space
  spaceId: "akhaliq/ling-3.0-flash"
  hubUrl: https://huggingface.co/spaces/akhaliq/ling-3.0-flash
  agentsMdUrl: https://huggingface.co/spaces/akhaliq/ling-3.0-flash/agents.md
  appUrl: https://akhaliq-ling-3-0-flash.hf.space
---

# Hugging Face Space: akhaliq/ling-3.0-flash

Use this skill when the user wants to use the Hugging Face Space `akhaliq/ling-3.0-flash`.

- Space page: https://huggingface.co/spaces/akhaliq/ling-3.0-flash
- App URL: https://akhaliq-ling-3-0-flash.hf.space
- Source instructions: https://huggingface.co/spaces/akhaliq/ling-3.0-flash/agents.md

## Space agent instructions

To use this application (akhaliq/ling-3.0-flash: Chat with an AI assistant that explains its reasoning):
API schema: GET https://akhaliq-ling-3-0-flash.hf.space/gradio_api/info
Call endpoint: POST https://akhaliq-ling-3-0-flash.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://akhaliq-ling-3-0-flash.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://akhaliq-ling-3-0-flash.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)
