Documentation Index
Fetch the complete documentation index at: https://agno-v2-team-approvals.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Example | Description |
|---|---|
| Agent With Thinking Budget | This requires google-genai > 1.10.0. |
| Google Audio Input Bytes Content | Cookbook example for google/gemini/audio_input_bytes_content.py. |
| Google Audio Input File Upload | Cookbook example for google/gemini/audio_input_file_upload.py. |
| Google Audio Input Local File Upload | Cookbook example for google/gemini/audio_input_local_file_upload.py. |
| Google Basic | Cookbook example for google/gemini/basic.py. |
| Db | Google model example. |
| External Url Input | The Gemini API now supports external HTTPS URLs (up to 100MB). |
| Google File Search Advanced | Cookbook example for google/gemini/file_search_advanced.py. |
| Google File Search Basic | Cookbook example for google/gemini/file_search_basic.py. |
| Google File Search Rag Pipeline | Cookbook example for google/gemini/file_search_rag_pipeline.py. |
| File Upload With Cache | This greatly saves on tokens during normal prompting. |
| Gcs File Input | The Gemini API now supports GCS URIs natively (up to 2GB). |
| Gemini 2 To 3 | Create a new agent with Gemini 3 Pro and re-use the history from the previous session. |
| Gemini 3 Pro | Non-streaming response. |
| Gemini 3 Pro Thinking Level | Demonstrate async Gemini usage with tool calls and thinking. |
| Grounding with Gemini | Grounding enables Gemini to search the web and provide responses backed by. |
| Google Image Editing | Cookbook example for google/gemini/image_editing.py. |
| Google Image Generation | Cookbook example for google/gemini/image_generation.py. |
| Google Image Input | Cookbook example for google/gemini/image_input.py. |
| Google Image Input File Upload | Cookbook example for google/gemini/image_input_file_upload.py. |
| Imagen Tool | Make sure you have set the GOOGLE_API_KEY environment variable. |
| Imagen Tool Advanced | An Agent using the Gemini image generation tool. |
| Knowledge | Add content to the knowledge. |
| Pdf Input File Upload | Note: If the size of the file is greater than 20MB, and a file path is provided, the file automatically gets uploaded to Google GenAI. |
| Google Pdf Input Local | Cookbook example for google/gemini/pdf_input_local.py. |
| Google Pdf Input Url | Cookbook example for google/gemini/pdf_input_url.py. |
| Retry | Example demonstrating how to set up retries with Google Gemini. |
| S3 Url File Input | The Gemini API now supports external HTTPS URLs (up to 100MB). |
| Google Search with Gemini | The search tool enables Gemini to access current information from Google Search. |
| Storage And Memory | Comment out after first run. |
| Google Structured Output | Cookbook example for google/gemini/structured_output.py. |
| Google Text To Speech | Cookbook example for google/gemini/text_to_speech.py. |
| Google Thinking Agent | Cookbook example for google/gemini/thinking_agent.py. |
| Tool Use | Google model example. |
| Url Context | Google model example. |
| Url Context With Search | Run uv pip install google-generativeai to install dependencies. |
| Vertex AI Search with Gemini | Vertex AI Search allows Gemini to search through your data stores,. |
| Vertexai | export GOOGLE_GENAI_USE_VERTEXAI="true". |
| Google Vertexai With Credentials | Cookbook example for google/gemini/vertexai_with_credentials.py. |
| Google Video Input Bytes Content | Cookbook example for google/gemini/video_input_bytes_content.py. |
| Google Video Input File Upload | Cookbook example for google/gemini/video_input_file_upload.py. |
| Google Video Input Local File Upload | Cookbook example for google/gemini/video_input_local_file_upload.py. |
| Google Video Input Youtube | Cookbook example for google/gemini/video_input_youtube.py. |