Is there any restrictions to use technologies to built an web app can we use .net or python django
Hi!
I’ve read the announcement and what they say is: build something great with the Gemini API.
So, I think we can do whatever we want, as long as the AI parts are done with Google’s Gemini.
2 Likes
Section | Description |
---|---|
Project Overview | Introduces the chrome.gemini.MediaSynthesis API for embedding generative AI models into Chrome, enabling on-demand media creation. |
Core Principles | 1. Asynchronous Execution, 2. Contextual Intelligence, 3. Tiered Monetization. |
chrome.gemini.mediaSynthesis.submitSynthesisJob(prompt, mediaType, context, quality) |
Initiates a generative AI request based on a user’s prompt and browser context. |
chrome.gemini.mediaSynthesis.getJobStatus(jobId) |
Checks the current status of a synthesis job and facilitates tiered access. |
chrome.gemini.mediaSynthesis.getMediaResult(jobId) |
Retrieves the final generated media file once status is COMPLETE . |
manifest.json |
Chrome Extension Manifest v3 file. |
popup.html |
User Interface for the Extension. |
background.js |
Service Worker for API Calls and Context Gathering. |
popup.js |
Logic for the Popup UI. |
icons/ |
Placeholder for extension icons. |