# AI Models

We develop MeshZEUS adding new features. We are trying to utilize the most up-do-date text-to-3D and image-to-3D AI models while keeping previous available.

## Discover our Models

| Feature         | 🔥 M4 (Latest)                                                                             | M3 (Main)                                                                       | M2 (Obsolete)                                                               |
| --------------- | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| Quality         | <i class="fa-gem" style="color:$success;">:gem:</i> Excellent                              | <i class="fa-gem" style="color:$success;">:gem:</i> Great                       | <i class="fa-gem" style="color:$warning;">:gem:</i> Moderate                |
| Price           | 400 credits                                                                                | 200 credits                                                                     | 200 credits                                                                 |
| Generation time | <i class="fa-clock" style="color:$danger;">:clock:</i> \~180 seconds                       | <i class="fa-clock" style="color:$success;">:clock:</i> \~80 seconds            | <i class="fa-clock" style="color:$success;">:clock:</i> \~45 seconds        |
| NSFW            | <i class="fa-pepper-hot" style="color:$success;">:pepper-hot:</i> Allows NSFW              | <i class="fa-pepper-hot" style="color:$danger;">:pepper-hot:</i> No NSFW        | <i class="fa-pepper-hot" style="color:$danger;">:pepper-hot:</i> No NSFW    |
| Text rendering  | <i class="fa-font-case" style="color:$success;">:font-case:</i> Renders Texts              | <i class="fa-font-case" style="color:$warning;">:font-case:</i> Simple Words\*  | <i class="fa-font-case" style="color:$danger;">:font-case:</i> Bad at Texts |
| Face rendering  | <i class="fa-face-grin-stars" style="color:$success;">:face-grin-stars:</i> Great at Faces | <i class="fa-face-smile" style="color:$success;">:face-smile:</i> Good at Faces | <i class="fa-face-meh" style="color:$warning;">:face-meh:</i> Okay at Faces |
| Image-to-3D     | <i class="fa-image" style="color:$success;">:image:</i> Excellent                          | <i class="fa-image" style="color:$success;">:image:</i> Excellent               | <i class="fa-image" style="color:$warning;">:image:</i> Moderate            |

#### **🔥M4**  <mark style="color:$info;">(MeshZEUS-4)</mark>

The newest generation model by MeshZEUS.\
Our highest quality model yet, producing excellent results in terms of detail, faces and rendering text.

* Pros: Supports NSFW creations!
* Cons: This model does take longer to generate (\~180s), but we think it's worth the wait!

#### **M3** <mark style="color:$info;">(MeshZEUS-3)</mark>

High-quality generations with decent generation times.

* Pros: Provides great generation quality with decent generation times (80-90s).
* Cons: It is hard to get re-texturing to work. Sometimes fails to generate buildings.

#### **M2** <mark style="color:$info;">(MeshZEUS-2)</mark>

Previous generation model.

* Pros: Works faster. Sometimes gives better results with buildings.
* Cons: Loses to M3, lower quality detail.

## Abandoned Models

These models are no longer supported.

#### **M2 Fast** <mark style="color:$info;">(MeshZEUS-2-Fast)</mark>

Previous generation model with faster output.

* Pros: good if you want something generated "right away"
* Cons: no advantages except its speed.

#### **M1&#x20;**<mark style="color:$info;">**(MeshZEUS-1)**</mark>

The very first model we used. Text-to-image and not supported anymore.

## Notes

\*3D AI models are generally not intended for use with heavy text, this is because a prompt is just a guideline for the model, even with an image prompt it will not create an exact replica. In our testing, the limitation for a 3D model is 5-6 words maximum before quality reduces.&#x20;


---

# 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.meshzeus.com/advanced/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.
