diff --git a/src/libs/Vapi/Generated/Vapi.Models.FallbackSonioxTranscriberModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.FallbackSonioxTranscriberModel.g.cs
index e9d38e7d..63dd89a5 100644
--- a/src/libs/Vapi/Generated/Vapi.Models.FallbackSonioxTranscriberModel.g.cs
+++ b/src/libs/Vapi/Generated/Vapi.Models.FallbackSonioxTranscriberModel.g.cs
@@ -12,6 +12,10 @@ public enum FallbackSonioxTranscriberModel
///
///
SttRtV4,
+ ///
+ ///
+ ///
+ SttRtV5,
}
///
@@ -27,6 +31,7 @@ public static string ToValueString(this FallbackSonioxTranscriberModel value)
return value switch
{
FallbackSonioxTranscriberModel.SttRtV4 => "stt-rt-v4",
+ FallbackSonioxTranscriberModel.SttRtV5 => "stt-rt-v5",
_ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null),
};
}
@@ -38,6 +43,7 @@ public static string ToValueString(this FallbackSonioxTranscriberModel value)
return value switch
{
"stt-rt-v4" => FallbackSonioxTranscriberModel.SttRtV4,
+ "stt-rt-v5" => FallbackSonioxTranscriberModel.SttRtV5,
_ => null,
};
}
diff --git a/src/libs/Vapi/Generated/Vapi.Models.SonioxTranscriberModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.SonioxTranscriberModel.g.cs
index e9cf241f..ec6e115d 100644
--- a/src/libs/Vapi/Generated/Vapi.Models.SonioxTranscriberModel.g.cs
+++ b/src/libs/Vapi/Generated/Vapi.Models.SonioxTranscriberModel.g.cs
@@ -12,6 +12,10 @@ public enum SonioxTranscriberModel
///
///
SttRtV4,
+ ///
+ ///
+ ///
+ SttRtV5,
}
///
@@ -27,6 +31,7 @@ public static string ToValueString(this SonioxTranscriberModel value)
return value switch
{
SonioxTranscriberModel.SttRtV4 => "stt-rt-v4",
+ SonioxTranscriberModel.SttRtV5 => "stt-rt-v5",
_ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null),
};
}
@@ -38,6 +43,7 @@ public static string ToValueString(this SonioxTranscriberModel value)
return value switch
{
"stt-rt-v4" => SonioxTranscriberModel.SttRtV4,
+ "stt-rt-v5" => SonioxTranscriberModel.SttRtV5,
_ => null,
};
}
diff --git a/src/libs/Vapi/openapi.yaml b/src/libs/Vapi/openapi.yaml
index 4e0efcf3..91e72e60 100644
--- a/src/libs/Vapi/openapi.yaml
+++ b/src/libs/Vapi/openapi.yaml
@@ -8372,7 +8372,8 @@
"model": {
"type": "string",
"enum": [
- "stt-rt-v4"
+ "stt-rt-v4",
+ "stt-rt-v5"
],
"description": "The Soniox model to use for transcription."
},
@@ -10772,7 +10773,8 @@
"model": {
"type": "string",
"enum": [
- "stt-rt-v4"
+ "stt-rt-v4",
+ "stt-rt-v5"
],
"description": "The Soniox model to use for transcription."
},