Speech-to-text (STT)
{
"connection": {
"token": "${vault://local/OPENAI_API_TOKEN}",
"timeout": 30000
},
"options": {
"tts": {
"enabled": true,
"model": "gpt-4o-mini-tts",
"response_format": "mp3",
"speed": 1
},
"stt": {
"enabled": true,
"model": "gpt-4o-mini-transcribe"
},
"translation": {
"enabled": true,
"model": "whisper-1"
}
}
}