Jelajahi dan integrasikan model AI gemini-omni-flash-1-1-text-to-video melalui MuAPI. Dapatkan inferensi berkecepatan tinggi dan harga kompetitif.
About this model
Model gemini-omni-flash-1-1-text-to-video menyediakan kemampuan generasi AI mutakhir di platform MuAPI.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapi | $0.10–$0.30 per second of output (by resolution) | Pay-per-generation, no subscription. Covers text-to-video plus optional image, video-reference, voice, and character inputs. |
| Fal.ai | Tidak tersedia | Fal.ai 未列出 Gemini Omni 1.1 Flash。 |
| Replicate | Tidak tersedia | Replicate 未列出 Gemini Omni 1.1 Flash。 |
Pay-per-generation, no subscription. Covers text-to-video plus optional image, video-reference, voice, and character inputs.
Fal.ai 未列出 Gemini Omni 1.1 Flash。
Replicate 未列出 Gemini Omni 1.1 Flash。
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt Teks | string | 对目标Video内容的文本描述——画面、镜头方向、对话和环境音提示。 | A street musician plays a violin on a rainy Paris evening, raindrops tap the cobblestones, a slow melancholic melody, distant café chatter. |
| 参考Gambar | array | Up to 7 reference images used as auxiliary conditioning (not a starting keyframe). Each counts as 1 quota unit against the shared 7-unit total with video and character_ids. | - |
| 参考视频 | string | 参考Video片段,最大 100MB / 30s。计为 2 个配额单位。 | - |
| Video裁剪开始时间(秒) | number | Start time, in seconds, of the reference video window. | 0 |
| Video裁剪结束时间(秒) | number | End time, in seconds, of the reference video window. Window must not exceed 10 seconds. | 10 |
| Audio / Suara ID | array | Up to 3 voice profile IDs from the Gemini Omni Audio endpoint. Each counts as 1 quota unit. | - |
| Karakter ID | array | Up to 3 character IDs from Gemini Omni Character. Each counts as 1 quota unit. | - |
| Durasi (Detik)(秒) | Enum (4 options) | Duration of the generated video in seconds. Ignored when a reference video is provided — output duration is then determined by the model. | 8 |
| Rasio Aspek | Enum (2 options) | OutputVideo的Rasio aspek。 | 16:9 |
| Resolusi | Enum (3 options) | OutputResolusi。按Output秒数计费:720p 为 $0.10/秒,1080p 为 $0.15/秒,4K 为 $0.30/秒。 | 720p |
| 种子 | int | Nilai acak (seed)(0–2147483647)。固定后可复现结果,但由于模型随机性,结果仍可能有所不同。 | 0 |
对目标Video内容的文本描述——画面、镜头方向、对话和环境音提示。
A street musician plays a violin on a rainy Paris evening, raindrops tap the cobblestones, a slow melancholic melody, distant café chatter.Up to 7 reference images used as auxiliary conditioning (not a starting keyframe). Each counts as 1 quota unit against the shared 7-unit total with video and character_ids.
-参考Video片段,最大 100MB / 30s。计为 2 个配额单位。
-Start time, in seconds, of the reference video window.
0End time, in seconds, of the reference video window. Window must not exceed 10 seconds.
10Up to 3 voice profile IDs from the Gemini Omni Audio endpoint. Each counts as 1 quota unit.
-Up to 3 character IDs from Gemini Omni Character. Each counts as 1 quota unit.
-Duration of the generated video in seconds. Ignored when a reference video is provided — output duration is then determined by the model.
8OutputVideo的Rasio aspek。
16:9OutputResolusi。按Output秒数计费:720p 为 $0.10/秒,1080p 为 $0.15/秒,4K 为 $0.30/秒。
720pNilai acak (seed)(0–2147483647)。固定后可复现结果,但由于模型随机性,结果仍可能有所不同。
0Developer documentation
Panduan integrasi cepat untuk gemini-omni-flash-1-1-text-to-video. Hubungkan dengan kunci API MuAPI Anda dan mulai lakukan panggilan inferensi.
Frequently asked
这是 Gemini Omni 的文生视频端点:一次调用即可接收提示词、可选参考图像、参考视频片段、语音配置和角色 ID,并返回带原生同步音频的视频。
可以。参考图像、参考视频、语音配置和角色 ID 都可以组合使用,但必须遵守 7 个单位的共享配额。
每张参考图像消耗 1 个单位,参考视频消耗 2 个单位,每个角色 ID 消耗 1 个单位。图像 +(视频 × 2)+ 角色 ID 的总数不得超过 7。
它会被忽略。提供参考视频时,模型会自动决定输出时长,而不是使用请求中的 `duration` 值。
根据输出视频的分辨率按秒计费:720p 为 $0.10/s,1080p 为 $0.15/s,4K 为 $0.30/s。10 秒的 1080p 视频费用为 $1.50。
使用 [Gemini Omni Audio](/playground/gemini-omni-audio) 生成可复用的语音配置,使用 [Gemini Omni Character](/playground/gemini-omni-character) 生成可复用的角色参考,然后将返回的 ID 传入此处。
不应该。请改用 [Gemini Omni 1.1 Flash Image to Video](/playground/gemini-omni-flash-1-1-image-to-video)——其 `first_frame_url` 是实际的起始关键帧。本端点的 `image_urls` 是辅助参考图像,而不是关键帧。