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 @@ -24,7 +24,7 @@ public partial interface IImageProjectsClient
/// "image_count": 1,<br/>
/// "model": "default",<br/>
/// "aspect_ratio": "1:1",<br/>
/// "resolution": "auto",<br/>
/// "resolution": "1k",<br/>
/// "style": {<br/>
/// "prompt": "Give me sunglasses"<br/>
/// },<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@ public partial interface IImageProjectsClient
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::MagicHour.ApiException"></exception>
/// <remarks>
/// curl --request POST \<br/>
/// --url https://api.magichour.ai/v1/body-swap \<br/>
/// --header 'accept: application/json' \<br/>
/// --header 'authorization: Bearer &lt;token&gt;' \<br/>
/// --header 'content-type: application/json' \<br/>
/// --data '<br/>
/// {<br/>
/// "name": "My Body Swap image",<br/>
/// "resolution": "1k",<br/>
/// "assets": {<br/>
/// "person_file_path": "api-assets/id/1234.png",<br/>
/// "scene_file_path": "api-assets/id/5678.png"<br/>
/// }<br/>
/// }<br/>
/// '
/// </remarks>
global::System.Threading.Tasks.Task<global::MagicHour.BodySwapCreateImageResponse> BodySwapCreateImageAsync(

global::MagicHour.BodySwapCreateImageRequest request,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,15 @@ public partial interface IVideoProjectsClient
/// <param name="audio">
/// Whether to include audio in the video. Defaults to `false` if not specified.<br/>
/// Audio support varies by model:<br/>
/// * **`ltx-2`**: Automatically included with no extra credits<br/>
/// * **`ltx-2`**: Toggle-able: no additional credits for audio<br/>
/// * **`wan-2.2`**: Not supported<br/>
/// * **`seedance`**: Not supported<br/>
/// * **`seedance-2.0`**: Automatically included with no extra credits<br/>
/// * **`kling-2.5`**: Automatically included with no extra credits<br/>
/// * **`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`**: Toggle-able (can enable/disable)<br/>
/// * **`seedance-2.0`**: Toggle-able: no additional credits for audio<br/>
/// * **`kling-2.5`**: Toggle-able: no additional credits for audio<br/>
/// * **`kling-3.0`**: Toggle-able: audio adds extra credits when enabled<br/>
/// * **`sora-2`**: Toggle-able: no additional credits for audio<br/>
/// * **`veo3.1`**: Toggle-able: audio adds extra credits when enabled<br/>
/// * **`veo3.1-lite`**: Toggle-able: audio adds extra credits when enabled<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 @@ -144,15 +144,15 @@ public partial interface IVideoProjectsClient
/// <param name="audio">
/// Whether to include audio in the video. Defaults to `false` if not specified.<br/>
/// Audio support varies by model:<br/>
/// * **`ltx-2`**: Automatically included with no extra credits<br/>
/// * **`ltx-2`**: Toggle-able: no additional credits for audio<br/>
/// * **`wan-2.2`**: Not supported<br/>
/// * **`seedance`**: Not supported<br/>
/// * **`seedance-2.0`**: Automatically included with no extra credits<br/>
/// * **`kling-2.5`**: Automatically included with no extra credits<br/>
/// * **`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`**: Toggle-able (can enable/disable)<br/>
/// * **`seedance-2.0`**: Toggle-able: no additional credits for audio<br/>
/// * **`kling-2.5`**: Toggle-able: no additional credits for audio<br/>
/// * **`kling-3.0`**: Toggle-able: audio adds extra credits when enabled<br/>
/// * **`sora-2`**: Toggle-able: no additional credits for audio<br/>
/// * **`veo3.1`**: Toggle-able: audio adds extra credits when enabled<br/>
/// * **`veo3.1-lite`**: Toggle-able: audio adds extra credits when enabled<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 @@ -61,7 +61,7 @@ partial void ProcessAiImageEditorCreateImageResponseContent(
/// "image_count": 1,<br/>
/// "model": "default",<br/>
/// "aspect_ratio": "1:1",<br/>
/// "resolution": "auto",<br/>
/// "resolution": "1k",<br/>
/// "style": {<br/>
/// "prompt": "Give me sunglasses"<br/>
/// },<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,23 @@ partial void ProcessBodySwapCreateImageResponseContent(
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::MagicHour.ApiException"></exception>
/// <remarks>
/// curl --request POST \<br/>
/// --url https://api.magichour.ai/v1/body-swap \<br/>
/// --header 'accept: application/json' \<br/>
/// --header 'authorization: Bearer &lt;token&gt;' \<br/>
/// --header 'content-type: application/json' \<br/>
/// --data '<br/>
/// {<br/>
/// "name": "My Body Swap image",<br/>
/// "resolution": "1k",<br/>
/// "assets": {<br/>
/// "person_file_path": "api-assets/id/1234.png",<br/>
/// "scene_file_path": "api-assets/id/5678.png"<br/>
/// }<br/>
/// }<br/>
/// '
/// </remarks>
public async global::System.Threading.Tasks.Task<global::MagicHour.BodySwapCreateImageResponse> BodySwapCreateImageAsync(

global::MagicHour.BodySwapCreateImageRequest request,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ public sealed partial class ImageToVideoCreateVideoRequest
/// <summary>
/// Whether to include audio in the video. Defaults to `false` if not specified.<br/>
/// Audio support varies by model:<br/>
/// * **`ltx-2`**: Automatically included with no extra credits<br/>
/// * **`ltx-2`**: Toggle-able: no additional credits for audio<br/>
/// * **`wan-2.2`**: Not supported<br/>
/// * **`seedance`**: Not supported<br/>
/// * **`seedance-2.0`**: Automatically included with no extra credits<br/>
/// * **`kling-2.5`**: Automatically included with no extra credits<br/>
/// * **`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`**: Toggle-able (can enable/disable)<br/>
/// * **`seedance-2.0`**: Toggle-able: no additional credits for audio<br/>
/// * **`kling-2.5`**: Toggle-able: no additional credits for audio<br/>
/// * **`kling-3.0`**: Toggle-able: audio adds extra credits when enabled<br/>
/// * **`sora-2`**: Toggle-able: no additional credits for audio<br/>
/// * **`veo3.1`**: Toggle-able: audio adds extra credits when enabled<br/>
/// * **`veo3.1-lite`**: Toggle-able: audio adds extra credits when enabled<br/>
/// Legacy models:<br/>
/// * **`kling-1.6`**: Not supported<br/>
/// Example: true
Expand Down Expand Up @@ -181,15 +181,15 @@ public sealed partial class ImageToVideoCreateVideoRequest
/// <param name="audio">
/// Whether to include audio in the video. Defaults to `false` if not specified.<br/>
/// Audio support varies by model:<br/>
/// * **`ltx-2`**: Automatically included with no extra credits<br/>
/// * **`ltx-2`**: Toggle-able: no additional credits for audio<br/>
/// * **`wan-2.2`**: Not supported<br/>
/// * **`seedance`**: Not supported<br/>
/// * **`seedance-2.0`**: Automatically included with no extra credits<br/>
/// * **`kling-2.5`**: Automatically included with no extra credits<br/>
/// * **`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`**: Toggle-able (can enable/disable)<br/>
/// * **`seedance-2.0`**: Toggle-able: no additional credits for audio<br/>
/// * **`kling-2.5`**: Toggle-able: no additional credits for audio<br/>
/// * **`kling-3.0`**: Toggle-able: audio adds extra credits when enabled<br/>
/// * **`sora-2`**: Toggle-able: no additional credits for audio<br/>
/// * **`veo3.1`**: Toggle-able: audio adds extra credits when enabled<br/>
/// * **`veo3.1-lite`**: Toggle-able: audio adds extra credits when enabled<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 @@ -103,15 +103,15 @@ public sealed partial class TextToVideoCreateVideoRequest
/// <summary>
/// Whether to include audio in the video. Defaults to `false` if not specified.<br/>
/// Audio support varies by model:<br/>
/// * **`ltx-2`**: Automatically included with no extra credits<br/>
/// * **`ltx-2`**: Toggle-able: no additional credits for audio<br/>
/// * **`wan-2.2`**: Not supported<br/>
/// * **`seedance`**: Not supported<br/>
/// * **`seedance-2.0`**: Automatically included with no extra credits<br/>
/// * **`kling-2.5`**: Automatically included with no extra credits<br/>
/// * **`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`**: Toggle-able (can enable/disable)<br/>
/// * **`seedance-2.0`**: Toggle-able: no additional credits for audio<br/>
/// * **`kling-2.5`**: Toggle-able: no additional credits for audio<br/>
/// * **`kling-3.0`**: Toggle-able: audio adds extra credits when enabled<br/>
/// * **`sora-2`**: Toggle-able: no additional credits for audio<br/>
/// * **`veo3.1`**: Toggle-able: audio adds extra credits when enabled<br/>
/// * **`veo3.1-lite`**: Toggle-able: audio adds extra credits when enabled<br/>
/// Legacy models:<br/>
/// * **`kling-1.6`**: Not supported<br/>
/// Example: true
Expand Down Expand Up @@ -208,15 +208,15 @@ public sealed partial class TextToVideoCreateVideoRequest
/// <param name="audio">
/// Whether to include audio in the video. Defaults to `false` if not specified.<br/>
/// Audio support varies by model:<br/>
/// * **`ltx-2`**: Automatically included with no extra credits<br/>
/// * **`ltx-2`**: Toggle-able: no additional credits for audio<br/>
/// * **`wan-2.2`**: Not supported<br/>
/// * **`seedance`**: Not supported<br/>
/// * **`seedance-2.0`**: Automatically included with no extra credits<br/>
/// * **`kling-2.5`**: Automatically included with no extra credits<br/>
/// * **`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`**: Toggle-able (can enable/disable)<br/>
/// * **`seedance-2.0`**: Toggle-able: no additional credits for audio<br/>
/// * **`kling-2.5`**: Toggle-able: no additional credits for audio<br/>
/// * **`kling-3.0`**: Toggle-able: audio adds extra credits when enabled<br/>
/// * **`sora-2`**: Toggle-able: no additional credits for audio<br/>
/// * **`veo3.1`**: Toggle-able: audio adds extra credits when enabled<br/>
/// * **`veo3.1-lite`**: Toggle-able: audio adds extra credits when enabled<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 @@ -692,15 +692,15 @@ partial void ProcessImageToVideoCreateVideoResponseContent(
/// <param name="audio">
/// Whether to include audio in the video. Defaults to `false` if not specified.<br/>
/// Audio support varies by model:<br/>
/// * **`ltx-2`**: Automatically included with no extra credits<br/>
/// * **`ltx-2`**: Toggle-able: no additional credits for audio<br/>
/// * **`wan-2.2`**: Not supported<br/>
/// * **`seedance`**: Not supported<br/>
/// * **`seedance-2.0`**: Automatically included with no extra credits<br/>
/// * **`kling-2.5`**: Automatically included with no extra credits<br/>
/// * **`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`**: Toggle-able (can enable/disable)<br/>
/// * **`seedance-2.0`**: Toggle-able: no additional credits for audio<br/>
/// * **`kling-2.5`**: Toggle-able: no additional credits for audio<br/>
/// * **`kling-3.0`**: Toggle-able: audio adds extra credits when enabled<br/>
/// * **`sora-2`**: Toggle-able: no additional credits for audio<br/>
/// * **`veo3.1`**: Toggle-able: audio adds extra credits when enabled<br/>
/// * **`veo3.1-lite`**: Toggle-able: audio adds extra credits when enabled<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 @@ -704,15 +704,15 @@ partial void ProcessTextToVideoCreateVideoResponseContent(
/// <param name="audio">
/// Whether to include audio in the video. Defaults to `false` if not specified.<br/>
/// Audio support varies by model:<br/>
/// * **`ltx-2`**: Automatically included with no extra credits<br/>
/// * **`ltx-2`**: Toggle-able: no additional credits for audio<br/>
/// * **`wan-2.2`**: Not supported<br/>
/// * **`seedance`**: Not supported<br/>
/// * **`seedance-2.0`**: Automatically included with no extra credits<br/>
/// * **`kling-2.5`**: Automatically included with no extra credits<br/>
/// * **`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`**: Toggle-able (can enable/disable)<br/>
/// * **`seedance-2.0`**: Toggle-able: no additional credits for audio<br/>
/// * **`kling-2.5`**: Toggle-able: no additional credits for audio<br/>
/// * **`kling-3.0`**: Toggle-able: audio adds extra credits when enabled<br/>
/// * **`sora-2`**: Toggle-able: no additional credits for audio<br/>
/// * **`veo3.1`**: Toggle-able: audio adds extra credits when enabled<br/>
/// * **`veo3.1-lite`**: Toggle-able: audio adds extra credits when enabled<br/>
/// Legacy models:<br/>
/// * **`kling-1.6`**: Not supported<br/>
/// Example: true
Expand Down
Loading