How much does an agent cost to run?
Agents are expensive because each task is many LLM calls with a growing context. Caching and a memory store are the levers.
The big cost. Multi-step loops multiply token use - a cheaper model or aggressive caching changes the bill by 2-3x.
◈ or self-host: 1× RTX 3090 at ~30% GPU use $85/mo· pays off above ~203K requests/mo
Agent memory / tool retrieval. Small unless the agent stores a lot.
Tracing is non-negotiable for agents - you can't debug what you can't see.
Live prices, updated 2026-09-15. A model, not a quote - each layer is priced at its cheapest provider; embeddings amortise the initial index over 12 months. Confirm on each provider's site.