Skip to main content
Workflows Library MCP Directory Realtime AI News Sponsor Tier Subscribe
Front Page / LLMs / Deep Dive

Text-to-3D Race in 2026: Meshy's 100M Models & Persistent Worlds

Two races are running in AI 3D in 2026. Meshy has commoditized asset generation — 12M users, 100M+ models, ~12x YoY ARR growth, and a $400M Series B at a $1.5B valuation — while Adobe Research and Johns Hopkins' Wonder races to build persistent, camera-controllable worlds at 16 FPS from a single image. This analysis compares the pipelines, benchmarks, and unit economics of both lanes.

Deepak Bagada

Deepak Bagada

CEO, SaaSNext

Aug 11, 2026 Published
|
Aug 11, 2026 Updated
|
11 Minutes Reading Time
Core Takeaways for Founders & Builders
  • Meshy owns the asset lane — 12M users, 100M+ models, ~12x YoY ARR growth, and a ~$400M Series B at a $1.5B valuation — turning prompts into usable meshes in ~1 minute at ~$1 each.
  • Adobe Research + JHU's Wonder owns the persistent-world lane: camera-controllable scenes from a single image at 16 FPS for up to a minute via dense coordinate-field control and sparse-attention memory.
  • Asset generation is a utility (editability is the value); persistent worlds are experiences (memory and coherence are the value) — mature pipelines need both.
  • Treat text-to-3D like any long-running async job: poll by result ID, handle typed failures, and cache by prompt hash to avoid paying twice.

Two very different races are running inside AI 3D in 2026, and confusing them is expensive. The first is asset generation: turn a prompt into a usable mesh in about a minute. Meshy has commoditized that lane — 12 million registered users, 100 million+ models created, ARR growing roughly 12x year over year, and a nearly $400 million Series B at a $1.5 billion valuation led by IDG Capital, Matrix Partners China and Monolith Management. The second race is persistent worlds: build an explorable, navigable 3D environment that does not fall apart when you look away and come back. That is the lane Adobe Research and Johns Hopkins just entered with Wonder, a world model that turns a single image or video into a camera-controllable scene at 16 FPS, explorable in all six directions for up to a minute.

The first race has customers and revenue today. The second is pre-product but is where the physics of "useful 3D" is being redefined. This article compares both pipelines, quantifies the unit economics, and tells you which one to build against in 2026.

Meshy: the asset generation machine

Founded in 2023 by MIT PhD Ethan Hu, Meshy converts a single line of text or one image into a production-ready 3D model in about a minute, at a cost the company frames as "about a minute and a dollar." As of the July 21, 2026 announcement, the company reports 12M+ registered users, 100M+ models created, and ARR growing ~12x YoY on a disclosed $15M ARR base from November 2025. The Series B, led by IDG Capital, Matrix Partners China and Monolith (with Granite Asia, HongShan, BAI Capital and Source Code Capital oversubscribing), is the largest round ever for a dedicated AI-3D company.

Its output is used in production by gaming studios (Nexon, NetEase Games, 37 Interactive Entertainment), 3D-printing brands (Bambu Lab, Creality, Elegoo, FlashForge, xTool), brands like Hugo Boss, and teams at five of the world's ten largest tech companies. The current product, Meshy 6, adds automatic PBR maps, 8K texture generation, auto-rigging with 600 preset animations, and a 3D Agent that repairs and splits models for printability with a claimed 97% slicer success rate.

Wonder: persistent worlds, not just assets

