Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,29 +60,29 @@ public partial interface IImageProjectsClient
/// The AI model to use for image editing. Each model has different capabilities and costs.<br/>
/// **Models:**<br/>
/// - `default` - Use the model we recommend, which will change over time. This is recommended unless you need a specific model. This is the default behavior.<br/>
/// - `qwen-edit` - 10 credits/image<br/>
/// - `qwen-edit` - from 10 credits/image<br/>
/// - Supported resolutions: 640px, 1k, 2k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1<br/>
/// - Max additional input images: 2<br/>
/// - `nano-banana` - 50 credits/image<br/>
/// - `nano-banana` - from 50 credits/image<br/>
/// - Supported resolutions: 640px, 1k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1<br/>
/// - Max additional input images: 9<br/>
/// - `nano-banana-2` - 100 credits/image<br/>
/// - `nano-banana-2` - from 100 credits/image<br/>
/// - Supported resolutions: 640px, 1k, 2k, 4k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1<br/>
/// - Max additional input images: 9<br/>
/// - `seedream-v4` - 50 credits/image<br/>
/// - `seedream-v4` - from 40 credits/image<br/>
/// - Supported resolutions: 640px, 1k, 2k, 4k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1<br/>
/// - Max additional input images: 9<br/>
/// - `nano-banana-pro` - 150 credits/image<br/>
/// - `nano-banana-pro` - from 150 credits/image<br/>
/// - Supported resolutions: 1k, 2k, 4k<br/>
/// - Available for tiers: creator, pro, business<br/>
/// - Image count allowed: 1, 4, 9, 16<br/>
/// - Max additional input images: 9<br/>
/// - `seedream-v4.5` - 100 credits/image<br/>
/// - `seedream-v4.5` - from 50 credits/image<br/>
/// - Supported resolutions: 640px, 1k, 2k, 4k<br/>
/// - Available for tiers: creator, pro, business<br/>
/// - Image count allowed: 1<br/>
/// - Max additional input images: 9<br/>
/// Example: default
/// </param>
Expand All @@ -91,13 +91,22 @@ public partial interface IImageProjectsClient
/// Example: 1:1
/// </param>
/// <param name="resolution">
/// Maximum resolution for the generated image.<br/>
/// Maximum resolution (longest edge) for the output image.<br/>
/// **Options:**<br/>
/// - `auto` - Automatic resolution (all tiers, default)<br/>
/// - `2k` - Up to 2048px (requires Pro or Business tier)<br/>
/// - `4k` - Up to 4096px (requires Business tier)<br/>
/// Note: Resolution availability depends on your subscription tier. Defaults to `auto` if not specified.<br/>
/// Example: auto
/// - `640px` — up to 640px<br/>
/// - `1k` — up to 1024px<br/>
/// - `2k` — up to 2048px<br/>
/// - `4k` — up to 4096px<br/>
/// - `auto` — **Deprecated.** Mapped server-side from your subscription tier to the best matching resolution the model supports<br/>
/// **Per-model support:**<br/>
/// - `qwen-edit` - 640px, 1k, 2k<br/>
/// - `nano-banana` - 640px, 1k<br/>
/// - `nano-banana-2` - 640px, 1k, 2k, 4k<br/>
/// - `seedream-v4` - 640px, 1k, 2k, 4k<br/>
/// - `nano-banana-pro` - 1k, 2k, 4k<br/>
/// - `seedream-v4.5` - 640px, 1k, 2k, 4k<br/>
/// Note: Resolution availability depends on the model and your subscription tier.<br/>
/// Example: 1k
/// </param>
/// <param name="style"></param>
/// <param name="assets">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,43 +54,54 @@ public partial interface IImageProjectsClient
/// The AI model to use for image generation. Each model has different capabilities and costs.<br/>
/// **Models:**<br/>
/// - `default` - Use the model we recommend, which will change over time. This is recommended unless you need a specific model. This is the default behavior.<br/>
/// - `flux-schnell` - 5 credits/image<br/>
/// - Supported resolutions: auto<br/>
/// - `flux-schnell` - from 5 credits/image<br/>
/// - Supported resolutions: 640px, 1k, 2k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1, 2, 3, 4<br/>
/// - `z-image-turbo` - 5 credits/image<br/>
/// - Supported resolutions: auto, 2k<br/>
/// - `z-image-turbo` - from 5 credits/image<br/>
/// - Supported resolutions: 640px, 1k, 2k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1, 2, 3, 4<br/>
/// - `seedream` - 30 credits/image<br/>
/// - Supported resolutions: auto, 2k, 4k<br/>
/// - `seedream-v4` - from 40 credits/image<br/>
/// - Supported resolutions: 640px, 1k, 2k, 4k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1, 2, 3, 4<br/>
/// - `nano-banana` - 50 credits/image<br/>
/// - Supported resolutions: auto<br/>
/// - `nano-banana` - from 50 credits/image<br/>
/// - Supported resolutions: 640px, 1k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1, 2, 3, 4<br/>
/// - `nano-banana-2` - 100 credits/image<br/>
/// - Supported resolutions: auto, 2k, 4k<br/>
/// - `nano-banana-2` - from 100 credits/image<br/>
/// - Supported resolutions: 640px, 1k, 2k, 4k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1, 2, 3, 4<br/>
/// - `nano-banana-pro` - 150 credits/image<br/>
/// - Supported resolutions: auto, 2k, 4k<br/>
/// - `nano-banana-pro` - from 150 credits/image<br/>
/// - Supported resolutions: 1k, 2k, 4k<br/>
/// - Available for tiers: creator, pro, business<br/>
/// - Image count allowed: 1, 4, 9, 16<br/>
/// **Deprecated Enum Values:**<br/>
/// - `seedream` - Use `seedream-v4` instead.<br/>
/// Example: default
/// </param>
/// <param name="aspectRatio">
/// The aspect ratio of the output image(s). If not specified, defaults to `1:1` (square).<br/>
/// Example: 1:1
/// </param>
/// <param name="resolution">
/// Maximum resolution for the generated image.<br/>
/// Maximum resolution (longest edge) for the output image.<br/>
/// **Options:**<br/>
/// - `auto` - Automatic resolution (all tiers, default)<br/>
/// - `2k` - Up to 2048px (requires Pro or Business tier)<br/>
/// - `4k` - Up to 4096px (requires Business tier)<br/>
/// Note: Resolution availability depends on the model and your subscription tier. See `model` field for which resolutions each model supports. Defaults to `auto` if not specified.<br/>
/// - `640px` — up to 640px<br/>
/// - `1k` — up to 1024px<br/>
/// - `2k` — up to 2048px<br/>
/// - `4k` — up to 4096px<br/>
/// - `auto` — **Deprecated.** Mapped server-side from your subscription tier to the best matching resolution the model supports<br/>
/// **Per-model support:**<br/>
/// - `flux-schnell` - 640px, 1k, 2k<br/>
/// - `z-image-turbo` - 640px, 1k, 2k<br/>
/// - `seedream-v4` - 640px, 1k, 2k, 4k<br/>
/// - `nano-banana` - 640px, 1k<br/>
/// - `nano-banana-2` - 640px, 1k, 2k, 4k<br/>
/// - `nano-banana-pro` - 1k, 2k, 4k<br/>
/// Note: Resolution availability depends on the model and your subscription tier.<br/>
/// Default Value: auto<br/>
/// Example: auto
/// </param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ public partial interface IVideoProjectsClient
/// </param>
/// <param name="endSeconds">
/// The total duration of the output video in seconds. Supported durations depend on the chosen model:<br/>
/// * **`ltx-2`**: 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30<br/>
/// * **`ltx-2`**: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30<br/>
/// * **`wan-2.2`**: 3, 4, 5, 6, 7, 8, 9, 10, 15<br/>
/// * **`seedance`**: 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12<br/>
/// * **`seedance-2.0`**: 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15<br/>
/// * **`kling-2.5`**: 5, 10<br/>
/// * **`kling-3.0`**: 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15<br/>
/// * **`sora-2`**: 4, 8, 12, 24, 36, 48, 60<br/>
/// * **`veo3.1`**: 4, 6, 8, 16, 24, 32, 40, 48, 56<br/>
/// * **`veo3.1-lite`**: 4, 6, 8, 16, 24, 32, 40, 48, 56<br/>
/// * **`veo3.1-lite`**: 8, 16, 24, 32, 40, 48, 56<br/>
/// Legacy models:<br/>
/// * **`kling-1.6`**: 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60<br/>
/// Example: 5
Expand Down Expand Up @@ -140,7 +140,7 @@ public partial interface IVideoProjectsClient
/// * **`kling-3.0`**: Toggle-able (can enable/disable)<br/>
/// * **`sora-2`**: Automatically included with no extra credits<br/>
/// * **`veo3.1`**: Toggle-able (can enable/disable)<br/>
/// * **`veo3.1-lite`**: Automatically included with no extra credits<br/>
/// * **`veo3.1-lite`**: Toggle-able (can enable/disable)<br/>
/// Legacy models:<br/>
/// * **`kling-1.6`**: Not supported<br/>
/// Example: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ public partial interface IVideoProjectsClient
/// </param>
/// <param name="endSeconds">
/// The total duration of the output video in seconds. Supported durations depend on the chosen model:<br/>
/// * **`ltx-2`**: 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30<br/>
/// * **`ltx-2`**: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30<br/>
/// * **`wan-2.2`**: 3, 4, 5, 6, 7, 8, 9, 10, 15<br/>
/// * **`seedance`**: 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12<br/>
/// * **`seedance-2.0`**: 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15<br/>
/// * **`kling-2.5`**: 5, 10<br/>
/// * **`kling-3.0`**: 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15<br/>
/// * **`sora-2`**: 4, 8, 12, 24, 36, 48, 60<br/>
/// * **`veo3.1`**: 4, 6, 8, 16, 24, 32, 40, 48, 56<br/>
/// * **`veo3.1-lite`**: 4, 6, 8, 16, 24, 32, 40, 48, 56<br/>
/// * **`veo3.1-lite`**: 8, 16, 24, 32, 40, 48, 56<br/>
/// Legacy models:<br/>
/// * **`kling-1.6`**: 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60<br/>
/// Example: 5
Expand Down Expand Up @@ -152,7 +152,7 @@ public partial interface IVideoProjectsClient
/// * **`kling-3.0`**: Toggle-able (can enable/disable)<br/>
/// * **`sora-2`**: Automatically included with no extra credits<br/>
/// * **`veo3.1`**: Toggle-able (can enable/disable)<br/>
/// * **`veo3.1-lite`**: Automatically included with no extra credits<br/>
/// * **`veo3.1-lite`**: Toggle-able (can enable/disable)<br/>
/// Legacy models:<br/>
/// * **`kling-1.6`**: Not supported<br/>
/// Example: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -620,29 +620,29 @@ partial void ProcessAiImageEditorCreateImageResponseContent(
/// The AI model to use for image editing. Each model has different capabilities and costs.<br/>
/// **Models:**<br/>
/// - `default` - Use the model we recommend, which will change over time. This is recommended unless you need a specific model. This is the default behavior.<br/>
/// - `qwen-edit` - 10 credits/image<br/>
/// - `qwen-edit` - from 10 credits/image<br/>
/// - Supported resolutions: 640px, 1k, 2k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1<br/>
/// - Max additional input images: 2<br/>
/// - `nano-banana` - 50 credits/image<br/>
/// - `nano-banana` - from 50 credits/image<br/>
/// - Supported resolutions: 640px, 1k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1<br/>
/// - Max additional input images: 9<br/>
/// - `nano-banana-2` - 100 credits/image<br/>
/// - `nano-banana-2` - from 100 credits/image<br/>
/// - Supported resolutions: 640px, 1k, 2k, 4k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1<br/>
/// - Max additional input images: 9<br/>
/// - `seedream-v4` - 50 credits/image<br/>
/// - `seedream-v4` - from 40 credits/image<br/>
/// - Supported resolutions: 640px, 1k, 2k, 4k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1<br/>
/// - Max additional input images: 9<br/>
/// - `nano-banana-pro` - 150 credits/image<br/>
/// - `nano-banana-pro` - from 150 credits/image<br/>
/// - Supported resolutions: 1k, 2k, 4k<br/>
/// - Available for tiers: creator, pro, business<br/>
/// - Image count allowed: 1, 4, 9, 16<br/>
/// - Max additional input images: 9<br/>
/// - `seedream-v4.5` - 100 credits/image<br/>
/// - `seedream-v4.5` - from 50 credits/image<br/>
/// - Supported resolutions: 640px, 1k, 2k, 4k<br/>
/// - Available for tiers: creator, pro, business<br/>
/// - Image count allowed: 1<br/>
/// - Max additional input images: 9<br/>
/// Example: default
/// </param>
Expand All @@ -651,13 +651,22 @@ partial void ProcessAiImageEditorCreateImageResponseContent(
/// Example: 1:1
/// </param>
/// <param name="resolution">
/// Maximum resolution for the generated image.<br/>
/// Maximum resolution (longest edge) for the output image.<br/>
/// **Options:**<br/>
/// - `auto` - Automatic resolution (all tiers, default)<br/>
/// - `2k` - Up to 2048px (requires Pro or Business tier)<br/>
/// - `4k` - Up to 4096px (requires Business tier)<br/>
/// Note: Resolution availability depends on your subscription tier. Defaults to `auto` if not specified.<br/>
/// Example: auto
/// - `640px` — up to 640px<br/>
/// - `1k` — up to 1024px<br/>
/// - `2k` — up to 2048px<br/>
/// - `4k` — up to 4096px<br/>
/// - `auto` — **Deprecated.** Mapped server-side from your subscription tier to the best matching resolution the model supports<br/>
/// **Per-model support:**<br/>
/// - `qwen-edit` - 640px, 1k, 2k<br/>
/// - `nano-banana` - 640px, 1k<br/>
/// - `nano-banana-2` - 640px, 1k, 2k, 4k<br/>
/// - `seedream-v4` - 640px, 1k, 2k, 4k<br/>
/// - `nano-banana-pro` - 1k, 2k, 4k<br/>
/// - `seedream-v4.5` - 640px, 1k, 2k, 4k<br/>
/// Note: Resolution availability depends on the model and your subscription tier.<br/>
/// Example: 1k
/// </param>
/// <param name="style"></param>
/// <param name="assets">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -614,43 +614,54 @@ partial void ProcessAiImageGeneratorCreateImageResponseContent(
/// The AI model to use for image generation. Each model has different capabilities and costs.<br/>
/// **Models:**<br/>
/// - `default` - Use the model we recommend, which will change over time. This is recommended unless you need a specific model. This is the default behavior.<br/>
/// - `flux-schnell` - 5 credits/image<br/>
/// - Supported resolutions: auto<br/>
/// - `flux-schnell` - from 5 credits/image<br/>
/// - Supported resolutions: 640px, 1k, 2k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1, 2, 3, 4<br/>
/// - `z-image-turbo` - 5 credits/image<br/>
/// - Supported resolutions: auto, 2k<br/>
/// - `z-image-turbo` - from 5 credits/image<br/>
/// - Supported resolutions: 640px, 1k, 2k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1, 2, 3, 4<br/>
/// - `seedream` - 30 credits/image<br/>
/// - Supported resolutions: auto, 2k, 4k<br/>
/// - `seedream-v4` - from 40 credits/image<br/>
/// - Supported resolutions: 640px, 1k, 2k, 4k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1, 2, 3, 4<br/>
/// - `nano-banana` - 50 credits/image<br/>
/// - Supported resolutions: auto<br/>
/// - `nano-banana` - from 50 credits/image<br/>
/// - Supported resolutions: 640px, 1k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1, 2, 3, 4<br/>
/// - `nano-banana-2` - 100 credits/image<br/>
/// - Supported resolutions: auto, 2k, 4k<br/>
/// - `nano-banana-2` - from 100 credits/image<br/>
/// - Supported resolutions: 640px, 1k, 2k, 4k<br/>
/// - Available for tiers: free, creator, pro, business<br/>
/// - Image count allowed: 1, 2, 3, 4<br/>
/// - `nano-banana-pro` - 150 credits/image<br/>
/// - Supported resolutions: auto, 2k, 4k<br/>
/// - `nano-banana-pro` - from 150 credits/image<br/>
/// - Supported resolutions: 1k, 2k, 4k<br/>
/// - Available for tiers: creator, pro, business<br/>
/// - Image count allowed: 1, 4, 9, 16<br/>
/// **Deprecated Enum Values:**<br/>
/// - `seedream` - Use `seedream-v4` instead.<br/>
/// Example: default
/// </param>
/// <param name="aspectRatio">
/// The aspect ratio of the output image(s). If not specified, defaults to `1:1` (square).<br/>
/// Example: 1:1
/// </param>
/// <param name="resolution">
/// Maximum resolution for the generated image.<br/>
/// Maximum resolution (longest edge) for the output image.<br/>
/// **Options:**<br/>
/// - `auto` - Automatic resolution (all tiers, default)<br/>
/// - `2k` - Up to 2048px (requires Pro or Business tier)<br/>
/// - `4k` - Up to 4096px (requires Business tier)<br/>
/// Note: Resolution availability depends on the model and your subscription tier. See `model` field for which resolutions each model supports. Defaults to `auto` if not specified.<br/>
/// - `640px` — up to 640px<br/>
/// - `1k` — up to 1024px<br/>
/// - `2k` — up to 2048px<br/>
/// - `4k` — up to 4096px<br/>
/// - `auto` — **Deprecated.** Mapped server-side from your subscription tier to the best matching resolution the model supports<br/>
/// **Per-model support:**<br/>
/// - `flux-schnell` - 640px, 1k, 2k<br/>
/// - `z-image-turbo` - 640px, 1k, 2k<br/>
/// - `seedream-v4` - 640px, 1k, 2k, 4k<br/>
/// - `nano-banana` - 640px, 1k<br/>
/// - `nano-banana-2` - 640px, 1k, 2k, 4k<br/>
/// - `nano-banana-pro` - 1k, 2k, 4k<br/>
/// Note: Resolution availability depends on the model and your subscription tier.<br/>
/// Default Value: auto<br/>
/// Example: auto
/// </param>
Expand Down
Loading