google-gemini/gemini-api-quickstart
A Python Flask app quickstart demonstrating how to call Google Gemini API endpoints with the official Gen AI SDK.

Velocity · 7d
+0.8
★ / day
Trend
→steady
star history
This repository provides a minimal working example for getting started with Google Gemini models via the Gemini API. It includes a Flask backend and basic UI that uses the google-generativeai Python SDK to create chat sessions, send messages, and retrieve conversation history from the gemini-2.0-flash model. Developers clone the repo, configure an API key, and run the app locally to experiment with multimodal Gemini capabilities.