My OpenAi node

Why is my openai workflow suddenly costing so much money to run and maintain

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

@Seun_Josephine could be a few things — share the workflow + which model ur using. cost spikes usually come from switching to a more expensive model, looping unintentionally, or sending way more input tokens than before (long chat memory / context bloat).

ai workflows are becoming expensive because they send unnecessary data repeatedly at times, try to trim your prompts aggressuvely, your cache outputs and limit retries and loops

Thank you, it’s helpful

It’s helpful, thanks