> For the complete documentation index, see [llms.txt](https://help.imagine.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.imagine.art/imagine-computer/getting-started/modes.md).

# Modes

Computer runs in three modes that trade speed for depth. Start with a faster mode to explore, then switch to Ultra to finalise.<br>

<figure><img src="/files/dNTLEeqbXxPmhs3pxEDR" alt=""><figcaption></figcaption></figure>

#### 🟡 Thinking

Best for quick, everyday creative tasks where speed matters.

| Specification          | Value      |
| ---------------------- | ---------- |
| Lead Agent Model       | MiniMax M3 |
| Subagent Model         | Grok 4.3   |
| Reasoning Effort       | Low        |
| Max Tool-Use Turns     | 40         |
| Max Parallel Subagents | 10         |

Thinking mode is the lightest and fastest option. It's ideal when you need a quick image render, a short audio clip, or a simple video without a lot of iterative refinement. It runs up to 10 subagents concurrently and keeps context lean, making it the most responsive mode for straightforward prompts.

**Use Thinking when:** You want fast results, your request is relatively simple, or you're experimenting with ideas.

***

#### 🔵 Pro

Best for more detailed work that needs higher accuracy and more room to reason.

| Specification          | Value      |
| ---------------------- | ---------- |
| Lead Agent Model       | MiniMax M3 |
| Subagent Model         | Grok 4.3   |
| Reasoning Effort       | Medium     |
| Max Tool-Use Turns     | 80         |
| Max Parallel Subagents | 10         |

**Use Pro when:** Your task involves multiple creative elements, requires back-and-forth refinement, or you need noticeably better output quality than Thinking provides.<br>

***

#### 🟣 Ultra

Best for complex, high-fidelity creative projects that demand maximum reasoning power.

| Specification          | Value    |
| ---------------------- | -------- |
| Lead Agent Model       | GLM-5.2  |
| Subagent Model         | Grok 4.3 |
| Reasoning Effort       | High     |
| Max Tool-Use Turns     | 150      |
| Max Parallel Subagents | 10       |

**Use Ultra when:** You're working on a high-stakes or complex creative project, need the most polished output possible, or your task involves many interdependent steps.


---

# 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://help.imagine.art/imagine-computer/getting-started/modes.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.
