> For the complete documentation index, see [llms.txt](https://docs.deryve.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deryve.xyz/ai-agent/model-access-and-tiers.md).

# Model access and tiers

Deryve offers **26 agent models** across two access tiers. Choose a model based on its provider and analysis style.

### Basic

**Basic includes 9 models.** Every Deryve user can access these models.

| Model                 | Provider  |
| --------------------- | --------- |
| Claude Haiku 4.5      | Anthropic |
| GPT-4o Mini           | OpenAI    |
| GPT-4.1 Mini          | OpenAI    |
| Gemini 2.5 Flash      | Google    |
| Gemini 2.5 Flash Lite | Google    |
| DeepSeek V3.2         | DeepSeek  |
| Llama 4 Maverick      | Meta      |
| Mistral Large         | Mistral   |
| Qwen 2.5 72B          | Qwen      |

### Agent Premium

**Agent Premium includes 17 models.** It is available to wallets holding at least **1,000,000 $DYVE** tokens.

| Model             | Provider  |
| ----------------- | --------- |
| Claude Sonnet 4.5 | Anthropic |
| Claude Sonnet 4.6 | Anthropic |
| Claude Opus 4.7   | Anthropic |
| Claude Opus 4.8   | Anthropic |
| GPT-4o            | OpenAI    |
| GPT-4.1           | OpenAI    |
| GPT-5             | OpenAI    |
| GPT-5.1           | OpenAI    |
| GPT-5.2           | OpenAI    |
| o3                | OpenAI    |
| o3 Mini           | OpenAI    |
| o4 Mini           | OpenAI    |
| o4 Mini High      | OpenAI    |
| Gemini 2.5 Pro    | Google    |
| DeepSeek R1       | DeepSeek  |
| DeepSeek V4 Pro   | DeepSeek  |
| Grok 3            | xAI       |

{% hint style="info" %}
Model access depends on the connected wallet’s $DYVE balance. Premium access requires a balance of at least 1,000,000 $DYVE.
{% endhint %}

### Model selection

Use the [Model guide](/ai-agent/model-guide.md) to compare each model’s speed, strengths, and intended trading use.

### Choose a model

Basic models support fast screening, conservative filtering, breakout analysis, mean reversion, price action, and technical confluence. Agent Premium adds advanced models for adaptive and deep multi-factor analysis.

See [Models and skill packs](/ai-agent/models-and-skill-packs.md) for model-selection guidance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.deryve.xyz/ai-agent/model-access-and-tiers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
