@picsart/ai-sdk 3.26.0 → 3.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -109,7 +109,7 @@ interface SpeakerVoiceConfig$2 {
109
109
  speaker: string;
110
110
  voiceConfig: VoiceConfig$2;
111
111
  }
112
- type GeminiModel$1 = "gemini-2.5-pro" | "gemini-2.5-flash" | "gemini-2.5-flash-image-preview" | "gemini-2.5-flash-image" | "gemini-2.5-flash-lite-preview-06-17" | "gemini-2.0-flash" | "gemini-2.0-flash-preview-image-generation" | "gemini-2.0-flash-lite" | "gemini-1.5-flash" | "gemini-1.5-flash-8b" | "gemini-1.5-pro" | "gemini-embedding-exp" | "gemini-3-pro" | "gemini-3-pro-preview" | "gemini-3.1-pro-preview" | "gemini-3.1-flash-lite" | "gemini-3-pro-image-preview" | "gemini-3.1-flash-image-preview" | "gemini-3.1-flash-image" | "gemini-3.1-flash-lite-image" | "gemini-2.5-flash-tts" | "gemini-2.5-pro-tts" | "instant-ramen";
112
+ type GeminiModel$1 = "gemini-2.5-pro" | "gemini-2.5-flash" | "gemini-2.5-flash-image-preview" | "gemini-2.5-flash-image" | "gemini-2.5-flash-lite-preview-06-17" | "gemini-2.0-flash" | "gemini-2.0-flash-preview-image-generation" | "gemini-2.0-flash-lite" | "gemini-1.5-flash" | "gemini-1.5-flash-8b" | "gemini-1.5-pro" | "gemini-embedding-exp" | "gemini-3-pro" | "gemini-3-pro-preview" | "gemini-3.1-pro-preview" | "gemini-3.1-flash-lite" | "gemini-3-pro-image" | "gemini-3-pro-image-preview" | "gemini-3.1-flash-image-preview" | "gemini-3.1-flash-image" | "gemini-3.1-flash-lite-image" | "gemini-2.5-flash-tts" | "gemini-2.5-pro-tts" | "instant-ramen";
113
113
  interface GeminiResult$1 {
114
114
  id: string;
115
115
  status: "ACCEPTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED";
@@ -128,7 +128,7 @@ interface GeminiResponseContent$1 {
128
128
  }
129
129
 
130
130
  interface ChatCompletionsCommand$1 {
131
- model: "gpt-5" | "gpt-5-search-api" | "gpt-5.1" | "gpt-5.1-chat-latest" | "gpt-5.2" | "gpt-5.2-pro" | "gpt-5.3-codex" | "gpt-5.4" | "gpt-5.4-pro" | "gpt-5.4-mini" | "gpt-5.4-nano" | "gpt-5.5" | "gpt-5.5-pro" | "gpt-5.6-sol" | "gpt-5.6-terra" | "gpt-5.6-luna" | "gpt-5-pro" | "gpt-5-mini" | "gpt-5-nano" | "gpt-4o" | "gpt-4o-mini" | "gpt-4.1" | "gpt-4.1-mini" | "gpt-4.1-nano" | "gpt-4o-search-preview" | "gpt-o3" | "gpt-o3-mini" | "claude-sonnet-4-0" | "claude-opus-4-0" | "claude-3-7-sonnet-latest" | "claude-3-5-sonnet-latest" | "claude-sonnet-4-5" | "claude-sonnet-4-5-latest" | "claude-sonnet-4-6" | "claude-sonnet-5" | "claude-opus-4-8" | "claude-3-5-haiku-latest" | "claude-haiku-4-5" | "claude-fable-5" | "gemini-3-pro-preview" | "gemini-3.1-pro-preview" | "gemini-3.5-flash" | "gemini-3.1-flash-lite" | "gemini-2.0-flash-001" | "gemini-2.5-pro" | "gemini-2.5-flash" | "gemini-2.0-flash-lite";
131
+ model: "gpt-5" | "gpt-5-search-api" | "gpt-5.1" | "gpt-5.1-chat-latest" | "gpt-5.2" | "gpt-5.2-pro" | "gpt-5.3-codex" | "gpt-5.4" | "gpt-5.4-pro" | "gpt-5.4-mini" | "gpt-5.4-nano" | "gpt-5.5" | "gpt-5.5-pro" | "gpt-5.6-sol" | "gpt-5.6-terra" | "gpt-5.6-luna" | "gpt-5-pro" | "gpt-5-mini" | "gpt-5-nano" | "gpt-4o" | "gpt-4o-mini" | "gpt-4.1" | "gpt-4.1-mini" | "gpt-4.1-nano" | "gpt-4o-search-preview" | "gpt-o3" | "gpt-o3-mini" | "claude-sonnet-4-0" | "claude-opus-4-0" | "claude-3-7-sonnet-latest" | "claude-3-5-sonnet-latest" | "claude-sonnet-4-5" | "claude-sonnet-4-5-latest" | "claude-sonnet-4-6" | "claude-sonnet-5" | "claude-opus-4-8" | "claude-3-5-haiku-latest" | "claude-haiku-4-5" | "claude-fable-5" | "gemini-3-pro-preview" | "gemini-3.1-pro-preview" | "gemini-3.6-flash" | "gemini-3.5-flash" | "gemini-3.5-flash-lite" | "gemini-3.1-flash-lite" | "gemini-2.0-flash-001" | "gemini-2.5-pro" | "gemini-2.5-flash" | "gemini-2.0-flash-lite";
132
132
  messages: MessageParam[];
133
133
  temperature?: number;
134
134
  max_completion_tokens?: number;
@@ -179,7 +179,7 @@ interface ChatCompletionResponse {
179
179
  interface ChatCompletionResult {
180
180
  id: string;
181
181
  created: number;
182
- model: "gpt-5" | "gpt-5-search-api" | "gpt-5.1" | "gpt-5.1-chat-latest" | "gpt-5.2" | "gpt-5.2-pro" | "gpt-5.3-codex" | "gpt-5.4" | "gpt-5.4-pro" | "gpt-5.4-mini" | "gpt-5.4-nano" | "gpt-5.5" | "gpt-5.5-pro" | "gpt-5.6-sol" | "gpt-5.6-terra" | "gpt-5.6-luna" | "gpt-5-pro" | "gpt-5-mini" | "gpt-5-nano" | "gpt-4o" | "gpt-4o-mini" | "gpt-4.1" | "gpt-4.1-mini" | "gpt-4.1-nano" | "gpt-4o-search-preview" | "gpt-o3" | "gpt-o3-mini" | "claude-sonnet-4-0" | "claude-opus-4-0" | "claude-3-7-sonnet-latest" | "claude-3-5-sonnet-latest" | "claude-sonnet-4-5" | "claude-sonnet-4-5-latest" | "claude-sonnet-4-6" | "claude-sonnet-5" | "claude-opus-4-8" | "claude-3-5-haiku-latest" | "claude-haiku-4-5" | "claude-fable-5" | "gemini-3-pro-preview" | "gemini-3.1-pro-preview" | "gemini-3.5-flash" | "gemini-3.1-flash-lite" | "gemini-2.0-flash-001" | "gemini-2.5-pro" | "gemini-2.5-flash" | "gemini-2.0-flash-lite";
182
+ model: "gpt-5" | "gpt-5-search-api" | "gpt-5.1" | "gpt-5.1-chat-latest" | "gpt-5.2" | "gpt-5.2-pro" | "gpt-5.3-codex" | "gpt-5.4" | "gpt-5.4-pro" | "gpt-5.4-mini" | "gpt-5.4-nano" | "gpt-5.5" | "gpt-5.5-pro" | "gpt-5.6-sol" | "gpt-5.6-terra" | "gpt-5.6-luna" | "gpt-5-pro" | "gpt-5-mini" | "gpt-5-nano" | "gpt-4o" | "gpt-4o-mini" | "gpt-4.1" | "gpt-4.1-mini" | "gpt-4.1-nano" | "gpt-4o-search-preview" | "gpt-o3" | "gpt-o3-mini" | "claude-sonnet-4-0" | "claude-opus-4-0" | "claude-3-7-sonnet-latest" | "claude-3-5-sonnet-latest" | "claude-sonnet-4-5" | "claude-sonnet-4-5-latest" | "claude-sonnet-4-6" | "claude-sonnet-5" | "claude-opus-4-8" | "claude-3-5-haiku-latest" | "claude-haiku-4-5" | "claude-fable-5" | "gemini-3-pro-preview" | "gemini-3.1-pro-preview" | "gemini-3.6-flash" | "gemini-3.5-flash" | "gemini-3.5-flash-lite" | "gemini-3.1-flash-lite" | "gemini-2.0-flash-001" | "gemini-2.5-pro" | "gemini-2.5-flash" | "gemini-2.0-flash-lite";
183
183
  choices: Choice[];
184
184
  usage: Usage$1;
185
185
  }
@@ -332,21 +332,21 @@ interface OpenaiImagesGenerateCommand {
332
332
  moderation?: string;
333
333
  background?: string;
334
334
  partial_images?: number;
335
- options?: GenAIOptions$22;
335
+ options?: GenAIOptions$26;
336
336
  }
337
- interface GenAIOptions$22 {
338
- safety_checks?: SafetyChecksOptions$22;
339
- drive?: DriveOptions$22;
337
+ interface GenAIOptions$26 {
338
+ safety_checks?: SafetyChecksOptions$26;
339
+ drive?: DriveOptions$26;
340
340
  }
341
- interface SafetyChecksOptions$22 {
341
+ interface SafetyChecksOptions$26 {
342
342
  enabled?: boolean;
343
343
  }
344
- interface DriveOptions$22 {
344
+ interface DriveOptions$26 {
345
345
  name: string;
346
346
  attributes?: Record<string, unknown>;
347
- folder?: DriveFolderOptions$22;
347
+ folder?: DriveFolderOptions$26;
348
348
  }
349
- interface DriveFolderOptions$22 {
349
+ interface DriveFolderOptions$26 {
350
350
  path?: string;
351
351
  id?: string;
352
352
  }
@@ -380,22 +380,22 @@ interface ImagenCommand {
380
380
  negativePrompt?: string;
381
381
  aspectRatio?: string;
382
382
  personGeneration?: string;
383
- options?: GenAIOptions$21;
383
+ options?: GenAIOptions$25;
384
384
  }
385
385
  type Models = "imagen-3.0-capability-001" | "imagen-3.0-capability-002" | "imagen-4.0-generate-preview-06-06" | "imagen-4.0-ultra-generate-preview-06-06" | "imagen-4.0-fast-generate-preview-06-06" | "imagen-4.0-generate-001" | "imagen-4.0-ultra-generate-001" | "imagen-4.0-fast-generate-001";
386
- interface GenAIOptions$21 {
387
- safety_checks?: SafetyChecksOptions$21;
388
- drive?: DriveOptions$21;
386
+ interface GenAIOptions$25 {
387
+ safety_checks?: SafetyChecksOptions$25;
388
+ drive?: DriveOptions$25;
389
389
  }
390
- interface SafetyChecksOptions$21 {
390
+ interface SafetyChecksOptions$25 {
391
391
  enabled?: boolean;
392
392
  }
393
- interface DriveOptions$21 {
393
+ interface DriveOptions$25 {
394
394
  name: string;
395
395
  attributes?: Record<string, unknown>;
396
- folder?: DriveFolderOptions$21;
396
+ folder?: DriveFolderOptions$25;
397
397
  }
398
- interface DriveFolderOptions$21 {
398
+ interface DriveFolderOptions$25 {
399
399
  path?: string;
400
400
  id?: string;
401
401
  }
@@ -478,7 +478,7 @@ interface SpeakerVoiceConfig$1 {
478
478
  speaker: string;
479
479
  voiceConfig: VoiceConfig$1;
480
480
  }
481
- type GeminiModel = "gemini-2.5-pro" | "gemini-2.5-flash" | "gemini-2.5-flash-image-preview" | "gemini-2.5-flash-image" | "gemini-2.5-flash-lite-preview-06-17" | "gemini-2.0-flash" | "gemini-2.0-flash-preview-image-generation" | "gemini-2.0-flash-lite" | "gemini-1.5-flash" | "gemini-1.5-flash-8b" | "gemini-1.5-pro" | "gemini-embedding-exp" | "gemini-3-pro" | "gemini-3-pro-preview" | "gemini-3.1-pro-preview" | "gemini-3.1-flash-lite" | "gemini-3-pro-image-preview" | "gemini-3.1-flash-image-preview" | "gemini-3.1-flash-image" | "gemini-3.1-flash-lite-image" | "gemini-2.5-flash-tts" | "gemini-2.5-pro-tts" | "instant-ramen";
481
+ type GeminiModel = "gemini-2.5-pro" | "gemini-2.5-flash" | "gemini-2.5-flash-image-preview" | "gemini-2.5-flash-image" | "gemini-2.5-flash-lite-preview-06-17" | "gemini-2.0-flash" | "gemini-2.0-flash-preview-image-generation" | "gemini-2.0-flash-lite" | "gemini-1.5-flash" | "gemini-1.5-flash-8b" | "gemini-1.5-pro" | "gemini-embedding-exp" | "gemini-3-pro" | "gemini-3-pro-preview" | "gemini-3.1-pro-preview" | "gemini-3.1-flash-lite" | "gemini-3-pro-image" | "gemini-3-pro-image-preview" | "gemini-3.1-flash-image-preview" | "gemini-3.1-flash-image" | "gemini-3.1-flash-lite-image" | "gemini-2.5-flash-tts" | "gemini-2.5-pro-tts" | "instant-ramen";
482
482
  interface GeminiResult {
483
483
  id: string;
484
484
  status: "ACCEPTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED";
@@ -547,7 +547,7 @@ interface GeminiImagesCommand {
547
547
  generationConfig?: GenerationConfig;
548
548
  model?: GeminiV1ImageModel;
549
549
  count?: number;
550
- options?: GenAIOptions$20;
550
+ options?: GenAIOptions$24;
551
551
  }
552
552
  interface Content {
553
553
  parts: GeminiPart[];
@@ -615,20 +615,20 @@ interface SpeakerVoiceConfig {
615
615
  speaker: string;
616
616
  voiceConfig: VoiceConfig;
617
617
  }
618
- type GeminiV1ImageModel = "gemini-2.5-flash-image" | "gemini-3-pro-image-preview" | "gemini-3.1-flash-image" | "gemini-3.1-flash-lite-image" | "gemini-3.1-flash-image-preview" | "gemini-2.5-flash-image-preview" | "instant-ramen";
619
- interface GenAIOptions$20 {
620
- safety_checks?: SafetyChecksOptions$20;
621
- drive?: DriveOptions$20;
618
+ type GeminiV1ImageModel = "gemini-2.5-flash-image" | "gemini-3-pro-image" | "gemini-3-pro-image-preview" | "gemini-3.1-flash-image" | "gemini-3.1-flash-lite-image" | "gemini-3.1-flash-image-preview" | "gemini-2.5-flash-image-preview" | "instant-ramen";
619
+ interface GenAIOptions$24 {
620
+ safety_checks?: SafetyChecksOptions$24;
621
+ drive?: DriveOptions$24;
622
622
  }
623
- interface SafetyChecksOptions$20 {
623
+ interface SafetyChecksOptions$24 {
624
624
  enabled?: boolean;
625
625
  }
626
- interface DriveOptions$20 {
626
+ interface DriveOptions$24 {
627
627
  name: string;
628
628
  attributes?: Record<string, unknown>;
629
- folder?: DriveFolderOptions$20;
629
+ folder?: DriveFolderOptions$24;
630
630
  }
631
- interface DriveFolderOptions$20 {
631
+ interface DriveFolderOptions$24 {
632
632
  path?: string;
633
633
  id?: string;
634
634
  }
@@ -651,7 +651,7 @@ interface VirtualTryOnCommand {
651
651
  model?: string;
652
652
  source: VirtualTryOnSource;
653
653
  config?: VirtualTryOnConfig;
654
- options?: GenAIOptions$1$;
654
+ options?: GenAIOptions$23;
655
655
  }
656
656
  interface VirtualTryOnSource {
657
657
  personImage: string;
@@ -671,19 +671,19 @@ interface VirtualTryOnConfig {
671
671
  personDescription?: string;
672
672
  productDescription?: string;
673
673
  }
674
- interface GenAIOptions$1$ {
675
- safety_checks?: SafetyChecksOptions$1$;
676
- drive?: DriveOptions$1$;
674
+ interface GenAIOptions$23 {
675
+ safety_checks?: SafetyChecksOptions$23;
676
+ drive?: DriveOptions$23;
677
677
  }
678
- interface SafetyChecksOptions$1$ {
678
+ interface SafetyChecksOptions$23 {
679
679
  enabled?: boolean;
680
680
  }
681
- interface DriveOptions$1$ {
681
+ interface DriveOptions$23 {
682
682
  name: string;
683
683
  attributes?: Record<string, unknown>;
684
- folder?: DriveFolderOptions$1$;
684
+ folder?: DriveFolderOptions$23;
685
685
  }
686
- interface DriveFolderOptions$1$ {
686
+ interface DriveFolderOptions$23 {
687
687
  path?: string;
688
688
  id?: string;
689
689
  }
@@ -709,24 +709,24 @@ interface OpenAiSoraCommand {
709
709
  seconds?: number;
710
710
  size?: "720x1280" | "1280x720" | "1024x1792" | "1792x1024" | "1080x1920" | "1920x1080";
711
711
  characters?: SoraCharacterReference$1[];
712
- options?: GenAIOptions$1_;
712
+ options?: GenAIOptions$22;
713
713
  }
714
714
  interface SoraCharacterReference$1 {
715
715
  id: string;
716
716
  }
717
- interface GenAIOptions$1_ {
718
- safety_checks?: SafetyChecksOptions$1_;
719
- drive?: DriveOptions$1_;
717
+ interface GenAIOptions$22 {
718
+ safety_checks?: SafetyChecksOptions$22;
719
+ drive?: DriveOptions$22;
720
720
  }
721
- interface SafetyChecksOptions$1_ {
721
+ interface SafetyChecksOptions$22 {
722
722
  enabled?: boolean;
723
723
  }
724
- interface DriveOptions$1_ {
724
+ interface DriveOptions$22 {
725
725
  name: string;
726
726
  attributes?: Record<string, unknown>;
727
- folder?: DriveFolderOptions$1_;
727
+ folder?: DriveFolderOptions$22;
728
728
  }
729
- interface DriveFolderOptions$1_ {
729
+ interface DriveFolderOptions$22 {
730
730
  path?: string;
731
731
  id?: string;
732
732
  }
@@ -752,7 +752,7 @@ interface ClaudeV1MessagesCommand {
752
752
  tool_choice?: ClaudeToolChoiceToolParam | "auto" | "any" | "tool";
753
753
  service_tier?: "auto" | "flex" | "priority" | "default";
754
754
  context_management?: ClaudeContextManagement;
755
- options?: GenAIOptions$1Z;
755
+ options?: GenAIOptions$21;
756
756
  }
757
757
  type ClaudeV1Models = "claude-opus-4-8" | "claude-sonnet-4-5" | "claude-sonnet-4-6" | "claude-sonnet-5" | "claude-3-7-sonnet" | "claude-3-5-sonnet" | "claude-3-5-haiku-latest" | "claude-haiku-4-5" | "claude-sonnet-4-0" | "claude-opus-4-0" | "claude-opus-4-5" | "claude-fable-5";
758
758
  interface ClaudeMessageParam {
@@ -815,19 +815,19 @@ interface ContextCriterion {
815
815
  type: string;
816
816
  value: number;
817
817
  }
818
- interface GenAIOptions$1Z {
819
- safety_checks?: SafetyChecksOptions$1Z;
820
- drive?: DriveOptions$1Z;
818
+ interface GenAIOptions$21 {
819
+ safety_checks?: SafetyChecksOptions$21;
820
+ drive?: DriveOptions$21;
821
821
  }
822
- interface SafetyChecksOptions$1Z {
822
+ interface SafetyChecksOptions$21 {
823
823
  enabled?: boolean;
824
824
  }
825
- interface DriveOptions$1Z {
825
+ interface DriveOptions$21 {
826
826
  name: string;
827
827
  attributes?: Record<string, unknown>;
828
- folder?: DriveFolderOptions$1Z;
828
+ folder?: DriveFolderOptions$21;
829
829
  }
830
- interface DriveFolderOptions$1Z {
830
+ interface DriveFolderOptions$21 {
831
831
  path?: string;
832
832
  id?: string;
833
833
  }
@@ -846,21 +846,21 @@ interface OpenAiImageEditingCommand {
846
846
  output_compression?: number;
847
847
  output_format?: string;
848
848
  partial_images?: number;
849
- options?: GenAIOptions$1Y;
849
+ options?: GenAIOptions$20;
850
850
  }
851
- interface GenAIOptions$1Y {
852
- safety_checks?: SafetyChecksOptions$1Y;
853
- drive?: DriveOptions$1Y;
851
+ interface GenAIOptions$20 {
852
+ safety_checks?: SafetyChecksOptions$20;
853
+ drive?: DriveOptions$20;
854
854
  }
855
- interface SafetyChecksOptions$1Y {
855
+ interface SafetyChecksOptions$20 {
856
856
  enabled?: boolean;
857
857
  }
858
- interface DriveOptions$1Y {
858
+ interface DriveOptions$20 {
859
859
  name: string;
860
860
  attributes?: Record<string, unknown>;
861
- folder?: DriveFolderOptions$1Y;
861
+ folder?: DriveFolderOptions$20;
862
862
  }
863
- interface DriveFolderOptions$1Y {
863
+ interface DriveFolderOptions$20 {
864
864
  path?: string;
865
865
  id?: string;
866
866
  }
@@ -2563,25 +2563,25 @@ interface GeminiV2ImagesCommand {
2563
2563
  imageSize?: ImageResolution$1;
2564
2564
  model: GeminiV2ImageModel;
2565
2565
  count?: number;
2566
- options?: GenAIOptions$1X;
2566
+ options?: GenAIOptions$1$;
2567
2567
  thinkingConfig?: ThinkingConfig$1;
2568
2568
  }
2569
2569
  type AspectRatio$1 = "1:1" | "2:3" | "3:2" | "3:4" | "4:3" | "4:5" | "5:4" | "9:16" | "16:9" | "21:9" | "1:4" | "4:1" | "1:8" | "8:1";
2570
2570
  type ImageResolution$1 = "0.5K" | "1K" | "2K" | "4K";
2571
- type GeminiV2ImageModel = "gemini-2.5-flash-image" | "gemini-3-pro-image-preview" | "gemini-3.1-flash-image" | "gemini-3.1-flash-lite-image" | "gemini-3.1-flash-image-preview" | "instant-ramen";
2572
- interface GenAIOptions$1X {
2573
- safety_checks?: SafetyChecksOptions$1X;
2574
- drive?: DriveOptions$1X;
2571
+ type GeminiV2ImageModel = "gemini-2.5-flash-image" | "gemini-3-pro-image" | "gemini-3-pro-image-preview" | "gemini-3.1-flash-image" | "gemini-3.1-flash-lite-image" | "gemini-3.1-flash-image-preview" | "instant-ramen";
2572
+ interface GenAIOptions$1$ {
2573
+ safety_checks?: SafetyChecksOptions$1$;
2574
+ drive?: DriveOptions$1$;
2575
2575
  }
2576
- interface SafetyChecksOptions$1X {
2576
+ interface SafetyChecksOptions$1$ {
2577
2577
  enabled?: boolean;
2578
2578
  }
2579
- interface DriveOptions$1X {
2579
+ interface DriveOptions$1$ {
2580
2580
  name: string;
2581
2581
  attributes?: Record<string, unknown>;
2582
- folder?: DriveFolderOptions$1X;
2582
+ folder?: DriveFolderOptions$1$;
2583
2583
  }
2584
- interface DriveFolderOptions$1X {
2584
+ interface DriveFolderOptions$1$ {
2585
2585
  path?: string;
2586
2586
  id?: string;
2587
2587
  }
@@ -2618,7 +2618,7 @@ interface RecraftImagesCommand {
2618
2618
  size?: string;
2619
2619
  image_format?: "webp" | "png";
2620
2620
  controls?: UserControls;
2621
- options?: GenAIOptions$1W;
2621
+ options?: GenAIOptions$1_;
2622
2622
  }
2623
2623
  interface UserControls {
2624
2624
  artistic_level?: number;
@@ -2626,19 +2626,19 @@ interface UserControls {
2626
2626
  colors?: string[];
2627
2627
  no_text?: boolean;
2628
2628
  }
2629
- interface GenAIOptions$1W {
2630
- safety_checks?: SafetyChecksOptions$1W;
2631
- drive?: DriveOptions$1W;
2629
+ interface GenAIOptions$1_ {
2630
+ safety_checks?: SafetyChecksOptions$1_;
2631
+ drive?: DriveOptions$1_;
2632
2632
  }
2633
- interface SafetyChecksOptions$1W {
2633
+ interface SafetyChecksOptions$1_ {
2634
2634
  enabled?: boolean;
2635
2635
  }
2636
- interface DriveOptions$1W {
2636
+ interface DriveOptions$1_ {
2637
2637
  name: string;
2638
2638
  attributes?: Record<string, unknown>;
2639
- folder?: DriveFolderOptions$1W;
2639
+ folder?: DriveFolderOptions$1_;
2640
2640
  }
2641
- interface DriveFolderOptions$1W {
2641
+ interface DriveFolderOptions$1_ {
2642
2642
  path?: string;
2643
2643
  id?: string;
2644
2644
  }
@@ -2665,21 +2665,21 @@ interface RecraftReplaceBackgroundCommand {
2665
2665
  negative_prompt?: string;
2666
2666
  n?: number;
2667
2667
  random_seed?: number;
2668
- options?: GenAIOptions$1V;
2668
+ options?: GenAIOptions$1Z;
2669
2669
  }
2670
- interface GenAIOptions$1V {
2671
- safety_checks?: SafetyChecksOptions$1V;
2672
- drive?: DriveOptions$1V;
2670
+ interface GenAIOptions$1Z {
2671
+ safety_checks?: SafetyChecksOptions$1Z;
2672
+ drive?: DriveOptions$1Z;
2673
2673
  }
2674
- interface SafetyChecksOptions$1V {
2674
+ interface SafetyChecksOptions$1Z {
2675
2675
  enabled?: boolean;
2676
2676
  }
2677
- interface DriveOptions$1V {
2677
+ interface DriveOptions$1Z {
2678
2678
  name: string;
2679
2679
  attributes?: Record<string, unknown>;
2680
- folder?: DriveFolderOptions$1V;
2680
+ folder?: DriveFolderOptions$1Z;
2681
2681
  }
2682
- interface DriveFolderOptions$1V {
2682
+ interface DriveFolderOptions$1Z {
2683
2683
  path?: string;
2684
2684
  id?: string;
2685
2685
  }
@@ -2707,21 +2707,21 @@ interface RecraftVectorizeCommand {
2707
2707
  small_shape_filter?: number;
2708
2708
  svg_compression?: number;
2709
2709
  upscale?: number;
2710
- options?: GenAIOptions$1U;
2710
+ options?: GenAIOptions$1Y;
2711
2711
  }
2712
- interface GenAIOptions$1U {
2713
- safety_checks?: SafetyChecksOptions$1U;
2714
- drive?: DriveOptions$1U;
2712
+ interface GenAIOptions$1Y {
2713
+ safety_checks?: SafetyChecksOptions$1Y;
2714
+ drive?: DriveOptions$1Y;
2715
2715
  }
2716
- interface SafetyChecksOptions$1U {
2716
+ interface SafetyChecksOptions$1Y {
2717
2717
  enabled?: boolean;
2718
2718
  }
2719
- interface DriveOptions$1U {
2719
+ interface DriveOptions$1Y {
2720
2720
  name: string;
2721
2721
  attributes?: Record<string, unknown>;
2722
- folder?: DriveFolderOptions$1U;
2722
+ folder?: DriveFolderOptions$1Y;
2723
2723
  }
2724
- interface DriveFolderOptions$1U {
2724
+ interface DriveFolderOptions$1Y {
2725
2725
  path?: string;
2726
2726
  id?: string;
2727
2727
  }
@@ -2743,21 +2743,21 @@ interface RecraftCrispUpscaleCommand {
2743
2743
  image_url: string;
2744
2744
  image_format?: string;
2745
2745
  upscale?: string;
2746
- options?: GenAIOptions$1T;
2746
+ options?: GenAIOptions$1X;
2747
2747
  }
2748
- interface GenAIOptions$1T {
2749
- safety_checks?: SafetyChecksOptions$1T;
2750
- drive?: DriveOptions$1T;
2748
+ interface GenAIOptions$1X {
2749
+ safety_checks?: SafetyChecksOptions$1X;
2750
+ drive?: DriveOptions$1X;
2751
2751
  }
2752
- interface SafetyChecksOptions$1T {
2752
+ interface SafetyChecksOptions$1X {
2753
2753
  enabled?: boolean;
2754
2754
  }
2755
- interface DriveOptions$1T {
2755
+ interface DriveOptions$1X {
2756
2756
  name: string;
2757
2757
  attributes?: Record<string, unknown>;
2758
- folder?: DriveFolderOptions$1T;
2758
+ folder?: DriveFolderOptions$1X;
2759
2759
  }
2760
- interface DriveFolderOptions$1T {
2760
+ interface DriveFolderOptions$1X {
2761
2761
  path?: string;
2762
2762
  id?: string;
2763
2763
  }
@@ -2779,21 +2779,21 @@ interface RecraftCreativeUpscaleCommand {
2779
2779
  image_url: string;
2780
2780
  image_format?: string;
2781
2781
  upscale?: string;
2782
- options?: GenAIOptions$1S;
2782
+ options?: GenAIOptions$1W;
2783
2783
  }
2784
- interface GenAIOptions$1S {
2785
- safety_checks?: SafetyChecksOptions$1S;
2786
- drive?: DriveOptions$1S;
2784
+ interface GenAIOptions$1W {
2785
+ safety_checks?: SafetyChecksOptions$1W;
2786
+ drive?: DriveOptions$1W;
2787
2787
  }
2788
- interface SafetyChecksOptions$1S {
2788
+ interface SafetyChecksOptions$1W {
2789
2789
  enabled?: boolean;
2790
2790
  }
2791
- interface DriveOptions$1S {
2791
+ interface DriveOptions$1W {
2792
2792
  name: string;
2793
2793
  attributes?: Record<string, unknown>;
2794
- folder?: DriveFolderOptions$1S;
2794
+ folder?: DriveFolderOptions$1W;
2795
2795
  }
2796
- interface DriveFolderOptions$1S {
2796
+ interface DriveFolderOptions$1W {
2797
2797
  path?: string;
2798
2798
  id?: string;
2799
2799
  }
@@ -2817,21 +2817,21 @@ interface RecraftVariateImageCommand {
2817
2817
  image_format?: string;
2818
2818
  n?: number;
2819
2819
  random_seed?: number;
2820
- options?: GenAIOptions$1R;
2820
+ options?: GenAIOptions$1V;
2821
2821
  }
2822
- interface GenAIOptions$1R {
2823
- safety_checks?: SafetyChecksOptions$1R;
2824
- drive?: DriveOptions$1R;
2822
+ interface GenAIOptions$1V {
2823
+ safety_checks?: SafetyChecksOptions$1V;
2824
+ drive?: DriveOptions$1V;
2825
2825
  }
2826
- interface SafetyChecksOptions$1R {
2826
+ interface SafetyChecksOptions$1V {
2827
2827
  enabled?: boolean;
2828
2828
  }
2829
- interface DriveOptions$1R {
2829
+ interface DriveOptions$1V {
2830
2830
  name: string;
2831
2831
  attributes?: Record<string, unknown>;
2832
- folder?: DriveFolderOptions$1R;
2832
+ folder?: DriveFolderOptions$1V;
2833
2833
  }
2834
- interface DriveFolderOptions$1R {
2834
+ interface DriveFolderOptions$1V {
2835
2835
  path?: string;
2836
2836
  id?: string;
2837
2837
  }
@@ -2863,7 +2863,7 @@ interface KlingTextToVideoCommand {
2863
2863
  shot_type?: KlingShotType$1;
2864
2864
  multi_prompt?: MultiPromptItem$2[];
2865
2865
  voice_list?: VoiceItem$1[];
2866
- options?: GenAIOptions$1Q;
2866
+ options?: GenAIOptions$1U;
2867
2867
  }
2868
2868
  type KlingModels$1 = "kling-v2-master" | "kling-v2-1-master" | "kling-v2-1" | "kling-v2-5-turbo" | "kling-v2-6" | "kling-v3" | "kling-v3-turbo";
2869
2869
  type KlingSound$2 = "on" | "off";
@@ -2879,19 +2879,19 @@ interface MultiPromptItem$2 {
2879
2879
  interface VoiceItem$1 {
2880
2880
  voice_id: string;
2881
2881
  }
2882
- interface GenAIOptions$1Q {
2883
- safety_checks?: SafetyChecksOptions$1Q;
2884
- drive?: DriveOptions$1Q;
2882
+ interface GenAIOptions$1U {
2883
+ safety_checks?: SafetyChecksOptions$1U;
2884
+ drive?: DriveOptions$1U;
2885
2885
  }
2886
- interface SafetyChecksOptions$1Q {
2886
+ interface SafetyChecksOptions$1U {
2887
2887
  enabled?: boolean;
2888
2888
  }
2889
- interface DriveOptions$1Q {
2889
+ interface DriveOptions$1U {
2890
2890
  name: string;
2891
2891
  attributes?: Record<string, unknown>;
2892
- folder?: DriveFolderOptions$1Q;
2892
+ folder?: DriveFolderOptions$1U;
2893
2893
  }
2894
- interface DriveFolderOptions$1Q {
2894
+ interface DriveFolderOptions$1U {
2895
2895
  path?: string;
2896
2896
  id?: string;
2897
2897
  }
@@ -2919,7 +2919,7 @@ interface KlingImageToVideoCommand {
2919
2919
  shot_type?: KlingShotType;
2920
2920
  multi_prompt?: MultiPromptItem$1[];
2921
2921
  voice_list?: VoiceItem[];
2922
- options?: GenAIOptions$1P;
2922
+ options?: GenAIOptions$1T;
2923
2923
  image?: string;
2924
2924
  image_tail?: string;
2925
2925
  element_list?: I2VElementItem[];
@@ -2938,19 +2938,19 @@ interface MultiPromptItem$1 {
2938
2938
  interface VoiceItem {
2939
2939
  voice_id: string;
2940
2940
  }
2941
- interface GenAIOptions$1P {
2942
- safety_checks?: SafetyChecksOptions$1P;
2943
- drive?: DriveOptions$1P;
2941
+ interface GenAIOptions$1T {
2942
+ safety_checks?: SafetyChecksOptions$1T;
2943
+ drive?: DriveOptions$1T;
2944
2944
  }
2945
- interface SafetyChecksOptions$1P {
2945
+ interface SafetyChecksOptions$1T {
2946
2946
  enabled?: boolean;
2947
2947
  }
2948
- interface DriveOptions$1P {
2948
+ interface DriveOptions$1T {
2949
2949
  name: string;
2950
2950
  attributes?: Record<string, unknown>;
2951
- folder?: DriveFolderOptions$1P;
2951
+ folder?: DriveFolderOptions$1T;
2952
2952
  }
2953
- interface DriveFolderOptions$1P {
2953
+ interface DriveFolderOptions$1T {
2954
2954
  path?: string;
2955
2955
  id?: string;
2956
2956
  }
@@ -2970,21 +2970,21 @@ interface KlingVideoResult$5 {
2970
2970
  interface KlingTextToAudioCommand {
2971
2971
  prompt: string;
2972
2972
  duration: number;
2973
- options?: GenAIOptions$1O;
2973
+ options?: GenAIOptions$1S;
2974
2974
  }
2975
- interface GenAIOptions$1O {
2976
- safety_checks?: SafetyChecksOptions$1O;
2977
- drive?: DriveOptions$1O;
2975
+ interface GenAIOptions$1S {
2976
+ safety_checks?: SafetyChecksOptions$1S;
2977
+ drive?: DriveOptions$1S;
2978
2978
  }
2979
- interface SafetyChecksOptions$1O {
2979
+ interface SafetyChecksOptions$1S {
2980
2980
  enabled?: boolean;
2981
2981
  }
2982
- interface DriveOptions$1O {
2982
+ interface DriveOptions$1S {
2983
2983
  name: string;
2984
2984
  attributes?: Record<string, unknown>;
2985
- folder?: DriveFolderOptions$1O;
2985
+ folder?: DriveFolderOptions$1S;
2986
2986
  }
2987
- interface DriveFolderOptions$1O {
2987
+ interface DriveFolderOptions$1S {
2988
2988
  path?: string;
2989
2989
  id?: string;
2990
2990
  }
@@ -3000,21 +3000,21 @@ interface KlingAudioResult {
3000
3000
 
3001
3001
  interface KlingVideoToAudioCommand {
3002
3002
  video_url: string;
3003
- options?: GenAIOptions$1N;
3003
+ options?: GenAIOptions$1R;
3004
3004
  }
3005
- interface GenAIOptions$1N {
3006
- safety_checks?: SafetyChecksOptions$1N;
3007
- drive?: DriveOptions$1N;
3005
+ interface GenAIOptions$1R {
3006
+ safety_checks?: SafetyChecksOptions$1R;
3007
+ drive?: DriveOptions$1R;
3008
3008
  }
3009
- interface SafetyChecksOptions$1N {
3009
+ interface SafetyChecksOptions$1R {
3010
3010
  enabled?: boolean;
3011
3011
  }
3012
- interface DriveOptions$1N {
3012
+ interface DriveOptions$1R {
3013
3013
  name: string;
3014
3014
  attributes?: Record<string, unknown>;
3015
- folder?: DriveFolderOptions$1N;
3015
+ folder?: DriveFolderOptions$1R;
3016
3016
  }
3017
- interface DriveFolderOptions$1N {
3017
+ interface DriveFolderOptions$1R {
3018
3018
  path?: string;
3019
3019
  id?: string;
3020
3020
  }
@@ -3041,7 +3041,7 @@ interface KlingOmniVideoCommand {
3041
3041
  multi_shot?: boolean;
3042
3042
  shot_type?: "customize";
3043
3043
  multi_prompt?: MultiPromptItem[];
3044
- options?: GenAIOptions$1M;
3044
+ options?: GenAIOptions$1Q;
3045
3045
  }
3046
3046
  type KlingOmniModels = "kling-video-o1" | "kling-v3-omni";
3047
3047
  interface ReferenceImage$1 {
@@ -3067,19 +3067,19 @@ interface MultiPromptItem {
3067
3067
  prompt: string;
3068
3068
  duration: string;
3069
3069
  }
3070
- interface GenAIOptions$1M {
3071
- safety_checks?: SafetyChecksOptions$1M;
3072
- drive?: DriveOptions$1M;
3070
+ interface GenAIOptions$1Q {
3071
+ safety_checks?: SafetyChecksOptions$1Q;
3072
+ drive?: DriveOptions$1Q;
3073
3073
  }
3074
- interface SafetyChecksOptions$1M {
3074
+ interface SafetyChecksOptions$1Q {
3075
3075
  enabled?: boolean;
3076
3076
  }
3077
- interface DriveOptions$1M {
3077
+ interface DriveOptions$1Q {
3078
3078
  name: string;
3079
3079
  attributes?: Record<string, unknown>;
3080
- folder?: DriveFolderOptions$1M;
3080
+ folder?: DriveFolderOptions$1Q;
3081
3081
  }
3082
- interface DriveFolderOptions$1M {
3082
+ interface DriveFolderOptions$1Q {
3083
3083
  path?: string;
3084
3084
  id?: string;
3085
3085
  }
@@ -3099,22 +3099,22 @@ interface KlingAvatarCommand {
3099
3099
  sound_file?: string;
3100
3100
  prompt?: string;
3101
3101
  mode?: KlingAvatarMode;
3102
- options?: GenAIOptions$1L;
3102
+ options?: GenAIOptions$1P;
3103
3103
  }
3104
3104
  type KlingAvatarMode = "std" | "pro";
3105
- interface GenAIOptions$1L {
3106
- safety_checks?: SafetyChecksOptions$1L;
3107
- drive?: DriveOptions$1L;
3105
+ interface GenAIOptions$1P {
3106
+ safety_checks?: SafetyChecksOptions$1P;
3107
+ drive?: DriveOptions$1P;
3108
3108
  }
3109
- interface SafetyChecksOptions$1L {
3109
+ interface SafetyChecksOptions$1P {
3110
3110
  enabled?: boolean;
3111
3111
  }
3112
- interface DriveOptions$1L {
3112
+ interface DriveOptions$1P {
3113
3113
  name: string;
3114
3114
  attributes?: Record<string, unknown>;
3115
- folder?: DriveFolderOptions$1L;
3115
+ folder?: DriveFolderOptions$1P;
3116
3116
  }
3117
- interface DriveFolderOptions$1L {
3117
+ interface DriveFolderOptions$1P {
3118
3118
  path?: string;
3119
3119
  id?: string;
3120
3120
  }
@@ -3136,24 +3136,24 @@ interface KlingMotionControlCommand {
3136
3136
  character_orientation: KlingCharacterOrientation;
3137
3137
  keep_original_sound?: KlingKeepOriginalSound;
3138
3138
  mode: KlingMotionControlMode;
3139
- options?: GenAIOptions$1K;
3139
+ options?: GenAIOptions$1O;
3140
3140
  }
3141
3141
  type KlingCharacterOrientation = "image" | "video";
3142
3142
  type KlingKeepOriginalSound = "yes" | "no";
3143
3143
  type KlingMotionControlMode = "std" | "pro";
3144
- interface GenAIOptions$1K {
3145
- safety_checks?: SafetyChecksOptions$1K;
3146
- drive?: DriveOptions$1K;
3144
+ interface GenAIOptions$1O {
3145
+ safety_checks?: SafetyChecksOptions$1O;
3146
+ drive?: DriveOptions$1O;
3147
3147
  }
3148
- interface SafetyChecksOptions$1K {
3148
+ interface SafetyChecksOptions$1O {
3149
3149
  enabled?: boolean;
3150
3150
  }
3151
- interface DriveOptions$1K {
3151
+ interface DriveOptions$1O {
3152
3152
  name: string;
3153
3153
  attributes?: Record<string, unknown>;
3154
- folder?: DriveFolderOptions$1K;
3154
+ folder?: DriveFolderOptions$1O;
3155
3155
  }
3156
- interface DriveFolderOptions$1K {
3156
+ interface DriveFolderOptions$1O {
3157
3157
  path?: string;
3158
3158
  id?: string;
3159
3159
  }
@@ -3175,7 +3175,7 @@ interface KlingElementsCommand {
3175
3175
  element_video_list?: ElementVideoList;
3176
3176
  element_voice_id?: string;
3177
3177
  tag_list?: ElementTagItem[];
3178
- options?: GenAIOptions$1J;
3178
+ options?: GenAIOptions$1N;
3179
3179
  }
3180
3180
  type KlingElementReferenceType = "video_refer" | "image_refer";
3181
3181
  interface ElementImageList {
@@ -3195,19 +3195,19 @@ interface ElementTagItem {
3195
3195
  tag_id: KlingElementTag;
3196
3196
  }
3197
3197
  type KlingElementTag = "o_101" | "o_102" | "o_103" | "o_104" | "o_105" | "o_106" | "o_107" | "o_108";
3198
- interface GenAIOptions$1J {
3199
- safety_checks?: SafetyChecksOptions$1J;
3200
- drive?: DriveOptions$1J;
3198
+ interface GenAIOptions$1N {
3199
+ safety_checks?: SafetyChecksOptions$1N;
3200
+ drive?: DriveOptions$1N;
3201
3201
  }
3202
- interface SafetyChecksOptions$1J {
3202
+ interface SafetyChecksOptions$1N {
3203
3203
  enabled?: boolean;
3204
3204
  }
3205
- interface DriveOptions$1J {
3205
+ interface DriveOptions$1N {
3206
3206
  name: string;
3207
3207
  attributes?: Record<string, unknown>;
3208
- folder?: DriveFolderOptions$1J;
3208
+ folder?: DriveFolderOptions$1N;
3209
3209
  }
3210
- interface DriveFolderOptions$1J {
3210
+ interface DriveFolderOptions$1N {
3211
3211
  path?: string;
3212
3212
  id?: string;
3213
3213
  }
@@ -3226,21 +3226,21 @@ interface SoundGenerationCommand {
3226
3226
  prompt_influence?: number;
3227
3227
  output_format?: "mp3_22050_32" | "mp3_44100_32" | "mp3_44100_64" | "mp3_44100_96" | "mp3_44100_128" | "mp3_44100_192" | "pcm_16000" | "pcm_22050" | "pcm_24000" | "pcm_44100" | "pcm_48000";
3228
3228
  model_id?: "eleven_text_to_sound_v2";
3229
- options?: GenAIOptions$1I;
3229
+ options?: GenAIOptions$1M;
3230
3230
  }
3231
- interface GenAIOptions$1I {
3232
- safety_checks?: SafetyChecksOptions$1I;
3233
- drive?: DriveOptions$1I;
3231
+ interface GenAIOptions$1M {
3232
+ safety_checks?: SafetyChecksOptions$1M;
3233
+ drive?: DriveOptions$1M;
3234
3234
  }
3235
- interface SafetyChecksOptions$1I {
3235
+ interface SafetyChecksOptions$1M {
3236
3236
  enabled?: boolean;
3237
3237
  }
3238
- interface DriveOptions$1I {
3238
+ interface DriveOptions$1M {
3239
3239
  name: string;
3240
3240
  attributes?: Record<string, unknown>;
3241
- folder?: DriveFolderOptions$1I;
3241
+ folder?: DriveFolderOptions$1M;
3242
3242
  }
3243
- interface DriveFolderOptions$1I {
3243
+ interface DriveFolderOptions$1M {
3244
3244
  path?: string;
3245
3245
  id?: string;
3246
3246
  }
@@ -3262,23 +3262,23 @@ interface FluxKontextCommand {
3262
3262
  outputFormat?: "jpeg" | "png";
3263
3263
  promptUpsampling?: boolean;
3264
3264
  safetyTolerance?: number;
3265
- options?: GenAIOptions$1H;
3265
+ options?: GenAIOptions$1L;
3266
3266
  model: FluxKontextModel;
3267
3267
  imageUrls: string[];
3268
3268
  }
3269
- interface GenAIOptions$1H {
3270
- safety_checks?: SafetyChecksOptions$1H;
3271
- drive?: DriveOptions$1H;
3269
+ interface GenAIOptions$1L {
3270
+ safety_checks?: SafetyChecksOptions$1L;
3271
+ drive?: DriveOptions$1L;
3272
3272
  }
3273
- interface SafetyChecksOptions$1H {
3273
+ interface SafetyChecksOptions$1L {
3274
3274
  enabled?: boolean;
3275
3275
  }
3276
- interface DriveOptions$1H {
3276
+ interface DriveOptions$1L {
3277
3277
  name: string;
3278
3278
  attributes?: Record<string, unknown>;
3279
- folder?: DriveFolderOptions$1H;
3279
+ folder?: DriveFolderOptions$1L;
3280
3280
  }
3281
- interface DriveFolderOptions$1H {
3281
+ interface DriveFolderOptions$1L {
3282
3282
  path?: string;
3283
3283
  id?: string;
3284
3284
  }
@@ -3299,7 +3299,7 @@ interface FluxV2Command {
3299
3299
  outputFormat?: "jpeg" | "png";
3300
3300
  promptUpsampling?: boolean;
3301
3301
  safetyTolerance?: number;
3302
- options?: GenAIOptions$1G;
3302
+ options?: GenAIOptions$1K;
3303
3303
  model: FluxV2Model;
3304
3304
  steps?: number;
3305
3305
  guidance?: number;
@@ -3308,19 +3308,19 @@ interface FluxV2Command {
3308
3308
  height?: number;
3309
3309
  resolution?: FluxResolution;
3310
3310
  }
3311
- interface GenAIOptions$1G {
3312
- safety_checks?: SafetyChecksOptions$1G;
3313
- drive?: DriveOptions$1G;
3311
+ interface GenAIOptions$1K {
3312
+ safety_checks?: SafetyChecksOptions$1K;
3313
+ drive?: DriveOptions$1K;
3314
3314
  }
3315
- interface SafetyChecksOptions$1G {
3315
+ interface SafetyChecksOptions$1K {
3316
3316
  enabled?: boolean;
3317
3317
  }
3318
- interface DriveOptions$1G {
3318
+ interface DriveOptions$1K {
3319
3319
  name: string;
3320
3320
  attributes?: Record<string, unknown>;
3321
- folder?: DriveFolderOptions$1G;
3321
+ folder?: DriveFolderOptions$1K;
3322
3322
  }
3323
- interface DriveFolderOptions$1G {
3323
+ interface DriveFolderOptions$1K {
3324
3324
  path?: string;
3325
3325
  id?: string;
3326
3326
  }
@@ -3343,7 +3343,7 @@ interface TextToSpeechCommand {
3343
3343
  voice_settings?: VoiceSettings$1;
3344
3344
  language_code?: string;
3345
3345
  seed?: number;
3346
- options?: GenAIOptions$1F;
3346
+ options?: GenAIOptions$1J;
3347
3347
  }
3348
3348
  interface VoiceSettings$1 {
3349
3349
  stability?: number;
@@ -3351,19 +3351,19 @@ interface VoiceSettings$1 {
3351
3351
  style?: number;
3352
3352
  speed?: number;
3353
3353
  }
3354
- interface GenAIOptions$1F {
3355
- safety_checks?: SafetyChecksOptions$1F;
3356
- drive?: DriveOptions$1F;
3354
+ interface GenAIOptions$1J {
3355
+ safety_checks?: SafetyChecksOptions$1J;
3356
+ drive?: DriveOptions$1J;
3357
3357
  }
3358
- interface SafetyChecksOptions$1F {
3358
+ interface SafetyChecksOptions$1J {
3359
3359
  enabled?: boolean;
3360
3360
  }
3361
- interface DriveOptions$1F {
3361
+ interface DriveOptions$1J {
3362
3362
  name: string;
3363
3363
  attributes?: Record<string, unknown>;
3364
- folder?: DriveFolderOptions$1F;
3364
+ folder?: DriveFolderOptions$1J;
3365
3365
  }
3366
- interface DriveFolderOptions$1F {
3366
+ interface DriveFolderOptions$1J {
3367
3367
  path?: string;
3368
3368
  id?: string;
3369
3369
  }
@@ -3386,7 +3386,7 @@ interface SpeechToSpeechCommand {
3386
3386
  voice_settings?: VoiceSettings;
3387
3387
  seed?: number;
3388
3388
  remove_background_noise?: boolean;
3389
- options?: GenAIOptions$1E;
3389
+ options?: GenAIOptions$1I;
3390
3390
  }
3391
3391
  interface VoiceSettings {
3392
3392
  stability?: number;
@@ -3394,19 +3394,19 @@ interface VoiceSettings {
3394
3394
  style?: number;
3395
3395
  speed?: number;
3396
3396
  }
3397
- interface GenAIOptions$1E {
3398
- safety_checks?: SafetyChecksOptions$1E;
3399
- drive?: DriveOptions$1E;
3397
+ interface GenAIOptions$1I {
3398
+ safety_checks?: SafetyChecksOptions$1I;
3399
+ drive?: DriveOptions$1I;
3400
3400
  }
3401
- interface SafetyChecksOptions$1E {
3401
+ interface SafetyChecksOptions$1I {
3402
3402
  enabled?: boolean;
3403
3403
  }
3404
- interface DriveOptions$1E {
3404
+ interface DriveOptions$1I {
3405
3405
  name: string;
3406
3406
  attributes?: Record<string, unknown>;
3407
- folder?: DriveFolderOptions$1E;
3407
+ folder?: DriveFolderOptions$1I;
3408
3408
  }
3409
- interface DriveFolderOptions$1E {
3409
+ interface DriveFolderOptions$1I {
3410
3410
  path?: string;
3411
3411
  id?: string;
3412
3412
  }
@@ -3459,7 +3459,7 @@ interface VeoVideoGenCommand {
3459
3459
  negativePrompt?: string;
3460
3460
  model?: "veo-2.0-generate-001" | "veo-2.0-generate-exp" | "veo-3.0-generate-001" | "veo-3.0-fast-generate-001" | "veo-3.0-generate-preview" | "veo-3.1-generate-001" | "veo-3.1-fast-generate-001" | "veo-3.1-generate-preview" | "veo-3.1-fast-generate-preview" | "veo-3.1-lite-generate-preview";
3461
3461
  parameters?: VeoVideoParameters;
3462
- options?: GenAIOptions$1D;
3462
+ options?: GenAIOptions$1H;
3463
3463
  }
3464
3464
  interface VeoImage {
3465
3465
  url?: string;
@@ -3491,19 +3491,19 @@ interface VeoVideoParameters {
3491
3491
  generateAudio?: boolean;
3492
3492
  resizeMode?: "crop" | "pad";
3493
3493
  }
3494
- interface GenAIOptions$1D {
3495
- safety_checks?: SafetyChecksOptions$1D;
3496
- drive?: DriveOptions$1D;
3494
+ interface GenAIOptions$1H {
3495
+ safety_checks?: SafetyChecksOptions$1H;
3496
+ drive?: DriveOptions$1H;
3497
3497
  }
3498
- interface SafetyChecksOptions$1D {
3498
+ interface SafetyChecksOptions$1H {
3499
3499
  enabled?: boolean;
3500
3500
  }
3501
- interface DriveOptions$1D {
3501
+ interface DriveOptions$1H {
3502
3502
  name: string;
3503
3503
  attributes?: Record<string, unknown>;
3504
- folder?: DriveFolderOptions$1D;
3504
+ folder?: DriveFolderOptions$1H;
3505
3505
  }
3506
- interface DriveFolderOptions$1D {
3506
+ interface DriveFolderOptions$1H {
3507
3507
  path?: string;
3508
3508
  id?: string;
3509
3509
  }
@@ -3537,7 +3537,7 @@ interface HeygenVideoGenerateCommand {
3537
3537
  remove_background?: boolean;
3538
3538
  background?: BackgroundConfig;
3539
3539
  voice_settings?: VoiceSettingsConfig;
3540
- options?: GenAIOptions$1C;
3540
+ options?: GenAIOptions$1G;
3541
3541
  }
3542
3542
  interface BackgroundConfig {
3543
3543
  type: "color" | "image";
@@ -3550,19 +3550,19 @@ interface VoiceSettingsConfig {
3550
3550
  pitch?: number;
3551
3551
  locale?: string;
3552
3552
  }
3553
- interface GenAIOptions$1C {
3554
- safety_checks?: SafetyChecksOptions$1C;
3555
- drive?: DriveOptions$1C;
3553
+ interface GenAIOptions$1G {
3554
+ safety_checks?: SafetyChecksOptions$1G;
3555
+ drive?: DriveOptions$1G;
3556
3556
  }
3557
- interface SafetyChecksOptions$1C {
3557
+ interface SafetyChecksOptions$1G {
3558
3558
  enabled?: boolean;
3559
3559
  }
3560
- interface DriveOptions$1C {
3560
+ interface DriveOptions$1G {
3561
3561
  name: string;
3562
3562
  attributes?: Record<string, unknown>;
3563
- folder?: DriveFolderOptions$1C;
3563
+ folder?: DriveFolderOptions$1G;
3564
3564
  }
3565
- interface DriveFolderOptions$1C {
3565
+ interface DriveFolderOptions$1G {
3566
3566
  path?: string;
3567
3567
  id?: string;
3568
3568
  }
@@ -3644,21 +3644,21 @@ interface OpenAiSoraExtensionsCommand {
3644
3644
  video_id: string;
3645
3645
  prompt: string;
3646
3646
  seconds?: number;
3647
- options?: GenAIOptions$1B;
3647
+ options?: GenAIOptions$1F;
3648
3648
  }
3649
- interface GenAIOptions$1B {
3650
- safety_checks?: SafetyChecksOptions$1B;
3651
- drive?: DriveOptions$1B;
3649
+ interface GenAIOptions$1F {
3650
+ safety_checks?: SafetyChecksOptions$1F;
3651
+ drive?: DriveOptions$1F;
3652
3652
  }
3653
- interface SafetyChecksOptions$1B {
3653
+ interface SafetyChecksOptions$1F {
3654
3654
  enabled?: boolean;
3655
3655
  }
3656
- interface DriveOptions$1B {
3656
+ interface DriveOptions$1F {
3657
3657
  name: string;
3658
3658
  attributes?: Record<string, unknown>;
3659
- folder?: DriveFolderOptions$1B;
3659
+ folder?: DriveFolderOptions$1F;
3660
3660
  }
3661
- interface DriveFolderOptions$1B {
3661
+ interface DriveFolderOptions$1F {
3662
3662
  path?: string;
3663
3663
  id?: string;
3664
3664
  }
@@ -3678,21 +3678,21 @@ interface OpenAiSoraEditsCommand {
3678
3678
  video_id: string;
3679
3679
  prompt: string;
3680
3680
  model?: "sora-2-pro" | "sora-2";
3681
- options?: GenAIOptions$1A;
3681
+ options?: GenAIOptions$1E;
3682
3682
  }
3683
- interface GenAIOptions$1A {
3684
- safety_checks?: SafetyChecksOptions$1A;
3685
- drive?: DriveOptions$1A;
3683
+ interface GenAIOptions$1E {
3684
+ safety_checks?: SafetyChecksOptions$1E;
3685
+ drive?: DriveOptions$1E;
3686
3686
  }
3687
- interface SafetyChecksOptions$1A {
3687
+ interface SafetyChecksOptions$1E {
3688
3688
  enabled?: boolean;
3689
3689
  }
3690
- interface DriveOptions$1A {
3690
+ interface DriveOptions$1E {
3691
3691
  name: string;
3692
3692
  attributes?: Record<string, unknown>;
3693
- folder?: DriveFolderOptions$1A;
3693
+ folder?: DriveFolderOptions$1E;
3694
3694
  }
3695
- interface DriveFolderOptions$1A {
3695
+ interface DriveFolderOptions$1E {
3696
3696
  path?: string;
3697
3697
  id?: string;
3698
3698
  }
@@ -3710,7 +3710,7 @@ interface OpenAiSoraResult {
3710
3710
 
3711
3711
  interface OpenAiSoraBatchCommand {
3712
3712
  requests: SoraBatchRequest[];
3713
- options?: GenAIOptions$1z;
3713
+ options?: GenAIOptions$1D;
3714
3714
  }
3715
3715
  interface SoraBatchRequest {
3716
3716
  custom_id: string;
@@ -3725,19 +3725,19 @@ interface SoraBatchRequest {
3725
3725
  interface SoraCharacterReference {
3726
3726
  id: string;
3727
3727
  }
3728
- interface GenAIOptions$1z {
3729
- safety_checks?: SafetyChecksOptions$1z;
3730
- drive?: DriveOptions$1z;
3728
+ interface GenAIOptions$1D {
3729
+ safety_checks?: SafetyChecksOptions$1D;
3730
+ drive?: DriveOptions$1D;
3731
3731
  }
3732
- interface SafetyChecksOptions$1z {
3732
+ interface SafetyChecksOptions$1D {
3733
3733
  enabled?: boolean;
3734
3734
  }
3735
- interface DriveOptions$1z {
3735
+ interface DriveOptions$1D {
3736
3736
  name: string;
3737
3737
  attributes?: Record<string, unknown>;
3738
- folder?: DriveFolderOptions$1z;
3738
+ folder?: DriveFolderOptions$1D;
3739
3739
  }
3740
- interface DriveFolderOptions$1z {
3740
+ interface DriveFolderOptions$1D {
3741
3741
  path?: string;
3742
3742
  id?: string;
3743
3743
  }
@@ -3763,7 +3763,7 @@ interface GeminiV1AudiosCommand {
3763
3763
  model: GeminiTtsModel;
3764
3764
  voiceName?: PrebuiltVoiceName;
3765
3765
  multiSpeakerVoiceConfigs?: SpeakerVoiceConfigDto[];
3766
- options?: GenAIOptions$1y;
3766
+ options?: GenAIOptions$1C;
3767
3767
  }
3768
3768
  type GeminiTtsModel = "gemini-2.5-flash-tts" | "gemini-2.5-pro-tts";
3769
3769
  type PrebuiltVoiceName = "Puck" | "Kore" | "Charon" | "Fenrir" | "Aoede" | "Leda" | "Zephyr" | "Orus" | "Autonoe" | "Callirhoe" | "Despina" | "Erinome" | "Gacrux" | "Laomedeia" | "Pulcherrima" | "Sulafat" | "Vindemiatrix" | "Achernar" | "Achird" | "Algenib" | "Algieba" | "Alnilam" | "Enceladus" | "Iapetus" | "Rasalgethi" | "Sadachbia" | "Sadaltager" | "Schedar" | "Umbriel" | "Zubenelgenubi";
@@ -3771,19 +3771,19 @@ interface SpeakerVoiceConfigDto {
3771
3771
  speaker: string;
3772
3772
  voiceName: PrebuiltVoiceName;
3773
3773
  }
3774
- interface GenAIOptions$1y {
3775
- safety_checks?: SafetyChecksOptions$1y;
3776
- drive?: DriveOptions$1y;
3774
+ interface GenAIOptions$1C {
3775
+ safety_checks?: SafetyChecksOptions$1C;
3776
+ drive?: DriveOptions$1C;
3777
3777
  }
3778
- interface SafetyChecksOptions$1y {
3778
+ interface SafetyChecksOptions$1C {
3779
3779
  enabled?: boolean;
3780
3780
  }
3781
- interface DriveOptions$1y {
3781
+ interface DriveOptions$1C {
3782
3782
  name: string;
3783
3783
  attributes?: Record<string, unknown>;
3784
- folder?: DriveFolderOptions$1y;
3784
+ folder?: DriveFolderOptions$1C;
3785
3785
  }
3786
- interface DriveFolderOptions$1y {
3786
+ interface DriveFolderOptions$1C {
3787
3787
  path?: string;
3788
3788
  id?: string;
3789
3789
  }
@@ -3807,22 +3807,22 @@ interface LyriaMusicCommand {
3807
3807
  negativePrompt?: string;
3808
3808
  sampleCount?: number;
3809
3809
  seed?: number;
3810
- options?: GenAIOptions$1x;
3810
+ options?: GenAIOptions$1B;
3811
3811
  }
3812
3812
  type LyriaModels = "lyria-002";
3813
- interface GenAIOptions$1x {
3814
- safety_checks?: SafetyChecksOptions$1x;
3815
- drive?: DriveOptions$1x;
3813
+ interface GenAIOptions$1B {
3814
+ safety_checks?: SafetyChecksOptions$1B;
3815
+ drive?: DriveOptions$1B;
3816
3816
  }
3817
- interface SafetyChecksOptions$1x {
3817
+ interface SafetyChecksOptions$1B {
3818
3818
  enabled?: boolean;
3819
3819
  }
3820
- interface DriveOptions$1x {
3820
+ interface DriveOptions$1B {
3821
3821
  name: string;
3822
3822
  attributes?: Record<string, unknown>;
3823
- folder?: DriveFolderOptions$1x;
3823
+ folder?: DriveFolderOptions$1B;
3824
3824
  }
3825
- interface DriveFolderOptions$1x {
3825
+ interface DriveFolderOptions$1B {
3826
3826
  path?: string;
3827
3827
  id?: string;
3828
3828
  }
@@ -3844,21 +3844,21 @@ interface RecraftExploreCommand {
3844
3844
  prompt: string;
3845
3845
  model?: "recraftv4" | "recraftv4_vector" | "recraftv4_pro" | "recraftv4_pro_vector";
3846
3846
  size?: string;
3847
- options?: GenAIOptions$1w;
3847
+ options?: GenAIOptions$1A;
3848
3848
  }
3849
- interface GenAIOptions$1w {
3850
- safety_checks?: SafetyChecksOptions$1w;
3851
- drive?: DriveOptions$1w;
3849
+ interface GenAIOptions$1A {
3850
+ safety_checks?: SafetyChecksOptions$1A;
3851
+ drive?: DriveOptions$1A;
3852
3852
  }
3853
- interface SafetyChecksOptions$1w {
3853
+ interface SafetyChecksOptions$1A {
3854
3854
  enabled?: boolean;
3855
3855
  }
3856
- interface DriveOptions$1w {
3856
+ interface DriveOptions$1A {
3857
3857
  name: string;
3858
3858
  attributes?: Record<string, unknown>;
3859
- folder?: DriveFolderOptions$1w;
3859
+ folder?: DriveFolderOptions$1A;
3860
3860
  }
3861
- interface DriveFolderOptions$1w {
3861
+ interface DriveFolderOptions$1A {
3862
3862
  path?: string;
3863
3863
  id?: string;
3864
3864
  }
@@ -3880,21 +3880,21 @@ interface RecraftExploreResultItem {
3880
3880
  interface RecraftExploreSimilarCommand {
3881
3881
  source_image_id: string;
3882
3882
  similarity: number;
3883
- options?: GenAIOptions$1v;
3883
+ options?: GenAIOptions$1z;
3884
3884
  }
3885
- interface GenAIOptions$1v {
3886
- safety_checks?: SafetyChecksOptions$1v;
3887
- drive?: DriveOptions$1v;
3885
+ interface GenAIOptions$1z {
3886
+ safety_checks?: SafetyChecksOptions$1z;
3887
+ drive?: DriveOptions$1z;
3888
3888
  }
3889
- interface SafetyChecksOptions$1v {
3889
+ interface SafetyChecksOptions$1z {
3890
3890
  enabled?: boolean;
3891
3891
  }
3892
- interface DriveOptions$1v {
3892
+ interface DriveOptions$1z {
3893
3893
  name: string;
3894
3894
  attributes?: Record<string, unknown>;
3895
- folder?: DriveFolderOptions$1v;
3895
+ folder?: DriveFolderOptions$1z;
3896
3896
  }
3897
- interface DriveFolderOptions$1v {
3897
+ interface DriveFolderOptions$1z {
3898
3898
  path?: string;
3899
3899
  id?: string;
3900
3900
  }
@@ -3924,24 +3924,24 @@ interface KlingImageGenerationCommand {
3924
3924
  n?: number;
3925
3925
  aspect_ratio?: KlingImageAspectRatio$2;
3926
3926
  callback_url?: string;
3927
- options?: GenAIOptions$1u;
3927
+ options?: GenAIOptions$1y;
3928
3928
  }
3929
3929
  type KlingImageModels = "kling-v2" | "kling-v2-1" | "kling-v2-new" | "kling-v1-5" | "kling-v3";
3930
3930
  type KlingImageReferenceType = "subject" | "face";
3931
3931
  type KlingImageAspectRatio$2 = "16:9" | "9:16" | "1:1" | "21:9" | "4:3" | "3:2" | "2:3" | "3:4";
3932
- interface GenAIOptions$1u {
3933
- safety_checks?: SafetyChecksOptions$1u;
3934
- drive?: DriveOptions$1u;
3932
+ interface GenAIOptions$1y {
3933
+ safety_checks?: SafetyChecksOptions$1y;
3934
+ drive?: DriveOptions$1y;
3935
3935
  }
3936
- interface SafetyChecksOptions$1u {
3936
+ interface SafetyChecksOptions$1y {
3937
3937
  enabled?: boolean;
3938
3938
  }
3939
- interface DriveOptions$1u {
3939
+ interface DriveOptions$1y {
3940
3940
  name: string;
3941
3941
  attributes?: Record<string, unknown>;
3942
- folder?: DriveFolderOptions$1u;
3942
+ folder?: DriveFolderOptions$1y;
3943
3943
  }
3944
- interface DriveFolderOptions$1u {
3944
+ interface DriveFolderOptions$1y {
3945
3945
  path?: string;
3946
3946
  id?: string;
3947
3947
  }
@@ -3964,7 +3964,7 @@ interface KlingOmniImageCommand {
3964
3964
  aspect_ratio?: KlingImageAspectRatio$1;
3965
3965
  resolution?: KlingV3OmniResolution;
3966
3966
  n?: number;
3967
- options?: GenAIOptions$1t;
3967
+ options?: GenAIOptions$1x;
3968
3968
  }
3969
3969
  type KlingOmniImageModels = "kling-image-o1" | "kling-v3-omni";
3970
3970
  interface OmniImageReference {
@@ -3972,19 +3972,19 @@ interface OmniImageReference {
3972
3972
  }
3973
3973
  type KlingImageAspectRatio$1 = "16:9" | "9:16" | "1:1" | "21:9" | "4:3" | "3:2" | "2:3" | "3:4";
3974
3974
  type KlingV3OmniResolution = "1k" | "2k" | "4k";
3975
- interface GenAIOptions$1t {
3976
- safety_checks?: SafetyChecksOptions$1t;
3977
- drive?: DriveOptions$1t;
3975
+ interface GenAIOptions$1x {
3976
+ safety_checks?: SafetyChecksOptions$1x;
3977
+ drive?: DriveOptions$1x;
3978
3978
  }
3979
- interface SafetyChecksOptions$1t {
3979
+ interface SafetyChecksOptions$1x {
3980
3980
  enabled?: boolean;
3981
3981
  }
3982
- interface DriveOptions$1t {
3982
+ interface DriveOptions$1x {
3983
3983
  name: string;
3984
3984
  attributes?: Record<string, unknown>;
3985
- folder?: DriveFolderOptions$1t;
3985
+ folder?: DriveFolderOptions$1x;
3986
3986
  }
3987
- interface DriveFolderOptions$1t {
3987
+ interface DriveFolderOptions$1x {
3988
3988
  path?: string;
3989
3989
  id?: string;
3990
3990
  }
@@ -4009,25 +4009,25 @@ interface KlingMultiImageToImageCommand {
4009
4009
  n?: number;
4010
4010
  aspect_ratio?: KlingImageAspectRatio;
4011
4011
  callback_url?: string;
4012
- options?: GenAIOptions$1s;
4012
+ options?: GenAIOptions$1w;
4013
4013
  }
4014
4014
  interface SubjectImage {
4015
4015
  subject_image: string;
4016
4016
  }
4017
4017
  type KlingImageAspectRatio = "16:9" | "9:16" | "1:1" | "21:9" | "4:3" | "3:2" | "2:3" | "3:4";
4018
- interface GenAIOptions$1s {
4019
- safety_checks?: SafetyChecksOptions$1s;
4020
- drive?: DriveOptions$1s;
4018
+ interface GenAIOptions$1w {
4019
+ safety_checks?: SafetyChecksOptions$1w;
4020
+ drive?: DriveOptions$1w;
4021
4021
  }
4022
- interface SafetyChecksOptions$1s {
4022
+ interface SafetyChecksOptions$1w {
4023
4023
  enabled?: boolean;
4024
4024
  }
4025
- interface DriveOptions$1s {
4025
+ interface DriveOptions$1w {
4026
4026
  name: string;
4027
4027
  attributes?: Record<string, unknown>;
4028
- folder?: DriveFolderOptions$1s;
4028
+ folder?: DriveFolderOptions$1w;
4029
4029
  }
4030
- interface DriveFolderOptions$1s {
4030
+ interface DriveFolderOptions$1w {
4031
4031
  path?: string;
4032
4032
  id?: string;
4033
4033
  }
@@ -4053,21 +4053,21 @@ interface WanImagesCommand {
4053
4053
  prompt_extend?: boolean;
4054
4054
  watermark?: boolean;
4055
4055
  seed?: number;
4056
- options?: GenAIOptions$1r;
4056
+ options?: GenAIOptions$1v;
4057
4057
  }
4058
- interface GenAIOptions$1r {
4059
- safety_checks?: SafetyChecksOptions$1r;
4060
- drive?: DriveOptions$1r;
4058
+ interface GenAIOptions$1v {
4059
+ safety_checks?: SafetyChecksOptions$1v;
4060
+ drive?: DriveOptions$1v;
4061
4061
  }
4062
- interface SafetyChecksOptions$1r {
4062
+ interface SafetyChecksOptions$1v {
4063
4063
  enabled?: boolean;
4064
4064
  }
4065
- interface DriveOptions$1r {
4065
+ interface DriveOptions$1v {
4066
4066
  name: string;
4067
4067
  attributes?: Record<string, unknown>;
4068
- folder?: DriveFolderOptions$1r;
4068
+ folder?: DriveFolderOptions$1v;
4069
4069
  }
4070
- interface DriveFolderOptions$1r {
4070
+ interface DriveFolderOptions$1v {
4071
4071
  path?: string;
4072
4072
  id?: string;
4073
4073
  }
@@ -4366,21 +4366,21 @@ interface LTXV23RetakeVideoResponse {
4366
4366
  interface AudioIsolationCommand {
4367
4367
  audio_url: string;
4368
4368
  output_format?: "mp3_22050_32" | "mp3_44100_32" | "mp3_44100_64" | "mp3_44100_96" | "mp3_44100_128" | "mp3_44100_192" | "pcm_16000" | "pcm_22050" | "pcm_24000" | "pcm_44100" | "pcm_48000";
4369
- options?: GenAIOptions$1q;
4369
+ options?: GenAIOptions$1u;
4370
4370
  }
4371
- interface GenAIOptions$1q {
4372
- safety_checks?: SafetyChecksOptions$1q;
4373
- drive?: DriveOptions$1q;
4371
+ interface GenAIOptions$1u {
4372
+ safety_checks?: SafetyChecksOptions$1u;
4373
+ drive?: DriveOptions$1u;
4374
4374
  }
4375
- interface SafetyChecksOptions$1q {
4375
+ interface SafetyChecksOptions$1u {
4376
4376
  enabled?: boolean;
4377
4377
  }
4378
- interface DriveOptions$1q {
4378
+ interface DriveOptions$1u {
4379
4379
  name: string;
4380
4380
  attributes?: Record<string, unknown>;
4381
- folder?: DriveFolderOptions$1q;
4381
+ folder?: DriveFolderOptions$1u;
4382
4382
  }
4383
- interface DriveFolderOptions$1q {
4383
+ interface DriveFolderOptions$1u {
4384
4384
  path?: string;
4385
4385
  id?: string;
4386
4386
  }
@@ -4403,21 +4403,21 @@ interface DubbingCommand {
4403
4403
  num_speakers?: number;
4404
4404
  watermark?: boolean;
4405
4405
  output_format?: "mp3_22050_32" | "mp3_44100_32" | "mp3_44100_64" | "mp3_44100_96" | "mp3_44100_128" | "mp3_44100_192" | "pcm_16000" | "pcm_22050" | "pcm_24000" | "pcm_44100" | "pcm_48000";
4406
- options?: GenAIOptions$1p;
4406
+ options?: GenAIOptions$1t;
4407
4407
  }
4408
- interface GenAIOptions$1p {
4409
- safety_checks?: SafetyChecksOptions$1p;
4410
- drive?: DriveOptions$1p;
4408
+ interface GenAIOptions$1t {
4409
+ safety_checks?: SafetyChecksOptions$1t;
4410
+ drive?: DriveOptions$1t;
4411
4411
  }
4412
- interface SafetyChecksOptions$1p {
4412
+ interface SafetyChecksOptions$1t {
4413
4413
  enabled?: boolean;
4414
4414
  }
4415
- interface DriveOptions$1p {
4415
+ interface DriveOptions$1t {
4416
4416
  name: string;
4417
4417
  attributes?: Record<string, unknown>;
4418
- folder?: DriveFolderOptions$1p;
4418
+ folder?: DriveFolderOptions$1t;
4419
4419
  }
4420
- interface DriveFolderOptions$1p {
4420
+ interface DriveFolderOptions$1t {
4421
4421
  path?: string;
4422
4422
  id?: string;
4423
4423
  }
@@ -4442,21 +4442,21 @@ interface VoiceRemixCommand {
4442
4442
  seed?: number;
4443
4443
  guidance_scale?: number;
4444
4444
  output_format?: "mp3_22050_32" | "mp3_44100_32" | "mp3_44100_64" | "mp3_44100_96" | "mp3_44100_128" | "mp3_44100_192" | "pcm_16000" | "pcm_22050" | "pcm_24000" | "pcm_44100" | "pcm_48000";
4445
- options?: GenAIOptions$1o;
4445
+ options?: GenAIOptions$1s;
4446
4446
  }
4447
- interface GenAIOptions$1o {
4448
- safety_checks?: SafetyChecksOptions$1o;
4449
- drive?: DriveOptions$1o;
4447
+ interface GenAIOptions$1s {
4448
+ safety_checks?: SafetyChecksOptions$1s;
4449
+ drive?: DriveOptions$1s;
4450
4450
  }
4451
- interface SafetyChecksOptions$1o {
4451
+ interface SafetyChecksOptions$1s {
4452
4452
  enabled?: boolean;
4453
4453
  }
4454
- interface DriveOptions$1o {
4454
+ interface DriveOptions$1s {
4455
4455
  name: string;
4456
4456
  attributes?: Record<string, unknown>;
4457
- folder?: DriveFolderOptions$1o;
4457
+ folder?: DriveFolderOptions$1s;
4458
4458
  }
4459
- interface DriveFolderOptions$1o {
4459
+ interface DriveFolderOptions$1s {
4460
4460
  path?: string;
4461
4461
  id?: string;
4462
4462
  }
@@ -4481,25 +4481,25 @@ interface TextToDialogueCommand {
4481
4481
  language_code?: string;
4482
4482
  seed?: number;
4483
4483
  output_format?: "mp3_22050_32" | "mp3_44100_32" | "mp3_44100_64" | "mp3_44100_96" | "mp3_44100_128" | "mp3_44100_192" | "pcm_16000" | "pcm_22050" | "pcm_24000" | "pcm_44100" | "pcm_48000";
4484
- options?: GenAIOptions$1n;
4484
+ options?: GenAIOptions$1r;
4485
4485
  }
4486
4486
  interface ConversationItem {
4487
4487
  voice_id: string;
4488
4488
  text: string;
4489
4489
  }
4490
- interface GenAIOptions$1n {
4491
- safety_checks?: SafetyChecksOptions$1n;
4492
- drive?: DriveOptions$1n;
4490
+ interface GenAIOptions$1r {
4491
+ safety_checks?: SafetyChecksOptions$1r;
4492
+ drive?: DriveOptions$1r;
4493
4493
  }
4494
- interface SafetyChecksOptions$1n {
4494
+ interface SafetyChecksOptions$1r {
4495
4495
  enabled?: boolean;
4496
4496
  }
4497
- interface DriveOptions$1n {
4497
+ interface DriveOptions$1r {
4498
4498
  name: string;
4499
4499
  attributes?: Record<string, unknown>;
4500
- folder?: DriveFolderOptions$1n;
4500
+ folder?: DriveFolderOptions$1r;
4501
4501
  }
4502
- interface DriveFolderOptions$1n {
4502
+ interface DriveFolderOptions$1r {
4503
4503
  path?: string;
4504
4504
  id?: string;
4505
4505
  }
@@ -4525,21 +4525,21 @@ interface VoiceDesignCommand {
4525
4525
  guidance_scale?: number;
4526
4526
  should_enhance?: boolean;
4527
4527
  output_format?: "mp3_22050_32" | "mp3_44100_32" | "mp3_44100_64" | "mp3_44100_96" | "mp3_44100_128" | "mp3_44100_192" | "pcm_16000" | "pcm_22050" | "pcm_24000" | "pcm_44100" | "pcm_48000";
4528
- options?: GenAIOptions$1m;
4528
+ options?: GenAIOptions$1q;
4529
4529
  }
4530
- interface GenAIOptions$1m {
4531
- safety_checks?: SafetyChecksOptions$1m;
4532
- drive?: DriveOptions$1m;
4530
+ interface GenAIOptions$1q {
4531
+ safety_checks?: SafetyChecksOptions$1q;
4532
+ drive?: DriveOptions$1q;
4533
4533
  }
4534
- interface SafetyChecksOptions$1m {
4534
+ interface SafetyChecksOptions$1q {
4535
4535
  enabled?: boolean;
4536
4536
  }
4537
- interface DriveOptions$1m {
4537
+ interface DriveOptions$1q {
4538
4538
  name: string;
4539
4539
  attributes?: Record<string, unknown>;
4540
- folder?: DriveFolderOptions$1m;
4540
+ folder?: DriveFolderOptions$1q;
4541
4541
  }
4542
- interface DriveFolderOptions$1m {
4542
+ interface DriveFolderOptions$1q {
4543
4543
  path?: string;
4544
4544
  id?: string;
4545
4545
  }
@@ -4569,21 +4569,21 @@ interface VoiceCreatePreviewsCommand {
4569
4569
  guidance_scale?: number;
4570
4570
  should_enhance?: boolean;
4571
4571
  output_format?: "mp3_22050_32" | "mp3_44100_32" | "mp3_44100_64" | "mp3_44100_96" | "mp3_44100_128" | "mp3_44100_192" | "pcm_16000" | "pcm_22050" | "pcm_24000" | "pcm_44100" | "pcm_48000";
4572
- options?: GenAIOptions$1l;
4572
+ options?: GenAIOptions$1p;
4573
4573
  }
4574
- interface GenAIOptions$1l {
4575
- safety_checks?: SafetyChecksOptions$1l;
4576
- drive?: DriveOptions$1l;
4574
+ interface GenAIOptions$1p {
4575
+ safety_checks?: SafetyChecksOptions$1p;
4576
+ drive?: DriveOptions$1p;
4577
4577
  }
4578
- interface SafetyChecksOptions$1l {
4578
+ interface SafetyChecksOptions$1p {
4579
4579
  enabled?: boolean;
4580
4580
  }
4581
- interface DriveOptions$1l {
4581
+ interface DriveOptions$1p {
4582
4582
  name: string;
4583
4583
  attributes?: Record<string, unknown>;
4584
- folder?: DriveFolderOptions$1l;
4584
+ folder?: DriveFolderOptions$1p;
4585
4585
  }
4586
- interface DriveFolderOptions$1l {
4586
+ interface DriveFolderOptions$1p {
4587
4587
  path?: string;
4588
4588
  id?: string;
4589
4589
  }
@@ -4615,21 +4615,21 @@ interface WanImageToVideoFirstFrameCommand {
4615
4615
  shot_type?: "single" | "multi";
4616
4616
  watermark?: boolean;
4617
4617
  seed?: number;
4618
- options?: GenAIOptions$1k;
4618
+ options?: GenAIOptions$1o;
4619
4619
  }
4620
- interface GenAIOptions$1k {
4621
- safety_checks?: SafetyChecksOptions$1k;
4622
- drive?: DriveOptions$1k;
4620
+ interface GenAIOptions$1o {
4621
+ safety_checks?: SafetyChecksOptions$1o;
4622
+ drive?: DriveOptions$1o;
4623
4623
  }
4624
- interface SafetyChecksOptions$1k {
4624
+ interface SafetyChecksOptions$1o {
4625
4625
  enabled?: boolean;
4626
4626
  }
4627
- interface DriveOptions$1k {
4627
+ interface DriveOptions$1o {
4628
4628
  name: string;
4629
4629
  attributes?: Record<string, unknown>;
4630
- folder?: DriveFolderOptions$1k;
4630
+ folder?: DriveFolderOptions$1o;
4631
4631
  }
4632
- interface DriveFolderOptions$1k {
4632
+ interface DriveFolderOptions$1o {
4633
4633
  path?: string;
4634
4634
  id?: string;
4635
4635
  }
@@ -4655,21 +4655,21 @@ interface WanTextToVideoCommand {
4655
4655
  shot_type?: "single" | "multi";
4656
4656
  watermark?: boolean;
4657
4657
  seed?: number;
4658
- options?: GenAIOptions$1j;
4658
+ options?: GenAIOptions$1n;
4659
4659
  }
4660
- interface GenAIOptions$1j {
4661
- safety_checks?: SafetyChecksOptions$1j;
4662
- drive?: DriveOptions$1j;
4660
+ interface GenAIOptions$1n {
4661
+ safety_checks?: SafetyChecksOptions$1n;
4662
+ drive?: DriveOptions$1n;
4663
4663
  }
4664
- interface SafetyChecksOptions$1j {
4664
+ interface SafetyChecksOptions$1n {
4665
4665
  enabled?: boolean;
4666
4666
  }
4667
- interface DriveOptions$1j {
4667
+ interface DriveOptions$1n {
4668
4668
  name: string;
4669
4669
  attributes?: Record<string, unknown>;
4670
- folder?: DriveFolderOptions$1j;
4670
+ folder?: DriveFolderOptions$1n;
4671
4671
  }
4672
- interface DriveFolderOptions$1j {
4672
+ interface DriveFolderOptions$1n {
4673
4673
  path?: string;
4674
4674
  id?: string;
4675
4675
  }
@@ -4694,21 +4694,21 @@ interface WanReferenceToVideoCommand {
4694
4694
  shot_type?: "single" | "multi";
4695
4695
  watermark?: boolean;
4696
4696
  seed?: number;
4697
- options?: GenAIOptions$1i;
4697
+ options?: GenAIOptions$1m;
4698
4698
  }
4699
- interface GenAIOptions$1i {
4700
- safety_checks?: SafetyChecksOptions$1i;
4701
- drive?: DriveOptions$1i;
4699
+ interface GenAIOptions$1m {
4700
+ safety_checks?: SafetyChecksOptions$1m;
4701
+ drive?: DriveOptions$1m;
4702
4702
  }
4703
- interface SafetyChecksOptions$1i {
4703
+ interface SafetyChecksOptions$1m {
4704
4704
  enabled?: boolean;
4705
4705
  }
4706
- interface DriveOptions$1i {
4706
+ interface DriveOptions$1m {
4707
4707
  name: string;
4708
4708
  attributes?: Record<string, unknown>;
4709
- folder?: DriveFolderOptions$1i;
4709
+ folder?: DriveFolderOptions$1m;
4710
4710
  }
4711
- interface DriveFolderOptions$1i {
4711
+ interface DriveFolderOptions$1m {
4712
4712
  path?: string;
4713
4713
  id?: string;
4714
4714
  }
@@ -4734,21 +4734,21 @@ interface WanImageToVideoFirstAndLastFramesCommand {
4734
4734
  prompt_extend?: boolean;
4735
4735
  watermark?: boolean;
4736
4736
  seed?: number;
4737
- options?: GenAIOptions$1h;
4737
+ options?: GenAIOptions$1l;
4738
4738
  }
4739
- interface GenAIOptions$1h {
4740
- safety_checks?: SafetyChecksOptions$1h;
4741
- drive?: DriveOptions$1h;
4739
+ interface GenAIOptions$1l {
4740
+ safety_checks?: SafetyChecksOptions$1l;
4741
+ drive?: DriveOptions$1l;
4742
4742
  }
4743
- interface SafetyChecksOptions$1h {
4743
+ interface SafetyChecksOptions$1l {
4744
4744
  enabled?: boolean;
4745
4745
  }
4746
- interface DriveOptions$1h {
4746
+ interface DriveOptions$1l {
4747
4747
  name: string;
4748
4748
  attributes?: Record<string, unknown>;
4749
- folder?: DriveFolderOptions$1h;
4749
+ folder?: DriveFolderOptions$1l;
4750
4750
  }
4751
- interface DriveFolderOptions$1h {
4751
+ interface DriveFolderOptions$1l {
4752
4752
  path?: string;
4753
4753
  id?: string;
4754
4754
  }
@@ -4826,7 +4826,7 @@ interface Lyria3MusicCommand {
4826
4826
  prompt: string;
4827
4827
  model?: Lyria3Models;
4828
4828
  image?: Lyria3ImageInput;
4829
- options?: GenAIOptions$1g;
4829
+ options?: GenAIOptions$1k;
4830
4830
  }
4831
4831
  type Lyria3Models = "lyria-3-clip-preview" | "lyria-3-pro-preview";
4832
4832
  interface Lyria3ImageInput {
@@ -4835,19 +4835,19 @@ interface Lyria3ImageInput {
4835
4835
  uri?: string;
4836
4836
  data?: string;
4837
4837
  }
4838
- interface GenAIOptions$1g {
4839
- safety_checks?: SafetyChecksOptions$1g;
4840
- drive?: DriveOptions$1g;
4838
+ interface GenAIOptions$1k {
4839
+ safety_checks?: SafetyChecksOptions$1k;
4840
+ drive?: DriveOptions$1k;
4841
4841
  }
4842
- interface SafetyChecksOptions$1g {
4842
+ interface SafetyChecksOptions$1k {
4843
4843
  enabled?: boolean;
4844
4844
  }
4845
- interface DriveOptions$1g {
4845
+ interface DriveOptions$1k {
4846
4846
  name: string;
4847
4847
  attributes?: Record<string, unknown>;
4848
- folder?: DriveFolderOptions$1g;
4848
+ folder?: DriveFolderOptions$1k;
4849
4849
  }
4850
- interface DriveFolderOptions$1g {
4850
+ interface DriveFolderOptions$1k {
4851
4851
  path?: string;
4852
4852
  id?: string;
4853
4853
  }
@@ -4875,21 +4875,21 @@ interface WanV2TextToVideoCommand {
4875
4875
  prompt_extend?: boolean;
4876
4876
  watermark?: boolean;
4877
4877
  seed?: number;
4878
- options?: GenAIOptions$1f;
4878
+ options?: GenAIOptions$1j;
4879
4879
  }
4880
- interface GenAIOptions$1f {
4881
- safety_checks?: SafetyChecksOptions$1f;
4882
- drive?: DriveOptions$1f;
4880
+ interface GenAIOptions$1j {
4881
+ safety_checks?: SafetyChecksOptions$1j;
4882
+ drive?: DriveOptions$1j;
4883
4883
  }
4884
- interface SafetyChecksOptions$1f {
4884
+ interface SafetyChecksOptions$1j {
4885
4885
  enabled?: boolean;
4886
4886
  }
4887
- interface DriveOptions$1f {
4887
+ interface DriveOptions$1j {
4888
4888
  name: string;
4889
4889
  attributes?: Record<string, unknown>;
4890
- folder?: DriveFolderOptions$1f;
4890
+ folder?: DriveFolderOptions$1j;
4891
4891
  }
4892
- interface DriveFolderOptions$1f {
4892
+ interface DriveFolderOptions$1j {
4893
4893
  path?: string;
4894
4894
  id?: string;
4895
4895
  }
@@ -4914,25 +4914,25 @@ interface WanV2ImageToVideoCommand {
4914
4914
  prompt_extend?: boolean;
4915
4915
  watermark?: boolean;
4916
4916
  seed?: number;
4917
- options?: GenAIOptions$1e;
4917
+ options?: GenAIOptions$1i;
4918
4918
  }
4919
4919
  interface WanV2I2VMediaItem {
4920
4920
  type: "first_frame" | "last_frame" | "driving_audio" | "first_clip";
4921
4921
  url: string;
4922
4922
  }
4923
- interface GenAIOptions$1e {
4924
- safety_checks?: SafetyChecksOptions$1e;
4925
- drive?: DriveOptions$1e;
4923
+ interface GenAIOptions$1i {
4924
+ safety_checks?: SafetyChecksOptions$1i;
4925
+ drive?: DriveOptions$1i;
4926
4926
  }
4927
- interface SafetyChecksOptions$1e {
4927
+ interface SafetyChecksOptions$1i {
4928
4928
  enabled?: boolean;
4929
4929
  }
4930
- interface DriveOptions$1e {
4930
+ interface DriveOptions$1i {
4931
4931
  name: string;
4932
4932
  attributes?: Record<string, unknown>;
4933
- folder?: DriveFolderOptions$1e;
4933
+ folder?: DriveFolderOptions$1i;
4934
4934
  }
4935
- interface DriveFolderOptions$1e {
4935
+ interface DriveFolderOptions$1i {
4936
4936
  path?: string;
4937
4937
  id?: string;
4938
4938
  }
@@ -4957,7 +4957,7 @@ interface WanV2ReferenceToVideoCommand {
4957
4957
  duration?: number;
4958
4958
  watermark?: boolean;
4959
4959
  seed?: number;
4960
- options?: GenAIOptions$1d;
4960
+ options?: GenAIOptions$1h;
4961
4961
  }
4962
4962
  interface WanV2R2VMediaItem {
4963
4963
  type: "reference_image" | "reference_video" | "first_frame";
@@ -4967,19 +4967,19 @@ interface WanV2R2VMediaItem {
4967
4967
  interface WanV2R2VVoiceReference {
4968
4968
  url: string;
4969
4969
  }
4970
- interface GenAIOptions$1d {
4971
- safety_checks?: SafetyChecksOptions$1d;
4972
- drive?: DriveOptions$1d;
4970
+ interface GenAIOptions$1h {
4971
+ safety_checks?: SafetyChecksOptions$1h;
4972
+ drive?: DriveOptions$1h;
4973
4973
  }
4974
- interface SafetyChecksOptions$1d {
4974
+ interface SafetyChecksOptions$1h {
4975
4975
  enabled?: boolean;
4976
4976
  }
4977
- interface DriveOptions$1d {
4977
+ interface DriveOptions$1h {
4978
4978
  name: string;
4979
4979
  attributes?: Record<string, unknown>;
4980
- folder?: DriveFolderOptions$1d;
4980
+ folder?: DriveFolderOptions$1h;
4981
4981
  }
4982
- interface DriveFolderOptions$1d {
4982
+ interface DriveFolderOptions$1h {
4983
4983
  path?: string;
4984
4984
  id?: string;
4985
4985
  }
@@ -5005,25 +5005,25 @@ interface WanV2VideoEditCommand {
5005
5005
  audio_setting?: "auto" | "origin";
5006
5006
  watermark?: boolean;
5007
5007
  seed?: number;
5008
- options?: GenAIOptions$1c;
5008
+ options?: GenAIOptions$1g;
5009
5009
  }
5010
5010
  interface WanV2VideoEditMediaItem {
5011
5011
  type: "video" | "reference_image";
5012
5012
  url: string;
5013
5013
  }
5014
- interface GenAIOptions$1c {
5015
- safety_checks?: SafetyChecksOptions$1c;
5016
- drive?: DriveOptions$1c;
5014
+ interface GenAIOptions$1g {
5015
+ safety_checks?: SafetyChecksOptions$1g;
5016
+ drive?: DriveOptions$1g;
5017
5017
  }
5018
- interface SafetyChecksOptions$1c {
5018
+ interface SafetyChecksOptions$1g {
5019
5019
  enabled?: boolean;
5020
5020
  }
5021
- interface DriveOptions$1c {
5021
+ interface DriveOptions$1g {
5022
5022
  name: string;
5023
5023
  attributes?: Record<string, unknown>;
5024
- folder?: DriveFolderOptions$1c;
5024
+ folder?: DriveFolderOptions$1g;
5025
5025
  }
5026
- interface DriveFolderOptions$1c {
5026
+ interface DriveFolderOptions$1g {
5027
5027
  path?: string;
5028
5028
  id?: string;
5029
5029
  }
@@ -5220,22 +5220,22 @@ interface FluxOutpaintingCommand {
5220
5220
  mode?: "fast" | "high";
5221
5221
  safetyTolerance?: number;
5222
5222
  outputFormat?: "jpeg" | "png";
5223
- options?: GenAIOptions$1b;
5223
+ options?: GenAIOptions$1f;
5224
5224
  }
5225
5225
  type FluxOutpaintingModel = "flux-tools/outpainting-v1" | "flux-tools/outpainting-v1-fast-private";
5226
- interface GenAIOptions$1b {
5227
- safety_checks?: SafetyChecksOptions$1b;
5228
- drive?: DriveOptions$1b;
5226
+ interface GenAIOptions$1f {
5227
+ safety_checks?: SafetyChecksOptions$1f;
5228
+ drive?: DriveOptions$1f;
5229
5229
  }
5230
- interface SafetyChecksOptions$1b {
5230
+ interface SafetyChecksOptions$1f {
5231
5231
  enabled?: boolean;
5232
5232
  }
5233
- interface DriveOptions$1b {
5233
+ interface DriveOptions$1f {
5234
5234
  name: string;
5235
5235
  attributes?: Record<string, unknown>;
5236
- folder?: DriveFolderOptions$1b;
5236
+ folder?: DriveFolderOptions$1f;
5237
5237
  }
5238
- interface DriveFolderOptions$1b {
5238
+ interface DriveFolderOptions$1f {
5239
5239
  path?: string;
5240
5240
  id?: string;
5241
5241
  }
@@ -5445,25 +5445,25 @@ interface TextToImageCommand$1 {
5445
5445
  promptText: string;
5446
5446
  ratio: "1920:1080" | "1080:1920" | "1024:1024" | "1360:768" | "1080:1080" | "1168:880" | "1440:1080" | "1080:1440" | "1808:768" | "2112:912";
5447
5447
  referenceImages?: ReferenceImage[];
5448
- options?: GenAIOptions$1a;
5448
+ options?: GenAIOptions$1e;
5449
5449
  }
5450
5450
  interface ReferenceImage {
5451
5451
  uri: string;
5452
5452
  tag?: string;
5453
5453
  }
5454
- interface GenAIOptions$1a {
5455
- safety_checks?: SafetyChecksOptions$1a;
5456
- drive?: DriveOptions$1a;
5454
+ interface GenAIOptions$1e {
5455
+ safety_checks?: SafetyChecksOptions$1e;
5456
+ drive?: DriveOptions$1e;
5457
5457
  }
5458
- interface SafetyChecksOptions$1a {
5458
+ interface SafetyChecksOptions$1e {
5459
5459
  enabled?: boolean;
5460
5460
  }
5461
- interface DriveOptions$1a {
5461
+ interface DriveOptions$1e {
5462
5462
  name: string;
5463
5463
  attributes?: Record<string, unknown>;
5464
- folder?: DriveFolderOptions$1a;
5464
+ folder?: DriveFolderOptions$1e;
5465
5465
  }
5466
- interface DriveFolderOptions$1a {
5466
+ interface DriveFolderOptions$1e {
5467
5467
  path?: string;
5468
5468
  id?: string;
5469
5469
  }
@@ -5486,7 +5486,7 @@ interface CharacterPerformanceCommand {
5486
5486
  expressionIntensity?: number;
5487
5487
  seed?: number;
5488
5488
  contentModeration?: ContentModeration$3;
5489
- options?: GenAIOptions$19;
5489
+ options?: GenAIOptions$1d;
5490
5490
  }
5491
5491
  interface MediaReference {
5492
5492
  type: "video" | "image";
@@ -5499,28 +5499,28 @@ interface VideoReference {
5499
5499
  interface ContentModeration$3 {
5500
5500
  publicFigureThreshold: "auto" | "low";
5501
5501
  }
5502
- interface GenAIOptions$19 {
5503
- safety_checks?: SafetyChecksOptions$19;
5504
- drive?: DriveOptions$19;
5502
+ interface GenAIOptions$1d {
5503
+ safety_checks?: SafetyChecksOptions$1d;
5504
+ drive?: DriveOptions$1d;
5505
5505
  }
5506
- interface SafetyChecksOptions$19 {
5506
+ interface SafetyChecksOptions$1d {
5507
5507
  enabled?: boolean;
5508
5508
  }
5509
- interface DriveOptions$19 {
5509
+ interface DriveOptions$1d {
5510
5510
  name: string;
5511
5511
  attributes?: Record<string, unknown>;
5512
- folder?: DriveFolderOptions$19;
5512
+ folder?: DriveFolderOptions$1d;
5513
5513
  }
5514
- interface DriveFolderOptions$19 {
5514
+ interface DriveFolderOptions$1d {
5515
5515
  path?: string;
5516
5516
  id?: string;
5517
5517
  }
5518
5518
  interface CharacterPerformanceResponse {
5519
5519
  id: string;
5520
5520
  status: "ACCEPTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED";
5521
- result: GeneratedVideoResult$5;
5521
+ result: GeneratedVideoResult$6;
5522
5522
  }
5523
- interface GeneratedVideoResult$5 {
5523
+ interface GeneratedVideoResult$6 {
5524
5524
  url: string;
5525
5525
  mimeType?: string;
5526
5526
  driveFile?: Record<string, unknown>;
@@ -5536,7 +5536,7 @@ interface VideoToVideoCommand {
5536
5536
  promptImage?: PromptImage$1[];
5537
5537
  contentModeration?: ContentModeration$2;
5538
5538
  transformVideo?: ContentModeration$2;
5539
- options?: GenAIOptions$18;
5539
+ options?: GenAIOptions$1c;
5540
5540
  }
5541
5541
  interface ImageReference {
5542
5542
  type: "image";
@@ -5552,28 +5552,28 @@ interface PromptImage$1 {
5552
5552
  interface ContentModeration$2 {
5553
5553
  publicFigureThreshold: "auto" | "low";
5554
5554
  }
5555
- interface GenAIOptions$18 {
5556
- safety_checks?: SafetyChecksOptions$18;
5557
- drive?: DriveOptions$18;
5555
+ interface GenAIOptions$1c {
5556
+ safety_checks?: SafetyChecksOptions$1c;
5557
+ drive?: DriveOptions$1c;
5558
5558
  }
5559
- interface SafetyChecksOptions$18 {
5559
+ interface SafetyChecksOptions$1c {
5560
5560
  enabled?: boolean;
5561
5561
  }
5562
- interface DriveOptions$18 {
5562
+ interface DriveOptions$1c {
5563
5563
  name: string;
5564
5564
  attributes?: Record<string, unknown>;
5565
- folder?: DriveFolderOptions$18;
5565
+ folder?: DriveFolderOptions$1c;
5566
5566
  }
5567
- interface DriveFolderOptions$18 {
5567
+ interface DriveFolderOptions$1c {
5568
5568
  path?: string;
5569
5569
  id?: string;
5570
5570
  }
5571
5571
  interface VideoToVideoResponse {
5572
5572
  id: string;
5573
5573
  status: "ACCEPTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED";
5574
- result: GeneratedVideoResult$4;
5574
+ result: GeneratedVideoResult$5;
5575
5575
  }
5576
- interface GeneratedVideoResult$4 {
5576
+ interface GeneratedVideoResult$5 {
5577
5577
  url: string;
5578
5578
  mimeType?: string;
5579
5579
  driveFile?: Record<string, unknown>;
@@ -5585,25 +5585,25 @@ interface ImageToVideoCommand$2 {
5585
5585
  duration: 5 | 8 | 10;
5586
5586
  seed?: number;
5587
5587
  contentModeration?: ContentModeration$1;
5588
- options?: GenAIOptions$17;
5588
+ options?: GenAIOptions$1b;
5589
5589
  promptImage: PromptImage[];
5590
5590
  }
5591
5591
  interface ContentModeration$1 {
5592
5592
  publicFigureThreshold: "auto" | "low";
5593
5593
  }
5594
- interface GenAIOptions$17 {
5595
- safety_checks?: SafetyChecksOptions$17;
5596
- drive?: DriveOptions$17;
5594
+ interface GenAIOptions$1b {
5595
+ safety_checks?: SafetyChecksOptions$1b;
5596
+ drive?: DriveOptions$1b;
5597
5597
  }
5598
- interface SafetyChecksOptions$17 {
5598
+ interface SafetyChecksOptions$1b {
5599
5599
  enabled?: boolean;
5600
5600
  }
5601
- interface DriveOptions$17 {
5601
+ interface DriveOptions$1b {
5602
5602
  name: string;
5603
5603
  attributes?: Record<string, unknown>;
5604
- folder?: DriveFolderOptions$17;
5604
+ folder?: DriveFolderOptions$1b;
5605
5605
  }
5606
- interface DriveFolderOptions$17 {
5606
+ interface DriveFolderOptions$1b {
5607
5607
  path?: string;
5608
5608
  id?: string;
5609
5609
  }
@@ -5614,9 +5614,9 @@ interface PromptImage {
5614
5614
  interface ImageToVideoResponse$2 {
5615
5615
  id: string;
5616
5616
  status: "ACCEPTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED";
5617
- result: GeneratedVideoResult$3;
5617
+ result: GeneratedVideoResult$4;
5618
5618
  }
5619
- interface GeneratedVideoResult$3 {
5619
+ interface GeneratedVideoResult$4 {
5620
5620
  url: string;
5621
5621
  mimeType?: string;
5622
5622
  driveFile?: Record<string, unknown>;
@@ -5628,33 +5628,33 @@ interface TextToVideoCommand$1 {
5628
5628
  duration: 5 | 8 | 10;
5629
5629
  seed?: number;
5630
5630
  contentModeration?: ContentModeration;
5631
- options?: GenAIOptions$16;
5631
+ options?: GenAIOptions$1a;
5632
5632
  }
5633
5633
  interface ContentModeration {
5634
5634
  publicFigureThreshold: "auto" | "low";
5635
5635
  }
5636
- interface GenAIOptions$16 {
5637
- safety_checks?: SafetyChecksOptions$16;
5638
- drive?: DriveOptions$16;
5636
+ interface GenAIOptions$1a {
5637
+ safety_checks?: SafetyChecksOptions$1a;
5638
+ drive?: DriveOptions$1a;
5639
5639
  }
5640
- interface SafetyChecksOptions$16 {
5640
+ interface SafetyChecksOptions$1a {
5641
5641
  enabled?: boolean;
5642
5642
  }
5643
- interface DriveOptions$16 {
5643
+ interface DriveOptions$1a {
5644
5644
  name: string;
5645
5645
  attributes?: Record<string, unknown>;
5646
- folder?: DriveFolderOptions$16;
5646
+ folder?: DriveFolderOptions$1a;
5647
5647
  }
5648
- interface DriveFolderOptions$16 {
5648
+ interface DriveFolderOptions$1a {
5649
5649
  path?: string;
5650
5650
  id?: string;
5651
5651
  }
5652
5652
  interface TextToVideoResponse$1 {
5653
5653
  id: string;
5654
5654
  status: "ACCEPTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED";
5655
- result: GeneratedVideoResult$2;
5655
+ result: GeneratedVideoResult$3;
5656
5656
  }
5657
- interface GeneratedVideoResult$2 {
5657
+ interface GeneratedVideoResult$3 {
5658
5658
  url: string;
5659
5659
  mimeType?: string;
5660
5660
  driveFile?: Record<string, unknown>;
@@ -5669,7 +5669,7 @@ interface ImageToVideoCommand$1 {
5669
5669
  callback_url?: string;
5670
5670
  resolution?: "540p" | "720p" | "1080p" | "4k";
5671
5671
  duration?: "5s" | "9s";
5672
- options?: GenAIOptions$15;
5672
+ options?: GenAIOptions$19;
5673
5673
  }
5674
5674
  interface Keyframes {
5675
5675
  frame0?: KeyframeImage;
@@ -5679,19 +5679,19 @@ interface KeyframeImage {
5679
5679
  type: string;
5680
5680
  url: string;
5681
5681
  }
5682
- interface GenAIOptions$15 {
5683
- safety_checks?: SafetyChecksOptions$15;
5684
- drive?: DriveOptions$15;
5682
+ interface GenAIOptions$19 {
5683
+ safety_checks?: SafetyChecksOptions$19;
5684
+ drive?: DriveOptions$19;
5685
5685
  }
5686
- interface SafetyChecksOptions$15 {
5686
+ interface SafetyChecksOptions$19 {
5687
5687
  enabled?: boolean;
5688
5688
  }
5689
- interface DriveOptions$15 {
5689
+ interface DriveOptions$19 {
5690
5690
  name: string;
5691
5691
  attributes?: Record<string, unknown>;
5692
- folder?: DriveFolderOptions$15;
5692
+ folder?: DriveFolderOptions$19;
5693
5693
  }
5694
- interface DriveFolderOptions$15 {
5694
+ interface DriveFolderOptions$19 {
5695
5695
  path?: string;
5696
5696
  id?: string;
5697
5697
  }
@@ -5721,24 +5721,24 @@ interface MediaReframeCommand {
5721
5721
  y_end?: number;
5722
5722
  format?: string;
5723
5723
  callback_url?: string;
5724
- options?: GenAIOptions$14;
5724
+ options?: GenAIOptions$18;
5725
5725
  }
5726
5726
  interface Media {
5727
5727
  url: string;
5728
5728
  }
5729
- interface GenAIOptions$14 {
5730
- safety_checks?: SafetyChecksOptions$14;
5731
- drive?: DriveOptions$14;
5729
+ interface GenAIOptions$18 {
5730
+ safety_checks?: SafetyChecksOptions$18;
5731
+ drive?: DriveOptions$18;
5732
5732
  }
5733
- interface SafetyChecksOptions$14 {
5733
+ interface SafetyChecksOptions$18 {
5734
5734
  enabled?: boolean;
5735
5735
  }
5736
- interface DriveOptions$14 {
5736
+ interface DriveOptions$18 {
5737
5737
  name: string;
5738
5738
  attributes?: Record<string, unknown>;
5739
- folder?: DriveFolderOptions$14;
5739
+ folder?: DriveFolderOptions$18;
5740
5740
  }
5741
- interface DriveFolderOptions$14 {
5741
+ interface DriveFolderOptions$18 {
5742
5742
  path?: string;
5743
5743
  id?: string;
5744
5744
  }
@@ -5767,7 +5767,7 @@ interface SeedreamCommand {
5767
5767
  response_format?: "url" | "b64_json";
5768
5768
  watermark?: boolean;
5769
5769
  optimize_prompt_options?: OptimizePromptOptions;
5770
- options?: GenAIOptions$13;
5770
+ options?: GenAIOptions$17;
5771
5771
  }
5772
5772
  type SeedreamModelAlias = "seedream_4_0" | "seedream_4_5" | "seedream_5_0_lite" | "seedream_5_0_pro";
5773
5773
  type SeedreamResolution = "1K" | "2K" | "3K" | "4K";
@@ -5781,19 +5781,19 @@ interface OptimizePromptOptions {
5781
5781
  }
5782
5782
  type OptimizePromptMode = "standard" | "fast";
5783
5783
  type OptimizePromptThinking = "enabled" | "disabled";
5784
- interface GenAIOptions$13 {
5785
- safety_checks?: SafetyChecksOptions$13;
5786
- drive?: DriveOptions$13;
5784
+ interface GenAIOptions$17 {
5785
+ safety_checks?: SafetyChecksOptions$17;
5786
+ drive?: DriveOptions$17;
5787
5787
  }
5788
- interface SafetyChecksOptions$13 {
5788
+ interface SafetyChecksOptions$17 {
5789
5789
  enabled?: boolean;
5790
5790
  }
5791
- interface DriveOptions$13 {
5791
+ interface DriveOptions$17 {
5792
5792
  name: string;
5793
5793
  attributes?: Record<string, unknown>;
5794
- folder?: DriveFolderOptions$13;
5794
+ folder?: DriveFolderOptions$17;
5795
5795
  }
5796
- interface DriveFolderOptions$13 {
5796
+ interface DriveFolderOptions$17 {
5797
5797
  path?: string;
5798
5798
  id?: string;
5799
5799
  }
@@ -5817,7 +5817,7 @@ interface SeedanceCommand {
5817
5817
  return_last_frame?: boolean;
5818
5818
  watermark?: boolean;
5819
5819
  camerafixed?: boolean;
5820
- options?: GenAIOptions$12;
5820
+ options?: GenAIOptions$16;
5821
5821
  }
5822
5822
  type SeedanceModelAlias = "seedance_1_0_pro" | "seedance_1_0_pro_fast" | "seedance_1_5_pro" | "seedance_2_0" | "seedance_2_0_fast" | "seedance_2_0_mini";
5823
5823
  interface ContentItem {
@@ -5841,26 +5841,26 @@ interface AudioUrl {
5841
5841
  type FrameRole = "first_frame" | "last_frame" | "reference_image" | "reference_video" | "reference_audio";
5842
5842
  type Resolution = "480p" | "720p" | "1080p" | "4k";
5843
5843
  type Ratio = "16:9" | "4:3" | "1:1" | "3:4" | "9:16" | "21:9" | "adaptive";
5844
- interface GenAIOptions$12 {
5845
- safety_checks?: SafetyChecksOptions$12;
5846
- drive?: DriveOptions$12;
5844
+ interface GenAIOptions$16 {
5845
+ safety_checks?: SafetyChecksOptions$16;
5846
+ drive?: DriveOptions$16;
5847
5847
  }
5848
- interface SafetyChecksOptions$12 {
5848
+ interface SafetyChecksOptions$16 {
5849
5849
  enabled?: boolean;
5850
5850
  }
5851
- interface DriveOptions$12 {
5851
+ interface DriveOptions$16 {
5852
5852
  name: string;
5853
5853
  attributes?: Record<string, unknown>;
5854
- folder?: DriveFolderOptions$12;
5854
+ folder?: DriveFolderOptions$16;
5855
5855
  }
5856
- interface DriveFolderOptions$12 {
5856
+ interface DriveFolderOptions$16 {
5857
5857
  path?: string;
5858
5858
  id?: string;
5859
5859
  }
5860
5860
  interface SeedanceResponse {
5861
- result: GeneratedVideoResult$1;
5861
+ result: GeneratedVideoResult$2;
5862
5862
  }
5863
- interface GeneratedVideoResult$1 {
5863
+ interface GeneratedVideoResult$2 {
5864
5864
  video_url: string;
5865
5865
  last_frame_url?: string;
5866
5866
  mimeType?: string;
@@ -5874,25 +5874,25 @@ interface RunwayImageToVideoCommand {
5874
5874
  promptText: string;
5875
5875
  duration?: 5 | 10;
5876
5876
  ratio: "1280:768" | "768:1280" | "1280:720" | "720:1280" | "1104:832" | "832:1104" | "960:960" | "1584:672";
5877
- options?: GenAIOptions$11;
5877
+ options?: GenAIOptions$15;
5878
5878
  }
5879
5879
  interface RunwayPromptImage {
5880
5880
  uri: string;
5881
5881
  position: "first" | "last";
5882
5882
  }
5883
- interface GenAIOptions$11 {
5884
- safety_checks?: SafetyChecksOptions$11;
5885
- drive?: DriveOptions$11;
5883
+ interface GenAIOptions$15 {
5884
+ safety_checks?: SafetyChecksOptions$15;
5885
+ drive?: DriveOptions$15;
5886
5886
  }
5887
- interface SafetyChecksOptions$11 {
5887
+ interface SafetyChecksOptions$15 {
5888
5888
  enabled?: boolean;
5889
5889
  }
5890
- interface DriveOptions$11 {
5890
+ interface DriveOptions$15 {
5891
5891
  name: string;
5892
5892
  attributes?: Record<string, unknown>;
5893
- folder?: DriveFolderOptions$11;
5893
+ folder?: DriveFolderOptions$15;
5894
5894
  }
5895
- interface DriveFolderOptions$11 {
5895
+ interface DriveFolderOptions$15 {
5896
5896
  path?: string;
5897
5897
  id?: string;
5898
5898
  }
@@ -5915,23 +5915,23 @@ interface PikaTextToVideoCommand {
5915
5915
  negativePrompt?: string;
5916
5916
  seed?: number;
5917
5917
  duration?: PikaDuration$3;
5918
- options?: GenAIOptions$10;
5918
+ options?: GenAIOptions$14;
5919
5919
  }
5920
5920
  type PikaResolution$3 = "720p" | "1080p";
5921
5921
  type PikaDuration$3 = "5" | "10";
5922
- interface GenAIOptions$10 {
5923
- safety_checks?: SafetyChecksOptions$10;
5924
- drive?: DriveOptions$10;
5922
+ interface GenAIOptions$14 {
5923
+ safety_checks?: SafetyChecksOptions$14;
5924
+ drive?: DriveOptions$14;
5925
5925
  }
5926
- interface SafetyChecksOptions$10 {
5926
+ interface SafetyChecksOptions$14 {
5927
5927
  enabled?: boolean;
5928
5928
  }
5929
- interface DriveOptions$10 {
5929
+ interface DriveOptions$14 {
5930
5930
  name: string;
5931
5931
  attributes?: Record<string, unknown>;
5932
- folder?: DriveFolderOptions$10;
5932
+ folder?: DriveFolderOptions$14;
5933
5933
  }
5934
- interface DriveFolderOptions$10 {
5934
+ interface DriveFolderOptions$14 {
5935
5935
  path?: string;
5936
5936
  id?: string;
5937
5937
  }
@@ -5953,23 +5953,23 @@ interface PikaImageToVideoCommand {
5953
5953
  negativePrompt?: string;
5954
5954
  seed?: number;
5955
5955
  duration?: PikaDuration$2;
5956
- options?: GenAIOptions$$;
5956
+ options?: GenAIOptions$13;
5957
5957
  }
5958
5958
  type PikaResolution$2 = "720p" | "1080p";
5959
5959
  type PikaDuration$2 = "5" | "10";
5960
- interface GenAIOptions$$ {
5961
- safety_checks?: SafetyChecksOptions$$;
5962
- drive?: DriveOptions$$;
5960
+ interface GenAIOptions$13 {
5961
+ safety_checks?: SafetyChecksOptions$13;
5962
+ drive?: DriveOptions$13;
5963
5963
  }
5964
- interface SafetyChecksOptions$$ {
5964
+ interface SafetyChecksOptions$13 {
5965
5965
  enabled?: boolean;
5966
5966
  }
5967
- interface DriveOptions$$ {
5967
+ interface DriveOptions$13 {
5968
5968
  name: string;
5969
5969
  attributes?: Record<string, unknown>;
5970
- folder?: DriveFolderOptions$$;
5970
+ folder?: DriveFolderOptions$13;
5971
5971
  }
5972
- interface DriveFolderOptions$$ {
5972
+ interface DriveFolderOptions$13 {
5973
5973
  path?: string;
5974
5974
  id?: string;
5975
5975
  }
@@ -5993,24 +5993,24 @@ interface PikaScenesCommand {
5993
5993
  seed?: number;
5994
5994
  ingredientsMode?: PikaIngredientsMode;
5995
5995
  duration?: PikaDuration$1;
5996
- options?: GenAIOptions$_;
5996
+ options?: GenAIOptions$12;
5997
5997
  }
5998
5998
  type PikaResolution$1 = "720p" | "1080p";
5999
5999
  type PikaIngredientsMode = "creative" | "precise";
6000
6000
  type PikaDuration$1 = "5" | "10";
6001
- interface GenAIOptions$_ {
6002
- safety_checks?: SafetyChecksOptions$_;
6003
- drive?: DriveOptions$_;
6001
+ interface GenAIOptions$12 {
6002
+ safety_checks?: SafetyChecksOptions$12;
6003
+ drive?: DriveOptions$12;
6004
6004
  }
6005
- interface SafetyChecksOptions$_ {
6005
+ interface SafetyChecksOptions$12 {
6006
6006
  enabled?: boolean;
6007
6007
  }
6008
- interface DriveOptions$_ {
6008
+ interface DriveOptions$12 {
6009
6009
  name: string;
6010
6010
  attributes?: Record<string, unknown>;
6011
- folder?: DriveFolderOptions$_;
6011
+ folder?: DriveFolderOptions$12;
6012
6012
  }
6013
- interface DriveFolderOptions$_ {
6013
+ interface DriveFolderOptions$12 {
6014
6014
  path?: string;
6015
6015
  id?: string;
6016
6016
  }
@@ -6033,23 +6033,23 @@ interface PikaFramesCommand {
6033
6033
  negativePrompt?: string;
6034
6034
  seed?: number;
6035
6035
  duration?: PikaDuration;
6036
- options?: GenAIOptions$Z;
6036
+ options?: GenAIOptions$11;
6037
6037
  }
6038
6038
  type PikaResolution = "720p" | "1080p";
6039
6039
  type PikaDuration = "5" | "10";
6040
- interface GenAIOptions$Z {
6041
- safety_checks?: SafetyChecksOptions$Z;
6042
- drive?: DriveOptions$Z;
6040
+ interface GenAIOptions$11 {
6041
+ safety_checks?: SafetyChecksOptions$11;
6042
+ drive?: DriveOptions$11;
6043
6043
  }
6044
- interface SafetyChecksOptions$Z {
6044
+ interface SafetyChecksOptions$11 {
6045
6045
  enabled?: boolean;
6046
6046
  }
6047
- interface DriveOptions$Z {
6047
+ interface DriveOptions$11 {
6048
6048
  name: string;
6049
6049
  attributes?: Record<string, unknown>;
6050
- folder?: DriveFolderOptions$Z;
6050
+ folder?: DriveFolderOptions$11;
6051
6051
  }
6052
- interface DriveFolderOptions$Z {
6052
+ interface DriveFolderOptions$11 {
6053
6053
  path?: string;
6054
6054
  id?: string;
6055
6055
  }
@@ -6078,7 +6078,7 @@ interface IdeogramV3GenerateCommand {
6078
6078
  num_images?: number;
6079
6079
  character_reference_images?: string[];
6080
6080
  character_reference_images_mask?: string;
6081
- options?: GenAIOptions$Y;
6081
+ options?: GenAIOptions$10;
6082
6082
  }
6083
6083
  type IdeogramMagicPromptEnum = "AUTO" | "ON" | "OFF";
6084
6084
  type IdeogramStyleTypes = "AUTO" | "GENERAL" | "REALISTIC" | "DESIGN" | "FICTION";
@@ -6089,19 +6089,19 @@ interface StorageParam$3 {
6089
6089
  destination: string;
6090
6090
  }
6091
6091
  type IdeogramRenderingSpeed$2 = "TURBO" | "DEFAULT" | "QUALITY" | "FLASH";
6092
- interface GenAIOptions$Y {
6093
- safety_checks?: SafetyChecksOptions$Y;
6094
- drive?: DriveOptions$Y;
6092
+ interface GenAIOptions$10 {
6093
+ safety_checks?: SafetyChecksOptions$10;
6094
+ drive?: DriveOptions$10;
6095
6095
  }
6096
- interface SafetyChecksOptions$Y {
6096
+ interface SafetyChecksOptions$10 {
6097
6097
  enabled?: boolean;
6098
6098
  }
6099
- interface DriveOptions$Y {
6099
+ interface DriveOptions$10 {
6100
6100
  name: string;
6101
6101
  attributes?: Record<string, unknown>;
6102
- folder?: DriveFolderOptions$Y;
6102
+ folder?: DriveFolderOptions$10;
6103
6103
  }
6104
- interface DriveFolderOptions$Y {
6104
+ interface DriveFolderOptions$10 {
6105
6105
  path?: string;
6106
6106
  id?: string;
6107
6107
  }
@@ -6135,7 +6135,7 @@ interface IdeogramV3EditCommand {
6135
6135
  color_palette?: ColorPalettesWithName$1;
6136
6136
  num_images?: number;
6137
6137
  storage?: StorageParam$2;
6138
- options?: GenAIOptions$X;
6138
+ options?: GenAIOptions$$;
6139
6139
  }
6140
6140
  type IdeogramRenderingSpeed$1 = "TURBO" | "DEFAULT" | "QUALITY" | "FLASH";
6141
6141
  interface ColorPalettesWithName$1 {
@@ -6144,19 +6144,19 @@ interface ColorPalettesWithName$1 {
6144
6144
  interface StorageParam$2 {
6145
6145
  destination: string;
6146
6146
  }
6147
- interface GenAIOptions$X {
6148
- safety_checks?: SafetyChecksOptions$X;
6149
- drive?: DriveOptions$X;
6147
+ interface GenAIOptions$$ {
6148
+ safety_checks?: SafetyChecksOptions$$;
6149
+ drive?: DriveOptions$$;
6150
6150
  }
6151
- interface SafetyChecksOptions$X {
6151
+ interface SafetyChecksOptions$$ {
6152
6152
  enabled?: boolean;
6153
6153
  }
6154
- interface DriveOptions$X {
6154
+ interface DriveOptions$$ {
6155
6155
  name: string;
6156
6156
  attributes?: Record<string, unknown>;
6157
- folder?: DriveFolderOptions$X;
6157
+ folder?: DriveFolderOptions$$;
6158
6158
  }
6159
- interface DriveFolderOptions$X {
6159
+ interface DriveFolderOptions$$ {
6160
6160
  path?: string;
6161
6161
  id?: string;
6162
6162
  }
@@ -6193,7 +6193,7 @@ interface IdeogramV3RemixCommand {
6193
6193
  num_images?: number;
6194
6194
  character_reference_images?: string[];
6195
6195
  character_reference_images_mask?: string;
6196
- options?: GenAIOptions$W;
6196
+ options?: GenAIOptions$_;
6197
6197
  }
6198
6198
  interface ColorPalettesWithName {
6199
6199
  name: string;
@@ -6202,19 +6202,19 @@ type IdeogramRenderingSpeed = "TURBO" | "DEFAULT" | "QUALITY" | "FLASH";
6202
6202
  interface StorageParam$1 {
6203
6203
  destination: string;
6204
6204
  }
6205
- interface GenAIOptions$W {
6206
- safety_checks?: SafetyChecksOptions$W;
6207
- drive?: DriveOptions$W;
6205
+ interface GenAIOptions$_ {
6206
+ safety_checks?: SafetyChecksOptions$_;
6207
+ drive?: DriveOptions$_;
6208
6208
  }
6209
- interface SafetyChecksOptions$W {
6209
+ interface SafetyChecksOptions$_ {
6210
6210
  enabled?: boolean;
6211
6211
  }
6212
- interface DriveOptions$W {
6212
+ interface DriveOptions$_ {
6213
6213
  name: string;
6214
6214
  attributes?: Record<string, unknown>;
6215
- folder?: DriveFolderOptions$W;
6215
+ folder?: DriveFolderOptions$_;
6216
6216
  }
6217
- interface DriveFolderOptions$W {
6217
+ interface DriveFolderOptions$_ {
6218
6218
  path?: string;
6219
6219
  id?: string;
6220
6220
  }
@@ -6483,7 +6483,7 @@ interface ChatCompletionsCommand {
6483
6483
  stop?: string | string[];
6484
6484
  tools?: ToolDefinition[];
6485
6485
  tool_choice?: Record<string, unknown>;
6486
- options?: GenAIOptions$V;
6486
+ options?: GenAIOptions$Z;
6487
6487
  }
6488
6488
  interface ChatMessage {
6489
6489
  role: "system" | "user" | "assistant" | "tool";
@@ -6511,19 +6511,19 @@ interface FunctionDefinition {
6511
6511
  parameters?: Record<string, unknown>;
6512
6512
  strict?: boolean;
6513
6513
  }
6514
- interface GenAIOptions$V {
6515
- safety_checks?: SafetyChecksOptions$V;
6516
- drive?: DriveOptions$V;
6514
+ interface GenAIOptions$Z {
6515
+ safety_checks?: SafetyChecksOptions$Z;
6516
+ drive?: DriveOptions$Z;
6517
6517
  }
6518
- interface SafetyChecksOptions$V {
6518
+ interface SafetyChecksOptions$Z {
6519
6519
  enabled?: boolean;
6520
6520
  }
6521
- interface DriveOptions$V {
6521
+ interface DriveOptions$Z {
6522
6522
  name: string;
6523
6523
  attributes?: Record<string, unknown>;
6524
- folder?: DriveFolderOptions$V;
6524
+ folder?: DriveFolderOptions$Z;
6525
6525
  }
6526
- interface DriveFolderOptions$V {
6526
+ interface DriveFolderOptions$Z {
6527
6527
  path?: string;
6528
6528
  id?: string;
6529
6529
  }
@@ -6563,26 +6563,26 @@ interface AvatarCreateCommand {
6563
6563
  startScript?: string;
6564
6564
  documentIds?: string[];
6565
6565
  imageProcessing?: "optimize" | "none";
6566
- options?: GenAIOptions$U;
6566
+ options?: GenAIOptions$Y;
6567
6567
  }
6568
6568
  interface AvatarVoiceInput {
6569
6569
  type: "runway-live-preset" | "custom";
6570
6570
  presetId?: "victoria" | "vincent" | "clara" | "drew" | "skye" | "max" | "morgan" | "felix" | "mia" | "marcus" | "summer" | "ruby" | "aurora" | "jasper" | "leo" | "adrian" | "nina" | "emma" | "blake" | "david" | "maya" | "nathan" | "sam" | "georgia" | "petra" | "adam" | "zach" | "violet" | "roman" | "luna";
6571
6571
  id?: string;
6572
6572
  }
6573
- interface GenAIOptions$U {
6574
- safety_checks?: SafetyChecksOptions$U;
6575
- drive?: DriveOptions$U;
6573
+ interface GenAIOptions$Y {
6574
+ safety_checks?: SafetyChecksOptions$Y;
6575
+ drive?: DriveOptions$Y;
6576
6576
  }
6577
- interface SafetyChecksOptions$U {
6577
+ interface SafetyChecksOptions$Y {
6578
6578
  enabled?: boolean;
6579
6579
  }
6580
- interface DriveOptions$U {
6580
+ interface DriveOptions$Y {
6581
6581
  name: string;
6582
6582
  attributes?: Record<string, unknown>;
6583
- folder?: DriveFolderOptions$U;
6583
+ folder?: DriveFolderOptions$Y;
6584
6584
  }
6585
- interface DriveFolderOptions$U {
6585
+ interface DriveFolderOptions$Y {
6586
6586
  path?: string;
6587
6587
  id?: string;
6588
6588
  }
@@ -6683,26 +6683,26 @@ interface AvatarUpdateCommand {
6683
6683
  startScript?: string;
6684
6684
  documentIds?: string[];
6685
6685
  imageProcessing?: "optimize" | "none";
6686
- options?: GenAIOptions$T;
6686
+ options?: GenAIOptions$X;
6687
6687
  }
6688
6688
  interface AvatarVoiceUpdateInput {
6689
6689
  type: "runway-live-preset" | "custom";
6690
6690
  presetId?: "victoria" | "vincent" | "clara" | "drew" | "skye" | "max" | "morgan" | "felix" | "mia" | "marcus" | "summer" | "ruby" | "aurora" | "jasper" | "leo" | "adrian" | "nina" | "emma" | "blake" | "david" | "maya" | "nathan" | "sam" | "georgia" | "petra" | "adam" | "zach" | "violet" | "roman" | "luna";
6691
6691
  id?: string;
6692
6692
  }
6693
- interface GenAIOptions$T {
6694
- safety_checks?: SafetyChecksOptions$T;
6695
- drive?: DriveOptions$T;
6693
+ interface GenAIOptions$X {
6694
+ safety_checks?: SafetyChecksOptions$X;
6695
+ drive?: DriveOptions$X;
6696
6696
  }
6697
- interface SafetyChecksOptions$T {
6697
+ interface SafetyChecksOptions$X {
6698
6698
  enabled?: boolean;
6699
6699
  }
6700
- interface DriveOptions$T {
6700
+ interface DriveOptions$X {
6701
6701
  name: string;
6702
6702
  attributes?: Record<string, unknown>;
6703
- folder?: DriveFolderOptions$T;
6703
+ folder?: DriveFolderOptions$X;
6704
6704
  }
6705
- interface DriveFolderOptions$T {
6705
+ interface DriveFolderOptions$X {
6706
6706
  path?: string;
6707
6707
  id?: string;
6708
6708
  }
@@ -6751,21 +6751,21 @@ interface RealtimeSessionCommand {
6751
6751
  avatarId?: string;
6752
6752
  personality?: string;
6753
6753
  startScript?: string;
6754
- options?: GenAIOptions$S;
6754
+ options?: GenAIOptions$W;
6755
6755
  }
6756
- interface GenAIOptions$S {
6757
- safety_checks?: SafetyChecksOptions$S;
6758
- drive?: DriveOptions$S;
6756
+ interface GenAIOptions$W {
6757
+ safety_checks?: SafetyChecksOptions$W;
6758
+ drive?: DriveOptions$W;
6759
6759
  }
6760
- interface SafetyChecksOptions$S {
6760
+ interface SafetyChecksOptions$W {
6761
6761
  enabled?: boolean;
6762
6762
  }
6763
- interface DriveOptions$S {
6763
+ interface DriveOptions$W {
6764
6764
  name: string;
6765
6765
  attributes?: Record<string, unknown>;
6766
- folder?: DriveFolderOptions$S;
6766
+ folder?: DriveFolderOptions$W;
6767
6767
  }
6768
- interface DriveFolderOptions$S {
6768
+ interface DriveFolderOptions$W {
6769
6769
  path?: string;
6770
6770
  id?: string;
6771
6771
  }
@@ -6788,35 +6788,35 @@ interface AvatarVideoCommand {
6788
6788
  text?: string;
6789
6789
  audio?: string;
6790
6790
  voice?: AvatarVideoVoiceInput;
6791
- options?: GenAIOptions$R;
6791
+ options?: GenAIOptions$V;
6792
6792
  }
6793
6793
  interface AvatarVideoVoiceInput {
6794
6794
  type: "preset" | "custom";
6795
6795
  presetId?: "victoria" | "vincent" | "clara" | "drew" | "skye" | "max" | "morgan" | "felix" | "mia" | "marcus" | "summer" | "ruby" | "aurora" | "jasper" | "leo" | "adrian" | "nina" | "emma" | "blake" | "david" | "maya" | "nathan" | "sam" | "georgia" | "petra" | "adam" | "zach" | "violet" | "roman" | "luna";
6796
6796
  id?: string;
6797
6797
  }
6798
- interface GenAIOptions$R {
6799
- safety_checks?: SafetyChecksOptions$R;
6800
- drive?: DriveOptions$R;
6798
+ interface GenAIOptions$V {
6799
+ safety_checks?: SafetyChecksOptions$V;
6800
+ drive?: DriveOptions$V;
6801
6801
  }
6802
- interface SafetyChecksOptions$R {
6802
+ interface SafetyChecksOptions$V {
6803
6803
  enabled?: boolean;
6804
6804
  }
6805
- interface DriveOptions$R {
6805
+ interface DriveOptions$V {
6806
6806
  name: string;
6807
6807
  attributes?: Record<string, unknown>;
6808
- folder?: DriveFolderOptions$R;
6808
+ folder?: DriveFolderOptions$V;
6809
6809
  }
6810
- interface DriveFolderOptions$R {
6810
+ interface DriveFolderOptions$V {
6811
6811
  path?: string;
6812
6812
  id?: string;
6813
6813
  }
6814
6814
  interface AvatarVideoResponse {
6815
6815
  id: string;
6816
6816
  status: "ACCEPTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED";
6817
- result: GeneratedVideoResult;
6817
+ result: GeneratedVideoResult$1;
6818
6818
  }
6819
- interface GeneratedVideoResult {
6819
+ interface GeneratedVideoResult$1 {
6820
6820
  url: string;
6821
6821
  mimeType?: string;
6822
6822
  driveFile?: Record<string, unknown>;
@@ -6832,25 +6832,25 @@ interface QwenImageEditCommand {
6832
6832
  drop_cond_tokens_prob?: number;
6833
6833
  seed?: number;
6834
6834
  output_format?: "JPEG" | "PNG" | "HEIC" | "WEBP";
6835
- options?: GenAIOptions$Q;
6835
+ options?: GenAIOptions$U;
6836
6836
  model?: string;
6837
6837
  num_inference_steps?: number;
6838
6838
  guidance_scale?: number;
6839
6839
  max_pixels?: number;
6840
6840
  }
6841
- interface GenAIOptions$Q {
6842
- safety_checks?: SafetyChecksOptions$Q;
6843
- drive?: DriveOptions$Q;
6841
+ interface GenAIOptions$U {
6842
+ safety_checks?: SafetyChecksOptions$U;
6843
+ drive?: DriveOptions$U;
6844
6844
  }
6845
- interface SafetyChecksOptions$Q {
6845
+ interface SafetyChecksOptions$U {
6846
6846
  enabled?: boolean;
6847
6847
  }
6848
- interface DriveOptions$Q {
6848
+ interface DriveOptions$U {
6849
6849
  name: string;
6850
6850
  attributes?: Record<string, unknown>;
6851
- folder?: DriveFolderOptions$Q;
6851
+ folder?: DriveFolderOptions$U;
6852
6852
  }
6853
- interface DriveFolderOptions$Q {
6853
+ interface DriveFolderOptions$U {
6854
6854
  path?: string;
6855
6855
  id?: string;
6856
6856
  }
@@ -6911,26 +6911,26 @@ interface XAiTtsCommand {
6911
6911
  language: string;
6912
6912
  voice_id?: string;
6913
6913
  output_format?: XAiTtsOutputFormat;
6914
- options?: GenAIOptions$P;
6914
+ options?: GenAIOptions$T;
6915
6915
  }
6916
6916
  interface XAiTtsOutputFormat {
6917
6917
  codec?: string;
6918
6918
  sample_rate?: number;
6919
6919
  bit_rate?: number;
6920
6920
  }
6921
- interface GenAIOptions$P {
6922
- safety_checks?: SafetyChecksOptions$P;
6923
- drive?: DriveOptions$P;
6921
+ interface GenAIOptions$T {
6922
+ safety_checks?: SafetyChecksOptions$T;
6923
+ drive?: DriveOptions$T;
6924
6924
  }
6925
- interface SafetyChecksOptions$P {
6925
+ interface SafetyChecksOptions$T {
6926
6926
  enabled?: boolean;
6927
6927
  }
6928
- interface DriveOptions$P {
6928
+ interface DriveOptions$T {
6929
6929
  name: string;
6930
6930
  attributes?: Record<string, unknown>;
6931
- folder?: DriveFolderOptions$P;
6931
+ folder?: DriveFolderOptions$T;
6932
6932
  }
6933
- interface DriveFolderOptions$P {
6933
+ interface DriveFolderOptions$T {
6934
6934
  path?: string;
6935
6935
  id?: string;
6936
6936
  }
@@ -6951,21 +6951,21 @@ interface XAiImagesGenerationsCommand {
6951
6951
  aspect_ratio?: "1:1" | "3:4" | "4:3" | "9:16" | "16:9" | "2:3" | "3:2" | "9:19.5" | "19.5:9" | "9:20" | "20:9" | "1:2" | "2:1" | "auto";
6952
6952
  n?: number;
6953
6953
  resolution?: "1k" | "2k";
6954
- options?: GenAIOptions$O;
6954
+ options?: GenAIOptions$S;
6955
6955
  }
6956
- interface GenAIOptions$O {
6957
- safety_checks?: SafetyChecksOptions$O;
6958
- drive?: DriveOptions$O;
6956
+ interface GenAIOptions$S {
6957
+ safety_checks?: SafetyChecksOptions$S;
6958
+ drive?: DriveOptions$S;
6959
6959
  }
6960
- interface SafetyChecksOptions$O {
6960
+ interface SafetyChecksOptions$S {
6961
6961
  enabled?: boolean;
6962
6962
  }
6963
- interface DriveOptions$O {
6963
+ interface DriveOptions$S {
6964
6964
  name: string;
6965
6965
  attributes?: Record<string, unknown>;
6966
- folder?: DriveFolderOptions$O;
6966
+ folder?: DriveFolderOptions$S;
6967
6967
  }
6968
- interface DriveFolderOptions$O {
6968
+ interface DriveFolderOptions$S {
6969
6969
  path?: string;
6970
6970
  id?: string;
6971
6971
  }
@@ -6992,24 +6992,24 @@ interface XAiImagesEditsCommand {
6992
6992
  model?: "grok-imagine-image" | "grok-imagine-image-quality";
6993
6993
  n?: number;
6994
6994
  resolution?: "1k" | "2k";
6995
- options?: GenAIOptions$N;
6995
+ options?: GenAIOptions$R;
6996
6996
  }
6997
6997
  interface XAiImageUrl$1 {
6998
6998
  url: string;
6999
6999
  }
7000
- interface GenAIOptions$N {
7001
- safety_checks?: SafetyChecksOptions$N;
7002
- drive?: DriveOptions$N;
7000
+ interface GenAIOptions$R {
7001
+ safety_checks?: SafetyChecksOptions$R;
7002
+ drive?: DriveOptions$R;
7003
7003
  }
7004
- interface SafetyChecksOptions$N {
7004
+ interface SafetyChecksOptions$R {
7005
7005
  enabled?: boolean;
7006
7006
  }
7007
- interface DriveOptions$N {
7007
+ interface DriveOptions$R {
7008
7008
  name: string;
7009
7009
  attributes?: Record<string, unknown>;
7010
- folder?: DriveFolderOptions$N;
7010
+ folder?: DriveFolderOptions$R;
7011
7011
  }
7012
- interface DriveFolderOptions$N {
7012
+ interface DriveFolderOptions$R {
7013
7013
  path?: string;
7014
7014
  id?: string;
7015
7015
  }
@@ -7037,24 +7037,24 @@ interface XAiVideosGenerationsCommand {
7037
7037
  duration?: number;
7038
7038
  resolution?: "480p" | "720p" | "1080p";
7039
7039
  size?: "848x480" | "1696x960" | "1280x720" | "1920x1080";
7040
- options?: GenAIOptions$M;
7040
+ options?: GenAIOptions$Q;
7041
7041
  }
7042
7042
  interface XAiImageUrl {
7043
7043
  url: string;
7044
7044
  }
7045
- interface GenAIOptions$M {
7046
- safety_checks?: SafetyChecksOptions$M;
7047
- drive?: DriveOptions$M;
7045
+ interface GenAIOptions$Q {
7046
+ safety_checks?: SafetyChecksOptions$Q;
7047
+ drive?: DriveOptions$Q;
7048
7048
  }
7049
- interface SafetyChecksOptions$M {
7049
+ interface SafetyChecksOptions$Q {
7050
7050
  enabled?: boolean;
7051
7051
  }
7052
- interface DriveOptions$M {
7052
+ interface DriveOptions$Q {
7053
7053
  name: string;
7054
7054
  attributes?: Record<string, unknown>;
7055
- folder?: DriveFolderOptions$M;
7055
+ folder?: DriveFolderOptions$Q;
7056
7056
  }
7057
- interface DriveFolderOptions$M {
7057
+ interface DriveFolderOptions$Q {
7058
7058
  path?: string;
7059
7059
  id?: string;
7060
7060
  }
@@ -7073,24 +7073,24 @@ interface XAiVideoGenerationResult$2 {
7073
7073
  interface XAiVideosEditsCommand {
7074
7074
  prompt: string;
7075
7075
  video: XAiVideoUrl$1;
7076
- options?: GenAIOptions$L;
7076
+ options?: GenAIOptions$P;
7077
7077
  }
7078
7078
  interface XAiVideoUrl$1 {
7079
7079
  url: string;
7080
7080
  }
7081
- interface GenAIOptions$L {
7082
- safety_checks?: SafetyChecksOptions$L;
7083
- drive?: DriveOptions$L;
7081
+ interface GenAIOptions$P {
7082
+ safety_checks?: SafetyChecksOptions$P;
7083
+ drive?: DriveOptions$P;
7084
7084
  }
7085
- interface SafetyChecksOptions$L {
7085
+ interface SafetyChecksOptions$P {
7086
7086
  enabled?: boolean;
7087
7087
  }
7088
- interface DriveOptions$L {
7088
+ interface DriveOptions$P {
7089
7089
  name: string;
7090
7090
  attributes?: Record<string, unknown>;
7091
- folder?: DriveFolderOptions$L;
7091
+ folder?: DriveFolderOptions$P;
7092
7092
  }
7093
- interface DriveFolderOptions$L {
7093
+ interface DriveFolderOptions$P {
7094
7094
  path?: string;
7095
7095
  id?: string;
7096
7096
  }
@@ -7110,24 +7110,24 @@ interface XAiVideosExtensionsCommand {
7110
7110
  prompt: string;
7111
7111
  video: XAiVideoUrl;
7112
7112
  duration?: number;
7113
- options?: GenAIOptions$K;
7113
+ options?: GenAIOptions$O;
7114
7114
  }
7115
7115
  interface XAiVideoUrl {
7116
7116
  url: string;
7117
7117
  }
7118
- interface GenAIOptions$K {
7119
- safety_checks?: SafetyChecksOptions$K;
7120
- drive?: DriveOptions$K;
7118
+ interface GenAIOptions$O {
7119
+ safety_checks?: SafetyChecksOptions$O;
7120
+ drive?: DriveOptions$O;
7121
7121
  }
7122
- interface SafetyChecksOptions$K {
7122
+ interface SafetyChecksOptions$O {
7123
7123
  enabled?: boolean;
7124
7124
  }
7125
- interface DriveOptions$K {
7125
+ interface DriveOptions$O {
7126
7126
  name: string;
7127
7127
  attributes?: Record<string, unknown>;
7128
- folder?: DriveFolderOptions$K;
7128
+ folder?: DriveFolderOptions$O;
7129
7129
  }
7130
- interface DriveFolderOptions$K {
7130
+ interface DriveFolderOptions$O {
7131
7131
  path?: string;
7132
7132
  id?: string;
7133
7133
  }
@@ -7150,21 +7150,21 @@ interface HappyhorseTextToVideoCommand {
7150
7150
  duration?: number;
7151
7151
  seed?: number;
7152
7152
  watermark?: boolean;
7153
- options?: GenAIOptions$J;
7153
+ options?: GenAIOptions$N;
7154
7154
  }
7155
- interface GenAIOptions$J {
7156
- safety_checks?: SafetyChecksOptions$J;
7157
- drive?: DriveOptions$J;
7155
+ interface GenAIOptions$N {
7156
+ safety_checks?: SafetyChecksOptions$N;
7157
+ drive?: DriveOptions$N;
7158
7158
  }
7159
- interface SafetyChecksOptions$J {
7159
+ interface SafetyChecksOptions$N {
7160
7160
  enabled?: boolean;
7161
7161
  }
7162
- interface DriveOptions$J {
7162
+ interface DriveOptions$N {
7163
7163
  name: string;
7164
7164
  attributes?: Record<string, unknown>;
7165
- folder?: DriveFolderOptions$J;
7165
+ folder?: DriveFolderOptions$N;
7166
7166
  }
7167
- interface DriveFolderOptions$J {
7167
+ interface DriveFolderOptions$N {
7168
7168
  path?: string;
7169
7169
  id?: string;
7170
7170
  }
@@ -7186,25 +7186,25 @@ interface HappyhorseImageToVideoCommand {
7186
7186
  duration?: number;
7187
7187
  seed?: number;
7188
7188
  watermark?: boolean;
7189
- options?: GenAIOptions$I;
7189
+ options?: GenAIOptions$M;
7190
7190
  }
7191
7191
  interface HappyhorseI2VMediaItem {
7192
7192
  type: "first_frame";
7193
7193
  url: string;
7194
7194
  }
7195
- interface GenAIOptions$I {
7196
- safety_checks?: SafetyChecksOptions$I;
7197
- drive?: DriveOptions$I;
7195
+ interface GenAIOptions$M {
7196
+ safety_checks?: SafetyChecksOptions$M;
7197
+ drive?: DriveOptions$M;
7198
7198
  }
7199
- interface SafetyChecksOptions$I {
7199
+ interface SafetyChecksOptions$M {
7200
7200
  enabled?: boolean;
7201
7201
  }
7202
- interface DriveOptions$I {
7202
+ interface DriveOptions$M {
7203
7203
  name: string;
7204
7204
  attributes?: Record<string, unknown>;
7205
- folder?: DriveFolderOptions$I;
7205
+ folder?: DriveFolderOptions$M;
7206
7206
  }
7207
- interface DriveFolderOptions$I {
7207
+ interface DriveFolderOptions$M {
7208
7208
  path?: string;
7209
7209
  id?: string;
7210
7210
  }
@@ -7226,7 +7226,7 @@ interface WhisperxVideoCaptionsCommand {
7226
7226
  alignment?: AlignmentOptions;
7227
7227
  diarization?: DiarizationOptions;
7228
7228
  output?: OutputOptions;
7229
- options?: GenAIOptions$H;
7229
+ options?: GenAIOptions$L;
7230
7230
  }
7231
7231
  interface WhisperParameters {
7232
7232
  language?: "en" | "es" | "fr" | "de" | "it" | "pt" | "nl" | "pl" | "ja" | "zh" | "ru";
@@ -7250,19 +7250,19 @@ interface OutputOptions {
7250
7250
  include_word_segments?: boolean;
7251
7251
  include_char_segments?: boolean;
7252
7252
  }
7253
- interface GenAIOptions$H {
7254
- safety_checks?: SafetyChecksOptions$H;
7255
- drive?: DriveOptions$H;
7253
+ interface GenAIOptions$L {
7254
+ safety_checks?: SafetyChecksOptions$L;
7255
+ drive?: DriveOptions$L;
7256
7256
  }
7257
- interface SafetyChecksOptions$H {
7257
+ interface SafetyChecksOptions$L {
7258
7258
  enabled?: boolean;
7259
7259
  }
7260
- interface DriveOptions$H {
7260
+ interface DriveOptions$L {
7261
7261
  name: string;
7262
7262
  attributes?: Record<string, unknown>;
7263
- folder?: DriveFolderOptions$H;
7263
+ folder?: DriveFolderOptions$L;
7264
7264
  }
7265
- interface DriveFolderOptions$H {
7265
+ interface DriveFolderOptions$L {
7266
7266
  path?: string;
7267
7267
  id?: string;
7268
7268
  }
@@ -7307,22 +7307,22 @@ interface QwenMakeupCommand {
7307
7307
  drop_cond_tokens_prob?: number;
7308
7308
  seed?: number;
7309
7309
  output_format?: "JPEG" | "PNG" | "HEIC" | "WEBP";
7310
- options?: GenAIOptions$G;
7310
+ options?: GenAIOptions$K;
7311
7311
  model?: "preview-model-qwent-image-edit-lightning-makeup" | "model-qwent-image-edit-lightning-makeup";
7312
7312
  }
7313
- interface GenAIOptions$G {
7314
- safety_checks?: SafetyChecksOptions$G;
7315
- drive?: DriveOptions$G;
7313
+ interface GenAIOptions$K {
7314
+ safety_checks?: SafetyChecksOptions$K;
7315
+ drive?: DriveOptions$K;
7316
7316
  }
7317
- interface SafetyChecksOptions$G {
7317
+ interface SafetyChecksOptions$K {
7318
7318
  enabled?: boolean;
7319
7319
  }
7320
- interface DriveOptions$G {
7320
+ interface DriveOptions$K {
7321
7321
  name: string;
7322
7322
  attributes?: Record<string, unknown>;
7323
- folder?: DriveFolderOptions$G;
7323
+ folder?: DriveFolderOptions$K;
7324
7324
  }
7325
- interface DriveFolderOptions$G {
7325
+ interface DriveFolderOptions$K {
7326
7326
  path?: string;
7327
7327
  id?: string;
7328
7328
  }
@@ -7345,21 +7345,21 @@ interface FluxTextToImageCommand {
7345
7345
  num_inference_steps?: number;
7346
7346
  seed?: number;
7347
7347
  model?: "preview-model-flux-2-klein-4B" | "model-flux-2-klein-4B";
7348
- options?: GenAIOptions$F;
7348
+ options?: GenAIOptions$J;
7349
7349
  }
7350
- interface GenAIOptions$F {
7351
- safety_checks?: SafetyChecksOptions$F;
7352
- drive?: DriveOptions$F;
7350
+ interface GenAIOptions$J {
7351
+ safety_checks?: SafetyChecksOptions$J;
7352
+ drive?: DriveOptions$J;
7353
7353
  }
7354
- interface SafetyChecksOptions$F {
7354
+ interface SafetyChecksOptions$J {
7355
7355
  enabled?: boolean;
7356
7356
  }
7357
- interface DriveOptions$F {
7357
+ interface DriveOptions$J {
7358
7358
  name: string;
7359
7359
  attributes?: Record<string, unknown>;
7360
- folder?: DriveFolderOptions$F;
7360
+ folder?: DriveFolderOptions$J;
7361
7361
  }
7362
- interface DriveFolderOptions$F {
7362
+ interface DriveFolderOptions$J {
7363
7363
  path?: string;
7364
7364
  id?: string;
7365
7365
  }
@@ -7381,7 +7381,7 @@ interface GeminiV3ImagesCommand {
7381
7381
  imageSize?: ImageResolution;
7382
7382
  model: GeminiImageModel;
7383
7383
  count?: number;
7384
- options?: GenAIOptions$E;
7384
+ options?: GenAIOptions$I;
7385
7385
  thinkingConfig?: ThinkingConfig;
7386
7386
  }
7387
7387
  interface GeminiImagePart {
@@ -7394,20 +7394,20 @@ interface PartInlineData {
7394
7394
  }
7395
7395
  type AspectRatio = "1:1" | "2:3" | "3:2" | "3:4" | "4:3" | "4:5" | "5:4" | "9:16" | "16:9" | "21:9" | "1:4" | "4:1" | "1:8" | "8:1";
7396
7396
  type ImageResolution = "0.5K" | "1K" | "2K" | "4K";
7397
- type GeminiImageModel = "gemini-2.5-flash-image" | "gemini-3-pro-image-preview" | "gemini-3.1-flash-image" | "gemini-3.1-flash-lite-image" | "gemini-3.1-flash-image-preview";
7398
- interface GenAIOptions$E {
7399
- safety_checks?: SafetyChecksOptions$E;
7400
- drive?: DriveOptions$E;
7397
+ type GeminiImageModel = "gemini-2.5-flash-image" | "gemini-3-pro-image" | "gemini-3-pro-image-preview" | "gemini-3.1-flash-image" | "gemini-3.1-flash-lite-image" | "gemini-3.1-flash-image-preview";
7398
+ interface GenAIOptions$I {
7399
+ safety_checks?: SafetyChecksOptions$I;
7400
+ drive?: DriveOptions$I;
7401
7401
  }
7402
- interface SafetyChecksOptions$E {
7402
+ interface SafetyChecksOptions$I {
7403
7403
  enabled?: boolean;
7404
7404
  }
7405
- interface DriveOptions$E {
7405
+ interface DriveOptions$I {
7406
7406
  name: string;
7407
7407
  attributes?: Record<string, unknown>;
7408
- folder?: DriveFolderOptions$E;
7408
+ folder?: DriveFolderOptions$I;
7409
7409
  }
7410
- interface DriveFolderOptions$E {
7410
+ interface DriveFolderOptions$I {
7411
7411
  path?: string;
7412
7412
  id?: string;
7413
7413
  }
@@ -7438,25 +7438,25 @@ interface HappyhorseReferenceToVideoCommand {
7438
7438
  duration?: number;
7439
7439
  seed?: number;
7440
7440
  watermark?: boolean;
7441
- options?: GenAIOptions$D;
7441
+ options?: GenAIOptions$H;
7442
7442
  }
7443
7443
  interface HappyhorseR2VMediaItem {
7444
7444
  type: "reference_image";
7445
7445
  url: string;
7446
7446
  }
7447
- interface GenAIOptions$D {
7448
- safety_checks?: SafetyChecksOptions$D;
7449
- drive?: DriveOptions$D;
7447
+ interface GenAIOptions$H {
7448
+ safety_checks?: SafetyChecksOptions$H;
7449
+ drive?: DriveOptions$H;
7450
7450
  }
7451
- interface SafetyChecksOptions$D {
7451
+ interface SafetyChecksOptions$H {
7452
7452
  enabled?: boolean;
7453
7453
  }
7454
- interface DriveOptions$D {
7454
+ interface DriveOptions$H {
7455
7455
  name: string;
7456
7456
  attributes?: Record<string, unknown>;
7457
- folder?: DriveFolderOptions$D;
7457
+ folder?: DriveFolderOptions$H;
7458
7458
  }
7459
- interface DriveFolderOptions$D {
7459
+ interface DriveFolderOptions$H {
7460
7460
  path?: string;
7461
7461
  id?: string;
7462
7462
  }
@@ -7478,25 +7478,25 @@ interface HappyhorseVideoEditCommand {
7478
7478
  audio_setting?: "auto" | "origin";
7479
7479
  seed?: number;
7480
7480
  watermark?: boolean;
7481
- options?: GenAIOptions$C;
7481
+ options?: GenAIOptions$G;
7482
7482
  }
7483
7483
  interface HappyhorseV2VMediaItem {
7484
7484
  type: "video" | "reference_image";
7485
7485
  url: string;
7486
7486
  }
7487
- interface GenAIOptions$C {
7488
- safety_checks?: SafetyChecksOptions$C;
7489
- drive?: DriveOptions$C;
7487
+ interface GenAIOptions$G {
7488
+ safety_checks?: SafetyChecksOptions$G;
7489
+ drive?: DriveOptions$G;
7490
7490
  }
7491
- interface SafetyChecksOptions$C {
7491
+ interface SafetyChecksOptions$G {
7492
7492
  enabled?: boolean;
7493
7493
  }
7494
- interface DriveOptions$C {
7494
+ interface DriveOptions$G {
7495
7495
  name: string;
7496
7496
  attributes?: Record<string, unknown>;
7497
- folder?: DriveFolderOptions$C;
7497
+ folder?: DriveFolderOptions$G;
7498
7498
  }
7499
- interface DriveFolderOptions$C {
7499
+ interface DriveFolderOptions$G {
7500
7500
  path?: string;
7501
7501
  id?: string;
7502
7502
  }
@@ -7521,22 +7521,22 @@ interface AiExpandCommand {
7521
7521
  negative_prompt?: string;
7522
7522
  upscale_num_timesteps?: number;
7523
7523
  upscale_noise_level?: number;
7524
- model?: "preview-model-simpleaiexpander-v1" | "model-simpleaiexpander-v1" | "preview-model-simpleaiexpander-v2" | "model-simpleaiexpander-v2";
7525
- options?: GenAIOptions$B;
7524
+ model?: "preview-model-simpleaiexpander-v1" | "model-simpleaiexpander-v1" | "preview-model-simpleaiexpander-v2" | "model-simpleaiexpander-v2" | "preview-model-simpleaiexpander-v2-1" | "model-simpleaiexpander-v2-1";
7525
+ options?: GenAIOptions$F;
7526
7526
  }
7527
- interface GenAIOptions$B {
7528
- safety_checks?: SafetyChecksOptions$B;
7529
- drive?: DriveOptions$B;
7527
+ interface GenAIOptions$F {
7528
+ safety_checks?: SafetyChecksOptions$F;
7529
+ drive?: DriveOptions$F;
7530
7530
  }
7531
- interface SafetyChecksOptions$B {
7531
+ interface SafetyChecksOptions$F {
7532
7532
  enabled?: boolean;
7533
7533
  }
7534
- interface DriveOptions$B {
7534
+ interface DriveOptions$F {
7535
7535
  name: string;
7536
7536
  attributes?: Record<string, unknown>;
7537
- folder?: DriveFolderOptions$B;
7537
+ folder?: DriveFolderOptions$F;
7538
7538
  }
7539
- interface DriveFolderOptions$B {
7539
+ interface DriveFolderOptions$F {
7540
7540
  path?: string;
7541
7541
  id?: string;
7542
7542
  }
@@ -7554,27 +7554,28 @@ interface AiExpandResultData {
7554
7554
  interface QwenTextToImageCommand {
7555
7555
  prompt: string;
7556
7556
  negative_prompt?: string;
7557
- model?: "qwen-image-2.0-pro" | "qwen-image-2.0-pro-2026-04-22";
7557
+ model?: "qwen-image-2.0-pro" | "qwen-image-2.0-pro-2026-04-22" | "qwen-image-3.0";
7558
7558
  size?: string;
7559
+ prompt_extend_mode?: "direct" | "agent";
7559
7560
  n?: number;
7560
7561
  prompt_extend?: boolean;
7561
7562
  watermark?: boolean;
7562
7563
  seed?: number;
7563
- options?: GenAIOptions$A;
7564
+ options?: GenAIOptions$E;
7564
7565
  }
7565
- interface GenAIOptions$A {
7566
- safety_checks?: SafetyChecksOptions$A;
7567
- drive?: DriveOptions$A;
7566
+ interface GenAIOptions$E {
7567
+ safety_checks?: SafetyChecksOptions$E;
7568
+ drive?: DriveOptions$E;
7568
7569
  }
7569
- interface SafetyChecksOptions$A {
7570
+ interface SafetyChecksOptions$E {
7570
7571
  enabled?: boolean;
7571
7572
  }
7572
- interface DriveOptions$A {
7573
+ interface DriveOptions$E {
7573
7574
  name: string;
7574
7575
  attributes?: Record<string, unknown>;
7575
- folder?: DriveFolderOptions$A;
7576
+ folder?: DriveFolderOptions$E;
7576
7577
  }
7577
- interface DriveFolderOptions$A {
7578
+ interface DriveFolderOptions$E {
7578
7579
  path?: string;
7579
7580
  id?: string;
7580
7581
  }
@@ -7595,28 +7596,29 @@ interface QwenTextToImageResultItem {
7595
7596
  interface QwenImageToImageCommand {
7596
7597
  prompt: string;
7597
7598
  image_urls: string[];
7599
+ prompt_extend_mode?: "direct" | "agent";
7598
7600
  negative_prompt?: string;
7599
- model?: "qwen-image-2.0-pro" | "qwen-image-2.0-pro-2026-04-22";
7601
+ model?: "qwen-image-2.0-pro" | "qwen-image-2.0-pro-2026-04-22" | "qwen-image-3.0";
7600
7602
  size?: string;
7601
7603
  n?: number;
7602
7604
  prompt_extend?: boolean;
7603
7605
  watermark?: boolean;
7604
7606
  seed?: number;
7605
- options?: GenAIOptions$z;
7607
+ options?: GenAIOptions$D;
7606
7608
  }
7607
- interface GenAIOptions$z {
7608
- safety_checks?: SafetyChecksOptions$z;
7609
- drive?: DriveOptions$z;
7609
+ interface GenAIOptions$D {
7610
+ safety_checks?: SafetyChecksOptions$D;
7611
+ drive?: DriveOptions$D;
7610
7612
  }
7611
- interface SafetyChecksOptions$z {
7613
+ interface SafetyChecksOptions$D {
7612
7614
  enabled?: boolean;
7613
7615
  }
7614
- interface DriveOptions$z {
7616
+ interface DriveOptions$D {
7615
7617
  name: string;
7616
7618
  attributes?: Record<string, unknown>;
7617
- folder?: DriveFolderOptions$z;
7619
+ folder?: DriveFolderOptions$D;
7618
7620
  }
7619
- interface DriveFolderOptions$z {
7621
+ interface DriveFolderOptions$D {
7620
7622
  path?: string;
7621
7623
  id?: string;
7622
7624
  }
@@ -7639,21 +7641,21 @@ interface GenfillV6InpaintCommand {
7639
7641
  mask: string;
7640
7642
  quality_jpg?: number;
7641
7643
  model?: "model-genfillv6" | "preview-model-genfillv6";
7642
- options?: GenAIOptions$y;
7644
+ options?: GenAIOptions$C;
7643
7645
  }
7644
- interface GenAIOptions$y {
7645
- safety_checks?: SafetyChecksOptions$y;
7646
- drive?: DriveOptions$y;
7646
+ interface GenAIOptions$C {
7647
+ safety_checks?: SafetyChecksOptions$C;
7648
+ drive?: DriveOptions$C;
7647
7649
  }
7648
- interface SafetyChecksOptions$y {
7650
+ interface SafetyChecksOptions$C {
7649
7651
  enabled?: boolean;
7650
7652
  }
7651
- interface DriveOptions$y {
7653
+ interface DriveOptions$C {
7652
7654
  name: string;
7653
7655
  attributes?: Record<string, unknown>;
7654
- folder?: DriveFolderOptions$y;
7656
+ folder?: DriveFolderOptions$C;
7655
7657
  }
7656
- interface DriveFolderOptions$y {
7658
+ interface DriveFolderOptions$C {
7657
7659
  path?: string;
7658
7660
  id?: string;
7659
7661
  }
@@ -7673,21 +7675,21 @@ interface FaceCorrectionCommand {
7673
7675
  types: ("blemish" | "eye-bag" | "face-smooth" | "wrinkle")[];
7674
7676
  restore_colors?: boolean;
7675
7677
  model?: "preview-model-face-correction-v1" | "model-face-correction-v1";
7676
- options?: GenAIOptions$x;
7678
+ options?: GenAIOptions$B;
7677
7679
  }
7678
- interface GenAIOptions$x {
7679
- safety_checks?: SafetyChecksOptions$x;
7680
- drive?: DriveOptions$x;
7680
+ interface GenAIOptions$B {
7681
+ safety_checks?: SafetyChecksOptions$B;
7682
+ drive?: DriveOptions$B;
7681
7683
  }
7682
- interface SafetyChecksOptions$x {
7684
+ interface SafetyChecksOptions$B {
7683
7685
  enabled?: boolean;
7684
7686
  }
7685
- interface DriveOptions$x {
7687
+ interface DriveOptions$B {
7686
7688
  name: string;
7687
7689
  attributes?: Record<string, unknown>;
7688
- folder?: DriveFolderOptions$x;
7690
+ folder?: DriveFolderOptions$B;
7689
7691
  }
7690
- interface DriveFolderOptions$x {
7692
+ interface DriveFolderOptions$B {
7691
7693
  path?: string;
7692
7694
  id?: string;
7693
7695
  }
@@ -7710,25 +7712,25 @@ interface TextToImageCommand {
7710
7712
  output_format?: "png" | "jpeg";
7711
7713
  image_ref?: LumaImageRef$1[];
7712
7714
  web_search?: boolean;
7713
- options?: GenAIOptions$w;
7715
+ options?: GenAIOptions$A;
7714
7716
  }
7715
7717
  interface LumaImageRef$1 {
7716
7718
  url?: string;
7717
7719
  data?: string;
7718
7720
  }
7719
- interface GenAIOptions$w {
7720
- safety_checks?: SafetyChecksOptions$w;
7721
- drive?: DriveOptions$w;
7721
+ interface GenAIOptions$A {
7722
+ safety_checks?: SafetyChecksOptions$A;
7723
+ drive?: DriveOptions$A;
7722
7724
  }
7723
- interface SafetyChecksOptions$w {
7725
+ interface SafetyChecksOptions$A {
7724
7726
  enabled?: boolean;
7725
7727
  }
7726
- interface DriveOptions$w {
7728
+ interface DriveOptions$A {
7727
7729
  name: string;
7728
7730
  attributes?: Record<string, unknown>;
7729
- folder?: DriveFolderOptions$w;
7731
+ folder?: DriveFolderOptions$A;
7730
7732
  }
7731
- interface DriveFolderOptions$w {
7733
+ interface DriveFolderOptions$A {
7732
7734
  path?: string;
7733
7735
  id?: string;
7734
7736
  }
@@ -7749,7 +7751,7 @@ interface ImageEditCommand {
7749
7751
  model?: "uni-1" | "uni-1-max";
7750
7752
  style?: "auto" | "manga";
7751
7753
  image_ref?: LumaImageRef[];
7752
- options?: GenAIOptions$v;
7754
+ options?: GenAIOptions$z;
7753
7755
  }
7754
7756
  interface Source {
7755
7757
  url?: string;
@@ -7761,19 +7763,19 @@ interface LumaImageRef {
7761
7763
  data?: string;
7762
7764
  media_type?: string;
7763
7765
  }
7764
- interface GenAIOptions$v {
7765
- safety_checks?: SafetyChecksOptions$v;
7766
- drive?: DriveOptions$v;
7766
+ interface GenAIOptions$z {
7767
+ safety_checks?: SafetyChecksOptions$z;
7768
+ drive?: DriveOptions$z;
7767
7769
  }
7768
- interface SafetyChecksOptions$v {
7770
+ interface SafetyChecksOptions$z {
7769
7771
  enabled?: boolean;
7770
7772
  }
7771
- interface DriveOptions$v {
7773
+ interface DriveOptions$z {
7772
7774
  name: string;
7773
7775
  attributes?: Record<string, unknown>;
7774
- folder?: DriveFolderOptions$v;
7776
+ folder?: DriveFolderOptions$z;
7775
7777
  }
7776
- interface DriveFolderOptions$v {
7778
+ interface DriveFolderOptions$z {
7777
7779
  path?: string;
7778
7780
  id?: string;
7779
7781
  }
@@ -7794,21 +7796,21 @@ interface QwenMultipatchEnhancementCommand {
7794
7796
  target_scale?: number;
7795
7797
  output_format?: "JPEG" | "PNG";
7796
7798
  model?: "qwen-multipatch-enhancement" | "preview-qwen-multipatch-enhancement";
7797
- options?: GenAIOptions$u;
7799
+ options?: GenAIOptions$y;
7798
7800
  }
7799
- interface GenAIOptions$u {
7800
- safety_checks?: SafetyChecksOptions$u;
7801
- drive?: DriveOptions$u;
7801
+ interface GenAIOptions$y {
7802
+ safety_checks?: SafetyChecksOptions$y;
7803
+ drive?: DriveOptions$y;
7802
7804
  }
7803
- interface SafetyChecksOptions$u {
7805
+ interface SafetyChecksOptions$y {
7804
7806
  enabled?: boolean;
7805
7807
  }
7806
- interface DriveOptions$u {
7808
+ interface DriveOptions$y {
7807
7809
  name: string;
7808
7810
  attributes?: Record<string, unknown>;
7809
- folder?: DriveFolderOptions$u;
7811
+ folder?: DriveFolderOptions$y;
7810
7812
  }
7811
- interface DriveFolderOptions$u {
7813
+ interface DriveFolderOptions$y {
7812
7814
  path?: string;
7813
7815
  id?: string;
7814
7816
  }
@@ -7831,25 +7833,25 @@ interface VideoSegmentationCommand {
7831
7833
  segment_ref_frames?: boolean;
7832
7834
  output_pixel_format?: "yuv444p" | "yuv420p";
7833
7835
  model?: "model-video-segmentation-stcn";
7834
- options?: GenAIOptions$t;
7836
+ options?: GenAIOptions$x;
7835
7837
  }
7836
7838
  interface ReferenceMask {
7837
7839
  frame_index: number;
7838
7840
  mask_url: string;
7839
7841
  }
7840
- interface GenAIOptions$t {
7841
- safety_checks?: SafetyChecksOptions$t;
7842
- drive?: DriveOptions$t;
7842
+ interface GenAIOptions$x {
7843
+ safety_checks?: SafetyChecksOptions$x;
7844
+ drive?: DriveOptions$x;
7843
7845
  }
7844
- interface SafetyChecksOptions$t {
7846
+ interface SafetyChecksOptions$x {
7845
7847
  enabled?: boolean;
7846
7848
  }
7847
- interface DriveOptions$t {
7849
+ interface DriveOptions$x {
7848
7850
  name: string;
7849
7851
  attributes?: Record<string, unknown>;
7850
- folder?: DriveFolderOptions$t;
7852
+ folder?: DriveFolderOptions$x;
7851
7853
  }
7852
- interface DriveFolderOptions$t {
7854
+ interface DriveFolderOptions$x {
7853
7855
  path?: string;
7854
7856
  id?: string;
7855
7857
  }
@@ -7868,22 +7870,22 @@ interface KlingVideoEffectsCommand {
7868
7870
  image?: string;
7869
7871
  images?: string[];
7870
7872
  effect_scene: KlingEffectScene;
7871
- options?: GenAIOptions$s;
7873
+ options?: GenAIOptions$w;
7872
7874
  }
7873
7875
  type KlingEffectScene = "korean_baseball" | "pet_skateboard" | "daily_ootd" | "tiny_beast_printer" | "landmark_reveal" | "winter_charm" | "flash_ride" | "maestro_of_magic" | "magic_carpet_ride" | "good_luck_spirit" | "shooting_star" | "sparkler_wand" | "sovereign_scepter" | "dirt_rush" | "return_of_the_king" | "dance_with_dragon" | "minimalist_light" | "martial_meow" | "sassy_shake" | "knock_at_a_door_revenge" | "palm_sized_figure_pro" | "prank_box" | "perler_beads" | "spring_bloom" | "toss_run" | "switch_to_silk" | "get_rich_quick" | "make_it_rain" | "twist_shake" | "the_hip_sway" | "send_my_love" | "funky_martian" | "wealth_drive" | "the_high_kick" | "the_exercise" | "lucky_veggie" | "studio_look" | "flash_drive" | "shush_my_dreams" | "french_elegance" | "finger_swipe" | "advent_of_flora" | "smooth_transition" | "kiss_pro" | "raid_check" | "snow_night_kiss" | "eternal_kiss" | "fortune_in_motion" | "chinese_trend" | "sedan_chair_dance" | "skyfall" | "good_luck_dance" | "laicai_dance" | "yangge_dance" | "color_mixing" | "palm_sized_figure" | "lantern_festival_cuju" | "unique_firework" | "unique_spring_couplets" | "horse_mask" | "fortune_knocks_cartoon" | "tangyuan_to_animal" | "hot_feet_dance" | "swag_dance" | "pigeon_dance" | "bloodline_dance" | "chanel_dance" | "cute_dance" | "love_theme_song" | "pumpitup_dance" | "city_to_village" | "fortune_god_transform" | "new_year_feast" | "ring_in_new" | "horse_year_firework" | "pet_vlogger" | "crystal_horse" | "lateral_shift_transition" | "drunk_dance" | "drunk_dance_pet" | "daoma_dance" | "bouncy_dance" | "smooth_sailing_dance" | "new_year_greeting" | "lion_dance" | "prosperity" | "great_success" | "golden_horse_fortune" | "red_packet_box" | "lucky_horse_year" | "lucky_red_packet" | "lucky_money_come" | "lion_dance_pet" | "dumpling_making_pet" | "fish_making_pet" | "pet_red_packet" | "lantern_glow" | "expression_challenge" | "overdrive" | "heart_gesture_dance" | "poping" | "martial_arts" | "running" | "nezha" | "motorcycle_dance" | "subject_3_dance" | "ghost_step_dance" | "phantom_jewel" | "zoom_out" | "cheers_2026" | "fight_pro" | "hug_pro" | "heart_gesture_pro" | "dollar_rain_pro" | "pet_bee_pro" | "countdown_teleport" | "santa_random_surprise" | "magic_match_tree" | "bullet_time_360" | "happy_birthday" | "birthday_star" | "thumbs_up_pro" | "tiger_hug_pro" | "pet_lion_pro" | "surprise_bouquet" | "bouquet_drop" | "3d_cartoon_1_pro" | "firework_2026" | "glamour_photo_shoot" | "box_of_joy" | "first_toast_of_the_year" | "my_santa_pic" | "santa_gift" | "steampunk_christmas" | "snowglobe" | "christmas_photo_shoot" | "ornament_crash" | "santa_express" | "instant_christmas" | "particle_santa_surround" | "coronation_of_frost" | "building_sweater" | "spark_in_the_snow" | "scarlet_and_snow" | "cozy_toon_wrap" | "bullet_time_lite" | "magic_cloak" | "balloon_parade" | "jumping_ginger_joy" | "bullet_time" | "c4d_cartoon_pro" | "pure_white_wings" | "black_wings" | "golden_wing" | "pink_pink_wings" | "venomous_spider" | "throne_of_king" | "luminous_elf" | "woodland_elf" | "japanese_anime_1" | "american_comics" | "guardian_spirit" | "swish_swish" | "snowboarding" | "witch_transform" | "vampire_transform" | "pumpkin_head_transform" | "demon_transform" | "mummy_transform" | "zombie_transform" | "cute_pumpkin_transform" | "cute_ghost_transform" | "knock_knock_halloween" | "halloween_escape" | "baseball" | "inner_voice" | "a_list_look" | "memory_alive" | "trampoline" | "trampoline_night" | "pucker_up" | "guess_what" | "feed_mooncake" | "rampage_ape" | "flyer" | "dishwasher" | "pet_chinese_opera" | "magic_fireball" | "gallery_ring" | "pet_moto_rider" | "muscle_pet" | "squeeze_scream" | "pet_delivery" | "running_man" | "disappear" | "mythic_style" | "steampunk" | "3d_cartoon_2" | "eagle_snatch" | "hug_from_past" | "firework" | "media_interview" | "pet_chef" | "santa_gifts" | "santa_hug" | "heart_gesture_1" | "pet_wizard" | "smoke_smoke" | "instant_kid" | "dollar_rain" | "cry_cry" | "building_collapse" | "gun_shot" | "mushroom" | "double_gun" | "pet_warrior" | "lightning_power" | "jesus_hug" | "shark_alert" | "long_hair" | "lie_flat" | "polar_bear_hug" | "brown_bear_hug" | "jazz_jazz" | "office_escape_plow" | "fly_fly" | "watermelon_bomb" | "pet_dance" | "boss_coming" | "wool_curly" | "pet_bee" | "marry_me" | "swing_swing" | "day_to_night" | "piggy_morph" | "wig_out" | "car_explosion" | "ski_ski" | "siblings" | "construction_worker" | "let's_ride" | "snatched" | "magic_broom" | "felt_felt" | "jumpdrop" | "surfsurf" | "fairy_wing" | "angel_wing" | "dark_wing" | "skateskate" | "plushcut" | "jelly_press" | "jelly_slice" | "jelly_squish" | "jelly_jiggle" | "pixelpixel" | "yearbook" | "instant_film" | "anime_figure" | "rocketrocket" | "bloombloom" | "dizzydizzy" | "fuzzyfuzzy" | "squish" | "expansion" | "emoji" | "tennis_trend" | "football_live" | "f1_live" | "whirling_beverage" | "spielberg_transition";
7874
- interface GenAIOptions$s {
7875
- safety_checks?: SafetyChecksOptions$s;
7876
- drive?: DriveOptions$s;
7876
+ interface GenAIOptions$w {
7877
+ safety_checks?: SafetyChecksOptions$w;
7878
+ drive?: DriveOptions$w;
7877
7879
  }
7878
- interface SafetyChecksOptions$s {
7880
+ interface SafetyChecksOptions$w {
7879
7881
  enabled?: boolean;
7880
7882
  }
7881
- interface DriveOptions$s {
7883
+ interface DriveOptions$w {
7882
7884
  name: string;
7883
7885
  attributes?: Record<string, unknown>;
7884
- folder?: DriveFolderOptions$s;
7886
+ folder?: DriveFolderOptions$w;
7885
7887
  }
7886
- interface DriveFolderOptions$s {
7888
+ interface DriveFolderOptions$w {
7887
7889
  path?: string;
7888
7890
  id?: string;
7889
7891
  }
@@ -7904,21 +7906,21 @@ interface SanaSprintCommand {
7904
7906
  guidance_scale?: number;
7905
7907
  width?: number;
7906
7908
  height?: number;
7907
- options?: GenAIOptions$r;
7909
+ options?: GenAIOptions$v;
7908
7910
  }
7909
- interface GenAIOptions$r {
7910
- safety_checks?: SafetyChecksOptions$r;
7911
- drive?: DriveOptions$r;
7911
+ interface GenAIOptions$v {
7912
+ safety_checks?: SafetyChecksOptions$v;
7913
+ drive?: DriveOptions$v;
7912
7914
  }
7913
- interface SafetyChecksOptions$r {
7915
+ interface SafetyChecksOptions$v {
7914
7916
  enabled?: boolean;
7915
7917
  }
7916
- interface DriveOptions$r {
7918
+ interface DriveOptions$v {
7917
7919
  name: string;
7918
7920
  attributes?: Record<string, unknown>;
7919
- folder?: DriveFolderOptions$r;
7921
+ folder?: DriveFolderOptions$v;
7920
7922
  }
7921
- interface DriveFolderOptions$r {
7923
+ interface DriveFolderOptions$v {
7922
7924
  path?: string;
7923
7925
  id?: string;
7924
7926
  }
@@ -7938,21 +7940,21 @@ interface VideoInpaintingCommand {
7938
7940
  mask_url: string;
7939
7941
  preserve_format?: boolean;
7940
7942
  model?: "model-video-inpainting" | "preview-model-video-inpainting";
7941
- options?: GenAIOptions$q;
7943
+ options?: GenAIOptions$u;
7942
7944
  }
7943
- interface GenAIOptions$q {
7944
- safety_checks?: SafetyChecksOptions$q;
7945
- drive?: DriveOptions$q;
7945
+ interface GenAIOptions$u {
7946
+ safety_checks?: SafetyChecksOptions$u;
7947
+ drive?: DriveOptions$u;
7946
7948
  }
7947
- interface SafetyChecksOptions$q {
7949
+ interface SafetyChecksOptions$u {
7948
7950
  enabled?: boolean;
7949
7951
  }
7950
- interface DriveOptions$q {
7952
+ interface DriveOptions$u {
7951
7953
  name: string;
7952
7954
  attributes?: Record<string, unknown>;
7953
- folder?: DriveFolderOptions$q;
7955
+ folder?: DriveFolderOptions$u;
7954
7956
  }
7955
- interface DriveFolderOptions$q {
7957
+ interface DriveFolderOptions$u {
7956
7958
  path?: string;
7957
7959
  id?: string;
7958
7960
  }
@@ -7974,25 +7976,25 @@ interface IdeogramV4GenerateCommand {
7974
7976
  rendering_speed?: IdeogramV4RenderingSpeed;
7975
7977
  enable_copyright_detection?: boolean;
7976
7978
  storage?: StorageParam;
7977
- options?: GenAIOptions$p;
7979
+ options?: GenAIOptions$t;
7978
7980
  }
7979
7981
  type IdeogramV4RenderingSpeed = "TURBO" | "DEFAULT" | "QUALITY";
7980
7982
  interface StorageParam {
7981
7983
  destination: string;
7982
7984
  }
7983
- interface GenAIOptions$p {
7984
- safety_checks?: SafetyChecksOptions$p;
7985
- drive?: DriveOptions$p;
7985
+ interface GenAIOptions$t {
7986
+ safety_checks?: SafetyChecksOptions$t;
7987
+ drive?: DriveOptions$t;
7986
7988
  }
7987
- interface SafetyChecksOptions$p {
7989
+ interface SafetyChecksOptions$t {
7988
7990
  enabled?: boolean;
7989
7991
  }
7990
- interface DriveOptions$p {
7992
+ interface DriveOptions$t {
7991
7993
  name: string;
7992
7994
  attributes?: Record<string, unknown>;
7993
- folder?: DriveFolderOptions$p;
7995
+ folder?: DriveFolderOptions$t;
7994
7996
  }
7995
- interface DriveFolderOptions$p {
7997
+ interface DriveFolderOptions$t {
7996
7998
  path?: string;
7997
7999
  id?: string;
7998
8000
  }
@@ -8022,7 +8024,7 @@ interface GeminiOmniVideoGenCommand {
8022
8024
  durationSeconds?: number;
8023
8025
  aspectRatio?: "16:9" | "9:16";
8024
8026
  model?: "gemini-omni-flash-preview";
8025
- options?: GenAIOptions$o;
8027
+ options?: GenAIOptions$s;
8026
8028
  }
8027
8029
  interface GeminiOmniImage {
8028
8030
  url?: string;
@@ -8033,19 +8035,19 @@ interface GeminiOmniVideo {
8033
8035
  url?: string;
8034
8036
  bytesBase64Encoded?: string;
8035
8037
  }
8036
- interface GenAIOptions$o {
8037
- safety_checks?: SafetyChecksOptions$o;
8038
- drive?: DriveOptions$o;
8038
+ interface GenAIOptions$s {
8039
+ safety_checks?: SafetyChecksOptions$s;
8040
+ drive?: DriveOptions$s;
8039
8041
  }
8040
- interface SafetyChecksOptions$o {
8042
+ interface SafetyChecksOptions$s {
8041
8043
  enabled?: boolean;
8042
8044
  }
8043
- interface DriveOptions$o {
8045
+ interface DriveOptions$s {
8044
8046
  name: string;
8045
8047
  attributes?: Record<string, unknown>;
8046
- folder?: DriveFolderOptions$o;
8048
+ folder?: DriveFolderOptions$s;
8047
8049
  }
8048
- interface DriveFolderOptions$o {
8050
+ interface DriveFolderOptions$s {
8049
8051
  path?: string;
8050
8052
  id?: string;
8051
8053
  }
@@ -8079,21 +8081,21 @@ interface TextToVideoCommand {
8079
8081
  lip_sync_switch?: boolean;
8080
8082
  lip_sync_tts_content?: string;
8081
8083
  lip_sync_tts_speaker_id?: string;
8082
- options?: GenAIOptions$n;
8084
+ options?: GenAIOptions$r;
8083
8085
  }
8084
- interface GenAIOptions$n {
8085
- safety_checks?: SafetyChecksOptions$n;
8086
- drive?: DriveOptions$n;
8086
+ interface GenAIOptions$r {
8087
+ safety_checks?: SafetyChecksOptions$r;
8088
+ drive?: DriveOptions$r;
8087
8089
  }
8088
- interface SafetyChecksOptions$n {
8090
+ interface SafetyChecksOptions$r {
8089
8091
  enabled?: boolean;
8090
8092
  }
8091
- interface DriveOptions$n {
8093
+ interface DriveOptions$r {
8092
8094
  name: string;
8093
8095
  attributes?: Record<string, unknown>;
8094
- folder?: DriveFolderOptions$n;
8096
+ folder?: DriveFolderOptions$r;
8095
8097
  }
8096
- interface DriveFolderOptions$n {
8098
+ interface DriveFolderOptions$r {
8097
8099
  path?: string;
8098
8100
  id?: string;
8099
8101
  }
@@ -8104,6 +8106,8 @@ interface TextToVideoResponse {
8104
8106
  }
8105
8107
  interface TextToVideoResult {
8106
8108
  url: string;
8109
+ mimeType?: string;
8110
+ driveFile?: Record<string, unknown>;
8107
8111
  }
8108
8112
 
8109
8113
  interface ImageToVideoCommand {
@@ -8125,21 +8129,21 @@ interface ImageToVideoCommand {
8125
8129
  lip_sync_switch?: boolean;
8126
8130
  lip_sync_tts_content?: string;
8127
8131
  lip_sync_tts_speaker_id?: string;
8128
- options?: GenAIOptions$m;
8132
+ options?: GenAIOptions$q;
8129
8133
  }
8130
- interface GenAIOptions$m {
8131
- safety_checks?: SafetyChecksOptions$m;
8132
- drive?: DriveOptions$m;
8134
+ interface GenAIOptions$q {
8135
+ safety_checks?: SafetyChecksOptions$q;
8136
+ drive?: DriveOptions$q;
8133
8137
  }
8134
- interface SafetyChecksOptions$m {
8138
+ interface SafetyChecksOptions$q {
8135
8139
  enabled?: boolean;
8136
8140
  }
8137
- interface DriveOptions$m {
8141
+ interface DriveOptions$q {
8138
8142
  name: string;
8139
8143
  attributes?: Record<string, unknown>;
8140
- folder?: DriveFolderOptions$m;
8144
+ folder?: DriveFolderOptions$q;
8141
8145
  }
8142
- interface DriveFolderOptions$m {
8146
+ interface DriveFolderOptions$q {
8143
8147
  path?: string;
8144
8148
  id?: string;
8145
8149
  }
@@ -8150,6 +8154,8 @@ interface ImageToVideoResponse {
8150
8154
  }
8151
8155
  interface ImageToVideoResult {
8152
8156
  url: string;
8157
+ mimeType?: string;
8158
+ driveFile?: Record<string, unknown>;
8153
8159
  }
8154
8160
 
8155
8161
  interface ReferenceToVideoCommand {
@@ -8161,26 +8167,26 @@ interface ReferenceToVideoCommand {
8161
8167
  duration: number;
8162
8168
  seed?: number;
8163
8169
  generate_audio_switch?: boolean;
8164
- options?: GenAIOptions$l;
8170
+ options?: GenAIOptions$p;
8165
8171
  }
8166
8172
  interface ReferenceImageItem {
8167
8173
  url: string;
8168
8174
  type?: "subject" | "background";
8169
8175
  ref_name?: string;
8170
8176
  }
8171
- interface GenAIOptions$l {
8172
- safety_checks?: SafetyChecksOptions$l;
8173
- drive?: DriveOptions$l;
8177
+ interface GenAIOptions$p {
8178
+ safety_checks?: SafetyChecksOptions$p;
8179
+ drive?: DriveOptions$p;
8174
8180
  }
8175
- interface SafetyChecksOptions$l {
8181
+ interface SafetyChecksOptions$p {
8176
8182
  enabled?: boolean;
8177
8183
  }
8178
- interface DriveOptions$l {
8184
+ interface DriveOptions$p {
8179
8185
  name: string;
8180
8186
  attributes?: Record<string, unknown>;
8181
- folder?: DriveFolderOptions$l;
8187
+ folder?: DriveFolderOptions$p;
8182
8188
  }
8183
- interface DriveFolderOptions$l {
8189
+ interface DriveFolderOptions$p {
8184
8190
  path?: string;
8185
8191
  id?: string;
8186
8192
  }
@@ -8191,6 +8197,8 @@ interface ReferenceToVideoResponse {
8191
8197
  }
8192
8198
  interface ReferenceToVideoResult {
8193
8199
  url: string;
8200
+ mimeType?: string;
8201
+ driveFile?: Record<string, unknown>;
8194
8202
  }
8195
8203
 
8196
8204
  interface FontSimilaritySearchCommand {
@@ -8199,21 +8207,21 @@ interface FontSimilaritySearchCommand {
8199
8207
  font_count?: number;
8200
8208
  max_number_of_words?: number;
8201
8209
  find_similar_fonts?: boolean;
8202
- options?: GenAIOptions$k;
8210
+ options?: GenAIOptions$o;
8203
8211
  }
8204
- interface GenAIOptions$k {
8205
- safety_checks?: SafetyChecksOptions$k;
8206
- drive?: DriveOptions$k;
8212
+ interface GenAIOptions$o {
8213
+ safety_checks?: SafetyChecksOptions$o;
8214
+ drive?: DriveOptions$o;
8207
8215
  }
8208
- interface SafetyChecksOptions$k {
8216
+ interface SafetyChecksOptions$o {
8209
8217
  enabled?: boolean;
8210
8218
  }
8211
- interface DriveOptions$k {
8219
+ interface DriveOptions$o {
8212
8220
  name: string;
8213
8221
  attributes?: Record<string, unknown>;
8214
- folder?: DriveFolderOptions$k;
8222
+ folder?: DriveFolderOptions$o;
8215
8223
  }
8216
- interface DriveFolderOptions$k {
8224
+ interface DriveFolderOptions$o {
8217
8225
  path?: string;
8218
8226
  id?: string;
8219
8227
  }
@@ -8236,7 +8244,7 @@ interface VideoCommand {
8236
8244
  aspect_ratio?: "9:16" | "3:4" | "1:1" | "4:3" | "16:9" | "21:9";
8237
8245
  user_id?: string;
8238
8246
  video?: VideoGenerationOptions;
8239
- options?: GenAIOptions$j;
8247
+ options?: GenAIOptions$n;
8240
8248
  }
8241
8249
  interface VideoGenerationOptions {
8242
8250
  resolution?: "540p" | "720p" | "1080p";
@@ -8253,19 +8261,19 @@ interface VideoImageRef$1 {
8253
8261
  media_type?: string;
8254
8262
  generation_id?: string;
8255
8263
  }
8256
- interface GenAIOptions$j {
8257
- safety_checks?: SafetyChecksOptions$j;
8258
- drive?: DriveOptions$j;
8264
+ interface GenAIOptions$n {
8265
+ safety_checks?: SafetyChecksOptions$n;
8266
+ drive?: DriveOptions$n;
8259
8267
  }
8260
- interface SafetyChecksOptions$j {
8268
+ interface SafetyChecksOptions$n {
8261
8269
  enabled?: boolean;
8262
8270
  }
8263
- interface DriveOptions$j {
8271
+ interface DriveOptions$n {
8264
8272
  name: string;
8265
8273
  attributes?: Record<string, unknown>;
8266
- folder?: DriveFolderOptions$j;
8274
+ folder?: DriveFolderOptions$n;
8267
8275
  }
8268
- interface DriveFolderOptions$j {
8276
+ interface DriveFolderOptions$n {
8269
8277
  path?: string;
8270
8278
  id?: string;
8271
8279
  }
@@ -8285,7 +8293,7 @@ interface VideoEditCommand {
8285
8293
  source: VideoSource$1;
8286
8294
  user_id?: string;
8287
8295
  video: VideoEditOptions;
8288
- options?: GenAIOptions$i;
8296
+ options?: GenAIOptions$m;
8289
8297
  }
8290
8298
  interface VideoSource$1 {
8291
8299
  generation_id?: string;
@@ -8328,19 +8336,19 @@ interface VideoEditControl {
8328
8336
  augmentation?: number;
8329
8337
  sparsity?: number;
8330
8338
  }
8331
- interface GenAIOptions$i {
8332
- safety_checks?: SafetyChecksOptions$i;
8333
- drive?: DriveOptions$i;
8339
+ interface GenAIOptions$m {
8340
+ safety_checks?: SafetyChecksOptions$m;
8341
+ drive?: DriveOptions$m;
8334
8342
  }
8335
- interface SafetyChecksOptions$i {
8343
+ interface SafetyChecksOptions$m {
8336
8344
  enabled?: boolean;
8337
8345
  }
8338
- interface DriveOptions$i {
8346
+ interface DriveOptions$m {
8339
8347
  name: string;
8340
8348
  attributes?: Record<string, unknown>;
8341
- folder?: DriveFolderOptions$i;
8349
+ folder?: DriveFolderOptions$m;
8342
8350
  }
8343
- interface DriveFolderOptions$i {
8351
+ interface DriveFolderOptions$m {
8344
8352
  path?: string;
8345
8353
  id?: string;
8346
8354
  }
@@ -8361,7 +8369,7 @@ interface VideoReframeCommand {
8361
8369
  source: VideoSource;
8362
8370
  user_id?: string;
8363
8371
  video?: VideoReframeOptions;
8364
- options?: GenAIOptions$h;
8372
+ options?: GenAIOptions$l;
8365
8373
  }
8366
8374
  interface VideoSource {
8367
8375
  generation_id?: string;
@@ -8379,19 +8387,19 @@ interface VideoSourcePosition {
8379
8387
  w_norm: number;
8380
8388
  h_norm: number;
8381
8389
  }
8382
- interface GenAIOptions$h {
8383
- safety_checks?: SafetyChecksOptions$h;
8384
- drive?: DriveOptions$h;
8390
+ interface GenAIOptions$l {
8391
+ safety_checks?: SafetyChecksOptions$l;
8392
+ drive?: DriveOptions$l;
8385
8393
  }
8386
- interface SafetyChecksOptions$h {
8394
+ interface SafetyChecksOptions$l {
8387
8395
  enabled?: boolean;
8388
8396
  }
8389
- interface DriveOptions$h {
8397
+ interface DriveOptions$l {
8390
8398
  name: string;
8391
8399
  attributes?: Record<string, unknown>;
8392
- folder?: DriveFolderOptions$h;
8400
+ folder?: DriveFolderOptions$l;
8393
8401
  }
8394
- interface DriveFolderOptions$h {
8402
+ interface DriveFolderOptions$l {
8395
8403
  path?: string;
8396
8404
  id?: string;
8397
8405
  }
@@ -8414,7 +8422,7 @@ interface DiffbirEnhancementCommand {
8414
8422
  seed?: number;
8415
8423
  output_format?: string;
8416
8424
  max_output_area_mp?: number;
8417
- options?: GenAIOptions$g;
8425
+ options?: GenAIOptions$k;
8418
8426
  model_execution_mode?: string;
8419
8427
  }
8420
8428
  interface DiffbirEnhancementUpscale {
@@ -8452,19 +8460,19 @@ interface DiffbirEnhancementColourCorrection {
8452
8460
  enabled?: boolean;
8453
8461
  blending?: number;
8454
8462
  }
8455
- interface GenAIOptions$g {
8456
- safety_checks?: SafetyChecksOptions$g;
8457
- drive?: DriveOptions$g;
8463
+ interface GenAIOptions$k {
8464
+ safety_checks?: SafetyChecksOptions$k;
8465
+ drive?: DriveOptions$k;
8458
8466
  }
8459
- interface SafetyChecksOptions$g {
8467
+ interface SafetyChecksOptions$k {
8460
8468
  enabled?: boolean;
8461
8469
  }
8462
- interface DriveOptions$g {
8470
+ interface DriveOptions$k {
8463
8471
  name: string;
8464
8472
  attributes?: Record<string, unknown>;
8465
- folder?: DriveFolderOptions$g;
8473
+ folder?: DriveFolderOptions$k;
8466
8474
  }
8467
- interface DriveFolderOptions$g {
8475
+ interface DriveFolderOptions$k {
8468
8476
  path?: string;
8469
8477
  id?: string;
8470
8478
  }
@@ -8489,22 +8497,22 @@ interface StableDiffusionInpaintCommand {
8489
8497
  seed?: number;
8490
8498
  output_image_format?: "PNG" | "JPEG" | "WEBP";
8491
8499
  num_outputs?: number;
8492
- model?: "model-stable-diffusion-inpaint-1-5-0";
8493
- options?: GenAIOptions$f;
8500
+ model?: "model-stable-diffusion-inpaint-1-5-0" | "model-smartbg-v5-0-1";
8501
+ options?: GenAIOptions$j;
8494
8502
  }
8495
- interface GenAIOptions$f {
8496
- safety_checks?: SafetyChecksOptions$f;
8497
- drive?: DriveOptions$f;
8503
+ interface GenAIOptions$j {
8504
+ safety_checks?: SafetyChecksOptions$j;
8505
+ drive?: DriveOptions$j;
8498
8506
  }
8499
- interface SafetyChecksOptions$f {
8507
+ interface SafetyChecksOptions$j {
8500
8508
  enabled?: boolean;
8501
8509
  }
8502
- interface DriveOptions$f {
8510
+ interface DriveOptions$j {
8503
8511
  name: string;
8504
8512
  attributes?: Record<string, unknown>;
8505
- folder?: DriveFolderOptions$f;
8513
+ folder?: DriveFolderOptions$j;
8506
8514
  }
8507
- interface DriveFolderOptions$f {
8515
+ interface DriveFolderOptions$j {
8508
8516
  path?: string;
8509
8517
  id?: string;
8510
8518
  }
@@ -8528,7 +8536,7 @@ interface AsyncTtsCommand {
8528
8536
  transcript: string;
8529
8537
  voice?: AsyncVoice;
8530
8538
  output_format: AsyncOutputFormat;
8531
- options?: GenAIOptions$e;
8539
+ options?: GenAIOptions$i;
8532
8540
  }
8533
8541
  type AsyncModelId = "async_flash_v1.0";
8534
8542
  interface AsyncVoice {
@@ -8544,19 +8552,19 @@ interface AsyncOutputFormat {
8544
8552
  }
8545
8553
  type AsyncVoiceContainerFormat = "raw" | "mp3" | "wav";
8546
8554
  type AsyncVoiceEncodingFormat = "pcm_f32le" | "pcm_s16le";
8547
- interface GenAIOptions$e {
8548
- safety_checks?: SafetyChecksOptions$e;
8549
- drive?: DriveOptions$e;
8555
+ interface GenAIOptions$i {
8556
+ safety_checks?: SafetyChecksOptions$i;
8557
+ drive?: DriveOptions$i;
8550
8558
  }
8551
- interface SafetyChecksOptions$e {
8559
+ interface SafetyChecksOptions$i {
8552
8560
  enabled?: boolean;
8553
8561
  }
8554
- interface DriveOptions$e {
8562
+ interface DriveOptions$i {
8555
8563
  name: string;
8556
8564
  attributes?: Record<string, unknown>;
8557
- folder?: DriveFolderOptions$e;
8565
+ folder?: DriveFolderOptions$i;
8558
8566
  }
8559
- interface DriveFolderOptions$e {
8567
+ interface DriveFolderOptions$i {
8560
8568
  path?: string;
8561
8569
  id?: string;
8562
8570
  }
@@ -8578,21 +8586,21 @@ interface Happyhorse11TextToVideoCommand$1 {
8578
8586
  duration?: number;
8579
8587
  seed?: number;
8580
8588
  watermark?: boolean;
8581
- options?: GenAIOptions$d;
8589
+ options?: GenAIOptions$h;
8582
8590
  }
8583
- interface GenAIOptions$d {
8584
- safety_checks?: SafetyChecksOptions$d;
8585
- drive?: DriveOptions$d;
8591
+ interface GenAIOptions$h {
8592
+ safety_checks?: SafetyChecksOptions$h;
8593
+ drive?: DriveOptions$h;
8586
8594
  }
8587
- interface SafetyChecksOptions$d {
8595
+ interface SafetyChecksOptions$h {
8588
8596
  enabled?: boolean;
8589
8597
  }
8590
- interface DriveOptions$d {
8598
+ interface DriveOptions$h {
8591
8599
  name: string;
8592
8600
  attributes?: Record<string, unknown>;
8593
- folder?: DriveFolderOptions$d;
8601
+ folder?: DriveFolderOptions$h;
8594
8602
  }
8595
- interface DriveFolderOptions$d {
8603
+ interface DriveFolderOptions$h {
8596
8604
  path?: string;
8597
8605
  id?: string;
8598
8606
  }
@@ -8614,25 +8622,25 @@ interface Happyhorse11ImageToVideoCommand$1 {
8614
8622
  duration?: number;
8615
8623
  seed?: number;
8616
8624
  watermark?: boolean;
8617
- options?: GenAIOptions$c;
8625
+ options?: GenAIOptions$g;
8618
8626
  }
8619
8627
  interface Happyhorse11I2VMediaItem$1 {
8620
8628
  type: "first_frame";
8621
8629
  url: string;
8622
8630
  }
8623
- interface GenAIOptions$c {
8624
- safety_checks?: SafetyChecksOptions$c;
8625
- drive?: DriveOptions$c;
8631
+ interface GenAIOptions$g {
8632
+ safety_checks?: SafetyChecksOptions$g;
8633
+ drive?: DriveOptions$g;
8626
8634
  }
8627
- interface SafetyChecksOptions$c {
8635
+ interface SafetyChecksOptions$g {
8628
8636
  enabled?: boolean;
8629
8637
  }
8630
- interface DriveOptions$c {
8638
+ interface DriveOptions$g {
8631
8639
  name: string;
8632
8640
  attributes?: Record<string, unknown>;
8633
- folder?: DriveFolderOptions$c;
8641
+ folder?: DriveFolderOptions$g;
8634
8642
  }
8635
- interface DriveFolderOptions$c {
8643
+ interface DriveFolderOptions$g {
8636
8644
  path?: string;
8637
8645
  id?: string;
8638
8646
  }
@@ -8655,25 +8663,25 @@ interface Happyhorse11ReferenceToVideoCommand$1 {
8655
8663
  duration?: number;
8656
8664
  seed?: number;
8657
8665
  watermark?: boolean;
8658
- options?: GenAIOptions$b;
8666
+ options?: GenAIOptions$f;
8659
8667
  }
8660
8668
  interface Happyhorse11R2VMediaItem$1 {
8661
8669
  type: "reference_image";
8662
8670
  url: string;
8663
8671
  }
8664
- interface GenAIOptions$b {
8665
- safety_checks?: SafetyChecksOptions$b;
8666
- drive?: DriveOptions$b;
8672
+ interface GenAIOptions$f {
8673
+ safety_checks?: SafetyChecksOptions$f;
8674
+ drive?: DriveOptions$f;
8667
8675
  }
8668
- interface SafetyChecksOptions$b {
8676
+ interface SafetyChecksOptions$f {
8669
8677
  enabled?: boolean;
8670
8678
  }
8671
- interface DriveOptions$b {
8679
+ interface DriveOptions$f {
8672
8680
  name: string;
8673
8681
  attributes?: Record<string, unknown>;
8674
- folder?: DriveFolderOptions$b;
8682
+ folder?: DriveFolderOptions$f;
8675
8683
  }
8676
- interface DriveFolderOptions$b {
8684
+ interface DriveFolderOptions$f {
8677
8685
  path?: string;
8678
8686
  id?: string;
8679
8687
  }
@@ -8709,22 +8717,22 @@ interface SodV1ImageData {
8709
8717
  interface SodV2Command {
8710
8718
  photo: string;
8711
8719
  postprocess_image: boolean;
8712
- model?: "model-sod-v8-2" | "model-sod-v10" | "model-sod-v10-1" | "model-sod-v11-0";
8713
- options?: GenAIOptions$a;
8720
+ model?: "model-sod-v8-2" | "model-sod-v10" | "model-sod-v10-1" | "model-sod-v11-0" | "model-sod-v11-2";
8721
+ options?: GenAIOptions$e;
8714
8722
  }
8715
- interface GenAIOptions$a {
8716
- safety_checks?: SafetyChecksOptions$a;
8717
- drive?: DriveOptions$a;
8723
+ interface GenAIOptions$e {
8724
+ safety_checks?: SafetyChecksOptions$e;
8725
+ drive?: DriveOptions$e;
8718
8726
  }
8719
- interface SafetyChecksOptions$a {
8727
+ interface SafetyChecksOptions$e {
8720
8728
  enabled?: boolean;
8721
8729
  }
8722
- interface DriveOptions$a {
8730
+ interface DriveOptions$e {
8723
8731
  name: string;
8724
8732
  attributes?: Record<string, unknown>;
8725
- folder?: DriveFolderOptions$a;
8733
+ folder?: DriveFolderOptions$e;
8726
8734
  }
8727
- interface DriveFolderOptions$a {
8735
+ interface DriveFolderOptions$e {
8728
8736
  path?: string;
8729
8737
  id?: string;
8730
8738
  }
@@ -8750,21 +8758,21 @@ interface FluxVtoCommand {
8750
8758
  seed?: number;
8751
8759
  safetyTolerance?: number;
8752
8760
  outputFormat?: "jpeg" | "png" | "webp";
8753
- options?: GenAIOptions$9;
8761
+ options?: GenAIOptions$d;
8754
8762
  }
8755
- interface GenAIOptions$9 {
8756
- safety_checks?: SafetyChecksOptions$9;
8757
- drive?: DriveOptions$9;
8763
+ interface GenAIOptions$d {
8764
+ safety_checks?: SafetyChecksOptions$d;
8765
+ drive?: DriveOptions$d;
8758
8766
  }
8759
- interface SafetyChecksOptions$9 {
8767
+ interface SafetyChecksOptions$d {
8760
8768
  enabled?: boolean;
8761
8769
  }
8762
- interface DriveOptions$9 {
8770
+ interface DriveOptions$d {
8763
8771
  name: string;
8764
8772
  attributes?: Record<string, unknown>;
8765
- folder?: DriveFolderOptions$9;
8773
+ folder?: DriveFolderOptions$d;
8766
8774
  }
8767
- interface DriveFolderOptions$9 {
8775
+ interface DriveFolderOptions$d {
8768
8776
  path?: string;
8769
8777
  id?: string;
8770
8778
  }
@@ -8784,21 +8792,21 @@ interface Happyhorse11TextToVideoCommand {
8784
8792
  duration?: number;
8785
8793
  seed?: number;
8786
8794
  watermark?: boolean;
8787
- options?: GenAIOptions$8;
8795
+ options?: GenAIOptions$c;
8788
8796
  }
8789
- interface GenAIOptions$8 {
8790
- safety_checks?: SafetyChecksOptions$8;
8791
- drive?: DriveOptions$8;
8797
+ interface GenAIOptions$c {
8798
+ safety_checks?: SafetyChecksOptions$c;
8799
+ drive?: DriveOptions$c;
8792
8800
  }
8793
- interface SafetyChecksOptions$8 {
8801
+ interface SafetyChecksOptions$c {
8794
8802
  enabled?: boolean;
8795
8803
  }
8796
- interface DriveOptions$8 {
8804
+ interface DriveOptions$c {
8797
8805
  name: string;
8798
8806
  attributes?: Record<string, unknown>;
8799
- folder?: DriveFolderOptions$8;
8807
+ folder?: DriveFolderOptions$c;
8800
8808
  }
8801
- interface DriveFolderOptions$8 {
8809
+ interface DriveFolderOptions$c {
8802
8810
  path?: string;
8803
8811
  id?: string;
8804
8812
  }
@@ -8820,25 +8828,25 @@ interface Happyhorse11ImageToVideoCommand {
8820
8828
  duration?: number;
8821
8829
  seed?: number;
8822
8830
  watermark?: boolean;
8823
- options?: GenAIOptions$7;
8831
+ options?: GenAIOptions$b;
8824
8832
  }
8825
8833
  interface Happyhorse11I2VMediaItem {
8826
8834
  type: "first_frame";
8827
8835
  url: string;
8828
8836
  }
8829
- interface GenAIOptions$7 {
8830
- safety_checks?: SafetyChecksOptions$7;
8831
- drive?: DriveOptions$7;
8837
+ interface GenAIOptions$b {
8838
+ safety_checks?: SafetyChecksOptions$b;
8839
+ drive?: DriveOptions$b;
8832
8840
  }
8833
- interface SafetyChecksOptions$7 {
8841
+ interface SafetyChecksOptions$b {
8834
8842
  enabled?: boolean;
8835
8843
  }
8836
- interface DriveOptions$7 {
8844
+ interface DriveOptions$b {
8837
8845
  name: string;
8838
8846
  attributes?: Record<string, unknown>;
8839
- folder?: DriveFolderOptions$7;
8847
+ folder?: DriveFolderOptions$b;
8840
8848
  }
8841
- interface DriveFolderOptions$7 {
8849
+ interface DriveFolderOptions$b {
8842
8850
  path?: string;
8843
8851
  id?: string;
8844
8852
  }
@@ -8861,25 +8869,25 @@ interface Happyhorse11ReferenceToVideoCommand {
8861
8869
  duration?: number;
8862
8870
  seed?: number;
8863
8871
  watermark?: boolean;
8864
- options?: GenAIOptions$6;
8872
+ options?: GenAIOptions$a;
8865
8873
  }
8866
8874
  interface Happyhorse11R2VMediaItem {
8867
8875
  type: "reference_image";
8868
8876
  url: string;
8869
8877
  }
8870
- interface GenAIOptions$6 {
8871
- safety_checks?: SafetyChecksOptions$6;
8872
- drive?: DriveOptions$6;
8878
+ interface GenAIOptions$a {
8879
+ safety_checks?: SafetyChecksOptions$a;
8880
+ drive?: DriveOptions$a;
8873
8881
  }
8874
- interface SafetyChecksOptions$6 {
8882
+ interface SafetyChecksOptions$a {
8875
8883
  enabled?: boolean;
8876
8884
  }
8877
- interface DriveOptions$6 {
8885
+ interface DriveOptions$a {
8878
8886
  name: string;
8879
8887
  attributes?: Record<string, unknown>;
8880
- folder?: DriveFolderOptions$6;
8888
+ folder?: DriveFolderOptions$a;
8881
8889
  }
8882
- interface DriveFolderOptions$6 {
8890
+ interface DriveFolderOptions$a {
8883
8891
  path?: string;
8884
8892
  id?: string;
8885
8893
  }
@@ -8904,25 +8912,25 @@ interface QwenImageEditAngleCommand {
8904
8912
  drop_cond_tokens_prob?: number;
8905
8913
  seed?: number;
8906
8914
  output_format?: "JPEG" | "PNG" | "HEIC" | "WEBP";
8907
- options?: GenAIOptions$5;
8915
+ options?: GenAIOptions$9;
8908
8916
  model?: "preview-model-qwent-image-edit-angle" | "model-qwent-image-edit-angle";
8909
8917
  lora_params?: QwenAngleLoraParams;
8910
8918
  num_inference_steps?: number;
8911
8919
  guidance_scale?: number;
8912
8920
  }
8913
- interface GenAIOptions$5 {
8914
- safety_checks?: SafetyChecksOptions$5;
8915
- drive?: DriveOptions$5;
8921
+ interface GenAIOptions$9 {
8922
+ safety_checks?: SafetyChecksOptions$9;
8923
+ drive?: DriveOptions$9;
8916
8924
  }
8917
- interface SafetyChecksOptions$5 {
8925
+ interface SafetyChecksOptions$9 {
8918
8926
  enabled?: boolean;
8919
8927
  }
8920
- interface DriveOptions$5 {
8928
+ interface DriveOptions$9 {
8921
8929
  name: string;
8922
8930
  attributes?: Record<string, unknown>;
8923
- folder?: DriveFolderOptions$5;
8931
+ folder?: DriveFolderOptions$9;
8924
8932
  }
8925
- interface DriveFolderOptions$5 {
8933
+ interface DriveFolderOptions$9 {
8926
8934
  path?: string;
8927
8935
  id?: string;
8928
8936
  }
@@ -9022,21 +9030,21 @@ interface MusicGenerationCommand {
9022
9030
  model_id?: "music_v1" | "music_v2";
9023
9031
  force_instrumental?: boolean;
9024
9032
  output_format?: "mp3_22050_32" | "mp3_44100_32" | "mp3_44100_64" | "mp3_44100_96" | "mp3_44100_128" | "mp3_44100_192" | "pcm_16000" | "pcm_22050" | "pcm_24000" | "pcm_44100" | "pcm_48000";
9025
- options?: GenAIOptions$4;
9033
+ options?: GenAIOptions$8;
9026
9034
  }
9027
- interface GenAIOptions$4 {
9028
- safety_checks?: SafetyChecksOptions$4;
9029
- drive?: DriveOptions$4;
9035
+ interface GenAIOptions$8 {
9036
+ safety_checks?: SafetyChecksOptions$8;
9037
+ drive?: DriveOptions$8;
9030
9038
  }
9031
- interface SafetyChecksOptions$4 {
9039
+ interface SafetyChecksOptions$8 {
9032
9040
  enabled?: boolean;
9033
9041
  }
9034
- interface DriveOptions$4 {
9042
+ interface DriveOptions$8 {
9035
9043
  name: string;
9036
9044
  attributes?: Record<string, unknown>;
9037
- folder?: DriveFolderOptions$4;
9045
+ folder?: DriveFolderOptions$8;
9038
9046
  }
9039
- interface DriveFolderOptions$4 {
9047
+ interface DriveFolderOptions$8 {
9040
9048
  path?: string;
9041
9049
  id?: string;
9042
9050
  }
@@ -9056,21 +9064,21 @@ interface EffectsCommand {
9056
9064
  effect_name: string;
9057
9065
  style_image_url?: string;
9058
9066
  skip_upsample?: boolean;
9059
- options?: GenAIOptions$3;
9067
+ options?: GenAIOptions$7;
9060
9068
  }
9061
- interface GenAIOptions$3 {
9062
- safety_checks?: SafetyChecksOptions$3;
9063
- drive?: DriveOptions$3;
9069
+ interface GenAIOptions$7 {
9070
+ safety_checks?: SafetyChecksOptions$7;
9071
+ drive?: DriveOptions$7;
9064
9072
  }
9065
- interface SafetyChecksOptions$3 {
9073
+ interface SafetyChecksOptions$7 {
9066
9074
  enabled?: boolean;
9067
9075
  }
9068
- interface DriveOptions$3 {
9076
+ interface DriveOptions$7 {
9069
9077
  name: string;
9070
9078
  attributes?: Record<string, unknown>;
9071
- folder?: DriveFolderOptions$3;
9079
+ folder?: DriveFolderOptions$7;
9072
9080
  }
9073
- interface DriveFolderOptions$3 {
9081
+ interface DriveFolderOptions$7 {
9074
9082
  path?: string;
9075
9083
  id?: string;
9076
9084
  }
@@ -9101,21 +9109,21 @@ interface ImageCaptioningCommand {
9101
9109
  model?: "preview-picsart-image-captioning-v1" | "picsart-image-captioning-v1";
9102
9110
  caption_model?: "blip2" | "moondream";
9103
9111
  prompt?: string;
9104
- options?: GenAIOptions$2;
9112
+ options?: GenAIOptions$6;
9105
9113
  }
9106
- interface GenAIOptions$2 {
9107
- safety_checks?: SafetyChecksOptions$2;
9108
- drive?: DriveOptions$2;
9114
+ interface GenAIOptions$6 {
9115
+ safety_checks?: SafetyChecksOptions$6;
9116
+ drive?: DriveOptions$6;
9109
9117
  }
9110
- interface SafetyChecksOptions$2 {
9118
+ interface SafetyChecksOptions$6 {
9111
9119
  enabled?: boolean;
9112
9120
  }
9113
- interface DriveOptions$2 {
9121
+ interface DriveOptions$6 {
9114
9122
  name: string;
9115
9123
  attributes?: Record<string, unknown>;
9116
- folder?: DriveFolderOptions$2;
9124
+ folder?: DriveFolderOptions$6;
9117
9125
  }
9118
- interface DriveFolderOptions$2 {
9126
+ interface DriveFolderOptions$6 {
9119
9127
  path?: string;
9120
9128
  id?: string;
9121
9129
  }
@@ -9134,23 +9142,22 @@ interface QwenHaircutsCommand {
9134
9142
  prompt?: string;
9135
9143
  system_prompt?: string;
9136
9144
  negative_prompt?: string;
9137
- upload_to_cdn?: boolean;
9138
9145
  metadata?: Record<string, unknown>;
9139
- options?: GenAIOptions$1;
9146
+ options?: GenAIOptions$5;
9140
9147
  }
9141
- interface GenAIOptions$1 {
9142
- safety_checks?: SafetyChecksOptions$1;
9143
- drive?: DriveOptions$1;
9148
+ interface GenAIOptions$5 {
9149
+ safety_checks?: SafetyChecksOptions$5;
9150
+ drive?: DriveOptions$5;
9144
9151
  }
9145
- interface SafetyChecksOptions$1 {
9152
+ interface SafetyChecksOptions$5 {
9146
9153
  enabled?: boolean;
9147
9154
  }
9148
- interface DriveOptions$1 {
9155
+ interface DriveOptions$5 {
9149
9156
  name: string;
9150
9157
  attributes?: Record<string, unknown>;
9151
- folder?: DriveFolderOptions$1;
9158
+ folder?: DriveFolderOptions$5;
9152
9159
  }
9153
- interface DriveFolderOptions$1 {
9160
+ interface DriveFolderOptions$5 {
9154
9161
  path?: string;
9155
9162
  id?: string;
9156
9163
  }
@@ -9185,22 +9192,22 @@ interface AvatarGenerationCommand {
9185
9192
  skin_fix?: boolean;
9186
9193
  model: "v3.6.11" | "v3.6.16" | "v3.6.17";
9187
9194
  num_outputs?: number;
9188
- options?: GenAIOptions;
9195
+ options?: GenAIOptions$4;
9189
9196
  model_execution_mode?: string;
9190
9197
  }
9191
- interface GenAIOptions {
9192
- safety_checks?: SafetyChecksOptions;
9193
- drive?: DriveOptions;
9198
+ interface GenAIOptions$4 {
9199
+ safety_checks?: SafetyChecksOptions$4;
9200
+ drive?: DriveOptions$4;
9194
9201
  }
9195
- interface SafetyChecksOptions {
9202
+ interface SafetyChecksOptions$4 {
9196
9203
  enabled?: boolean;
9197
9204
  }
9198
- interface DriveOptions {
9205
+ interface DriveOptions$4 {
9199
9206
  name: string;
9200
9207
  attributes?: Record<string, unknown>;
9201
- folder?: DriveFolderOptions;
9208
+ folder?: DriveFolderOptions$4;
9202
9209
  }
9203
- interface DriveFolderOptions {
9210
+ interface DriveFolderOptions$4 {
9204
9211
  path?: string;
9205
9212
  id?: string;
9206
9213
  }
@@ -9214,6 +9221,216 @@ interface AvatarGenerationResultData {
9214
9221
  tags?: string[];
9215
9222
  }
9216
9223
 
9224
+ interface QwenChatCommand {
9225
+ messages: QwenChatMessage[];
9226
+ model?: "qwen3.7-plus";
9227
+ max_tokens?: number;
9228
+ temperature?: number;
9229
+ top_p?: number;
9230
+ seed?: number;
9231
+ enable_thinking?: boolean;
9232
+ options?: GenAIOptions$3;
9233
+ }
9234
+ interface QwenChatMessage {
9235
+ role: "system" | "user" | "assistant";
9236
+ content: string | unknown[];
9237
+ }
9238
+ interface GenAIOptions$3 {
9239
+ safety_checks?: SafetyChecksOptions$3;
9240
+ drive?: DriveOptions$3;
9241
+ }
9242
+ interface SafetyChecksOptions$3 {
9243
+ enabled?: boolean;
9244
+ }
9245
+ interface DriveOptions$3 {
9246
+ name: string;
9247
+ attributes?: Record<string, unknown>;
9248
+ folder?: DriveFolderOptions$3;
9249
+ }
9250
+ interface DriveFolderOptions$3 {
9251
+ path?: string;
9252
+ id?: string;
9253
+ }
9254
+ interface QwenChatResponse {
9255
+ id: string;
9256
+ status: "ACCEPTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED";
9257
+ result: QwenChatResult;
9258
+ }
9259
+ interface QwenChatResult {
9260
+ model: string;
9261
+ choices: QwenChatChoice[];
9262
+ usage: QwenChatUsage;
9263
+ }
9264
+ interface QwenChatChoice {
9265
+ index: number;
9266
+ message: QwenChatChoiceMessage;
9267
+ finish_reason?: string;
9268
+ }
9269
+ interface QwenChatChoiceMessage {
9270
+ role: string;
9271
+ content: string;
9272
+ }
9273
+ interface QwenChatUsage {
9274
+ prompt_tokens: number;
9275
+ completion_tokens: number;
9276
+ total_tokens: number;
9277
+ prompt_tokens_details?: Record<string, unknown>;
9278
+ }
9279
+
9280
+ interface Flux3VideoCommand {
9281
+ prompt?: string;
9282
+ model?: Flux3VideoModel;
9283
+ keyframes?: Flux3VideoKeyframe[];
9284
+ referenceImages?: string[];
9285
+ referenceVideo?: string;
9286
+ startVideo?: string;
9287
+ aspectRatio?: Flux3VideoAspectRatio;
9288
+ resolution?: Flux3VideoResolution;
9289
+ duration?: number | "auto";
9290
+ generateAudio?: boolean;
9291
+ grounding?: boolean;
9292
+ seed?: number;
9293
+ version?: string;
9294
+ webhookUrl?: string;
9295
+ draft?: boolean;
9296
+ batch?: number;
9297
+ draftSteps?: number;
9298
+ draftCache?: string;
9299
+ options?: GenAIOptions$2;
9300
+ }
9301
+ type Flux3VideoModel = "flux-3-preview-high" | "flux-3-preview-optimized";
9302
+ interface Flux3VideoKeyframe {
9303
+ imageUrl: string;
9304
+ frameIndex: number;
9305
+ }
9306
+ type Flux3VideoAspectRatio = "auto" | "21:9" | "16:9" | "4:3" | "1:1" | "3:4" | "9:16" | "9:21";
9307
+ type Flux3VideoResolution = "480p" | "720p";
9308
+ interface GenAIOptions$2 {
9309
+ safety_checks?: SafetyChecksOptions$2;
9310
+ drive?: DriveOptions$2;
9311
+ }
9312
+ interface SafetyChecksOptions$2 {
9313
+ enabled?: boolean;
9314
+ }
9315
+ interface DriveOptions$2 {
9316
+ name: string;
9317
+ attributes?: Record<string, unknown>;
9318
+ folder?: DriveFolderOptions$2;
9319
+ }
9320
+ interface DriveFolderOptions$2 {
9321
+ path?: string;
9322
+ id?: string;
9323
+ }
9324
+ interface Flux3VideoResult {
9325
+ result: GeneratedVideoResult;
9326
+ }
9327
+ interface GeneratedVideoResult {
9328
+ url: string;
9329
+ mimeType?: string;
9330
+ duration?: number;
9331
+ seed?: number;
9332
+ draftCache?: string;
9333
+ driveFile?: Record<string, unknown>;
9334
+ }
9335
+
9336
+ interface PapHaircutsCommand {
9337
+ image: string;
9338
+ brush?: string;
9339
+ model?: string;
9340
+ prompt?: string;
9341
+ negative_prompt?: string;
9342
+ metadata?: Record<string, unknown>;
9343
+ options?: GenAIOptions$1;
9344
+ }
9345
+ interface GenAIOptions$1 {
9346
+ safety_checks?: SafetyChecksOptions$1;
9347
+ drive?: DriveOptions$1;
9348
+ }
9349
+ interface SafetyChecksOptions$1 {
9350
+ enabled?: boolean;
9351
+ }
9352
+ interface DriveOptions$1 {
9353
+ name: string;
9354
+ attributes?: Record<string, unknown>;
9355
+ folder?: DriveFolderOptions$1;
9356
+ }
9357
+ interface DriveFolderOptions$1 {
9358
+ path?: string;
9359
+ id?: string;
9360
+ }
9361
+ interface PapHaircutsResponse {
9362
+ id: string;
9363
+ status: "ACCEPTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED";
9364
+ result: PapHaircutsResultData;
9365
+ }
9366
+ interface PapHaircutsResultData {
9367
+ url: string;
9368
+ mimeType?: string;
9369
+ maps_url?: string;
9370
+ inpainting_mask_url?: string;
9371
+ info?: Record<string, unknown>;
9372
+ }
9373
+
9374
+ interface SeedAudioCommand {
9375
+ model?: "seed-audio-1.0" | "seed-audio-1.0-multilingual";
9376
+ text_prompt: string;
9377
+ references?: ReferenceResource[];
9378
+ audio_config?: AudioConfig;
9379
+ watermark?: Watermark;
9380
+ options?: GenAIOptions;
9381
+ }
9382
+ interface ReferenceResource {
9383
+ speaker?: string;
9384
+ audio_data?: string;
9385
+ audio_url?: string;
9386
+ image_data?: string;
9387
+ image_url?: string;
9388
+ }
9389
+ interface AudioConfig {
9390
+ format?: AudioFormat;
9391
+ sample_rate?: 8000 | 16000 | 24000 | 32000 | 44100 | 48000;
9392
+ speech_rate?: number;
9393
+ loudness_rate?: number;
9394
+ pitch_rate?: number;
9395
+ }
9396
+ type AudioFormat = "wav" | "mp3" | "pcm" | "ogg_opus";
9397
+ interface Watermark {
9398
+ aigc_watermark?: boolean;
9399
+ aigc_metadata?: AigcMetadata;
9400
+ }
9401
+ interface AigcMetadata {
9402
+ enable?: boolean;
9403
+ content_producer?: string;
9404
+ produce_id?: string;
9405
+ content_propagator?: string;
9406
+ propagate_id?: string;
9407
+ }
9408
+ interface GenAIOptions {
9409
+ safety_checks?: SafetyChecksOptions;
9410
+ drive?: DriveOptions;
9411
+ }
9412
+ interface SafetyChecksOptions {
9413
+ enabled?: boolean;
9414
+ }
9415
+ interface DriveOptions {
9416
+ name: string;
9417
+ attributes?: Record<string, unknown>;
9418
+ folder?: DriveFolderOptions;
9419
+ }
9420
+ interface DriveFolderOptions {
9421
+ path?: string;
9422
+ id?: string;
9423
+ }
9424
+ interface SeedAudioResponse {
9425
+ result: GeneratedAudioResult;
9426
+ }
9427
+ interface GeneratedAudioResult {
9428
+ url: string;
9429
+ duration: number;
9430
+ format?: string;
9431
+ driveFile?: Record<string, unknown>;
9432
+ }
9433
+
9217
9434
  interface WorkflowTypes {
9218
9435
  'check-text': {
9219
9436
  params: CheckTextCommand;
@@ -10095,6 +10312,22 @@ interface WorkflowTypes {
10095
10312
  params: AvatarGenerationCommand;
10096
10313
  result: AvatarGenerationResponse;
10097
10314
  };
10315
+ 'qwen/v1/chat': {
10316
+ params: QwenChatCommand;
10317
+ result: QwenChatResponse;
10318
+ };
10319
+ 'flux/v1/video': {
10320
+ params: Flux3VideoCommand;
10321
+ result: Flux3VideoResult;
10322
+ };
10323
+ 'pcp/v1/pap-haircuts': {
10324
+ params: PapHaircutsCommand;
10325
+ result: PapHaircutsResponse;
10326
+ };
10327
+ 'bytedance/text-to-speech': {
10328
+ params: SeedAudioCommand;
10329
+ result: SeedAudioResponse;
10330
+ };
10098
10331
  }
10099
10332
 
10100
10333
  export type { WorkflowTypes };