Posted by Dave Burke, VP of Engineering
Final week we unveiled our most succesful basis mannequin, Gemini. Gemini is multimodal – it may well settle for each textual content and picture inputs. We launched a method for Android builders to leverage our smallest mannequin Gemini Nano, on-device. That is obtainable on choose gadgets via AICore, a system service that handles mannequin administration, runtimes, security options and extra, simplifying the work for builders. And at the moment, we’re introducing new methods for Android builders to entry the Gemini Professional mannequin – which runs off-device, in Google’s knowledge facilities.
App improvement with Gemini Professional
Gemini Professional is accessible through the Gemini API, and it’s our greatest mannequin for scaling throughout a variety of textual content and picture reasoning duties. To simplify integrating Gemini Professional, you should use the Google AI SDK, a shopper SDK for Android. This SDK allows direct integration from Android apps and removes the necessity for builders to construct and handle their very own backend infrastructure, lowering improvement prices and enhancing velocity.
Google AI Studio gives a streamlined method for builders to combine the Gemini Professional mannequin, craft prompts, create API keys, and effortlessly rework concepts into AI apps. After getting developed your immediate in Google AI Studio, you may merely click on on the “Get code” motion to generate a Kotlin code snippet, and begin integrating Gemini at the moment utilizing the Google AI SDK for Android.
We’re additionally making it simpler for builders to make use of the Gemini API immediately within the newest preview model of Android Studio. We’re introducing a new venture template for builders to get began with the Google AI SDK for Android straight away. You’ll profit from Android Studio’s enhanced code completion and lint checkers, serving to with API keys and safety.
To leverage the brand new template in Android Studio, begin a brand new venture via File > New > New Mission and decide the Gemini API starter template. This template gives a pre-configured venture with the mandatory code to make use of the Gemini API. After selecting a venture identify and site, you may be prompted to generate an API key in Google AI Studio, and requested to enter it in Android Studio. Android Studio will routinely arrange the venture for you with the Gemini API connection, simplifying your workflow.
Alternatively, you may import the generative AI code pattern and set it up in Android Studio via File > New > Import Pattern, and looking for “Generative AI Pattern”.
Get began constructing AI-powered options and Android apps utilizing Gemini Professional.