From 9e5becfc554dc427a221fc08eee8257e5294cad0 Mon Sep 17 00:00:00 2001 From: Jarod Mica Date: Mon, 22 Jun 2026 21:10:17 -0700 Subject: [PATCH] update character reference to 150 from 300 --- .mintlify/skills/fish-audio-api/SKILL.md | 2 +- api-reference/endpoint/openapi-v1/voice-design.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.mintlify/skills/fish-audio-api/SKILL.md b/.mintlify/skills/fish-audio-api/SKILL.md index dd05985..aefc0ac 100644 --- a/.mintlify/skills/fish-audio-api/SKILL.md +++ b/.mintlify/skills/fish-audio-api/SKILL.md @@ -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. | diff --git a/api-reference/endpoint/openapi-v1/voice-design.mdx b/api-reference/endpoint/openapi-v1/voice-design.mdx index 099f213..fad0991 100644 --- a/api-reference/endpoint/openapi-v1/voice-design.mdx +++ b/api-reference/endpoint/openapi-v1/voice-design.mdx @@ -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.