Skip to main content

Documentation Index

Fetch the complete documentation index at: https://arivu.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Google Gemini

Overview

Gemini is Google’s most capable AI model series, seamlessly designed to be multimodal—understanding, operating across, and combining different types of information including text, code, audio, image, and video.

Native Multimodality

Process images, video, and text inherently without patched tools.

Massive Context

Gemini 1.5 Pro scales up to 1M or 2M context windows.

Configuration

1

Get your Developer Key

Retrieve your key from Google AI Studio.
2

Environment Variable

Export your key locally or configure your host:
GEMINI_API_KEY="AIzaSy..."
DEFAULT_MODEL="gemini-1.5-pro"
For enterprise applications, Arivu can also interact with Vertex AI configurations using standard GOOGLE_APPLICATION_CREDENTIALS.