Guide
Your job is a pipeline. Here's a starting model per step, priced per call.
Most steps run on a small model; one step needs a capable one, and it usually isn't the step that drives the bill. Each step gets a starting option and a per-call cost. No fabricated bills, no rankings.
RAG support bot
Answer questions over retrieved documents, grounded and citable.
3 steps
View pipeline
Coding agent
Read a repo, plan, edit, run tools, re-check — across many steps.
3 steps
View pipeline
Support chatbot
A multi-turn conversation that routes, retrieves, and replies.
3 steps
View pipeline
Classification / extraction
A document in, a label or small JSON object out. Output is tiny.
1 step
View pipeline
Summarization
A long document in, a short summary out. The most input-heavy shape.
1 step
View pipeline
Agentic workflow
An orchestrator delegating repeated search and tool work to cheap subagents.
3 steps
View pipeline