
CSM — 3D AI with Common Sense
Common Sense Machines (CSM) is building an AI product that lets users generate controllable and game-engine ready 3D animated worlds from single images, text and sketch. It’s your 3D AI copilot.
Any Image to 3D - Common Sense Machines - CSM
Jun 27, 2023 · Common Sense Machines (CSM) is building 3D generative AI models and agents that let users create controllable, production-ready workflows from images, text, and sketches. It's your 3D AI copilot.
State of the art Image to 3D in seconds - Common Sense …
Mar 21, 2024 · Last month we announced a new AI foundation model as part of Cube 2.0, bringing you image-to-3D in seconds via a unique blend of state-of-the-art AI technologies. Today, we are thrilled to announce a new version of our foundation model that brings us closer to our vision of real-time HD-quality.
Frequently Asked Questions - CSM
Common Sense Machines (CSM) is building 3D generative AI models and agents that let users create controllable, production-ready workflows from images, text, and sketches. It's your 3D AI copilot.
CSM 3D Viewer - 3d.csm.ai
Explore and create 3D worlds with CSM's AI-powered viewer, share your work, and get inspired by the community.
CSM 3D Viewer
CSM's website. Community Showcase. API. Tutorials. Contact Us. Login. Login Register. Community Showcase. Editor’s Pick. Explore. Open 3D World Editor. Image to 3D Video to 3D. Here are some of our favourite 3D models generated by Cubers. SESSION_1694191209_1340205. J. J wolff ...
CSM API Reference - docs.csm.ai
const response = await fetch ('https://api.csm.ai/image-to-3d-sessions', {method: 'POST', headers: {'x-api-key': '<X-API_KEY>', 'Content-Type': 'application/json'}, body: JSON.stringify ({ image_url: '<IMAGE-URL>', texture_model: "none"})}); const session = await response.json ();
CSM API Reference - docs.csm.ai
You can get the API key from https://3d.csm.ai/my-profile (opens in a new tab) Create. To start a session, upload the image_url along with the desired settings as described in the Create Session (opens in a new tab) documentation. Geometry Generation. Once the image is uploaded, it is used to generate the geometry for the mesh.
Controllable 3D World Generation from Any Input - CSM
Feb 22, 2024 · Common Sense Machines (CSM) is building 3D generative AI models and agents that let users create controllable, production-ready workflows from images, text, and sketches. It's your 3D AI copilot.
CSM API Reference - docs.csm.ai
POST https://api.csm.ai/image-to-3d-sessions Parameters image_url REQUIRED type : string in : body description : URL of the image to be converted into 3D; can also be a base64 string of the image.