Skip to content

sync: add fish audio provider#13

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/sync-docs-update-from-platform-backend
Draft

sync: add fish audio provider#13
Copilot wants to merge 2 commits intomainfrom
copilot/sync-docs-update-from-platform-backend

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 18, 2026

The upstream Docs repo added fish.json (Fish music generation) as an audio provider, with endpoints /fish/audios, /fish/voices, and /fish/tasks. It was missing from both SDK implementations.

Changes

  • TypeScript (resources/audio.ts): Added 'fish' to AudioProvider union type
  • TypeScript (resources/tasks.ts): Added fish: '/fish/tasks' to SERVICE_TASK_ENDPOINTS
  • Python (resources/audio.py): Added "fish" to AudioProvider Literal
  • READMEs: Updated audio provider tables in both typescript/ and python/

Usage

await client.audio.generate({ prompt: 'A folk song', provider: 'fish' });
client.audio.generate(prompt="A folk song", provider="fish")

Copilot AI changed the title [WIP] Sync SDK with latest API specs from Docs sync: add fish audio provider Apr 18, 2026
Copilot AI requested a review from Germey April 18, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sync: update from Docs (5d38caa docs: sync from PlatformBackend (zh-CN base + translations) [automated])

2 participants