You're looking at a specific version of this model. Jump to the model overview.
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
|
Hello, my name is Suno. And, uh — and I like pizza. [laughs] But I also have other interests such as playing tic tac toe.
|
Input prompt
|
history_prompt |
None
|
history choice for audio cloning, choose from the list
|
|
custom_history_prompt |
string
|
Provide your own .npz file with history choice for audio cloning, this will override the previous history_prompt setting
|
|
text_temp |
number
|
0.7
|
generation temperature (1.0 more diverse, 0.0 more conservative)
|
waveform_temp |
number
|
0.7
|
generation temperature (1.0 more diverse, 0.0 more conservative)
|
output_full |
boolean
|
False
|
return full generation as a .npz file to be used as a history prompt
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'audio_out': {'format': 'uri',
'title': 'Audio Out',
'type': 'string'},
'prompt_npz': {'format': 'uri',
'title': 'Prompt Npz',
'type': 'string'}},
'required': ['audio_out'],
'title': 'ModelOutput',
'type': 'object'}