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

# Supported Models

> Complete list of available AI models and pricing

## Available AI Models

Access premium AI models through one unified API.

| Model             | Provider  | Input (per 1K tokens) | Output (per 1K tokens) | Best For              |
| ----------------- | --------- | --------------------- | ---------------------- | --------------------- |
| gpt-3.5-turbo     | OpenAI    | \$0.001               | \$0.003                | Fast, general-purpose |
| gpt-4             | OpenAI    | \$0.020               | \$0.060                | Complex reasoning     |
| gpt-4-turbo       | OpenAI    | \$0.020               | \$0.060                | Latest GPT-4          |
| claude-sonnet-4-5 | Anthropic | \$0.006               | \$0.030                | Analysis, long-form   |
| gemini-2.5-flash  | Google    | \$0.0006              | \$0.005                | Cost-effective, fast  |
| grok-1            | xAI       | \$0.0004              | \$0.001                | xAI's latest          |
| deepseek-chat     | DeepSeek  | \$0.0006              | \$0.0008               | Code generation       |

## Model Recommendations

<AccordionGroup>
  <Accordion title="For Best Results" icon="star">
    Use **GPT-5.2** for OpenAI's most capable model with advanced reasoning and coding.
  </Accordion>

  <Accordion title="For General Questions" icon="comments">
    Use **GPT-3.5 Turbo** or **Gemini 2.5 Flash** for fast, cost-effective responses.
  </Accordion>

  <Accordion title="For Complex Tasks" icon="brain">
    Use **GPT-5.2** or **Claude 4.5 Sonnet** for reasoning, analysis, and detailed work.
  </Accordion>

  <Accordion title="For Code Generation" icon="code">
    Use **GPT-5.2** or **DeepSeek Chat** for best coding assistance.
  </Accordion>

  <Accordion title="On a Budget" icon="piggy-bank">
    Use **Gemini 2.5 Flash** or **DeepSeek Chat** for the lowest costs.
  </Accordion>
</AccordionGroup>
