You're looking at a specific version of this model. Jump to the model overview.
cuuupid /seamless_expressive:8442b10a
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_in |
string
|
Provide your input audio in your original language.
|
|
source_lang |
string
(enum)
|
English
Options: English, French, Spanish, German, Italian, Chinese |
Provide the original language of the input audio.
|
target_lang |
string
(enum)
|
French
Options: English, French, Spanish, German, Italian, Chinese |
Provide the target language for your output audio.
|
duration_factor |
number
|
1
|
Recommended: 1.0 for English, Mandarin, Spanish; 1.1 for German; 1.2 for French.
|
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'},
'text_out': {'title': 'Text Out', 'type': 'string'}},
'required': ['audio_out', 'text_out'],
'title': 'ModelOutput',
'type': 'object'}