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
2 changes: 1 addition & 1 deletion .sdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "a29c33ac-83f8-4c7a-b921-cbe31c36a530",
"id": "34fe0cae-af25-4fc9-90f3-9f7e689be4d3",
"tracked_paths": [
{
"editable": true,
Expand Down
2 changes: 1 addition & 1 deletion magic_hour/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Environment(enum.Enum):
"""Pre-defined base URLs for the API"""

ENVIRONMENT = "https://api.magichour.ai"
MOCK_SERVER = "https://api.sideko.dev/v1/mock/magichour/magic-hour/0.65.0"
MOCK_SERVER = "https://api.sideko.dev/v1/mock/magichour/magic-hour/0.65.1"


def _get_base_url(
Expand Down
32 changes: 16 additions & 16 deletions magic_hour/resources/v1/image_to_video/README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions magic_hour/resources/v1/image_to_video/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def create(
* `kling-3.0`: Cinematic, multi-scene storytelling
* `veo3.1-lite`: Fast, affordable, high-quality
* `veo3.1`: Realistic visuals and prompt adherence
* `seedance`: Fast iteration and start/end frames
* `seedance`: Fast iteration
* `seedance-2.0`: State-of-the-art quality and consistency
* `sora-2`: Story-first concepts and creativity

Expand Down Expand Up @@ -528,7 +528,7 @@ async def create(
* `kling-3.0`: Cinematic, multi-scene storytelling
* `veo3.1-lite`: Fast, affordable, high-quality
* `veo3.1`: Realistic visuals and prompt adherence
* `seedance`: Fast iteration and start/end frames
* `seedance`: Fast iteration
* `seedance-2.0`: State-of-the-art quality and consistency
* `sora-2`: Story-first concepts and creativity

Expand Down
24 changes: 12 additions & 12 deletions magic_hour/resources/v1/text_to_video/README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions magic_hour/resources/v1/text_to_video/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def create(
* `kling-3.0`: Cinematic, multi-scene storytelling
* `veo3.1-lite`: Fast, affordable, high-quality
* `veo3.1`: Realistic visuals and prompt adherence
* `seedance`: Fast iteration and start/end frames
* `seedance`: Fast iteration
* `seedance-2.0`: State-of-the-art quality and consistency
* `sora-2`: Story-first concepts and creativity

Expand Down Expand Up @@ -523,7 +523,7 @@ async def create(
* `kling-3.0`: Cinematic, multi-scene storytelling
* `veo3.1-lite`: Fast, affordable, high-quality
* `veo3.1`: Realistic visuals and prompt adherence
* `seedance`: Fast iteration and start/end frames
* `seedance`: Fast iteration
* `seedance-2.0`: State-of-the-art quality and consistency
* `sora-2`: Story-first concepts and creativity

Expand Down
2 changes: 1 addition & 1 deletion magic_hour/types/params/v1_image_to_video_create_body.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class V1ImageToVideoCreateBody(typing_extensions.TypedDict):
* `kling-3.0`: Cinematic, multi-scene storytelling
* `veo3.1-lite`: Fast, affordable, high-quality
* `veo3.1`: Realistic visuals and prompt adherence
* `seedance`: Fast iteration and start/end frames
* `seedance`: Fast iteration
* `seedance-2.0`: State-of-the-art quality and consistency
* `sora-2`: Story-first concepts and creativity

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class V1ImageToVideoCreateBodyAssets(typing_extensions.TypedDict):
* **`kling-3.0`**: Supports 720p, 1080p, 4k.
* **`veo3.1-lite`**: Not supported
* **`veo3.1`**: Not supported
* **`seedance`**: Supports 480p, 720p, 1080p.
* **`seedance`**: Not supported
* **`seedance-2.0`**: Supports 480p, 720p.
* **`sora-2`**: Not supported

Expand Down
2 changes: 1 addition & 1 deletion magic_hour/types/params/v1_text_to_video_create_body.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class V1TextToVideoCreateBody(typing_extensions.TypedDict):
* `kling-3.0`: Cinematic, multi-scene storytelling
* `veo3.1-lite`: Fast, affordable, high-quality
* `veo3.1`: Realistic visuals and prompt adherence
* `seedance`: Fast iteration and start/end frames
* `seedance`: Fast iteration
* `seedance-2.0`: State-of-the-art quality and consistency
* `sora-2`: Story-first concepts and creativity

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "magic_hour"
version = "0.65.0"
version = "0.65.1"
description = "Python SDK for Magic Hour API"
readme = "README.md"
authors = []
Expand Down
Loading