speech_generation
Generate speech audio assets from prompts using voice profiles or reference assets. Call run_skill first; if queued, return the task ID and stop.
Instructions
Generate a speech audio asset, optionally using an approved voice profile or project reference assets. Call run_skill first. This tool rejects direct calls without the active skill grant/run descriptor. If the result is queued or running, do not submit it again; return the task id and stop the turn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | ||
| prompt | Yes | ||
| file_name | No | ||
| pitch_rate | No | ||
| sample_rate | No | ||
| speech_rate | No | ||
| imageAssetId | No | A UGCmind project asset id. Raw URLs and local paths are not accepted. | |
| audioAssetIds | No | ||
| loudness_rate | No | ||
| voiceProfileId | No | ||
| durationSeconds | No | ||
| model_option_id | No | Optional model option id supplied by the UGCmind runtime. Do not invent it. |