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 是與 TencentARC 和 Tsinghua 大學研究相關的影像轉 3D 模型,圍繞像素對齊生成而設計,可保留在生成的 3D 影像中更忠實地保留影像細節。
從單一參考影像(物件照片、產品鏡頭、概念藝術或資產草圖)開始,並準備一條可重複的路徑,以 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 是與 TencentARC 和 Tsinghua 大學研究相關的影像到 3D AI 模型。它專注於從輸入影像產生像素對齊的 3D。
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 生成 ZXQPROTECT3D 生成。開發人員現在可以使用 Trellis 並追蹤 Pixal3D 以獲得即將推出的圖像到 3D API 的可用性。
More questions? See the API docs.