Lux3D China 3D Generation API
Paste the following prompt into your AI chat to install this skill:
Follow https://skillhub.cn/install/skillhub.md and install @user_97275c6e/lux3d-cn.
About this skill
Problem
3D asset generation APIs often scatter creation, polling, format selection, and result extraction across several HTTP calls. Local files, multi-view images, version parameters, and output formats are easy to wire incorrectly. Lux3d-cn wraps the Lux3D China API through lux3d_client.py, which is useful for engineers who want to script or automate image-to-3D, text-to-3D, material redraw, and export workflows.
How it works
- Prerequisites:
img,imgs,meshUrl, andmodelUrlmust beHTTP(S)URLs; the China API key is not compatible with international endpoints, and the authorization header passes the API key directly. - Core capabilities:
imagesupportsG1andG1-Turbo;textsupportsprompt,style, and one reference image;materialusesv3.0-standardto redraw GLB materials;four-viewproduces additional viewpoint images;exportconverts amongzip,glb,usdz,obj_zip, andfbx_zip. - Task flow: creation endpoints return a
taskid; usequeryor Pythonquery_task_statusto poll. On success, read URLs fromd.outputs[].contentand save them promptly because they expire after 2 hours. - Parameter boundaries:
imgandimgsare mutually exclusive;imgsaccepts 1-32 images of the same subject;faceCountranges from 10000 to 300000;enablePbrapplies only to G1-Turbo or text-to-3D Turbo requests that include ZIP/GLB outputs.
Boundaries
This skill targets the Lux3D China environment and does not add business types or internal versions. Four-view generation is an optional enhancement path, not a prerequisite for G1-Turbo; export ZIP input must come from Lux3D generated tasks. Free and Pro accounts have 2 and 5 concurrent tasks respectively, so wait for existing tasks when concurrency limits are hit.
Use Cases
- E-commerce operators with product photos need batch GLB/ZIP 3D assets for preview and download.
- Designers with existing GLB models need material redraw from a reference image and USDZ export.
- Game planners with text prompts need PBR or white-clay concept models for early validation.
- Engineers need scripts to poll task status and extract result URLs from d.outputs[].content.
Best For
- E-commerce operators who need product photos converted into 3D preview assets and common exports
- 3D designers who have GLB models and want material redraw from reference images for AR output
- Game planners who want text-described concept models with face-count and PBR options
- Python engineers integrating the Lux3D China API into automated pipelines
Related Skills
Converts image sequences, videos, or screen recordings into GIFs with Python, supporting timing, looping, optimization, and quick command-line use.
Adds white text, a yellow bar, and optional translucent masks to photos using OpenCV and Pillow.
Call Mew image and design APIs in two stages to create an emotional background and compose a share-ready quote check-in poster.
Generate felt-craft pendant designs, part breakdowns, and structured analysis from a product image or Base64 input.