For the complete documentation index, see llms.txt. This page is also available as Markdown.

Introduction

Treza is the node editor for generative media. Chain the best video, image, and language models into a pipeline on a visual canvas, run it from a prompt, then publish it behind one API.


What is Treza?

Treza turns one prompt into video, images, and text. You build a workflow by wiring models, tools, and guardrails together as nodes on a drag-and-drop canvas, with no glue code between the pieces.

Every pipeline becomes a versioned HTTP endpoint you can call from your product, your scripts, or an AI agent, either with the typed /invoke API or an OpenAI-compatible /chat/completions drop-in.


Why teams use Treza

  • Every modality on one canvas. Video with Seedance 2.5 and Veo 3.1, images with Gemini image models, and text with open models like Llama, DeepSeek, and Qwen, plus transcription and embeddings. Pick a model per node and change it any time.

  • No lock-in. Models run through an OpenAI-compatible backend across providers like Together, OpenRouter, Fireworks, and DeepSeek. Not listed? Type any Hugging Face or OpenRouter model id straight into the node. Bring your own provider keys, stored encrypted.

  • One API, two ways to call it. Every published pipeline gets a versioned endpoint. Use the typed /invoke API for JSON in and JSON out, or point any OpenAI SDK at the /chat/completions endpoint, streaming included.

  • Guardrails when you want them. Drop redaction, PII, and conditional-routing nodes into any pipeline so sensitive data is handled before it reaches a model or an external system.

  • Team and Enterprise plans available.

  • Production-ready. Automatic retries and fallback models, a KMS-encrypted secrets manager, and hardware-attested Treza Enclaves on Enterprise, with provable evidence that the right code handled your data.


Start here


Build with Treza

  • Pipeline API - the typed /invoke and OpenAI-compatible /chat/completions endpoints on every published pipeline.

  • AI Gateway - the redaction gateway that also powers the PII guardrail node.


Build with Treza - one prompt into video, images, and text behind one API

Last updated