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"
}
]
}
Get available speech-to-text models
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"
}
]
}