使用 Lightricks LTX 2.5 imagen a vídeo API 将图像制作成带同步音频的 4K 视频。按次付费。
About this model
LTX 2.5 imagen a vídeo可将起始帧图像制作成高保真同步音视频内容,并支持可选的末帧插值引导,以及最高 20 秒的 720P / 1080P / 2K / 4K salida。它基于 Lightricks 的下一代架构,并由 WaveSpeed AI 推理提供支持,在保留场景构图的同时生成流畅自然的运动和丰富的同步音景。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | .130/s (720p) - .429/s (4k) | 提供高速直连执行、永久 S3 存储、Webhook 和统一积分。 |
| WaveSpeed AI (official) | .100/s (720p) - .330/s (4k) | 供应商基础原始价格;muapiapp 提供开发者集成、统一 SDK 和结果存储。 |
提供高速直连执行、永久 S3 存储、Webhook 和统一积分。
供应商基础原始价格;muapiapp 提供开发者集成、统一 SDK 和结果存储。
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | 用于生成的正向prompt。 | A cinematic camera zoom into the scene with dynamic natural motion. |
| Imagen URL | string | 用于生成的起始帧imagen。 | undefined |
| 末帧Imagen URL | string | Optional last-frame image for the generation. | undefined |
| Duración (segundos) | int | The duration of the generated media in seconds. | 5 |
| Resolución | Enum (4 options) | vídeoresolución。 | 720p |
| 种子 | int | 用于生成的semilla。-1 表示随机。 | -1 |
用于生成的正向prompt。
A cinematic camera zoom into the scene with dynamic natural motion.用于生成的起始帧imagen。
undefinedOptional last-frame image for the generation.
undefinedThe duration of the generated media in seconds.
5vídeoresolución。
720p用于生成的semilla。-1 表示随机。
-1Developer documentation
image_url 下传入图像的直接 URL。last_image_url 下传入第二个图像 URL,以提供起始到结束的引导。prompt 下描述所需的运动和动作。resolution("720p"、"1080p"、"2k"、"4k")和 duration(5 到 20s)。/ltx-2.5-image-to-video 发送 POST 请求。curl -X POST https://api.muapi.ai/api/v1/ltx-2.5-image-to-video \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "The character looks up at the falling stars as a soft breeze rustles their hair.",
"image_url": "https://example.com/character.jpg",
"resolution": "1080p",
"duration": 5
}'
Frequently asked
LTX 2.5 imagen a vídeo是 Lightricks 的先进imagen a vídeo AI 模型,可将图像制作成最高 4K 分辨率的同步音频视频。
可以。传入 `last_image_url` 即可定义动画的结束帧,实现受控插值。
你可以生成 720p、1080p、2k 或 4k 分辨率的视频。
价格按分辨率按秒计算:720p 为 .130/s,1080p 为 .182/s,2k 为 .273/s,4k 为 .429/s。
你可以选择 5 到 20 秒之间的任意视频时长。