Wonder (arXiv:2607.26037, July 28, 2026) is a different ambition. Given an image or a conditional video, it constructs a persistent interactive world you can navigate by moving the camera in six directions, revealing unseen regions, and returning to previously observed areas with constant latency for up to a minute. The system is a co-design of three components:

  • A dense pixel-space coordinate field — instead of handing the diffusion model an abstract pose, Wonder renders a synthetic 3D scaffold plus an environment map along the target camera trajectory (via a lightweight OpenGL renderer at 150 FPS) and feeds those renderings in as visual evidence. Parallax and rotation become frame-aligned cues the model can copy, which is why camera following stays accurate through long rollouts.
  • Sparse-attention persistent memory — full-fidelity KV history is kept, but each prediction step attends only to sink tokens, the most recent frames, and a small set of top-k historical chunks. Active attention cost stays bounded, so latency stays flat as the world grows.
  • A rectified distillation pipeline — a bidirectional many-step teacher (built on a 14B-parameter Wan2.1 transformer) is converted into a causal autoregressive student using a timestep-wise mixture of three generators (coarse, refine, detail) plus a camera-aware adversarial regularizer, preserving diversity and control that naive self-forcing distillation loses.

The result: minute-scale rollouts at 16 FPS (temporally upsampled to 32 FPS for viewing), stable latency regardless of history length, and support for both image-to-video exploration and video-conditioned "re-shooting" of an existing scene along a new camera path. Trained on 32 NVIDIA H200 GPUs.

The pipeline: text → mesh → texture → scene

Both systems compress the same conceptual pipeline, but at very different depths:

Stage Meshy (asset lane) Wonder (world lane)
Input Text or single image Image or video
Geometry Explicit mesh (FBX, OBJ, GLB, STL), clean topology, auto-rigging Implicit — geometry exists only in generated frames
Texturing PBR maps, 8K textures, baked materials Appearance emerges from the diffusion model
Scene Single object or bounded scene; camera can orbit the asset Persistent navigable world; camera moves through space
Return to seen area N/A Coherent revisit via sparse-attention memory
Editability Full — mesh is a real asset in your DCC pipeline None yet — output is video frames
Time to usable output ~1 minute Real-time at 16 FPS

The difference between asset generation and persistent-world generation is editability versus persistence. An asset is a file you can remesh, retexture, rig, animate, and drop into a game engine. A persistent world is an experience — the value lives in the model's memory of what you already saw and its ability to keep the scene coherent while you move. Meshy and Wonder are not competitors; they are two stages of the same 3D software stack, and mature pipelines will need both.

Benchmark and quality comparison

Benchmark claims in AI 3D need transparent methodology, so here is what is on the record:

  • Meshy vs Tripo (asset lane): In a blind 1,331-vote evaluation, senior artists from NetEase and other studios preferred Meshy 6 over Tripo 3.1 roughly 63.8% of the time on quality (industry-sourced benchmark, 2026, blind voting protocol). Meshy claims its pipeline generates clean topology 6–30x faster than earlier tools.
  • Wonder vs streaming world models (world lane): On I2V world exploration, Wonder reports a VBench visual-quality score of 0.8558, beating HY-WorldPlay and DreamX-World, and cuts rotational Relative Pose Error (RPE) from 0.1155 (next-best baseline) to 0.0784 and translational RPE to 0.0132. Camera-following accuracy is the metric that separates a gimmick from a production world model, and this is where Wonder's coordinate-field conditioning shows up.
System Lane Throughput Key measured result Reported (date)
Meshy 6 Asset ~1 min/model 63.8% blind preference vs Tripo 3.1 Jul 2026
Tripo 3.1 Asset ~1–2 min/model Runner-up in same blind eval 2026
Wonder World 16 FPS real-time VBench 0.8558; rot-RPE 0.0784 Jul 2026
HY-WorldPlay / DreamX-World World Sub-16 FPS, bounded horizon Lower quality + higher camera error 2026

