Note: For speech model name settings, refer to the System Supported Transcription Speech Model List. The request/response parameter structure is fully compatible with OpenAI. When switching models, you only need to modify the corresponding model name. If the model request/response parameters are inconsistent with OpenAI, GeekAI will automatically convert and align them at the backend.
cURL Request Example
Authorizations
token
Body
multipart/form-data
transcription model
Example:
"whisper-1"
audio file
transcription prompt
language code
response format
Available options:
text
, srt
, vtt
, json
Example:
"text"
sampling temperature
Example:
0
auto retry times, default 0, means no retry
Example:
0
Response
successful response
text format transcription result