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

adirik /seamless-expressive:fe1ce551

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_input
string
Input audio file to be translated and synthesized.
source_lang
string (enum)
English

Options:

English, French, Spanish, German, Italian, Chinese

The original language of your input audio.
target_lang
string (enum)
French

Options:

English, French, Spanish, German, Italian, Chinese

The target language for the output audio.
duration_factor
number
1
Recommended: 1.0 for English, Chinese, Spanish; 1.1 for German, Italian; 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': ['text_out', 'audio_out'],
 'title': 'Output',
 'type': 'object'}