TwinTune API
  • 🔊getting started
    • Requesting an API Key
  • 💻api endpoints
    • POST VC Inference
    • POST TTS Inference
    • GET VC Inference
    • GET TTS Inference
    • GET VC Models
  • 📖Types & Limits
    • List TTS Models
    • Inference Job
    • VC Model
    • Paginated Response
    • Pagination Meta
    • Rate Limits
  • 💡tips and recommendations
    • Build your Dataset
    • Audio Recording
Powered by GitBook
On this page
  1. Types & Limits

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).

PreviousInference JobNextPaginated Response

Last updated 1 year ago

📖