Skip to main content
2026-03-01

New AI Video Extender

New AI Video Extender
Easily extend your existing videos with our new AI Video Extender. Upload a clip, choose how much longer you want it, and optionally guide the continuation with a prompt or add audio. No subscription required.
  • Cost: 1 credit per frame
  • Typical speed: ~60s for a 5s 576x576 video
  • Inputs: Video, Length, Resolution, Prompt (optional), Audio (optional)
Try it out now by visiting https://magichour.ai/create/ai-video-extender.
2026-02-27

Free Add Sound to Video (5s Preview)

Free Add Sound to Video (5s
Preview)
We launched a free tool that generates audio for your uploaded video and merges it back into the clip. Upload a video and generation starts immediately so you can hear results fast.You get 3 free generations per day, and each preview covers the first 5 seconds of your video. Output is the same video file with the newly generated audio track—no separate audio download required. The primary action is labeled “Add Sound to Video (5s)”.

Nano Banana 2 in AI Image Editor and Generator

Nano Banana 2 in AI Image Editor and
Generator
Nano Banana 2 is now available in both the AI Image Editor and AI Image Generator. In the model selector, it appears with the description: “Fast, high-quality with strong prompt adherence and reliable text.”Due to higher compute costs, Nano Banana 2 consumes 2x the credits of Nano Banana when selected.
2026-02-24

New Video to Audio Tool

New Video to Audio Tool
Turn any video into an audio track in the browser. We’ve added a simple, fast Video to Audio creator under the Audio section, using our familiar creation template—no subscription required.Inputs:
  • Video
  • Length (trims video if shorter than the source)
  • Resolution
  • Prompt (optional)
Generation takes about ~60s for a 5s 576x576 video. Usage is billed at 1 credit per frame.Try it out now: https://magichour.ai/create/video-to-audio
2026-02-18

Added LTX-2 Model for Image-to-Video and Text-to-Video

We now added LTX-2 Model for Image-to-Video and Text-to-Video. The big change we made is that you can use LTX-2 (at 480p) without a subscription.
LTX-2 Model in Image-to-Video
You can try it now by visiting https://magichour.ai/create/image-to-video and https://magichour.ai/create/text-to-video.
2026-02-12

Added Kling 3.0 support to APIs

We now added Kling 3.0 to our API and released it for all SDKs.
res = client.v1.image_to_video.generate(
    ...
    model="kling-3.0",
)
Try it out now by upgrading to the latest version of the SDK.
2026-02-11

Added Kling 3.0 To Image-to-Video and Text-to-Video

We introduced Kling 3.0 to Image-to-Video and Text-to-Video. It is a new model that is faster, sharper, and has better results.
Kling 3.0 in Image-to-Video
You can try it now by visiting https://magichour.ai/create/image-to-video and https://magichour.ai/create/text-to-video.
2026-02-05

Named export for Client in Node SDK

To resolve import issues between cjs/esm modules, we have added a named export for the Client class in the Node SDK. This fixes the issue “TypeError: Client is not a constructor” when importing the Client class in a Node.js environment.
const { Client } = require("magic-hour");

import { Client } from "magic-hour";
Try it out now by upgrading to the latest version of the SDK.
2026-02-04

Updated AI Image Editor API to include models param

You can now specify the following models for AI Image Editor:
  • qwen-edit
  • nano-banana
  • nano-banana-pro
  • seedream-v4
  • seedream-v4.5
res = client.v1.ai_image_editor.generate(
    ...
    model="nano-banana",
)
Try it out now by upgrading to the latest version of the SDK.
2026-02-03

AI Storyboard Generator

We launched a new tool called AI Storyboard Generator. It allows you to generate a storyboard for your video project.
AI Storyboard Generator
Try it out now: https://magichour.ai/create/ai-storyboard-generator
2026-02-01

Cheaper AI Image Upscaler

We introduced a new mode for AI Image Upscaler that is 50% cheaper. We are calling it Pro mode.
ModeScale FactorCredits
Pro2x25
Creative2x50
Pro4x100
Creative4x200
Try it out now: https://magichour.ai/create/ai-image-upscaler
2026-01-31

M4A Audio Support

Added support for .m4a audio uploads so you can upload more types of audio files. This feature is available to all modes with audio input.
2026-01-29

Lip Sync Mode Improvements

We made some internal improvements to Lip Sync standard and pro modes for smoother, more reliable results.
Try it out now: https://magichour.ai/create/lip-syncNote: This feature is currently available to users with a subscription.
2026-01-26

Video Upscaler Dashboard Tool

Added a new dashboard tool to upscale videos.
Video Upscaler Dashboard Tool
Try it out now: https://magichour.ai/create/video-upscalerNote: This feature is currently available to users with a subscription.
2026-01-24

AI Image Generator API Model Selection

The AI Image Generator API now accepts a model parameter so users can choose between available models.
res = client.v1.ai_image_generator.create(
    ...
    model="z-image-turbo",
)
Try it out now by upgrading to the latest version of the SDK.
2026-01-23

Improved Head Swap Dashboard

We added Head Swap to the dashboard experience.
Head Swap Dashboard
Try it out now: https://magichour.ai/products/head-swap
2026-01-22

Model Selection for Image-to-Video and Text-to-Video APIs

Added a model parameter to the Image-to-Video and Text-to-Video APIs so users can choose between available models. This brings the same model selection experience to the API as the create page.
res = client.v1.image_to_video.create(
    ...
    model="sora-2",
)
Try it out now by upgrading to the latest version of the SDK.
2026-01-21

Head Swap Free Tool

Launched the free Head Swap tool at /products/head-swap for quick, zero-cost swaps.
Head Swap Free Tool
Try it out now: https://magichour.ai/products/head-swap
2026-01-19

New Usage Page

Added a dedicated /usage page so users can track their consumption at a glance.
Usage Page
2026-01-14

Node SDK URL Inputs

The Node SDK now supports URL inputs for .generate functions in v0.45.0, previously it only supported local file paths.

Added max_resolution to AI Talking Photo API

We added a new max_resolution param to the AI Talking Photo API. You can now specify the maximum resolution of the output video if you want a specific resolution.
res = client.v1.ai_talking_photo.generate(
    ...
    max_resolution="576"
)
2026-01-09

Added Nano Banana Pro to AI Image Generator

AI Image Generator now includes Nano Banana Pro as a new model option.
Nano Banana Pro in AI Image
Generator
Try it out now: https://magichour.ai/create/ai-image-generator
2026-01-05

Higher Free User Resolution

Free users can now generate sharper outputs with a higher max resolution of 576px (up from 512px).
2026-01-04

Improved AI Clothes Changer

We improved the AI Clothes Changer to use Qwen for better results.
Improved AI Clothes Changer
Try it out now: https://magichour.ai/create/ai-clothes-changer
2026-01-02

Improved Photo Colorizer

We’ve improved the Photo Colorizer with better color accuracy and more natural results. Try it out now!Before:
Improved Photo Colorizer
After:
Improved Photo Colorizer
Try it out now: https://magichour.ai/create/photo-colorizer

Voice Cloner API

We’ve added support for the Voice Cloner API, allowing you to clone voices programmatically.To take advantage of this change, please upgrade your SDK version to the latest.
2026-01-01

Qwen-Edit Model for AI Image Editor

We added Qwen-Edit as a new model option for AI Image Editor. This model has great performance at 1/5 the cost of our other models.
Qwen-Edit Model for AI Image Editor
Try it out now: https://magichour.ai/create/ai-image-editor