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

Inference Job

Represents an inference job that has been created through the API.

Attributes

inferenceId: string

Unique identifier for the inference.

modelId: string

Unique identifier for the model.

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

Current status of the job.

type: ‘VC’ | ‘UVR’

The type of inference job.

inferenceUrl: string | null

Signed URL for the lossy version of the job’s output file (expires in 5 hours).

jobStartTime: string

Time that job was started.

jobEndTime: string | null

Time that the job ended.

PreviousList TTS ModelsNextVC Model

Last updated 1 year ago

📖