Pipelex: Build & Run AI Methods

A method is a reusable, typed AI procedure declared in a .mthds file and executed by Pipelex. Each step is explicit, each output is structured, and every run is repeatable.

What a Method Looks Like

[pipe.summarize_article]
type    = "PipeLLM"
inputs  = { article = "Text", audience = "Text" }
output  = "Text"
prompt  = "Summarize $article in three bullet points for $audience."

From here, Pipelex handles model routing across 60+ models, structured output parsing, and pipeline orchestration.

Why Methods?

Capabilities

Get Started

The MTHDS Ecosystem

For AI agents: see /llms.txt for a machine-readable index of this documentation.

Redirecting to Pipelex Documentation