A developer wants to experiment with Gemini Nano for on-device inference in a mobile app. Which Gemini API tier or environment provides access to Gemini Nano?
Gemini Nano is available through MediaPipe and Android AICore for on-device inference on mobile devices.
Why this answer
Gemini Nano is the smallest Gemini model designed specifically for on-device inference on mobile devices. Access to Gemini Nano is provided through MediaPipe and Android AICore, which are the frameworks that enable running the model locally on Android devices without requiring a network connection to Google's cloud servers.
Exam trap
Cisco often tests the distinction between cloud-based Gemini access (API, AI Studio, Vertex AI) and on-device inference via MediaPipe/AICore, trapping candidates who assume all Gemini models are accessed through the same cloud API.
How to eliminate wrong answers
Option A is wrong because Vertex AI is a cloud-based platform for deploying and managing machine learning models on Google Cloud, not for on-device inference on mobile apps. Option B is wrong because Google AI Studio is a web-based tool for prototyping and testing prompts with Gemini models in the cloud, not for on-device execution. Option C is wrong because the Gemini API is a cloud API that requires network connectivity to send requests to Google's servers, whereas Gemini Nano runs entirely on the device.