由 0G Foundation 提供
Multilingual automatic speech recognition (ASR); transcription and translation.
$0.00001667
每秒音訊
—
語音不適用
curl "https://router-api.0g.ai/v1/audio/transcriptions" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-F model="whisper-large-v3" \
-F file="@audio.mp3"TEE 驗證
使用 verify_tee 請求鏈上簽章驗證。回應的追蹤中包含 tee_verified 欄位。
# 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="whisper-large-v3" \
-F file="@audio.mp3"僅限私人模型
此模型為私密模型。若要將請求固定至 TEE 支援的供應商,請加上 X-0G-Provider-Trust-Mode: private 標頭。此為選擇性設定,並非預設套用。
X-0G-Provider-Trust-Mode: private