CPU3DAI tools for 3D, video and audio

Shap-E: 3D generator — what it does and what you need to run it

Shap-E is an open source 3D generator from OpenAI. The tool creates 3D objects from a text description or an input image, i.e. it solves the task of converting text/image into three-dimensional geometry.

What it does

As described by the authors, Shap-E generates 3D objects conditioned on text or images. The output is three-dimensional models that can be used in graphics applications. The authors do not specify details about supported output formats, geometry types (mesh, point cloud), or maximum texture resolution in the repository.

What you need to run it

The code is written in Python and is distributed under the MIT license. You will need a local machine with sufficient GPU VRAM — the authors do not specify exact requirements, but generative models of this class typically require several gigabytes of VRAM. There is no cloud version, running on your own hardware only. The source code is available in the repository github.com/openai/shap-e. The last code update is dated June 22, 2024.

Who it is for

The tool will be useful for developers and researchers experimenting with 3D content generation who are willing to work with Python code. The open MIT license allows embedding Shap-E into your own projects and adapting it to your needs. It is not suitable for artists and designers expecting a ready-made application with a GUI — the authors do not provide a standalone build. It is also not the right tool for those who do not have a GPU with sufficient memory or who are looking for a cloud service without the need for local installation. Shap-E occupies the niche of an open source research tool. It provides an opportunity to explore approaches to 3D generation from text and images, but requires technical expertise to run and integrate.
Shap-E pipeline 3D generator from text or images Input Text or image Formats: TXT, PNG, JPEG Encoder Conversion to latent representation Diffusion Latent space generation Decoder Recovering 3D geometry Output 3D model in the specified format Export: PLY, OBJ, GLB Text description or image file Open source (MIT) · Python · github.com/openai/shap-e
How the Shap-E pipeline works. The diagram is drawn from the tool’s fact sheet.

Fact sheet

Code licenseMIT source
LanguagePython source
Last code change2024-06-22 source
Repository created2023-04-19 source
Changes often — as of 2026-08-03
GitHub stars12265 source
Forks1078 source

Values are collected automatically from official sources and were checked on 2026-08-03. Each one links to its source, and values taken from the developer’s pages also carry a verbatim quote — hover over the note. Pricing and versions are shown as of the check date and change most often; verify on the vendor’s site before buying.

See also