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

# Gately AI Model Pricing

> Comprehensive guide to Gately AI model pricing and credits system

<Info>
  This feature is only available to Gately AI users
</Info>

<img src="https://mintcdn.com/taamai-c8c27d6c/7tpU7wOp-rlopJuB/images/home.png?fit=max&auto=format&n=7tpU7wOp-rlopJuB&q=85&s=998370c3b5db82903c3e58c6352e416c" alt="Gately AI Pricing Cover" width="3840" height="2880" data-path="images/home.png" />

## Model Pricing Overview

Gately AI implements AI model invocation through officially deployed APIs and measures the usage of AI models using Credits. Here's a comprehensive breakdown of our model pricing:

<AccordionGroup>
  <Accordion title="Language Models">
    <Tabs>
      <Tab title="OpenAI">
        | Model Name         | Input (Credits/1K) | Output (Credits/1K) | Context Window |
        | ------------------ | ------------------ | ------------------- | -------------- |
        | GPT-4 Turbo (2024) | 10                 | 30                  | 128K           |
        | GPT-4              | 30                 | 60                  | 8K             |
        | GPT-4-32K          | 60                 | 120                 | 32K            |
        | GPT-3.5 Turbo      | 0.5                | 1.5                 | 16K            |
        | GPT-4o             | 2.5                | 10                  | 128K           |
        | GPT-4o mini        | 0.15               | 0.6                 | 128K           |
      </Tab>

      <Tab title="Anthropic">
        | Model Name      | Input (Credits/1K) | Output (Credits/1K) | Context Window |
        | --------------- | ------------------ | ------------------- | -------------- |
        | Claude 3 Opus   | 15                 | 75                  | 200K           |
        | Claude 3 Sonnet | 3                  | 15                  | 200K           |
        | Claude 3 Haiku  | 0.25               | 1.25                | 200K           |
      </Tab>

      <Tab title="Google">
        | Model Name       | Input (Credits/1K) | Output (Credits/1K) | Context Window |
        | ---------------- | ------------------ | ------------------- | -------------- |
        | Gemini 1.5 Pro   | 3.5                | 14                  | 1M             |
        | Gemini 1.5 Flash | 2                  | 8                   | 1M             |
        | Gemini Pro       | 2                  | 8                   | 32K            |
      </Tab>
    </Tabs>
  </Accordion>

  <Accordion title="Vision Models">
    <Tabs>
      <Tab title="Image Generation">
        | Model       | Credits per Image  |
        | ----------- | ------------------ |
        | DALL·E 3    | 40,000 (1024×1024) |
        | DALL·E 3 HD | 80,000 (1024×1024) |
      </Tab>

      <Tab title="Vision Analysis">
        | Model  | Credits                     |
        | ------ | --------------------------- |
        | GPT-4V | Input: 10/1K + 40,000/image |
      </Tab>
    </Tabs>
  </Accordion>

  <Accordion title="Voice Models">
    <Tabs>
      <Tab title="Text-to-Speech">
        | Model    | Credits         |
        | -------- | --------------- |
        | TTS-1    | 15,000/1K chars |
        | TTS-1 HD | 30,000/1K chars |
      </Tab>

      <Tab title="Speech-to-Text">
        | Model   | Credits      |
        | ------- | ------------ |
        | Whisper | 6,000/minute |
      </Tab>
    </Tabs>
  </Accordion>

  <Accordion title="Embedding & Analysis">
    <Tabs>
      <Tab title="Text Embedding">
        | Model                  | Credits/1K tokens |
        | ---------------------- | ----------------- |
        | text-embedding-3-small | 0.02              |
        | text-embedding-3-large | 0.13              |
        | text-embedding-ada-002 | 0.1               |
      </Tab>

      <Tab title="Analysis">
        | Model                  | Credits/1K tokens |
        | ---------------------- | ----------------- |
        | text-moderation-latest | 0.2               |
        | text-moderation-stable | 0.2               |
      </Tab>
    </Tabs>
  </Accordion>
</AccordionGroup>

<Warning>
  Model availability and pricing may vary by region and subscription tier.
</Warning>

<CardGroup cols={2}>
  <Card title="Detailed Model Pricing" icon="table" href="https://app.gately.ai/dashboard/model-pricing">
    View comprehensive pricing details for all available models
  </Card>

  <Card title="Top Up Credits" icon="credit-card" href="https://app.gately.ai/dashboard/settings/organization/billing">
    Purchase additional credits for your organization
  </Card>
</CardGroup>

<Card title="Upgrade Plan" icon="arrow-up-right-dots" href="/subscription/credits">
  Learn more about our subscription plans and credit packages
</Card>
