For the complete documentation index, see llms.txt. This page is also available as Markdown.

Seed Audio 1.0

This documentation is valid for the following list of our models:

  • bytedance/seed-audio-1-0

Model Overview

Seed Audio 1.0 is a non-streaming audio generation model for speech, sound effects, timbre control, and reference-guided audio creation.

Setup your API Key

If you don't have an API key for the AI/ML API yet, feel free to use our Quickstart guide.

API Schema

post
Body
modelstring · enumRequiredPossible values:
textstring · min: 1 · max: 3000Required

Text to synthesize (the TTS prompt). Use @Audio1, @Audio2, etc. to reference audio clips.

Responses
200

Successful response.

audiostring · uriRequired
post/v1/tts
200

Successful response.

Code Example

Response

Last updated

Was this helpful?