{
"model": "glm-tts",
"input": "Hello, welcome to the Zhipu Open Platform",
"voice": "tongtong",
"response_format": "wav",
"speed": 1.0,
"volume": 1.0
}curl --location --request POST 'https://api.302.ai/bigmodel/api/paas/v4/audio/speech?output_format=url' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "glm-tts",
"input": "Hello, welcome to the Zhipu Open Platform",
"voice": "tongtong",
"response_format": "wav",
"speed": 1.0,
"volume": 1.0
}'{
"url": "https://file.302ai.cn/gpt/imgs/20251216/8611be2603f28f401aeeb1bd2b115fae.wav"
}