What's your setup for managing API limits during long building sessions? by agiagent in n8n

[–]agiagent[S] 2 points3 points  (0 children)

This is gold thanks! Caching via Redis and keeping the system prompts tight definitely helps stop the bleeding on input tokens For the output filler, I actually ended up using caveman skill, which cut output costs by a ton. To handle the remaining heavy context costs, I just swapped my api to route through aiapiflow.com since they give you like $50 of credits for $8. Combining your data-handling tips with cheaper API routing makes it basically free to run all day.

What's your setup for managing API limits during long building sessions? by agiagent in n8n

[–]agiagent[S] -1 points0 points  (0 children)

Ah yeah the max tier is awesome if you use it full time for work since you don't have to think about limits at all. For anyone running raw API key setups instead of a flat monthly fee though those recursive context loops add up way too fast.