Class ElevenLabsModelData
Represents a voice synthesis model with supported capabilities and metadata.
Inheritance
object
ElevenLabsModelData
Assembly: .dll
Syntax
public class ElevenLabsModelData
Properties
Api
Declaration
public AIProvider Api { get; }
Property Value
BaseId
Declaration
public string BaseId { get; }
Property Value
CanDoTextToSpeech
Whether the model can do text-to-speech.
Declaration
public bool CanDoTextToSpeech { get; set; }
Property Value
CanDoVoiceConversion
Whether the model can do voice conversion.
Declaration
public bool CanDoVoiceConversion { get; set; }
Property Value
CanUseSpeakerBoost
Whether the model can use speaker boost.
Declaration
public bool CanUseSpeakerBoost { get; set; }
Property Value
CanUseStyle
Whether the model can use style.
Declaration
public bool CanUseStyle { get; set; }
Property Value
ConcurrencyGroup
The concurrency group for the model. Allowed values: 'standard', 'turbo'
Declaration
public string ConcurrencyGroup { get; set; }
Property Value
Description
The description of the model.
Declaration
public string Description { get; set; }
Property Value
Id
The unique identifier of the model.
Declaration
public string Id { get; set; }
Property Value
IsFineTuned
Declaration
public bool IsFineTuned { get; }
Property Value
IsTrainable
Whether the model can be finetuned.
Declaration
public bool? IsTrainable { get; set; }
Property Value
Languages
The languages supported by the model.
Declaration
public List<ModelLanguage> Languages { get; set; }
Property Value
MaxCharactersRequestFreeUser
The maximum number of characters that can be requested by a free user.
Declaration
public int MaxCharactersRequestFreeUser { get; set; }
Property Value
MaxCharactersRequestSubscribedUser
The maximum number of characters that can be requested by a subscribed user.
Declaration
public int MaxCharactersRequestSubscribedUser { get; set; }
Property Value
MaximumTextLengthPerRequest
The maximum length of text that can be requested for this model.
Declaration
public int MaximumTextLengthPerRequest { get; set; }
Property Value
ModelRates
Declaration
public ModelRates ModelRates { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
OwnedBy
Declaration
public string OwnedBy { get; }
Property Value
PricePerCharacter
Declaration
public double? PricePerCharacter { get; }
Property Value
Provider
Declaration
public string Provider { get; }
Property Value
RequiresAlphaAccess
Whether the model requires alpha access.
Declaration
public bool RequiresAlphaAccess { get; set; }
Property Value
ServesProVoices
Whether the model serves pro voices.
Declaration
public bool ServesProVoices { get; set; }
Property Value
TokenCostFactor
The cost factor for the model.
Declaration
public double TokenCostFactor { get; set; }
Property Value