VC Model

Represents the models created by Twintune for the use of the API

Attributes

modelId: string

Unique identifier for the Voices Models.

status: ‘RUNNING’ | ‘SUCCESS’ | ‘FAILED’

Current status of the job.

modelName: string

Model name, useful for identification in case you don't remember the ID

jobStartTime: string

Time that job was started.

jobEndTime: string | null

Time that the job ended.

demoSong: string | null

Signed URL with a demo so that the user can listen to the quality of the model without running an inference (expires in 5 hours).

Last updated