# Text Models

Here are all the text models currently available in FLORA.

<table><thead><tr><th width="162.9765625">Model</th><th width="126.1484375">Est. time (s)</th><th width="92.7578125">Credits</th><th>Description</th><th>Best for</th></tr></thead><tbody><tr><td>GPT-4o Mini</td><td>4</td><td>2</td><td>Fast and affordable for simple tasks.</td><td>Quick drafts, instant summarization, lightweight chatbots, and real-time user feedback loops.</td></tr><tr><td>GPT-5</td><td>12</td><td>26</td><td>Advanced reasoning with deep thinking.</td><td>Advanced reasoning, long-context analysis, high-precision code generation, and complex multi-step problem-solving.</td></tr><tr><td>GPT-5.1</td><td>14</td><td>26</td><td>OpenAI's advanced reasoning model.</td><td>Enhanced reasoning, complex analysis, and multi-step problem-solving with improved accuracy.</td></tr><tr><td>GPT-5.2</td><td>16</td><td>36</td><td>OpenAI's latest and most advanced model.</td><td>Cutting-edge reasoning, highest accuracy, and most capable OpenAI model.</td></tr><tr><td>GPT-5.4</td><td>12</td><td>50</td><td>OpenAI's latest and most advanced model.</td><td>State-of-the-art reasoning, maximum accuracy, and OpenAI's flagship model.</td></tr><tr><td>o3 Deep Research</td><td>120</td><td>900</td><td>Multi-step analysis with web search support.</td><td>In-depth research, comprehensive analysis, multi-source synthesis, and complex investigation tasks.</td></tr><tr><td>Gemini 2.5 Pro</td><td>18</td><td>24</td><td>Google's best for complex reasoning.</td><td>Enterprise-scale analytics, multimodal Q&#x26;A, detailed data synthesis, and robust safety-critical tasks.</td></tr><tr><td>Gemini 3 Flash</td><td>6</td><td>8</td><td>Google's fast and efficient text model.</td><td>Instant summarization, real-time assistance, mobile-first interactions, and search tasks.</td></tr><tr><td>Gemini 3.1 Pro</td><td>18</td><td>28</td><td>Google's latest and most capable reasoning model.</td><td>Advanced reasoning, complex analysis, and Google's most capable language model.</td></tr><tr><td>Claude Sonnet 4.5</td><td>8</td><td>8</td><td>Balanced speed and intelligence.</td><td>Balanced performance, creative writing, code generation, and versatile task handling.</td></tr><tr><td>Claude Sonnet 4.6</td><td>8</td><td>8</td><td>Balanced speed and intelligence.</td><td>Balanced performance, creative writing, code generation, and versatile task handling.</td></tr><tr><td>Claude Opus 4.5</td><td>28</td><td>10</td><td>Combines maximum capability with practical performance.</td><td>In-depth domain expertise, nuanced dialogue, legal or policy analysis, and strategic decision support.</td></tr><tr><td>Claude Opus 4.6</td><td>25</td><td>10</td><td>Anthropic's most capable model, supports adaptive thinking.</td><td>Most advanced Anthropic reasoning, complex analysis, and highest-fidelity outputs.</td></tr><tr><td>Claude Opus 4.7</td><td>25</td><td>10</td><td>Anthropic's most capable model, supports adaptive thinking.</td><td>Most advanced Anthropic reasoning, complex analysis, and highest-fidelity outputs.</td></tr></tbody></table>


---

# 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.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.
