<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/build-creative-apps-with-the-genmedia-suite-i-o-connect-26--utk2f2zdz" -->

---
title: Build creative apps with the GenMedia suite (I/O Connect...
description: A workshop walkthrough from Google DeepMind&#x27;s I/O Connect showcasing the GenMedia suite of generative AI models via a Jupyter notebook. The demo uses a public...
canonical: https://daily.dev/posts/build-creative-apps-with-the-genmedia-suite-i-o-connect-26--utk2f2zdz
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Build creative apps with the GenMedia suite (I/O Connect ‘26) | daily.dev
og:description: A workshop walkthrough from Google DeepMind&#x27;s I/O Connect showcasing the GenMedia suite of generative AI models via a Jupyter notebook. The demo uses a public...
og:url: https://daily.dev/posts/build-creative-apps-with-the-genmedia-suite-i-o-connect-26--utk2f2zdz
og:image: https://api.daily.dev/og/posts/uTk2f2zdZ.png
og:image:alt: Build creative apps with the GenMedia suite (I/O Connect ‘26)
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Build creative apps with the GenMedia suite (I/O Connect ‘26)

**[Google for Developers](https://daily.dev/sources/googledevelopers)** · 27 min read · 0 upvotes · 0 comments

## Summary

A workshop walkthrough from Google DeepMind's I/O Connect showcasing the GenMedia suite of generative AI models via a Jupyter notebook. The demo uses a public domain book (Wind in the Willows) as source material to illustrate a pipeline that chains multiple models: Gemini for text understanding and prompt generation, Nano Banana (Imagen) for character and chapter illustrations, Veo for image-to-video generation, Lyria for AI music composition, and Gemini TTS for multi-character narration. Key techniques covered include the Interactions API (stateful, cached API calls), structured output for character extraction, service tier priority for reliability, a 'bedtime story trick' for simulating multiple TTS voices with two voice slots, and the upcoming Omni model for fine-grained video editing. The session also previews Omni as a video equivalent of Nano Banana, enabling targeted prompt-based edits to existing videos.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=nRLZqaNOrwQ>

## Similar posts on daily.dev

- [Gemini Omni](https://daily.dev/posts/gemini-omni-48609ctu4) · Hacker News · 0 upvotes · 0 comments

---

Tags: [#genai](https://daily.dev/tags/genai), [#google-gemini](https://daily.dev/tags/google-gemini), [#text-to-speech](https://daily.dev/tags/text-to-speech), [#google-deepmind](https://daily.dev/tags/google-deepmind)

[View this post on daily.dev](https://daily.dev/posts/build-creative-apps-with-the-genmedia-suite-i-o-connect-26--utk2f2zdz)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Build creative apps with the GenMedia suite (I/O Connect ‘26)","url":"https://daily.dev/posts/build-creative-apps-with-the-genmedia-suite-i-o-connect-26--utk2f2zdz","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/build-creative-apps-with-the-genmedia-suite-i-o-connect-26--utk2f2zdz"},"datePublished":"2026-07-06T18:42:40.890Z","dateModified":"2026-07-06T18:43:04.194Z","description":"A workshop walkthrough from Google DeepMind's I/O Connect showcasing the GenMedia suite of generative AI models via a Jupyter notebook. The demo uses a public...","image":"https://i.ytimg.com/vi/nRLZqaNOrwQ/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/nRLZqaNOrwQ/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Google for Developers","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Google for Developers","logo":"https://media.daily.dev/image/upload/s--jj3nxRoG--/f_auto/v1725035497/logos/googledevelopers","url":"https://daily.dev/sources/googledevelopers"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/build-creative-apps-with-the-genmedia-suite-i-o-connect-26--utk2f2zdz","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"genai,google-gemini,text-to-speech,google-deepmind","timeRequired":"PT27M","video":{"@type":"VideoObject","name":"Build creative apps with the GenMedia suite (I/O Connect ‘26)","description":"A workshop walkthrough from Google DeepMind's I/O Connect showcasing the GenMedia suite of generative AI models via a Jupyter notebook. The demo uses a public...","thumbnailUrl":"https://i.ytimg.com/vi/nRLZqaNOrwQ/sddefault.jpg","uploadDate":"2026-07-06T18:42:40.890Z","duration":"PT27M","url":"https://api.daily.dev/r/uTk2f2zdZ","embedUrl":"https://www.youtube.com/embed/nRLZqaNOrwQ"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Google for Developers","item":"https://daily.dev/sources/googledevelopers"},{"@type":"ListItem","position":3,"name":"Build creative apps with the GenMedia suite (I/O Connect ‘26)"}]}
```

