infery
← All models

Stable Audio 3 Medium Base Text to Audio

stable-audio-3-medium-base-text-to-audio

Musicby Stability AI

Stable Audio 3 Medium Base is the foundational 1.4 billion parameter text-to-audio checkpoint generating stereo music up to 6 minutes, intended as the unmodified base for custom fine-tuning workflows.

Details

Accepts
text

Pricing

Price
5.99 cr / track

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedRandom seed for reproducible outputs. Omit for a random seed.
promptrequiredstringText description of the audio to generate.
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. The medium model supports up to 380 seconds (~6m20s).
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; ~7.0 is a good starting point for base checkpoints.
negative_promptstringText description of qualities to avoid in the output.
num_inference_stepsintegerNumber of sampling steps. Base (non-distilled) checkpoints typically need ~50 for good quality.
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.