Can ChatGPT Make STL Files?
I'm curious if ChatGPT can generate STL files directly or help in creating them. STL files are used for 3D printing, and I wonder if this AI can output or assis…
Victoria Coleman
March 9, 2026 at 11:48 PM
I'm curious if ChatGPT can generate STL files directly or help in creating them. STL files are used for 3D printing, and I wonder if this AI can output or assist in making the actual 3D models or files needed for printing. Has anyone tried this or know how to do it?
Add a Comment
Comments (6)
So in summary, ChatGPT can assist with generating code for 3D models, but you need additional software to create STL files from that code.
It would be awesome if future versions could export STL directly! For now, code generation is the closest feature.
You can ask ChatGPT to generate code snippets for 3D shapes in OpenSCAD or Blender Python scripts. Then you use those scripts to export STL files.
Also, there are some specialized AI tools that generate 3D models, but they're different from ChatGPT.
ChatGPT itself can't create STL files directly since it doesn't generate 3D models or binary files. However, it can help you write code in languages like OpenSCAD or Python that produce STL files when run in the right environment.
Keep in mind ChatGPT won't visualize or check the 3D models, so you should verify the designs in a 3D editor.