Fix voice clone NotSupportedError and improve subscription services

This commit is contained in:
ajaysi
2026-04-22 12:27:51 +05:30
parent 641143a7d6
commit cbd68fa43f
13 changed files with 221 additions and 72 deletions

View File

@@ -24,6 +24,7 @@ export interface SubscriptionLimits {
video_calls: number;
image_edit_calls: number;
audio_calls: number;
wavespeed_calls: number;
monthly_cost: number;
}