Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mintlify/skills/fish-audio-api/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Response: JSON `{ candidates: VoiceDesignCandidate[] }`. Each candidate includes
| Field | Type | Default | Notes |
| ------------------------- | -------------- | ------------ | --------------------------------------------------------------------------- |
| `instruction` | string | — (required) | Voice design prompt. 1 to 2000 characters. |
| `reference_text` | string \| null | null | Optional preview text to read in the generated voice. Up to 300 characters. |
| `reference_text` | string \| null | null | Optional preview text to read in the generated voice. Up to 150 characters. |
| `language` | string \| null | null | Optional language hint such as `en`, `zh`, or `ja`. |
| `n` | int | 2 | Number of candidates. Range: 1 to 4. |
| `speed` | number | 1.0 | Speaking speed multiplier. Must be greater than 0 and at most 3. |
Expand Down
2 changes: 1 addition & 1 deletion api-reference/endpoint/openapi-v1/voice-design.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ curl --request POST https://api.fish.audio/v1/voice-design \
## Usage notes

- `instruction` is required and must be 1 to 2000 characters.
- `reference_text` is optional preview text and can be up to 300 characters.
- `reference_text` is optional preview text and can be up to 150 characters.
- `n` controls how many candidates are returned. The supported range is 1 to 4.
- `seed` is optional and can help reproduce candidate generation.
- The endpoint is stateless: it does not create batches, samples, voice models, or presigned URLs.
Expand Down
Loading