> ## Documentation Index
> Fetch the complete documentation index at: https://reedai-07fa30f1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Gemini Models

> Access Gemini 1.5 Pro, Flash, and other Google AI models with ultra-long context capabilities

Google's Gemini models offer exceptional multimodal capabilities and industry-leading context windows up to 1 million tokens, enabling comprehensive document processing and analysis.

## Available models

<CardGroup cols={2}>
  <Card title="Gemini 1.5 Pro" icon="google">
    **Context**: 1M tokens\
    **Strengths**: Ultra-long context, multimodal

    Process entire codebases and books
  </Card>

  <Card title="Gemini 1.5 Flash" icon="bolt">
    **Context**: 1M tokens\
    **Strengths**: Speed with long context

    Fast responses, massive context window
  </Card>
</CardGroup>

## Key features

* **1 million token context**: Process entire codebases, books, or large document sets
* **Multimodal**: Native support for text, images, video, and audio
* **Strong reasoning**: Advanced problem-solving capabilities
* **Code generation**: Excellent for software development

## Best use cases

* Analyzing entire codebases
* Processing multiple large documents simultaneously
* Video and audio analysis
* Long conversation histories
* Comprehensive research tasks

<Info>
  Gemini's 1M token context window is unmatched, making it ideal for tasks requiring analysis of massive amounts of information.
</Info>

## Related models

<CardGroup cols={3}>
  <Card title="OpenAI" icon="brain" href="/providers/openai">
    GPT models
  </Card>

  <Card title="Anthropic" icon="sparkles" href="/providers/anthropic">
    Claude models
  </Card>

  <Card title="All models" icon="grid" href="/overview/models-and-providers">
    Browse all
  </Card>
</CardGroup>
