> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enconvo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Gemini Pro/Ultra Subscription

> Use your existing Gemini Pro/Ultra subscription in EnConvo

## Overview

If you already have a Google One AI Premium subscription or Gemini Pro/Ultra, you can use your existing account directly in EnConvo without needing a separate API key.

<Note>
  This is different from using the Google AI API. Here you use your existing Gemini subscription credentials.
</Note>

## Supported Plans

| Plan                                     | Supported |
| ---------------------------------------- | --------- |
| Gemini Pro/Ultra (Google One AI Premium) | ✅         |

## Setup

<Steps>
  <Step title="Open Settings">
    Go to **Settings** → **AI Model**
  </Step>

  <Step title="Select Google Subscription">
    Choose **OAuth2** from the Credential Type dropdown
  </Step>

  <Step title="Login">
    Click **Connect** and sign in with your Google account
  </Step>

  <Step title="Authorize">
    Authorize EnConvo to access your Google subscription
  </Step>
</Steps>

## Available Models

With your subscription, you can access:

| Model                 | Gemini Pro | Gemini Ultra |
| --------------------- | ---------- | ------------ |
| Gemini 3 Pro          | ❌          | ✅            |
| Gemini 2.5 Pro        | ✅          | ✅            |
| Gemini 2.5 Flash      | ✅          | ✅            |
| Gemini 2.5 Flash Lite | ✅          | ✅            |

## Validate and Use

<Steps>
  <Step title="Check connection status">
    After OAuth login, confirm the credential shows as connected in EnConvo.
  </Step>

  <Step title="Select a subscription model">
    Pick a model from the Gemini subscription provider, not the Google Gemini API provider.
  </Step>

  <Step title="Re-authenticate when needed">
    If requests fail after working previously, reconnect the OAuth credential from settings.
  </Step>
</Steps>

## Benefits

<CardGroup cols={2}>
  <Card title="No Extra Cost" icon="piggy-bank">
    Use your existing subscription - no additional API fees
  </Card>

  <Card title="1M Context" icon="text">
    Access to Gemini's massive context window
  </Card>

  <Card title="Multimodal" icon="images">
    Process images, documents, and more
  </Card>

  <Card title="Easy Setup" icon="bolt">
    Just login with Google - no API key needed
  </Card>
</CardGroup>

## Google One AI Premium Benefits

With Google One AI Premium (\$19.99/month), you get:

* Gemini Advanced access
* 2TB cloud storage
* Gemini in Gmail, Docs, and more
* Priority access to new features

## Limitations

* Usage is subject to your subscription's rate limits
* Some API-only features may not be available
* Session may need periodic re-authentication

## vs Google AI API

| Feature | Subscription   | API              |
| ------- | -------------- | ---------------- |
| Pricing | Fixed monthly  | Pay per token    |
| Setup   | Login only     | API key required |
| Context | Full 1M tokens | Varies by tier   |

## Related

<CardGroup cols={2}>
  <Card title="Anthropic Pro/Max Subscription" icon="key" href="/providers/anthropic_subscription">
    Use Anthropic with API key instead
  </Card>

  <Card title="EnConvo Cloud" icon="cloud" href="/providers/enconvo">
    Use EnConvo's built-in service
  </Card>
</CardGroup>
