How to update open ai node in n8n cloud starter acount?

hi i have problem for a month that i cant update any open ai node in n8n cloud.i cant use chat gpt 4.0 Cuase i cant update my nodes but in n8n cloud ver 1.1 that i bounght for 24 usd a month wrote its up to date! i send my json file here to with debug details,can any one help me with this?

{
“nodes”: [
{
“parameters”: {
“updates”: [
“message”
],
“additionalFields”: {}
},
“id”: “6f0194b2-daa6-45a8-b014-eb75eebae9fd”,
“name”: “Telegram Trigger”,
“type”: “n8n-nodes-base.telegramTrigger”,
“typeVersion”: 1,
“position”: [
-140,
40
],
“webhookId”: “91613069-a112-4584-9bba-42efcd37e487”,
“credentials”: {
“telegramApi”: {
“id”: “Dfkg1EIdMSshFyck”,
“name”: “Telegram account 2”
}
}
},
{
“parameters”: {
“chatId”: “={{$json["message"]["chat"]["id"]}}”,
“text”: “:date: لطفاً مدت زمان انتشار پست را وارد کنید (فرمت: hh:mm).”,
“additionalFields”: {}
},
“id”: “c2d8f582-6123-4cb7-82c5-9db9fd054b4c”,
“name”: “Telegram Ask for Publish Time”,
“type”: “n8n-nodes-base.telegram”,
“typeVersion”: 1,
“position”: [
1140,
40
],
“webhookId”: “5b9d27d4-19dc-4c09-83a2-f882f029047e”,
“credentials”: {
“telegramApi”: {
“id”: “Dfkg1EIdMSshFyck”,
“name”: “Telegram account 2”
}
}
},
{
“parameters”: {
“prompt”: “=Translate the following English news article to fluent Persian, then humanize it and rewrite it as an SEO-optimized blog post for Iranian readers. The content should be humanized and natural sounding. Then generate an artistic image description suitable for a post cover based on the article title.\n\n{{$json["body"] || $json["content"]}}”,
“options”: {},
“requestOptions”: {}
},
“id”: “abf04502-e782-47e0-8e33-d2042a28bad9”,
“name”: “ChatGPT: Translate + SEO + Generate Image Prompt1”,
“type”: “n8n-nodes-base.openAi”,
“typeVersion”: 1,
“position”: [
400,
40
],
“credentials”: {
“openAiApi”: {
“id”: “6R1R6yy1unt4TfZA”,
“name”: “OpenAi account”
}
}
},
{
“parameters”: {
“resource”: “image”,
“prompt”: “=Generate an artistic and professional image based on this description:\n\n{{$json["ImagePrompt"]}}\n\nRespond only with the image URL.”,
“model”: “gpt-3.5-turbo-instruct”,
“options”: {},
“requestOptions”: {}
},
“id”: “08798509-20a6-4f00-88d2-a23dc94a35df”,
“name”: “ChatGPT: Get DALL·E Image URL”,
“type”: “n8n-nodes-base.openAi”,
“typeVersion”: 1,
“position”: [
620,
40
],
“credentials”: {
“openAiApi”: {
“id”: “6R1R6yy1unt4TfZA”,
“name”: “OpenAi account”
}
}
},
{
“parameters”: {
“url”: “={{$json["text"]}}”,
“jsonParameters”: true,
“options”: {}
},
“id”: “e7289e83-4e33-4465-97da-bf6241378090”,
“name”: “Web Scraping (Extract Images & Captions)”,
“type”: “n8n-nodes-base.httpRequest”,
“typeVersion”: 1,
“position”: [
860,
40
]
},
{
“parameters”: {
“chatId”: “={{$json["chatId"]}}”,
“text”: “:page_facing_up: پست ترجمه، بهینه‌سازی و تصویر هنری آماده است. آیا تأیید می‌کنید برای انتشار؟”,
“additionalFields”: {}
},
“id”: “98e2fd12-4495-4426-b636-02f50ba1d748”,
“name”: “Telegram Confirm”,
“type”: “n8n-nodes-base.telegram”,
“typeVersion”: 1,
“position”: [
1120,
40
],
“webhookId”: “99589566-ae97-4ef3-82f5-d7ebb9c31dc8”,
“credentials”: {
“telegramApi”: {
“id”: “Dfkg1EIdMSshFyck”,
“name”: “Telegram account 2”
}
}
},
{
“parameters”: {
“url”: “={{$json["wordpressUrl"]}}”,
“jsonParameters”: true,
“options”: {}
},
“id”: “610f5d92-aaa8-4f5d-96f1-c1ed21465af4”,
“name”: “WordPress Publish”,
“type”: “n8n-nodes-base.httpRequest”,
“typeVersion”: 1,
“position”: [
1360,
40
]
}
],
“connections”: {
“Telegram Trigger”: {
“main”: [
[
{
“node”: “Telegram Ask for Publish Time”,
“type”: “main”,
“index”: 0
}
]
]
},
“Telegram Ask for Publish Time”: {
“main”: [
[
{
“node”: “ChatGPT: Translate + SEO + Generate Image Prompt1”,
“type”: “main”,
“index”: 0
}
]
]
},
“ChatGPT: Translate + SEO + Generate Image Prompt1”: {
“main”: [
[
{
“node”: “ChatGPT: Get DALL·E Image URL”,
“type”: “main”,
“index”: 0
}
]
]
},
“ChatGPT: Get DALL·E Image URL”: {
“main”: [
[
{
“node”: “Web Scraping (Extract Images & Captions)”,
“type”: “main”,
“index”: 0
}
]
]
},
“Web Scraping (Extract Images & Captions)”: {
“main”: [
[
{
“node”: “Telegram Confirm”,
“type”: “main”,
“index”: 0
}
]
]
},
“Telegram Confirm”: {
“main”: [
[
{
“node”: “WordPress Publish”,
“type”: “main”,
“index”: 0
}
]
]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “fbaaefe95a4019a457e3f62d2f216b9846de15ed41f6efcd8718f424984a6b21”
}
}

debug info:

Debug info

core

  • n8nVersion: 1.100.1
  • platform: docker (cloud)
  • nodeJsVersion: 22.16.0
  • database: sqlite
  • executionMode: regular
  • concurrency: 5
  • license: community
  • consumerId: 00000000-0000-0000-0000-000000000000

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: filesystem

pruning

  • enabled: true
  • maxAge: 168 hours
  • maxCount: 2500 executions

client

  • userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/137.0.0.0 safari/537.36
  • isTouchDevice: false

Generated at: 2025-07-05T09:35:13.754Z