AI runtimepackages/ai/3d-pipeline
3d-pipeline package
3D asset generation + render — text-to-mesh + USD export + Three.js preview, with GPU-pool routing on the backend.
- Stability
- Stable
- Scope
- Global
- Boundary
- packages/ai/3d-pipeline
3d-pipeline
packages/ai/3d-pipelineAI runtime · tool registry · MCP boundary
Ready
Capability graph
ai/3d-pipeline3d-pipeline
Tool policy
Stream UI
Output
Run ledger
- 1Inputpackages/ai/3d-pipeline/request
- 2Planmessage reducer -> model turn
- 3Tool policytool schema · auth scope · rate limit
- 4Stream UIevents -> UI state machine
- 5Output@nebutra/agents response envelope
p50 latency
110 ms
events/sec
563/s
providers
3
eval score
81
Usage3d-pipeline.ts
typescript3d-pipeline.ts
1import { 3dPipeline } from "@nebutra/3d-pipeline";
2
3const result = await 3dPipeline.run({
4 tenantId: org.id,
5 // 3d-pipeline is part of the AI runtime — composable with other AI primitives.
6 input: payload,
7});