Point-E

OpenAI
Image Generation

OpenAI Point-E text-to-point-cloud system. Fast 3D point-cloud generation from text, optionally lifted to a mesh via marching cubes.

Generate with Point-E
Describe what you want and pick a size — the image renders inline.
Sign in to try this model with €5 free credits.
Sign in
Result appears here
TL;DR·Last updated May 16, 2026

Point-E is image generation AI model from OpenAI, priced at €0.000 per 1M input tokens with a unknown context window.

Try Point-E
Sign in to generate — 50 free credits on sign-up

Pricing

Price per Generation
Per generation€0.03

API Integration

Use our OpenAI-compatible API to integrate Point-E into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

const images = await rw.run("point-e", "A beautiful sunset over Tokyo");
console.log(images[0].url);

// Or use the image() method for full control
const res = await rw.image("point-e", "A cat in space", {
  size: "1024x1024",
  n: 1,
});
console.log(res.data[0].url);
Specifications
Price
€0.03
Developer
OpenAI
Category
Image Generation
Supported Formats
text
Tags
replicate
3d-generation
openai
point-cloud
open-source

Frequently asked questions

Start using Point-E today

Get started with free credits. No credit card required. Access Point-E and 100+ other models through a single API.