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

# EnConvo Cloud

> Use EnConvo's built-in LLM service

## Overview

EnConvo Cloud provides access to multiple AI models through a unified points system. No need to manage individual API keys - just use your EnConvo points.

## Supported Models

EnConvo Cloud provides access to models from multiple providers:

| Provider      | Models                                                       |
| ------------- | ------------------------------------------------------------ |
| **Anthropic** | Claude Opus 4.8, Claude 4, Claude 3.5 Sonnet, Claude 3 Haiku |
| **OpenAI**    | GPT-4o, GPT-4, o1, o3 series                                 |
| **Google**    | Gemini 2.5 Pro, Gemini 2.5 Flash                             |
| **DeepSeek**  | DeepSeek R1                                                  |
| **Grok**      | Grok models                                                  |
| **GLM**       | GLM-5.2                                                      |
| **MiniMax**   | MiniMax M3                                                   |
| **Mistral**   | Mistral Large, Mistral Small                                 |

## Setup

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

  <Step title="Select EnConvo Cloud">
    Choose "EnConvo Cloud Plan" from the provider list
  </Step>

  <Step title="Select Model">
    Choose your preferred model from the dropdown
  </Step>
</Steps>

<Note>
  EnConvo Cloud uses your account's points balance. No additional API key required.
</Note>

## Configuration

| Setting         | Description         | Default          |
| --------------- | ------------------- | ---------------- |
| **Model Name**  | The model to use    | Claude Haiku 4.5 |
| **Temperature** | Response creativity | Medium (1)       |

## Validate and Use

<Steps>
  <Step title="Check account status">
    Make sure you are signed in to EnConvo and your account has an available points balance.
  </Step>

  <Step title="Select a model">
    Choose an EnConvo Cloud model based on the task. Larger models generally cost more points but handle harder reasoning, coding, and writing tasks.
  </Step>

  <Step title="Test before automation">
    Send a short message before using EnConvo Cloud in scheduled workflows, agents, or long document tasks.
  </Step>
</Steps>

## Points Usage

Every API call consumes points based on:

* Model used (larger models cost more)
* Input tokens
* Output tokens

<Tip>
  Monitor your points balance in **Settings** → **Account** → **Points Usage**.
</Tip>

## Pricing

<Tip>
  [View pricing](https://www.enconvo.com/cloud-plan)
</Tip>

## Benefits

<CardGroup cols={2}>
  <Card title="No API Key Management" icon="key">
    Use multiple providers without managing separate keys
  </Card>

  <Card title="Unified Billing" icon="credit-card">
    Single points system for all models
  </Card>

  <Card title="Always Updated" icon="rotate">
    Access to latest models automatically
  </Card>

  <Card title="Easy Switching" icon="shuffle">
    Switch between models instantly
  </Card>
</CardGroup>

## Related

<CardGroup cols={2}>
  <Card title="All Providers" icon="list" href="/providers/overview">
    See all available providers
  </Card>
</CardGroup>
