AI runtimepackages/ai/image-pipeline
image-pipeline package
Image generation + transform pipeline — provider-routed, watermark + safety filter, cached output, per-tenant quota.
- Stability
- Stable
- Scope
- Global
- Boundary
- packages/ai/image-pipeline
image-pipeline
packages/ai/image-pipelineAI runtime · tool registry · MCP boundary
Ready
Capability graph
ai/image-pipelineimage-pipeline
Tool policy
Stream UI
Output
Run ledger
- 1Inputpackages/ai/image-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
196 ms
events/sec
449/s
providers
5
eval score
85
Usageimage-pipeline.ts
typescriptimage-pipeline.ts
1import { imagePipeline } from "@nebutra/image-pipeline";
2
3const result = await imagePipeline.run({
4 tenantId: org.id,
5 // image-pipeline is part of the AI runtime — composable with other AI primitives.
6 input: payload,
7});