Token and compute economics

  • Meshy's unit economics: roughly $1 per generated model at current pricing — Free tier 100 credits/month, Pro $20/month (1,000 credits), Studio $60/month (4,000 credits). Do the back-of-envelope math: if even 10% of 100M models were monetized at an average of ~$0.10–$0.25 of credit value, that is $10M–$25M of cumulative consumption value — and it is the compounding flywheel of 100M models of prompt/feedback data that gives Meshy a training-data moat competitors cannot buy.
  • Meshy's financial trajectory: from a disclosed $15M ARR base in November 2025 (with 20–30% monthly growth) to "ARR growing 12x YoY" as of July 2026, analysts triangulate current run-rate ARR in the $100M–$200M range, putting the $1.5B valuation at roughly 7.5–15x run-rate ARR. Market context: analysts size generative AI for 3D assets at **$3.23B in 2026** (up from $2.47B in 2025) with projections around $9.4B by 2030.
  • Wonder's compute profile: 32 H200 GPUs for training; at roughly $40–$50/hour each, that is on the order of $100K–$200K for a focused training run — meaningful but well within a research-lab budget. At inference, the whole point is that the 16 FPS student keeps per-step cost flat as history grows; the sparse-attention memory is the thing that makes minute-scale rollouts affordable in real time.

A runnable Meshy-style generation call

Meshy exposes a REST API (v2). A minimal text-to-3D call, with error handling, looks like:

curl -s -X POST "https://api.meshy.ai/openapi/v2/text-to-3d" \
  -H "Authorization: Bearer $MESHY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"mode":"preview","prompt":"low-poly stylized wooden storage crate, PBR","art_style":"low-poly","should_remesh":true}'
import time, requests

KEY = "..."  # env var in production, never committed
r = requests.post(
    "https://api.meshy.ai/openapi/v2/text-to-3d",
    headers={"Authorization": f"Bearer {KEY}"},
    json={"mode": "preview", "prompt": "low-poly wooden crate", "art_style": "low-poly"},
    timeout=30,
)
r.raise_for_status()
result_id = r.json()["result"]

# Poll the job; handle the common failure modes explicitly.
for _ in range(60):
    status = requests.get(
        f"https://api.meshy.ai/openapi/v2/text-to-3d/{result_id}",
        headers={"Authorization": f"Bearer {KEY}"}, timeout=15,
    ).json()
    if status.get("status") == "SUCCEEDED":
        print(status["model_urls"]["glb"])
        break
    if status.get("status") == "FAILED":
        raise RuntimeError(status.get("error_message", "generation failed"))
    time.sleep(5)
else:
    raise TimeoutError("generation did not complete in 5 minutes")

The pattern worth copying is not the API call — it is the explicit polling with typed failure handling (FAILED vs timeout), which is exactly the discipline your real-time media pipelines should already follow. Treat every generation as a long-running async job with a result ID.

Use cases in 2026

Use case Asset lane (Meshy) World lane (Wonder) Verdict
Game asset pipelines Production-ready meshes, rigging Video frames, not engine assets Meshy wins today
E-commerce / catalogs 360° product views from one photo Storefront "explore the product" experiences Asset now, world soon
Film previs & virtual production Blocking assets Camera-controllable re-shooting of scenes Wonder-class tools win
Simulation / robotics training Static objects Persistent, navigable environments World lane wins
3D printing 97% slicer success via 3D Agent Not applicable Meshy wins decisively

Why This Matters for Developers

  • Asset generation is now a utility, not a moat. At ~$1 per model, nobody should hand-model a crate, a bottle, or a chair again. The defensible work is the pipeline around it — validation, retopology heuristics, versioning, and the prompt-to-print loop. Integrate Meshy-class APIs like any other long-running job, and treat model repair as a first-class stage.
  • Persistent worlds change what "3D" means for products. If Wonder-class capability lands in Creative Cloud (the natural home for a camera-controllable re-shooting tool), previs and interactive storyboarding become live-model activities. Build your content formats so they can accept a scene representation, not just a mesh file.
  • Memory is the new bottleneck, again. Wonder's innovation is a memory mechanism that keeps fidelity without letting latency grow — the same lesson as our context window economics analysis, applied to vision. Sparse-attention over long-history KV caches will be the pattern you reach for in every long-horizon generative system.
  • Benchmark hygiene decides credibility. Every number above is dated and conditional. When you evaluate 3D tools, run blind preference tests with your actual artists (the NetEase-style protocol), measure camera RPE if you care about control, and measure slicer success if you care about printability — never trust a single vendor's metric. This mirrors the discipline we recommend in our multi-modal RAG evaluation and vision ingestion pipeline coverage: test the artifact, not the announcement.

