Hey guys, just started taking the n8n masterclass. I'm trying to do the test workflow (Customer Orders) from the video. My API key is set up and it looks as though it should work...but I keep hitting the rate limit whenever I do a test step with the OpenAI node.
I tried adding $10 to my openAI account. Apparently I'm on the free tier and need to spend $5 to get to the next tier and increase my rate limit. But how am I supposd to spend that $5 if I keep exceeding my rate limit?
I'm trying to burn through my $5 of tokens with OpenAI playground, but it's slow going. This is driving me crazy, what should I do?
Screenshot attached, error details below:
{
"errorMessage": "OpenAI: Rate limit reached [item 3]",
"errorDetails": {
"rawErrorMessage": [
],
"httpCode": "429"
},
"n8nDetails": {
"nodeName": "Summarize",
"nodeType": "@n8n/n8n-nodes-langchain.openAi",
"nodeVersion": 1.8,
"resource": "text",
"operation": "message",
"itemIndex": 3,
"time": "4/27/2025, 1:30:42 PM",
"n8nVersion": "1.88.0 (Cloud)",
"binaryDataMode": "filesystem",
"stackTrace": [
"NodeApiError: OpenAI: Rate limit reached",
" at ExecuteContext.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/node-execution-context/utils/request-helper-functions.js:991:19)",
" at processTicksAndRejections (node:internal/process/task_queues:95:5)",
" at ExecuteContext.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/node-execution-context/utils/request-helper-functions.js:1147:20)",
" at ExecuteContext.apiRequest (/usr/local/lib/node_modules/n8n/node_modules/@n8n/n8n-nodes-langchain/dist/nodes/vendors/OpenAi/transport/index.js:42:10)",
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/@n8n/n8n-nodes-langchain/dist/nodes/vendors/OpenAi/actions/text/message.operation.js:257:18)",
" at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/@n8n/n8n-nodes-langchain/dist/nodes/vendors/OpenAi/actions/router.js:75:28)",
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/@n8n/n8n-nodes-langchain/dist/nodes/vendors/OpenAi/OpenAi.node.js:36:12)",
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:681:27)",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:915:51",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:1246:20"
]
}
}