whisper-1、gpt-4o-transcribe 以及 gpt-4o-mini-transcribe,你可以通过如下方式调用:
gpt-4o-transcribe 以及 gpt-4o-mini-transcribe 仅支持 json 响应(response_format=json)。
音频格式
OpenAI 支持的上传音频格式如下:flacmp3mp4mpegmpgam4aoggwavwebm
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
whisper-1、gpt-4o-transcribe 以及 gpt-4o-mini-transcribe,你可以通过如下方式调用:
curl --location 'https://geekai.co/api/v1/audio/transcriptions' \
--header 'Authorization: {YOUR_GEEKAI_API_KEY}' \
--form 'file=@"/C:/User/GeekAI/test.mp3"' \
--form 'model="whisper-1"' \
--form 'response_format="text"'
curl --location 'https://geekai.co/api/v1/audio/transcriptions' \
--header 'Authorization: {YOUR_GEEKAI_API_KEY}' \
--form 'file=@/home/geekai/test.mp3' \
--form 'model=whisper-1' \
--form 'response_format=text'
gpt-4o-transcribe 以及 gpt-4o-mini-transcribe 仅支持 json 响应(response_format=json)。
flacmp3mp4mpegmpgam4aoggwavwebmfile type should be mp3, mp4, wav, wave, mpeg, webm or m4a
curl --location 'https://geekai.co/api/v1/audio/transcriptions' \
--header 'Authorization: {YOUR_GEEKAI_API_KEY}' \
--form 'file=@/home/geekai/test.m4a;type=audio/mp4' \
--form 'model=whisper-1' \
--form 'response_format=text'
此页面对您有帮助吗?
