---
name: "hf-space-coherelabs-cohere-transcribe-arabic-07-2026"
description: "Use the Hugging Face Space CohereLabs/cohere-transcribe-arabic-07-2026."
metadata:
  source: huggingface-space
  spaceId: "CohereLabs/cohere-transcribe-arabic-07-2026"
  hubUrl: https://huggingface.co/spaces/CohereLabs/cohere-transcribe-arabic-07-2026
  agentsMdUrl: https://huggingface.co/spaces/CohereLabs/cohere-transcribe-arabic-07-2026/agents.md
  appUrl: https://coherelabs-cohere-transcribe-arabic-07-2026.hf.space
---

# Hugging Face Space: CohereLabs/cohere-transcribe-arabic-07-2026

Use this skill when the user wants to use the Hugging Face Space `CohereLabs/cohere-transcribe-arabic-07-2026`.

- Space page: https://huggingface.co/spaces/CohereLabs/cohere-transcribe-arabic-07-2026
- App URL: https://coherelabs-cohere-transcribe-arabic-07-2026.hf.space
- Source instructions: https://huggingface.co/spaces/CohereLabs/cohere-transcribe-arabic-07-2026/agents.md

## Space agent instructions

To use this application (CohereLabs/cohere-transcribe-arabic-07-2026: Transcribe Arabic or English audio into text):
API schema: GET https://coherelabs-cohere-transcribe-arabic-07-2026.hf.space/gradio_api/info
Config (find fn_index): GET https://coherelabs-cohere-transcribe-arabic-07-2026.hf.space/config → dependencies[i].id where api_name matches API schema endpoint
Join the queue: POST https://coherelabs-cohere-transcribe-arabic-07-2026.hf.space/gradio_api/queue/join (pass {"data": [...], "fn_index": <from-config>, "session_hash": "<random-uuid>"})
Stream results: GET https://coherelabs-cohere-transcribe-arabic-07-2026.hf.space/gradio_api/queue/data?session_hash=<same-uuid>
File inputs: POST https://coherelabs-cohere-transcribe-arabic-07-2026.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)
