> ## 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.

# Claude Pro/Max Subscription

> Use your existing Claude Pro/Max subscription in EnConvo

## Overview

If you already have a Claude Pro or Max subscription, you can use your existing account directly in EnConvo without needing a separate API key.

<Note>
  This is different from using the Anthropic API. Here you use your existing Claude subscription credentials.
</Note>

## Supported Plans

| Plan       | Supported |
| ---------- | --------- |
| Claude Pro | ✅         |
| Claude Max | ✅         |

## Setup

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

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

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

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

## Available Models

With your subscription, you can access:

| Model             | Claude Pro | Claude Max |
| ----------------- | ---------- | ---------- |
| Claude Opus 4.8   | ❌          | ✅          |
| Claude 4.5 Opus   | ❌          | ✅          |
| Claude 4.1 Opus   | ❌          | ✅          |
| Claude 4.5 Sonnet | ✅          | ✅          |
| Claude 3.5 Sonnet | ✅          | ✅          |
| Claude 4.5 Haiku  | ✅          | ✅          |

## 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 Claude subscription provider, not the Anthropic API provider.
  </Step>

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

  <Step title="Switch accounts when needed">
    If you use more than one Claude account, disconnect the current OAuth
    credential and connect the account you want EnConvo to use.
  </Step>
</Steps>

## Account Info And Switching

EnConvo shows the connected Claude account information when available. Use it to
confirm you are sending requests through the intended Pro or Max account before
starting long chats, agents, or workflows.

If the browser login flow opens the wrong account, cancel the connection,
switch accounts in the browser, and connect again from EnConvo settings.

## Benefits

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

  <Card title="Priority Access" icon="rocket">
    Pro subscribers get priority during high demand
  </Card>

  <Card title="Higher Limits" icon="arrow-up">
    More messages per day than free tier
  </Card>

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

## 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 Anthropic API

| Feature     | Subscription      | API              |
| ----------- | ----------------- | ---------------- |
| Pricing     | Fixed monthly     | Pay per token    |
| Setup       | Login only        | API key required |
| Rate Limits | Subscription tier | Account tier     |

## Related

<CardGroup cols={2}>
  <Card title="OpenAI Plus/Pro Subscription" icon="key" href="/providers/openai_subscription">
    Use OpenAI with API key instead
  </Card>

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