API documentation

class coqui.Coqui

A Coqui instance is the entry point for all API usage.

class coqui.ClonedVoice(coqui.ClonedVoice)

Represents a cloned voice from the API

class coqui.Sample(coqui.Sample)

Representes a sample synthesized with the API.

exception coqui.CoquiException(Exception)

Base class for all exceptions raised by this module.

exception coqui.AuthenticationError(coqui.CoquiException)

Raised when an authenticated operation is attempted without logging in first.

exception coqui.SynthesisError(coqui.CoquiException)

Raised when synthesis fails due to invalid creation parameters.

exception coqui.CloneVoiceError(coqui.CoquiException)

Raised when cloning a voice fails due to invalid cloning parameters.

exception coqui.EstimateQualityError(coqui.CoquiException)

Raised when estimating quality of a sample fails due to invalid parameters.

exception coqui.RateLimitExceededError(coqui.CoquiException)

Raised when a request is attempted that exceeds the API rate limit established for the account.

exception coqui.BillingLimitExceededError(coqui.CoquiException)

Raised when a request is attempted that exceeds the quota allowed by the account’s billing setup.