ki-bilder-erstellen
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.

      Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Explore these features while you wait
      Complete general settings
      Bookmark and like published notes
      Write a few more notes
      Complete general settings
      Write a few more notes
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # Engineering Notes on Gemini Omni: Pre-Launch Technical Reference ###### tags: `ai` `google` `gemini-omni` `video-ai` `vertex-ai` `multimodal` `veo-4` `engineering-notes` > Aggregated technical observations on Google's unified multimodal video model ahead of Google I/O 2026 (May 19, 2026). Compiled from public leaks, developer community reports, and inferred architectural analysis. Updated as new information surfaces. ## TL;DR - **Model**: Google's next-generation video AI, internally labeled `VEO_MODE_OMNI`, externally branded **Gemini Omni** (or potentially **Veo 4** under unified Gemini umbrella) - **Launch**: Expected May 19, 2026 at Google I/O keynote, Shoreline Amphitheatre - **Architecture**: Unified multimodal — generates video, audio, voice, and text rendering from a single prompt in one inference pass - **Compute cost**: Approximately 12-20x current production video models; observed consumer quota burns ~43% per generation - **Distribution**: Likely consumer-first via Gemini Advanced subscription; Vertex AI API timing unconfirmed - **Key competitors**: Veo 3.1, Sora 2 API, Seedance 2.0, Wan 2.7, Kling V3.0 --- ## 1. Confirmed From Leaks Multiple independent sources across April-May 2026 converge on the following: ### 1.1 Metadata strings The identifier `VEO_MODE_OMNI` has appeared in instrumentation telemetry from the Gemini consumer application starting May 11, 2026. Both 9to5Google and Chrome Unboxed independently captured screenshots of this string in client-side network requests. ### 1.2 UI pop-ups A pop-up has briefly surfaced for some Gemini Advanced subscribers reading: > "Create with Gemini Omni: meet our new video model. Remix your videos, edit directly in chat, try a template, and more." The pop-up was removed within hours of its appearance — consistent with typical Google staging patterns where flags accidentally enable in production. TestingCatalog captured and preserved screenshots before takedown. ### 1.3 Consumer quota behavior A Gemini AI Pro subscriber's quota dashboard showed approximately **86% of daily quota consumed by two short video generations**. This implies: - Per-generation cost: ~43% of daily tier allowance - Daily tier sized for ~2-3 consumer generations - API-tier developers will see proportionally higher per-call costs ### 1.4 Behavioral signals from demos A leaked demo widely circulated in developer Discord channels showed a professor writing a trigonometric proof on a chalkboard. The temporal consistency is notable: - Chalk strokes leave correct residue patterns - Proof renders sequentially rather than as a finished image - Hand position respects what was written previously - No frame-to-frame flicker on the static board surface This implies **world-state coherence** — the model maintains an internal representation of the scene that persists across frames, rather than generating each frame independently. --- ## 2. Architectural Inferences The "unified multimodal" framing implies the model is **not** a sequential pipeline. Instead, a single joint model produces all output modalities in one inference pass. ``` Sequential pipeline (current state of art): text → encoder → video model → separate audio model → text overlay ↓ Multiple inference passes Cross-modal sync issues Cumulative latency Unified multimodal (Gemini Omni inferred): text → joint multimodal decoder → (video, audio, voice, text) emitted together ↓ Single inference pass Native cross-modal coherence Higher upfront compute ``` The unified approach has practical consequences: - **Audio-visual sync is intrinsic**, not post-processed - **Text rendering shares the same generation context** as the visual scene - **Voice tone can be conditioned on visual mood** without explicit alignment logic - **Memory and compute scale super-linearly** with output duration Reference materials tracking the architectural details are aggregated at [the Gemini Omni research index](https://gemini-omni.ai/), which compiles leaked benchmarks and developer community analysis as new information surfaces. --- ## 3. Compute Economics Industry estimates place Gemini Omni's per-inference compute cost at **12-20x** current production video models. This aligns with the observed consumer quota behavior. ### 3.1 Operational implications | Cost dimension | Current models | Gemini Omni (estimated) | |---|---|---| | Per-second of video | $0.01 - $0.10 | $0.12 - $2.00 | | Consumer quota | ~5-10 generations/day | ~2-3 generations/day | | Enterprise API rate | $0.05 / 1K tokens equivalent | $0.50 - $1.50 / 1K tokens equivalent | | Time to first frame | 30-60s | 90-180s (speculated) | ### 3.2 Why Google can absorb this Google's TPU infrastructure provides structural cost advantages. Estimates suggest Google's effective cost-per-inference may run 30-50% lower than competitors on equivalent NVIDIA H100/B200 hardware, providing meaningful unit-economics flexibility. This explains the strategic divergence: - **OpenAI** (April 29): Shut down consumer-facing Sora 2 app, retained API-only access. Compute math did not work at consumer pricing. - **Google** (May 19, expected): Launches consumer-first. Compute math works because the TPU infrastructure was already amortized across Search, YouTube, and the Gemini user base. The bet is opposite, and only one will be proven correct by 2027 unit economics. --- ## 4. API Integration Expectations Following Google's historical pattern, expected timeline: ### Day one (May 19) - Consumer access via Gemini Advanced subscription (£19.99 / $19.99 monthly) - Restricted preview via Google AI Studio (rate-limited free tier) - No public API; documentation may not yet exist ### Within 4-8 weeks of launch - Vertex AI Generative AI endpoint published - Standard request format consistent with current `veo-3.1` model pattern - Per-token pricing metered separately for video, audio, and text rendering ### Speculative API surface Based on current Veo 3.1 patterns + multimodal context: ```python # Speculative — actual API surface pending May 19 documentation from google.cloud import aiplatform response = aiplatform.predict( model="gemini-omni-preview-001", prompt="A professor writes a trigonometric proof on a chalkboard", duration_seconds=15, audio=True, aspect_ratio="16:9", voice_style="professional_neutral", on_screen_text=None, # optional inline text rendering seed=42, ) # Expected response shape: # { # "video_uri": "gs://...", # signed URL to MP4 with embedded audio # "duration_actual_s": 14.3, # "compute_units_consumed": 1247, # "safety_flags": [], # "model_version": "gemini-omni-001-2026-05-19" # } ``` The above is speculation. Actual API surface will be confirmed in Vertex AI documentation post-launch. --- ## 5. Benchmark Comparison Public video model competitors as of May 2026: | Model | Vendor | Duration | Audio | Text Render | Public Rank* | |---|---|---|---|---|---| | Veo 3.1 | Google | 8-15s | Yes | Limited | Top 3 | | Sora 2 (API) | OpenAI | 5-20s | Separate | Limited | Top 3 | | Seedance 2.0 | ByteDance | 5-15s | Limited | Limited | **Top 1-2** | | Wan 2.7 | Alibaba | 5-20s | Yes (1080p) | Yes | Top 3 | | Kling V3.0 | Kuaishou | 5-30s | Limited | Limited | Top 5 | | **Gemini Omni** | Google | 10-15s (leaked) | Yes (unified) | Yes (multilingual) | **TBD May 19** | *Rankings from public benchmarks (VBench, Movie Gen Bench, internal community evaluations). All subject to revision after Gemini Omni launch. --- ## 6. Engineering Implications For teams building on top of generative video APIs: ### 6.1 Abstraction layer is worth the investment Models are changing every 4-8 weeks. Wrap your video generation calls in a provider-agnostic interface to swap between Veo 3.1, Sora 2 API, Seedance 2.0, Wan 2.7, and Gemini Omni without rewriting integration logic. ### 6.2 Caching and result reuse become critical At 12-20x compute cost, the same prompt should not be regenerated. Suggested pattern: ```python import hashlib def cache_key(prompt: str, duration: int, model: str) -> str: payload = f"{model}::{duration}::{prompt.strip().lower()}" return hashlib.sha256(payload.encode()).hexdigest() # Check cache before generating key = cache_key(user_prompt, 15, "gemini-omni-preview-001") if cached := redis.get(f"video:{key}"): return cached # Otherwise generate, store, return ``` ### 6.3 Audio sync logic becomes obsolete Current pipelines align separately-generated audio with video manually. Unified models do this internally. Code dedicated to lip-sync, audio alignment, and timing correction will need refactoring or removal. ### 6.4 Cost projection requires new mental models Forecasting cost-per-content for unified models requires accounting for joint generation cost, not summed component costs. Most existing cost-tracking dashboards will undercount. Build new cost telemetry from the model's reported `compute_units_consumed` field rather than client-side estimation. --- ## 7. Open Questions for I/O Day The keynote on May 19 will likely answer: 1. **Final brand**: "Gemini Omni" vs "Veo 4" with Omni mode 2. **Audio quality**: Convincing synthesized voice, or current-TTS quality 3. **Maximum duration**: Whether the model exceeds the leaked 15-second cap 4. **Languages supported**: Production-quality text rendering across how many scripts 5. **API availability**: Same-day Vertex AI access, staged rollout, or waitlist-only 6. **Pricing per generation**: Where this lands vs Sora 2 API rates 7. **Free tier**: Whether Google AI Studio offers meaningful free generation 8. **Benchmark transparency**: Whether Google publishes independent VBench-style results --- ## 8. References - **Initial leak coverage**: 9to5Google, Chrome Unboxed, TestingCatalog (April-May 2026) - **Pop-up screenshots and metadata**: Reddit r/Google, X (formerly Twitter) reports - **Compute economics analysis**: Aggregated developer community discussions - **Tracking and updates**: [gemini-omni.ai](https://gemini-omni.ai/) maintains a public aggregation of leaked materials and comparison benchmarks across vendors - **Official sources**: Pending May 19 Google I/O keynote announcement --- *This is a community-maintained engineering reference. Pull requests and corrections welcome. Updates expected post-keynote on May 19, 2026.* *Last updated: May 16, 2026*

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Google Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully