pixal3d

Generates GLB 3D models from reference images via the Pixazo API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Converting a 2D reference image into a usable 3D asset normally requires specialized modeling software and expertise. This Skill lets an AI agent call the Pixal3D model through the Pixazo API to produce a GLB 3D model from a single image, handling authentication, request formatting, and async polling automatically. ## Core Features & Use Cases - Image-to-3D Generation: Submits a reference image URL to the Pixal3D endpoint and returns a GLB 3D model with tunable mesh, texture, and sampling parameters. - Managed API Key Flow: Guides the agent to find or securely store the Pixazo API key in ~/.pixazo/api-key so the user only provides it once. - Async Polling & Error Handling: Polls the result endpoint until the model is ready and maps 401/402/429/4xx/5xx responses to clear user-facing messages. - Use Case: A game developer pastes a concept art image URL and asks the agent to generate a textured 3D mesh; the agent submits the request, polls for completion, and returns the downloadable GLB file URL. ## Quick Start Ask the agent to generate a 3D model from an image URL using Pixal3D, and provide your Pixazo API key when prompted.

Frequently Asked Questions about pixal3d

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

FAQPage Schema
How do I generate a 3D model from an image with Pixal3D?▼

Send a POST request to https://gateway.pixazo.ai/pixal3d/v1/pixal3d-request with your image_url and generation parameters, authenticated with your Pixazo API key. The response returns a task_id that you poll until the GLB model URL is ready.

What output format does Pixal3D image-to-3D produce?▼

Pixal3D produces a single GLB 3D model file from the reference image. The result is delivered as a downloadable URL once the asynchronous generation task completes.

Where do I get a Pixazo API key for 3D generation?▼

Get a free key at https://api-console.pixazo.ai/api_keys by signing in and clicking Create new key. The Skill saves it to ~/.pixazo/api-key so you only provide it once.

Why is my Pixal3D request returning a 401 or 402 error?▼

A 401 means the API key is missing or invalid, so generate a fresh key at the Pixazo console. A 402 means your account is out of credits and needs a top-up at the Pixazo dashboard.

How long does Pixal3D 3D model generation take?▼

Generation is asynchronous: the initial request returns a task_id immediately, and you poll the result endpoint every 5-10 seconds until the status indicates completion. Total time varies by resolution and parameter settings.