Skip to content
All features
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.

Open docs
Stability
Stable
Scope
Global
Boundary
packages/ai/3d-pipeline

3d-pipeline

packages/ai/3d-pipeline

AI runtime · tool registry · MCP boundary

Ready

Capability graph

ai/3d-pipeline
3d-pipeline
Tool policy
Stream UI
Output

Run ledger

  1. 1
    Input
    packages/ai/3d-pipeline/request
  2. 2
    Plan
    message reducer -> model turn
  3. 3
    Tool policy
    tool schema · auth scope · rate limit
  4. 4
    Stream UI
    events -> UI state machine
  5. 5
    Output
    @nebutra/agents response envelope
p50 latency
110 ms
events/sec
563/s
providers
3
eval score
81
Usage3d-pipeline.ts
typescript
3d-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});