> For the complete documentation index, see [llms.txt](https://docs.atlas.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atlas.design/atlas-ai-studio-overview/release-notes/release-0.17.0.md).

# Release 0.17.0

## NOTE <a href="#note" id="note"></a>

This release note includes all changes since 0.16.2.

**Release Date:** March 2026

**Previous Version:** v0.16.2 (February 2026)

**Updates:** Frontend Modifications, New Backend Options, and Audio Format Switch to MP3

***

### 1. Interface Modifications (Frontend) <a href="#id-1.-interface-modifications-frontend" id="id-1.-interface-modifications-frontend"></a>

**3D viewer field labels updated** — The Img-to-3D node's texture quality dropdown labels now reflect 404-GEN support: `"Standard (Tripo: standard, Trellis: 2048, 404: 1024)"` and `"Detailed (Tripo: high-res, Trellis: 4096, 404: 2048)"`.

<figure><img src="/files/2xJ3NjSjQu0CBXsV0aR3" alt="" width="363"><figcaption></figcaption></figure>

***

### 2. Changes to Existing Nodes & New Backends/Models <a href="#id-2.-changes-to-existing-nodes-and-new-backends-models" id="id-2.-changes-to-existing-nodes-and-new-backends-models"></a>

**Text Generation (LLM) Node** — Added `gemini-3.1-flash-lite` and `gpt-5.3-chat`

<figure><img src="/files/AyklXHlhxx75Skbq2fRf" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/i2jHoUgjYG5IaduGJ0Bj" alt="" width="563"><figcaption></figcaption></figure>

**Gemini 3.1 Flash Image** (#994) — Added `gemini-3.1-flash-image-preview` as a new backend option across three image generation nodes:

* **Multimodal Node** — New `"Gemini 3.1 Flash Image"` backend.

<figure><img src="/files/pXKoozQFjSVJlselOJxY" alt="" width="563"><figcaption></figcaption></figure>

* **ImageTextEdit Node** — Added Gemini 3.1 Flash as a backend for image editing.

<figure><img src="/files/dZgTvhIpwFnYmbBAAJg5" alt="" width="563"><figcaption></figcaption></figure>

* **QualityTextToImage Node** — Added Gemini 3.1 Flash as a text-to-image backend alongside existing Gemini 3 Pro and 2.5 Flash.

<figure><img src="/files/9GgagC7GnNGiUydW0IJL" alt="" width="451"><figcaption></figcaption></figure>

**404-GEN upgrade** — Major upgrade to the 404.xyz 3D mesh backend:

<figure><img src="/files/LB8YqQau9qFJVK9Fwuii" alt="" width="563"><figcaption></figcaption></figure>

* Previously rejected any `face_limit` — now validates and passes it through.
* PBR remains unsupported (hard error).

<figure><img src="/files/HbgboAaOnVihCuXz1udG" alt="" width="563"><figcaption></figcaption></figure>

* Trellis 2 also updated: minimum decimation target lowered from 100k to 20k, added PBR hard error (was silently ignored), added texture-off override warning.

<figure><img src="/files/5loEaGDkuScU9YSmd9G2" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/rShxdP71M34fyaZO0iFr" alt="" width="563"><figcaption></figcaption></figure>

* **Tripo3D v3.1** added

<figure><img src="/files/594jhmbxiPwGNOELStJI" alt="" width="563"><figcaption></figcaption></figure>

* **Meshy** — additional generation arguments added

<figure><img src="/files/KtzxtZn4uBPxNbXY5y6b" alt="" width="501"><figcaption></figcaption></figure>

* **Retexture Mesh Node** — added support for multiple style images; Tripo backend added; additional Meshy generation arguments added

<figure><img src="/files/yEI9VckdxiSWiyW3PFNs" alt="" width="563"><figcaption></figcaption></figure>

* **Migration** (v0.9.49) — Existing projects with 404-GEN or Trellis 2 backends and `pbr=True` are auto-migrated to `pbr=False` to prevent execution errors.

**Audio format switch to MP3** (#987) — Comprehensive refactor of the internal audio format from WAV to MP3 320 kbps:

* **All audio nodes** now output `.mp3` / `audio/mpeg` instead of `.wav` / `audio/wav`.
* Uploaded audio is now converted to MP3 (320 kbps) instead of WAV.

***

### 3. New Nodes <a href="#id-3.-new-nodes" id="id-3.-new-nodes"></a>

No entirely new node types were added in this period.

***


---

# 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://docs.atlas.design/atlas-ai-studio-overview/release-notes/release-0.17.0.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.
