Skip to content
全部能力
AI 运行时packages/ai/3d-pipeline

3d-pipeline 能力包

3D 资产生成 + 渲染 — 文生 mesh + USD 导出 + Three.js 预览;backend 走 GPU pool 路由。

打开文档
稳定性
稳定
作用域
全局
边界
packages/ai/3d-pipeline

3d-pipeline

packages/ai/3d-pipeline

AI 运行时 · 工具注册表 · MCP 边界

就绪

能力图谱

ai/3d-pipeline
3d-pipeline
工具策略
流式 UI
输出

执行账本

  1. 1
    输入
    packages/ai/3d-pipeline/request
  2. 2
    规划
    message reducer -> model turn
  3. 3
    工具策略
    tool schema · auth scope · rate limit
  4. 4
    流式 UI
    events -> UI state machine
  5. 5
    输出
    @nebutra/agents response envelope
p50 延迟
110 毫秒
事件/秒
563/秒
提供方
3
评测分
81
使用方式3d-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});