You're looking at a specific version of this model. Jump to the model overview.

andreasjansson/fmsynth:a8349d14

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
audio
string
Audio input file, max 5 seconds
minimize_num_freqs
boolean
False
Minimize the number of active carrier and modulator frequencies
carrier_stereo_detune
number
0.005
Carrier frequency stereo detune
mod_stereo_detune
number
0.01
Modulator frequency stereo detune
time_stretch
number
1.0

Min: 0.1

Max: 5.0

Time stretch factor
learning_rate
number
0.01

Min: 0.001

Max: 0.1

ADAM learning rate
n_iter
integer
1000

Min: 100

Max: 5000

Number of optimization iterations
seed
integer
-1
Random seed, -1 for random

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'properties': {'file': {'format': 'uri',
                                   'type': 'string',
                                   'x-order': 0},
                          'text': {'type': 'string', 'x-order': 1}},
           'type': 'object'},
 'type': 'array',
 'x-cog-array-type': 'iterator'}