OpenAI Audio API compitable API with whisper-1 model.

Create transcription

Compitable with OpenAI Create Transcription API

curl https://gpu.vivgrid.com/v1/audio/transcriptions \
  -H "Authorization: Bearer $API_TOKEN" \
  -H "Content-Type: multipart/form-data" \
  -F file="@voice.wav" \
  -F model="whisper-1"

Create translation

Compitable with OpenAI Create Translation API

curl https://gpu.vivgrid.com/v1/audio/translations \  
  -H "Authorization: Bearer $API_TOKEN" \
  -H "Content-Type: multipart/form-data" \
  -F file="@voice.wav" \
  -F model="whisper-1"

Authentication

$API_TOKEN can be found on your console.