Create speech
오디오
음성 생성
Convert text into natural speech with the OpenAI-compatible audio speech interface. Returns a binary audio stream — save the response body directly to a file.
POST
Create speech
인증
Your DGrid API key. All endpoints use Authorization: Bearer <DGRID_API_KEY>.
본문
application/json
Voice model, such as tts-1 or tts-1-hd.
예시:
"tts-1"
Text to synthesize, up to 4096 characters.
Voice preset.
사용 가능한 옵션:
alloy, echo, fable, onyx, nova, shimmer Output audio format.
Speaking speed.
필수 범위:
0.25 <= x <= 4응답
Binary audio stream.
The response is of type file.

