Pixal3D API
$0.25/gen
Developer-ready API access
将腾讯 Pixal3D 的早期势头转变为开发人员就绪的图像到 3D 工作流程。 PiAPI 正在为希望在应用程序、工具和生产管道内进行 3D 生成的团队准备 Pixal3D API 访问权限。
Pay-as-you-go access through PiAPI.
$0.25/gen
Developer-ready API access
基于公共模型和研究参考 — 最终的 API 详细信息将在发布时确认。
Pixal3D 是与 ZXQPROTECT1QXZ 和 Tsinghua 大学研究相关的图像转 3D 模型,围绕像素对齐生成而设计,可在生成的 3D 资源中更忠实地保留可见图像细节。 [TencentARC]
从单个参考图像(物体照片、产品镜头、概念艺术或资产草图)开始,并准备一条可重复的路径,以 GLB 样式格式生成 3D 资产。
围绕 PiAPI 熟悉的模式进行规划:提交图像、创建异步任务、轮询任务状态并检索生成的资产 URL — 而不是仅限手动浏览器的演示流程。
游戏资产原型设计、电子商务 3D 产品预览、AR/VR 内容工作流程、创意工具集成和自动化批量 3D 资产管道。
随着可用性的开放,跟踪 Pixal3D 以及 PiAPI 更广泛的 3D 模型选项 — 一个帐户、一个任务工作流程,无需构建单独的队列层。
Trellis 是当今需要 3D API 访问的团队的实用选择。如果您的路线图依赖于 TencentARC 的像素对齐图像到 3D 研究,则 Pixal3D 是值得关注的模型。
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Add credits on the billing page when you are ready to scale beyond the free tier.
POST your first task following the API docs, then poll the task until the result is ready.
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "Qubico/pixal3d",
"task_type": "image-to-3d",
"input": {
"image": "YOUR_IMAGE_URL",
"seed": 0
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"model_file": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run pixal3d-api \ image=YOUR_IMAGE_URL \ seed=0 ✓ Task completed! https://img.theapi.app/ephemeral/…
Pixal3D 是与 ZXQPROTECT2QXZ 和 Tsinghua 大学研究相关的图像到 3D AI 模型。它专注于从输入图像生成像素对齐的 3D。 [TencentARC]
Pixal3D API 访问是通过第三方提供商出现的。 PiAPI 正在为想要统一图像到 3D 工作流程的开发人员准备 Pixal3D API 访问权限。
Pixal3D API 支持已计划,并将很快在 PiAPI 上提供。加入候补名单或联系团队以在集成详细信息最终确定后获取最新信息。
开发人员可以使用 Pixal3D 风格的图像到 3D 生成来进行游戏资产原型设计、电子商务 3D 预览、AR 和 VR 内容、创意工具和自动化 3D 资产管道。
公共模型和论文参考将 Pixal3D 与 TencentARC 和 Tsinghua 大学研究人员相关联。 PiAPI 不是腾讯官方页面或腾讯附属机构。
当前的 Pixal3D 演示和 API 页面通常引用 GLB 样式的 3D 模型输出。最终的 PiAPI 输出格式将在 Pixal3D 支持启动时确认。
Pixal3D 最好被描述为新兴的 TencentARC 图像到 3D 模型,专注于图像的像素对齐生成,而 Trellis 是 PiAPI 上已提供的成熟 3D 生成 API 选项。开发人员现在可以使用 Trellis 并跟踪 Pixal3D 以获得即将推出的图像到 3D API 的可用性。
More questions? See the API docs.