LLM Flow Engine
API Base URL
Create Pipeline (JSON)
Create
{ "pipelineId": "summary-flow", "name": "Summary Flow", "description": "Summarize input text", "steps": [ { "type": "input", "key": "text" }, { "type": "llm", "prompt": "Summarize this in 2 bullet points:\n\n{{text}}", "model": "gpt-4o-mini" }, { "type": "output", "key": "llm_output" } ] }
Trigger Pipeline
Trigger
Using pipelineId: summary-flow
{ "input": { "text": "OpenAI released a major update and leadership needs a concise summary today." } }
Job Inspector
Job ID
Load Logs
Auto refresh (2.5s)