Gemini Nano allows you to deliver rich generative AI experiences without needing
a network connection or sending data to the cloud. On-device AI is a great
solution for use-cases where low cost, and privacy safeguards are your primary
concerns.

For on-device use-cases, you can take advantage of Google's Gemini Nano
foundation model. [Gemini Nano runs in Android's AICore system service](https://android-developers.googleblog.com/2023/12/a-new-foundation-for-ai-on-android.html),
which leverages device hardware to enable low inference latency and keeps the
model up-to-date.

Access to Gemini Nano is currently available through:

- [ML Kit GenAI APIs](https://developer.android.com/ai/gemini-nano/ml-kit-genai), which provides a high-level interface for features including: summarization, proofreading, rewrite, and image description.
- [Google AI Edge SDK](https://developer.android.com/ai/gemini-nano/experimental), which allows experimental access for developers seeking to test enhancement of their apps with on-device AI capabilities.