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

douwantech /gpt-sovits-train:3585a0b4

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_or_video_url
string
Train audio URL or video URL
aliyun_oss_configure
string
If need upload to aliyun oss directly set this configure. { "access_key_id": "your_access_key_id", "access_key_secret": "your_access_key_secret", "bucket_name": "your_bucket_name", "endpoint": "your_endpoint", "domain": "your_domain" }

Output schema

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

Schema
{'properties': {'audio_url': {'format': 'uri',
                              'title': 'Audio Url',
                              'type': 'string'},
                'oss_zip_url': {'title': 'Oss Zip Url', 'type': 'string'},
                'zip_url': {'format': 'uri',
                            'title': 'Zip Url',
                            'type': 'string'}},
 'required': ['oss_zip_url', 'zip_url', 'audio_url'],
 'title': 'Output',
 'type': 'object'}