You're looking at a specific version of this model. Jump to the model overview.
andreasjansson /synth-one-liner:3b1b5e4f
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 |
---|---|---|---|
duration |
integer
|
5
|
Duration in seconds
|
sample_expression |
string
|
You can provide a sample expression in the format sample=... if you only want to use the sytnehsizer
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'audio': {'format': 'uri', 'title': 'Audio', 'type': 'string'},
'sample_expression': {'title': 'Sample Expression',
'type': 'string'}},
'required': ['sample_expression', 'audio'],
'title': 'SynthOutput',
'type': 'object'}