CHATGPT Tokens

Hello, is it necessary to purchase tokens on ChatGPT or Gemini to use them for test workflows? or is it generally necessary to use n8n in the long term?

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:

It depends @manzie

Tokens are expensive for testing, because you’re going to be re-sending over and over, until you get your workflow right, and depending on how complicated, advanced and AI reliance Is your workflow, It can pile-up real quick.

So, what I do Is testing on small local models and get it right with them, if the results are good with small models, I know that paid models are going to be way better.

I’d recommend to capture the tokens each run (they’re part of the output), and add them up, that’ll give you a ballpark measure for how much it’ll cost you to run the workflow.

Before going to production, I’d do a test run on ChatGPT, Gemini or any other, ando decide if the results are worth paying.

GL

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.