Speech-to-Text Transcription

Transcribe audio files with Whisper Large V3 on the 0G Compute Network.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/gabrielfior/ai-village-open-agents --skill speech-to-text-transcription-gabrielfior
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Speech-to-Text Transcription
Source: https://github.com/gabrielfior/ai-village-open-agents/tree/main/.0g-skills/skills/compute/speech-to-text
Command: npx skills add https://github.com/gabrielfior/ai-village-open-agents --skill speech-to-text-transcription-gabrielfior

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transcription of audio files using Whisper Large V3 on the 0G Compute Network to produce accurate, searchable text.

Core Features & Use Cases

  • Transcribes audio in multiple formats (mp3, wav, ogg, flac, webm) into JSON, text, or subtitle formats (srt/verbose_json).
  • Supports end-to-end automation with provider metadata, request headers, and usage tracking for billing.
  • Use cases include media transcription, meeting notes, and archival indexing across distributed compute networks.

Quick Start

Transcribe the provided audio file using Whisper on the 0G Compute Network and return the resulting text.

Frequently Asked Questions about Speech-to-Text Transcription

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transcribe audio to text using Whisper on the 0G Compute Network?

Transcribe audio to text by sending files to Whisper Large V3 providers on the 0G Compute Network. The process handles environment setup, provider billing, and returns accurate, searchable text for automation pipelines.

What audio formats can I convert to text using Whisper?

Whisper transcription supports converting mp3, wav, ogg, flac, and webm audio formats into readable text. You can output results as plain text, JSON, verbose JSON, or srt subtitle files.

Can I generate SRT subtitles from audio files with Whisper Large V3?

Whisper Large V3 generates SRT subtitle files from audio inputs like mp3, wav, and ogg. It also supports plain text, JSON, and verbose JSON outputs for media transcription and archival indexing.

How does usage tracking and billing work for transcription on distributed compute networks?

Transcription on distributed compute networks tracks usage metadata and request headers for provider billing. The process explicitly handles billing requirements and usage data alongside generating the final text output.

What is the best way to automate meeting notes transcription across multiple audio formats?

Automate meeting notes transcription by processing multiple audio formats through Whisper Large V3 on 0G Compute. The workflow supports end-to-end automation with provider metadata, returning searchable text or JSON outputs.

Do I need to manage compute provider headers for audio transcription tasks?

Audio transcription tasks require explicit handling of request headers and usage metadata for compute provider billing. The environment setup ensures provider configuration is managed automatically during the transcription process.