New model
Echo HQ
Our highest-quality Echo checkpoint for richer geometry, sharper detail, and more stable Gaussian Splat worlds.
Our Echo model family outputs persistent 3D worlds that you can explore in real time. Read the Echo-2 announcement.
This is a persistent world created with Echo, rendered interactively in your browser, with camera control over a stable 3D space. You can move through the world and explore it.
Drag to look aroundClick and drag to look around • WASD to move
The SpAItial app allows you to explore and build with Echo: You can generate worlds from images, text, and panoramas. Edit, share, and view worlds created with Echo.
Turn any image or 360° panorama into a 3D explorable world.
Generate 3D worlds from a text prompt.
Sculpt, paint, and quickly refine your world with powerful tools.
Export to popular 3D formats (SPZ, PLY, SOG, Collision Meshes, etc.)
Share a link and view in the browser
For developers
The API is direct access to Echo for agents, tools, simulations, creative systems, and any product that needs generated Gaussian Splat worlds.
Submit an image, prompt, or panorama and receive an async world generation job.
Request SPZ or SOG Gaussian Splat outputs that are ready for real-time viewers.
Subscribe to delivery events instead of polling—fire and forget.
Put spatial generation inside tools, agents, simulations, and creative pipelines.
# Generate a Gaussian Splat world with Echo
curl -X POST https://api.spaitial.ai/v1/worlds \
-H "Authorization: Bearer spt_live_…" \
-H "Content-Type: application/json" \
-d '{
"input": { "type": "text", "prompt": "a moonlit film set in a forest" },
"model": "default",
"output_format": "sog"
}'
# → { "request_id": "req_xyz", "status": "queued" }New model
Our highest-quality Echo checkpoint for richer geometry, sharper detail, and more stable Gaussian Splat worlds.
API
Programmable access to Echo. Generate persistent 3DGS worlds from your own tools, agents, and pipelines.
Announcement
Credits, priority API access, early Echo models, and founder-level support for startups building with spatial AI.
Build with Echo
Generate persistent worlds with Echo, explore worlds created with Echo, or join the creators helping define what spatial AI becomes.