Skip to content

Commit 6fae315

Browse files
authored
Merge pull request #137 from aimlapi/stelyatko/feat-add-cibevoice-desc
feat: add preset and audio_url to vibevoice models
2 parents 70f3a68 + c010c90 commit 6fae315

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/openapi/descriptions/text-to-speech.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,11 @@ export default {
121121
},
122122
script: {
123123
desc: `The script to convert to speech. Can be formatted with "Speaker X:" prefixes for multi-speaker dialogues.`
124+
},
125+
preset: {
126+
desc: `Default voice preset to use for the speaker. Not used if audio_url is provided.`
127+
},
128+
audio_url: {
129+
desc: `URL to a voice sample audio file. If provided, preset will be ignored.`
124130
}
125131
};

0 commit comments

Comments
 (0)