hyper3d

Generate 3D models and meshes from text prompts or images via the Pixazo API.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Pixazo-AI/skills --skill hyper3d-pixazo-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hyper3d
Source: https://github.com/Pixazo-AI/skills/tree/main/skills/hyper3d
Command: npx skills add https://github.com/Pixazo-AI/skills --skill hyper3d-pixazo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating 3D assets normally requires specialized modeling software and skills; this Skill lets an AI agent call the Hyper3D Rodin API through the Pixazo gateway to turn text prompts or images into downloadable 3D model files. ## Core Features & Use Cases - Text-to-3D Generation: Submit a text prompt to Hyper3D Rodin v2.5 and receive a 3D mesh in formats like GLB. - Image-to-3D Conversion: Convert a reference image into a 3D model using the image-to-3d endpoint. - Async Job Handling: Submit generation tasks, poll the status endpoint, and retrieve the result URL when rendering completes. - Use Case: A game developer asks the agent to generate a stylized treasure chest mesh from a text description, polls until completion, and downloads the GLB file for use in a scene. ## Quick Start Ask the agent to generate a 3D model of an object from a text description using Hyper3D and provide your Pixazo API key when prompted.

Frequently Asked Questions about hyper3d

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a 3D model from a text prompt with Hyper3D?▼

Send a POST request to the hyper3d-rodin-v2-5-text-to-3d endpoint with your prompt, tier, and geometry_file_format fields. The API returns a task_id, which you poll until the status is completed, then read the result URL.

How to convert an image into a 3D model using an API?▼

Use the hyper3d-rodin-v2-5-image-to-3d operation on the Pixazo gateway. Submit the source image with your API key, then poll the result endpoint with the returned task_id until the 3D asset is ready.

What 3D file formats does Hyper3D Rodin support?▼

The request schema includes a geometry_file_format parameter, with GLB shown as the example value. For the full list of accepted formats and per-version differences, fetch the reference at https://www.pixazo.ai/models/hyper3d.md.

Why is my Hyper3D generation request failing with a 401 error?▼

A 401 response means the Pixazo API key is missing or invalid. Check the PIXAZO_API_KEY environment variable or the ~/.pixazo/api-key file, and generate a fresh key at https://api-console.pixazo.ai/api_keys.

How long does Hyper3D 3D model generation take?▼

Generation is asynchronous, so you submit a task and poll the status endpoint every 5-10 seconds. The skill suggests a polling cap of roughly 10 minutes for long-running jobs before treating the task as stalled.