AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ElevenLabsModelData

    Represents a voice synthesis model with supported capabilities and metadata.

    Inheritance
    object
    ElevenLabsModelData
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: .dll
    Syntax
    public class ElevenLabsModelData

    Properties

    Api

    Declaration
    public AIProvider Api { get; }
    Property Value
    Type Description
    AIProvider

    BaseId

    Declaration
    public string BaseId { get; }
    Property Value
    Type Description
    string

    CanDoTextToSpeech

    Whether the model can do text-to-speech.

    Declaration
    public bool CanDoTextToSpeech { get; set; }
    Property Value
    Type Description
    bool

    CanDoVoiceConversion

    Whether the model can do voice conversion.

    Declaration
    public bool CanDoVoiceConversion { get; set; }
    Property Value
    Type Description
    bool

    CanUseSpeakerBoost

    Whether the model can use speaker boost.

    Declaration
    public bool CanUseSpeakerBoost { get; set; }
    Property Value
    Type Description
    bool

    CanUseStyle

    Whether the model can use style.

    Declaration
    public bool CanUseStyle { get; set; }
    Property Value
    Type Description
    bool

    ConcurrencyGroup

    The concurrency group for the model. Allowed values: 'standard', 'turbo'

    Declaration
    public string ConcurrencyGroup { get; set; }
    Property Value
    Type Description
    string

    Description

    The description of the model.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string

    Id

    The unique identifier of the model.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    IsFineTuned

    Declaration
    public bool IsFineTuned { get; }
    Property Value
    Type Description
    bool

    IsTrainable

    Whether the model can be finetuned.

    Declaration
    public bool? IsTrainable { get; set; }
    Property Value
    Type Description
    bool?

    Languages

    The languages supported by the model.

    Declaration
    public List<ModelLanguage> Languages { get; set; }
    Property Value
    Type Description
    List<ModelLanguage>

    MaxCharactersRequestFreeUser

    The maximum number of characters that can be requested by a free user.

    Declaration
    public int MaxCharactersRequestFreeUser { get; set; }
    Property Value
    Type Description
    int

    MaxCharactersRequestSubscribedUser

    The maximum number of characters that can be requested by a subscribed user.

    Declaration
    public int MaxCharactersRequestSubscribedUser { get; set; }
    Property Value
    Type Description
    int

    MaximumTextLengthPerRequest

    The maximum length of text that can be requested for this model.

    Declaration
    public int MaximumTextLengthPerRequest { get; set; }
    Property Value
    Type Description
    int

    ModelRates

    The rates for the model.

    Declaration
    public ModelRates ModelRates { get; set; }
    Property Value
    Type Description
    ModelRates

    Name

    The name of the model.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    OwnedBy

    Declaration
    public string OwnedBy { get; }
    Property Value
    Type Description
    string

    PricePerCharacter

    Declaration
    public double? PricePerCharacter { get; }
    Property Value
    Type Description
    double?

    Provider

    Declaration
    public string Provider { get; }
    Property Value
    Type Description
    string

    RequiresAlphaAccess

    Whether the model requires alpha access.

    Declaration
    public bool RequiresAlphaAccess { get; set; }
    Property Value
    Type Description
    bool

    ServesProVoices

    Whether the model serves pro voices.

    Declaration
    public bool ServesProVoices { get; set; }
    Property Value
    Type Description
    bool

    TokenCostFactor

    The cost factor for the model.

    Declaration
    public double TokenCostFactor { get; set; }
    Property Value
    Type Description
    double
    In this article
    Back to top Generated by DocFX