# o3 Deep Research (by OpenAI)

### Overview

Advanced research model with multi-step analysis and web search capabilities.

***

### Quick facts

* **Modes:** Text → Text · Image → Text · Video → Text
* **Default output / size:** Extended text responses (up to 180,000 tokens)

***

### What it's great for

* In-depth research requiring multiple sources.
* Comprehensive analysis with web search integration.
* Multi-source synthesis and fact-checking.
* Complex investigation and discovery tasks.

***

### Parameters

| Control | Type | Default | Notes                                   |
| ------- | ---- | ------- | --------------------------------------- |
| Prompt  | Text | —       | Natural-language instruction (required) |

***

### Modes

| Mode         | Estimated time | Required inputs | Typical use                  |
| ------------ | -------------: | --------------- | ---------------------------- |
| Text → Text  |        \~2 min | Prompt          | Deep research & analysis     |
| Image → Text |        \~2 min | Images, Prompt  | Visual research with context |
| Video → Text |        \~2 min | Videos, Prompt  | Video-based research         |

***

### Prompt tips

* Best for research tasks requiring thorough investigation.
* Model will search the web to gather comprehensive information.
* Ideal for synthesizing information from multiple sources.
* Allow extra time - deep research is computationally intensive.

***


---

# Agent Instructions: 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:

```
GET https://docs.flora.ai/models/text-models/o3-deep-research-by-openai.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
