infery
← All models

Stable Audio 3

stable-audio-3-small-music-audio-to-audio

Text to Speechby Stability AI

Stable Audio 3 Small Music audio-to-audio is a 459 million parameter latent diffusion model that transforms input music into new variations up to 2 minutes guided by text prompts.

Details

Accepts
audio

Pricing

Price
3.1 cr / clip

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedRandom seed for reproducible outputs. Omit for a random seed.
promptrequiredstringText description guiding how the source audio should be transformed.
bitratestringAudio bitrate for compressed output formats (e.g., mp3, aac, opus). Format e.g. '192k' or '320k'. Ignored for lossless formats (wav, flac).
durationnumberDuration of the generated audio in seconds.
audio_urlrequiredstringSource audio to transform.
sync_modebooleanIf True, the audio is returned inline as a data URI and the result is not saved to the request history.
output_formatstringenum: mp3, wav, flac, ogg, opus, m4aContainer format for the generated audio output.
guidance_scalenumberClassifier-free guidance scale. Higher values follow the prompt more strictly. Only effective on base (non-distilled) checkpoints.
negative_promptstringText description of qualities to avoid in the output.
init_noise_levelnumberHow much noise to add to the source audio. 1.0 fully replaces the audio with noise (pure generation); 0.1 keeps the source close to the input. 0.5 sits halfway between.
num_inference_stepsintegerNumber of sampling steps. Post-trained (distilled) checkpoints look good with the default 8 and gain little from going higher.
enable_safety_checkerbooleanEnable NSFW content safety checking.
enable_prompt_expansionbooleanIf True, the prompt will be expanded using an LLM for more detailed and higher quality results.

Output

FieldTypeDescription
seedintegerThe random seed used for generation.
audioThe generated audio clip.
promptstringThe prompt used for generation.