Hyper3DHyper3D Docs
Get Started

Features

Rodin API capabilities and the asynchronous request lifecycle.

Request workflow

Rodin generation is asynchronous:

  1. Submit a task to Rodin API.
  2. Poll Check Status API with jobs.subscription_key until every job is complete.
  3. Request Download Results API to retrieve the generated artifact URLs and download the files.

See the Quick Start for a complete implementation with backoff, failure handling, and a deadline.

Generation families

Rodin Gen-2.5

Supports multiple tiers with flexible timing, mesh and texture controls, and Add-ons. The exact enum values and defaults are documented in its OpenAPI view.

Rodin Gen-2

Supports Image-to-3D and Text-to-3D with Gen-2 mesh, material, texture, and Add-on controls.

Rodin Gen-1/1.5

Supports Sketch, Regular, Detail, and Smooth tiers plus multi-image concat and fuse behavior.

Credits and billing

Each accepted submission reports its cost in credits through consumed, and Check Balance reports the credits remaining on the account. Because concurrent tasks draw on the same balance, treat a returned balance as a point-in-time reading rather than a reservation.

Per-tier prices and the credit rate are maintained on the official pricing page and can change independently of this documentation. Confirm current pricing there before submitting paid workloads.

An account also has a cap on how many tasks may run at once. Exceeding it rejects the submission with API_PARALLELISM_LIMIT_REACHED; retry once an in-flight task finishes. See Errors for the full code list and for rate-limit behavior.

On this page