When we shipped a product-catalog experiment at SaaSNext, the pattern that failed was calling text-to-3D synchronously and letting failed generations block the queue; the pattern that worked was Meshy-style async jobs with typed failure states, cached by prompt hash so identical requests never paid twice. The same mental model — async jobs, typed failures, caching on input hash — is what you will want when persistent-world APIs arrive, and it is why the two races in 3D feel so different: one is about throughput per dollar, the other about memory and coherence per second.

Sources: Meshy Series B press release (PR Newswire, July 21, 2026) · Wonder project page · Wonder arXiv:2607.26037 · Meshy API docs · Market sizing per analyst reports cited by industry press (2026).

By Deepak Bagada, CEO at SaaSNext & Principal AI Architect.

Last tested/verified: August 2026 with Meshy API v2 (openapi/v2), Meshy 6 + 3D Agent, Tripo 3.1, and Wonder (arXiv:2607.26037, July 28, 2026). Benchmark figures are vendor/paper-reported and dated as noted; Meshy user/model counts are company-reported as of July 21, 2026.

Executive Briefing

Enjoyed this breakdown? Get our morning dispatch in your inbox.

Curated breakdowns of frontier model architectures and compute markets delivered every weekday. Zero fluff.

Frequently Asked Questions
Meshy generates editable 3D assets (meshes with PBR maps, rigging, FBX/OBJ/GLB/STL output) from text or images in about a minute. Wonder generates persistent, camera-controllable worlds from an image or video at 16 FPS — the output is explorable video frames rather than an editable mesh. They are complementary stages of the 3D stack: assets for editability, worlds for experience.
Roughly $1 per model at current credit economics. Plans: Free (100 credits/month), Pro $20/month (1,000 credits), Studio $60/month (4,000 credits). Generation is billed per credit and output can be downloaded in standard formats.
The July 21, 2026 Series B was co-led by IDG Capital, Matrix Partners China and Monolith Management, with existing backers (Granite Asia, HongShan/Sequoia China, BAI Capital, Source Code Capital) oversubscribing. It is the largest round ever for a dedicated AI-3D company, on reported ARR growing ~12x YoY, 12M+ users and 100M+ models.
Wonder co-designs three components: a dense pixel-space coordinate field (a synthetic 3D scaffold + environment map rendered at 150 FPS) that turns camera motion into visual evidence; sparse-attention persistent memory that keeps full-fidelity KV history while bounding active attention cost; and a rectified distillation pipeline (timestep-wise mixture of three students) that preserves control and consistency in a few-step causal model.
For shipping products with real customers today — games, e-commerce, printing — build against the asset lane (Meshy-class APIs) with async job patterns. If you are doing film previs, simulation, or interactive experiences, prototype against the world lane and assume scene-level APIs arrive within a year. Both share the same engineering discipline: async jobs, typed failures, caching on input hash.
Deepak Bagada
Author Profile

Deepak Bagada

CEO, SaaSNext

Deepak Bagada is the CEO of SaaSNext and founder of Daily AI World. He covers AI workflows, agentic automation, LLM architectures, and founder growth strategies.

Related Intelligence Analysis

Audio Briefing
Accessibility Preferences
High Contrast Mode
Accessible Reading Font

Keyboard Shortcuts

Open Search Dialog ⌘K or /
Toggle Theme (Dark/Light) t
Toggle Audio Player a
Open Shortcuts Menu ?
Close Active Dialog Esc