by 0G Foundation
Multilingual automatic speech recognition (ASR); transcription and translation.
$0.00001667
per second of audio
—
N/A for speech
curl https://router-api-staging.0g.ai/v1/audio/transcriptions \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-F model="whisper-large-v3" \
-F file="@audio.mp3"TEE Verification
Request on-chain signature verification with verify_tee. The response includes a tee_verified field in the trace.
# Add verify_tee as a query parameter (multipart requests)
curl "https://router-api-staging.0g.ai/v1/audio/transcriptions?verify_tee=true" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-F model="whisper-large-v3" \
-F file="@audio.mp3"Private models only
This model is Private. To pin requests to a TEE-backed provider, add the X-0G-Provider-Trust-Mode: private header. Opt-in — not applied by default.
X-0G-Provider-Trust-Mode: private