API Reference
Complete API documentation for all available models. Select a service type and model to view endpoints, code examples, and additional features.
Select Service Type & Model
Complete API documentation for all available models. Select a service type and model to view endpoints, code examples, and additional features.
Select Service Type & Model
Input Price
0.0500 0G/M
Output Price
0.1300 0G/M
Providers
1
Type
Audio Transcription
0G Router normalizes requests and responses across providers for you. All endpoints follow the OpenAI API format.
Endpoint
Code Examples
curl https://router-api.0g.ai/v1/audio/transcriptions \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-F model="openai/whisper-large-v3" \
-F file="@audio.mp3"TEE Verification
If the provider runs inside a TEE (Trusted Execution Environment), you can request on-chain signature verification by setting verify_tee. The response will include a tee_verified field in the trace.
# Add verify_tee as a query parameter (multipart requests)
curl "https://router-api.0g.ai/v1/audio/transcriptions?verify_tee=true" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-F model="openai/whisper-large-v3" \
-F file="@audio.mp3"