Audio Services
Speech to Text Models
Audio Services
Speech to Text Models
Get available speech-to-text models
GET
/
v1
/
models
/
speech-to-text
curl -X GET https://api.woolball.xyz/v1/models/speech-to-text \
-H "Authorization: Bearer <YOUR_API_KEY>"
{
"data": [
{
"outputLanguage": true,
"returnTimestamps": true,
"model": "onnx-community/whisper-large-v3-turbo_timestamped",
"dtype": "q8"
}
]
}
Returns a list of available models for speech recognition.
Response
curl -X GET https://api.woolball.xyz/v1/models/speech-to-text \
-H "Authorization: Bearer <YOUR_API_KEY>"
{
"data": [
{
"outputLanguage": true,
"returnTimestamps": true,
"model": "onnx-community/whisper-large-v3-turbo_timestamped",
"dtype": "q8"
}
]
}
curl -X GET https://api.woolball.xyz/v1/models/speech-to-text \
-H "Authorization: Bearer <YOUR_API_KEY>"
{
"data": [
{
"outputLanguage": true,
"returnTimestamps": true,
"model": "onnx-community/whisper-large-v3-turbo_timestamped",
"dtype": "q8"
}
]
}