{
  "music_text": {
    "requests": [
      {
        "prompt": "House music that encapsulates the feeling of being at a festival in the sunny weather with all your friends 124 BPM",
        "duration": 120.0,
        "steps": 8,
        "cfg_scale": 1.0,
        "seed": 1234
      }
    ]
  },
  "music_cfg_guided": {
    "requests": [
      {
        "prompt": "A dream-like Synthpop instrumental that would accompany a dream-sequence in a surrealist movie, 120 BPM",
        "negative_prompt": "poor quality, distorted, clipped, noisy",
        "duration": 10.0,
        "steps": 8,
        "cfg_scale": 2.0,
        "seed": 1244
      }
    ]
  },
  "music_init_audio": {
    "use_all_requests_by_default": true,
    "requests": [
      {
        "prompt": "A warm bossa nova groove with brushed percussion and nylon guitar, clean studio recording",
        "negative_prompt": "poor quality, distorted, clipped, noisy",
        "duration": 10.0,
        "steps": 8,
        "cfg_scale": 1.0,
        "seed": 1245
      },
      {
        "prompt": "Transform the reference into a mellow downtempo track with deeper bass, brushed hats, and wide room ambience",
        "negative_prompt": "poor quality, distorted, clipped, noisy",
        "duration": 10.0,
        "steps": 8,
        "cfg_scale": 1.0,
        "seed": 1246,
        "init_audio_from_previous": 0,
        "init_noise_level": 0.45
      }
    ]
  },
  "music_inpaint_audio": {
    "use_all_requests_by_default": true,
    "requests": [
      {
        "prompt": "A sparse acoustic pop verse with fingerpicked guitar, soft shaker, and a dry intimate vocal-bed feel",
        "negative_prompt": "poor quality, distorted, clipped, noisy",
        "duration": 10.0,
        "steps": 8,
        "cfg_scale": 1.0,
        "seed": 1247
      },
      {
        "prompt": "Replace only the masked sections with a tight snare fill and bright guitar swell while preserving the surrounding acoustic verse",
        "negative_prompt": "poor quality, distorted, clipped, noisy",
        "duration": 10.0,
        "steps": 8,
        "cfg_scale": 1.0,
        "seed": 1248,
        "inpaint_audio_from_previous": 0,
        "inpaint_mask_start_seconds": [2.5, 6.5],
        "inpaint_mask_end_seconds": [3.5, 8.0]
      }
    ]
  },
  "sfx_text": {
    "model": "models/stable-audio-3-small-sfx",
    "requests": [
      {
        "prompt": "Footsteps on gravel, steady walking pace, close perspective, crisp natural stone texture. Length: 8 seconds",
        "duration": 8.0,
        "steps": 8,
        "cfg_scale": 1.0,
        "seed": 1235
      }
    ]
  },
  "medium_text": {
    "model": "models/stable-audio-3-medium",
    "wav_cosine_min": 0.99,
    "log_mel_cosine_min": 0.99,
    "similarity_vote_required": 1,
    "requests": [
      {
        "prompt": "An anthemic Pop Rock instrumental that fills your head with nostalgic thoughtfulness",
        "negative_prompt": "poor quality",
        "duration": 30.0,
        "steps": 8,
        "cfg_scale": 1.0,
        "seed": 1236,
        "chunked_decode": "on"
      }
    ]
  }
}
