curl --location 'https://moyunapi.com/v1/audio/speech' \
--header 'Accept;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "tts-1",
"input": "你好,欢迎使用墨云 API 语音合成服务。",
"voice": "nova",
"response_format": "mp3",
"speed": 1
}'{
"error": {
"message": "Invalid value for 'model': expected a non-empty string, but received null.",
"type": "invalid_request_error",
"param": "model",
"code": "invalid_value"
}
}