You're looking at a specific version of this model. Jump to the model overview.
sakemin /musicgen-remixer:7f15a497
            
              
                
              
            
            Input schema
          
        The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description | 
|---|---|---|---|
| prompt | 
            string
            
           | 
            A description of the music you want to generate.
           | |
| music_input | 
            string
            
           | 
            An audio file input for the remix.
           | |
| multi_band_diffusion | 
            boolean
            
           | 
              False
             | 
            If `True`, the EnCodec tokens will be decoded with MultiBand Diffusion.
           | 
| normalization_strategy | 
            None
            
           | 
              loudness
             | 
            Strategy for normalizing audio.
           | 
| beat_sync_threshold | 
            number
            
           | 
              0.75
             | 
            When beat syncing, if the gap between generated downbeat timing and input audio downbeat timing is larger than `beat_sync_threshold`, consider the beats are not corresponding.
           | 
| chroma_coefficient | 
            number
            
           | 
              1
             Min: 0.5 Max: 2 | 
            Coefficient value multiplied to multi-hot chord chroma.
           | 
| top_k | 
            integer
            
           | 
              250
             | 
            Reduces sampling to the k most likely tokens.
           | 
| top_p | 
            number
            
           | 
              0
             | 
            Reduces sampling to tokens with cumulative probability of p. When set to  `0` (default), top_k sampling is used.
           | 
| temperature | 
            number
            
           | 
              1
             | 
            Controls the 'conservativeness' of the sampling process. Higher temperature means more diversity.
           | 
| classifier_free_guidance | 
            integer
            
           | 
              3
             | 
            Increases the influence of inputs on the output. Higher values produce lower-varience outputs that adhere more closely to inputs.
           | 
| output_format | 
            None
            
           | 
              wav
             | 
            Output format for generated audio.
           | 
| seed | 
            integer
            
           | 
            Seed for random number generator. If `None` or `-1`, a random seed will be used.
           | 
            
              
                
              
            
            Output schema
          
        The shape of the response you’ll get when you run this model with an API.
              Schema
            
            {'format': 'uri', 'title': 'Output', 'type': 'string'}