{
"model": "gpt-4o-mini-tts",
"input": "Việt nam có đẹp không!",
"voice": "coral",
"instructions": "Speak in a cheerful and positive tone."
}
curl --location --request POST '/v1/audio/speech' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-4o-mini-tts",
"input": "Việt nam có đẹp không!",
"voice": "coral",
"instructions": "Speak in a cheerful and positive tone."
}'
{}