diff --git a/ElevenLabs-DotNet/Models/Model.cs b/ElevenLabs-DotNet/Models/Model.cs index 9112a2f..a1bf3c7 100644 --- a/ElevenLabs-DotNet/Models/Model.cs +++ b/ElevenLabs-DotNet/Models/Model.cs @@ -101,7 +101,7 @@ public Model(string id) /// the content and the prosody of the generated speech across various languages. /// [JsonIgnore] - public static Model MultilingualSpeechToSpeechV2 { get; } = new("eleven_multilingual_sts_v2"); + public static Model MultiLingualSpeechToSpeechV2 { get; } = new("eleven_multilingual_sts_v2"); #endregion Predefined Models }