Frequently Asked Questions

General

What is Zoo?

Zoo is an infrastructure company that is building a platform for the future of design and manufacturing. Check out our current products: Text-to-CAD, the Zoo Modeling App, and the CAD Diff Viewer.

How does payment work for using the Zoo API?

Our APIs and tools have pay-as-you-go pricing. You get 40 free minutes of API access per month, followed by a cost of $0.50 per minute for additional usage. When you make a POST api call, you are paying for the server time it took to complete that request. You can find more information on our pricing here.

Text-to-CAD

What is Text-to-CAD?

Text-to-CAD is a powerful tool that allows you to convert text-based descriptions of 3D objects into CAD models. This API is built on top of the ML-ephant API

How much does it cost to use the ML-ephant API?

The ML-ephant API follows the same pricing model as any other API. You get 40 free minutes of API access per month, followed by a cost of $0.50 per minute for additional usage. When you make a POST API call, you are paying for the server time it took to complete that request. You can find more information on our pricing here.

Can I use the CAD generations in other CAD software?

If you are used to working with traditional CAD software, you can use the CAD models generated by the Text-to-CAD API in your software. Once your CAD generation is done, you can export a STEP file (or whichever format works best for you) to import into any CAD software you are comfortable with.

What formats can I export to?

Currently, we support exporting to STEP, STL, OBJ, GLTF, GLB, FBX, and PLY.

Where can I start using the ML-ephant API?

Our AI API can be found here in our documentation. If you would like assistance getting started, we also created a tutorial to create your own Text-to-CAD API call.

Is Text-to-CAD open source?

Our Text-to-CAD UI is open source and can be found here. The underlying machine learning model is not open source.

Zoo Modeling App

What is the Zoo Modeling App?

The Zoo Modeling App (ZMA) is an open-source CAD modeling software that blends the power of code-CAD applications with traditional CAD software workstlyles. ZMA is built on top of the KittyCAD Geometry Engine.

Do I need a License to use the Zoo Modeling App?

No, you do not need a license like traditional CAD software. To use the Zoo Modeling App, simply visit our download page and download the appropriate application for your OS. Start modeling right now.

How do I install the Zoo Modeling App?

To install the Zoo Modeling App, visit our download page and download the appropriate application for your OS. Once downloaded, click on the download file and install the application.

How do I uninstall the Zoo Modeling App?

To uninstall the Modeling App, simply delete the application from your computer. If you are on Windows, you can uninstall the application from the Control Panel.

How do I update the Zoo Modeling App?

If you already have the Modeling App downloaded on your computer, you should be prompted the next time you open the application to update to the newest version. If you do not get prompted, visit the download page and download the newest version of the Zoo Modeling App. This will overwrite the old version.

What features will be added?

You can find our roadmap here. These are the necessary features to achieve v1.0.0.

How can I start building my own modeling app?

You can start using our design API at any time. We have created a starter tutorial.

Is the Zoo Modeling App open source?

Yes, the Zoo Modeling App is open source and can be found here.

Is the KittyCAD Geometry Engine open source?

The geometry engine is not open source. However, you can use the API to create your own modeling app. You can find the API docs here.