# Available AI Models

Doraverse supports a growing collection of top-tier LLMs, allowing you to choose the most suitable model for your task.

## Multimodal LLM

{% tabs %}
{% tab title="ChatGPT Pro" %}

### **GPT-5.2 Instant**

OpenAI's most-used model for daily tasks.

### **GPT-5.2 Thinking**

OpenAI's advanced reasoning model.

### **GPT-5 Mini**

Fast, cost-efficient for well-defined tasks & precise prompts.

### **GPT-5.1 Codex**

Optimized for long-running agentic coding with a steerable style
{% endtab %}

{% tab title="Claude Pro" %}

### **Claude Opus 4.5**

Anthropic best model in the world for coding, agents, and computer use.

### **Claude Sonnet 4.5**

Anthropic's strongest model for building complex agents and coding.

### **Claude Haiku 4.5**

Anthropic fastest and most intelligent Haiku model with near-frontier performance.
{% endtab %}

{% tab title="Gemini Advanced" %}

### **Gemini 3 Pro**

Google’s best agentic & vibe-coding model.

### **Gemini 3 Flash**

A speed-optimized Gemini model, ideal for fast search & Google integration's assistants.

### **Gemini 3 Deep Thinking**

Google’s advanced reasoning model, excelling in deep thought for complex logic, math, and coding tasks.
{% endtab %}

{% tab title="SuperGrok" %}

### **Grok 4.1 Fast**

xAI’s fastest, most cost‑efficient model, optimized for real‑time web & X search.

### **Grok 4.1 Fast Thinking**

xAI’s most creative, emotionally intelligent & capable model, featuring advanced agentic reasoning.
{% endtab %}

{% tab title="DeepSeek" %}

### **Deepseek Chat**

Deepseek's multilingual conversational model designed for efficient standard chat.

### **Deepseek Reasoner**

DeepSeek's reasoning model that delivers faster, transparent multi-step thinking.
{% endtab %}
{% endtabs %}

## Image Generation Model

{% tabs %}
{% tab title="Gemini" %}

### Nano Banana (Gemini 2.5 Flash **Images)**

Google's state-of-the-art image generation and editing model.&#x20;

### **Nano Banana Pro**

Google's state-of-the-art image generation and editing model.
{% endtab %}

{% tab title="ByteDance" %}

### **Seedream 4.0**

ByteDance's newest, most advanced image generator & editor for pro designers with 4K output.
{% endtab %}

{% tab title="Flux.1" %}

### **Flux.1 Kontext Pro**

Flux.1's professional-grade model for precise, context-aware editing.

### **Flux.1 Kontext Max Multi**&#x20;

Flux.1's flagship model, generating consistent images for storytelling.
{% endtab %}

{% tab title="ChatGPT" %}

### **ChatGPT-Image 1**

OpenAI's best AI model for quick, natural image generation.
{% endtab %}
{% endtabs %}

## Video Generation Model

{% tabs %}
{% tab title="Sora 2" %}

### Sora 2

OpenAI's flagship video generation with synced audio.

### Sora 2 Pro

OpenAI's most advanced synced-audio video generation.
{% endtab %}

{% tab title="VEO 3" %}

### Veo 3.1&#x20;

Google DeepMind's state-of-the-art model for generating high-fidelity, 8-second 720p or 1080p videos featuring stunning realism and natively generated audio.&#x20;

### Veo 3.1 Fast

Speed & cost-optimized video generator with near-Google-Veo-3.1 quality.

### Veo 3

Google DeepMind's most advanced AI model for generating high-quality, cinematic videos with integrated, synchronized audio from simple text prompts or images.&#x20;
{% endtab %}

{% tab title="Kling" %}

### **Kling Standard**

Advanced motion synthesis that respects physics & object relationships.

### **Kling Pro**

Full‑HD videos up to 10s with dynamic motion & precise framing

### **Kling Master**

Pro‑grade cinematic videos with scene coherence & realism.
{% endtab %}

{% tab title="ByteDance" %}

### **Seedance Lite**

Fast videos up to 720p with lower resource usage.

### **Seedance Pro**

Pro‑grade cinematic videos with scene coherence & realism.
{% endtab %}
{% endtabs %}

## **📌 Note**

Doraverse continuously updates to support **the latest models** as soon as they are released — ensuring you always have access to the most advanced AI.


---

# 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://help.doraverse.com/feature-list/available-ai-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.
