Html is primary coding language , but also it use most of developers for web developing , but in current situation , Gemini API is free but they can’t use it because it isn’t support for html codes or j.s codes . so Im suggest google team must attend about that point
JavaScript is a supported API. HTML is a declarative language for website and layout, you’ll want to handle Gemini in your JS. HTML5 + CSS + JS complete each other and comprise the front end stack
yeh also but we can’t control lay out like python or node.js output
Maybe I misunderstood your question. So it’s not that you want to call the Gemini API from HTML, but rather you want to generate or edit HTML + CSS + JS (websites) with the help of Gemini?
Duet AI is able to do that, see this Codelab step: किसी मौजूदा ऐप्लिकेशन के बारे में ज़्यादा जानने और उसे बेहतर बनाने के लिए, Gemini का इस्तेमाल कैसे करें | Google Codelabs Write an index.html file that takes two inputs: a text input for the image_uri and a dropdown for the features. It should make a post request and display the raw json result to the DOM. The fetch call should use https://us-central1-my-project-with-duet.cloudfunctions.net/annotate-http/annotate. The default image_uri should be gs://cloud-samples-data/vision/eiffel_tower.jpg
However Duet AI is a user facing end product, so someone would need to prompt the LLM properly to achieve same functionality, plus probably even fine tune?