中文 English

Jining Mido Information Technology Co., Ltd

GPT-6 Can Generate 3D Now, but Where Does Your World Live?

GPT-63D generationself-hostedThree.jsGLBvirtual worlddecentralizedGenesis

When AI starts turning "say it and get 3D," what's truly scarce is no longer the generation ability, but a place to house these 3D creations.

Introduction

In September 2026, OpenAI released GPT-6 Astra. What's surprising isn't that it can chat, but that it's starting to "build 3D": a developer had it rebuild an entire Hangzhou using Three.js in 24 minutes, and someone threw it a single house photo and it generated a walkable 3D room.

But an overlooked question follows: where should the AI-generated 3D files (GLB/glTF) and scenes actually be placed?

GPT-6 Flattened the 3D Generation Threshold

According to public demos and reports, GPT-6 Astra has made clear progress in spatial and 3D capabilities:

  • Rebuilt an entire city using Three.js in about 24 minutes (public cases included Hangzhou, Manhattan, etc.);
  • A single house photo generates a walkable 3D room with geometric detail;
  • Select a point on a map and it generates a 3D model of the surrounding area, flyable, with day-night switching.

In other words, "describe it and get a 3D world" is becoming reality. Various text-to-3D tools (Meshy, Tripo, etc.) are doing similar things.

But generation is only the first step.

Generated 3D Needs a "Home"

After most people generate 3D, they store it in cloud storage, post a screenshot, or throw it into some platform for hosting — and then it sits quietly in someone else's server, and you're just a "tenant."

A 3D world that truly belongs to you must at least satisfy these:

  • Can hold: drag the AI-generated GLB/glTF model in, and it can be placed and explored;
  • Can view: opens directly in a browser, accessible on both PC and phone;
  • Can invite people: bring friends and clients in to explore together;
  • Fully yours: data, assets, and the world are all on your own machine, passing through no third-party platform.

This is precisely the part most "AI generation platforms" don't provide.

A 3D Virtual World That Runs on Your Own Machine

Genesis (Genesis Virtual World CRM) is a browser-based, self-hosted 3D virtual world system built on Three.js (WebGL).

Its positioning is simple: to be the "home" for AI-generated 3D.

  • Runs on Three.js: GLB/glTF you generate with any AI (GPT-6, Meshy, Tripo, or local tools) can be dragged in to place, explore, and share;
  • Self-hosted: it runs on your own server or computer, passing through no third-party server; data, assets, and the world always stay in your hands;
  • Decentralized: each deployment instance is an independent node; worlds can federate and interconnect, transmitting to each other;
  • Free locally: running standalone, offline, for personal use only, is completely free; only when you open the world for others to access, or establish federation with other worlds, is an authorization subscription needed.

AI handles "creating 3D out of thin air"; Genesis handles "making this 3D truly yours, not unilaterally shut down by any platform."

How It Connects With Your Existing AI Workflow

The typical flow is just three steps:

  • Generate a model with GPT-6 / any text-to-3D tool, export as GLB or glTF;
  • Deploy a copy of Genesis (self-hosted, on your own server);
  • Put the model in, explore it in the browser, send a link to invite friends or clients to visit.

You don't need to write a 3D engine from scratch, nor host your world on someone else's cloud.

FAQ

Can GPT-6 generated 3D models be used directly?

Yes. As long as exported as standard GLB/glTF format, they can be placed into Genesis for direct display and roaming.

Do I need to know coding to deploy?

It's a self-hosted software requiring a basic server environment (Node.js + browser). The team offers optional deployment-assistance service, and technically skilled developers are welcome to do it themselves.

Is the data truly entirely mine?

In self-hosted mode, the world runs on your own server; data passes through no third-party platform server. This is determined by the technical architecture, not just a promise.

Where's the free boundary?

Standalone local running, offline, for personal use only, is completely free. Opening the world for others to access, or establishing federation with other worlds, requires a subscription authorization.

Open-Source Repo / Where to Get It

The project is open source; feel free to check it out and self-host:

If you're also using AI to build 3D, welcome to house your world here.

← Back to Articles