Back to Home
AI Workflow Patterns
Explore different patterns for orchestrating AI models to solve complex tasks using Together AI.
Sequential Workflow
Chain multiple LLM calls in sequence, where each step depends on the output of the previous step. This is useful for breaking down complex problems into a series of simpler steps.