{
  "name": "Multi-AI Council Research 🔍: GPT 5.2, Claude Opus 4.6 & Gemini 3 Pro Aggregation",
  "nodes": [
    {
      "id": "4dd91365-c791-4252-8cd6-1f4e9ebcabd4",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -832,
        304
      ]
    },
    {
      "id": "d0ff1d3a-3108-4253-abd8-7b3b732d7a1d",
      "name": "Chat",
      "type": "@n8n/n8n-nodes-langchain.chat",
      "position": [
        432,
        1040
      ]
    },
    {
      "id": "5af81c5e-1f52-4935-8573-0ce887d4ff9e",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        -432,
        496
      ]
    },
    {
      "id": "8b722808-c2c0-43b0-96ae-1ebb42ca18b6",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        -224,
        496
      ]
    },
    {
      "id": "5c5f2305-ebd8-480d-9beb-8ae2854ab56f",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        448,
        -208
      ]
    },
    {
      "id": "70ae5af6-884b-49d1-ada9-8a48069b04c8",
      "name": "ChatGPT 5.2",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        416,
        -400
      ]
    },
    {
      "id": "09593191-9431-4658-84fd-4db0dd14aaa2",
      "name": "Claude Opus 4.6",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        416,
        0
      ]
    },
    {
      "id": "733d016c-8c21-4300-a547-eda75e06cc46",
      "name": "Anthropic Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "position": [
        448,
        176
      ]
    },
    {
      "id": "fb07c440-97ce-4c61-b874-ab4460e40878",
      "name": "Google Gemini Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        432,
        560
      ]
    },
    {
      "id": "9afa4366-bc2f-4620-b9fe-ee07a21fdbdd",
      "name": "Gemini 3 Pro",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        432,
        400
      ]
    },
    {
      "id": "2f4329a3-44ad-44e7-a359-37ea101cf7fc",
      "name": "ChatGPT Result",
      "type": "n8n-nodes-base.set",
      "position": [
        768,
        -400
      ]
    },
    {
      "id": "4960b6de-9f37-40a6-a3f5-9f2c07e81ce9",
      "name": "Claude Result",
      "type": "n8n-nodes-base.set",
      "position": [
        768,
        0
      ]
    },
    {
      "id": "5768118b-1126-4fb0-b162-c4f82abaaffb",
      "name": "Gemini Result",
      "type": "n8n-nodes-base.set",
      "position": [
        768,
        400
      ]
    },
    {
      "id": "a49e7108-99cb-4a69-8776-23ea713f60f9",
      "name": "Google Gemini Chat Model2",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        1264,
        192
      ]
    },
    {
      "id": "862e1bd6-181e-4b88-b20d-73d379edf982",
      "name": "Multi-Response Aggregator",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        1296,
        0
      ]
    },
    {
      "id": "f2c333c9-c0bc-4e4b-8037-f19b8975e2ad",
      "name": "Search Query Optimizer",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        -400,
        304
      ]
    },
    {
      "id": "11ab9c88-f235-4c80-8bce-85ebe4d3abca",
      "name": "Search?",
      "type": "n8n-nodes-base.if",
      "position": [
        -48,
        304
      ]
    },
    {
      "id": "0a6a312d-2572-4176-8dc7-0db12a8c34b7",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -928,
        -336
      ],
      "parameters": {
        "width": 1024,
        "height": 464,
        "content": "## Multi-AI Council Research: GPT 5.2, Claude Opus 4.6 & Gemini 3 Pro Aggregation\nThis workflow implements a **multi-model AI orchestration** with the BEST models at now (**ChatGPT 5.2, Claude Opus 4."
      }
    },
    {
      "id": "8fcb79e1-54af-46a2-960a-41e1f4be3a6f",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -512,
        160
      ],
      "parameters": {
        "width": 608,
        "height": 496,
        "content": "## STEP 1 - Input Processing\nWhen a chat message is received, it's sent to a \"Search Query Optimizer\" that determines whether the input is a research query or general conversation. "
      }
    },
    {
      "id": "0bf9532d-5a01-4868-b383-a6b6562ce231",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        336,
        -528
      ],
      "parameters": {
        "width": 704,
        "height": 1360,
        "content": "## STEP2 - Multi-Model Query Execution\nIf the input is classified as a research query, the workflow simultaneously sends the optimized query to three different AI models: ChatGPT 5.2 (OpenAI), Claude "
      }
    },
    {
      "id": "3d176ee1-69d7-4793-be08-de7491bbc554",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        336,
        864
      ],
      "parameters": {
        "width": 704,
        "height": 352,
        "content": "## STEP 3 - Fallback Handling\nIf the input is not a research query, the workflow bypasses the multi-model execution and sends a default message asking the user to enter a research text."
      }
    },
    {
      "id": "159ef060-a881-44c0-8145-d267808a7368",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1184,
        -112
      ],
      "parameters": {
        "width": 704,
        "height": 464,
        "content": "## STEP 4 - Response Aggregation\nEach model's response is collected separately, then all three responses are sent to a \"Multi-Response Aggregator\" which synthesizes them into a single comprehensive an"
      }
    },
    {
      "id": "743dc0b7-e2c7-49b4-8f29-32ff130ec7ab",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1696,
        -608
      ],
      "parameters": {
        "width": 736,
        "height": 736,
        "content": "## MY NEW YOUTUBE CHANNEL\n👉 [Subscribe to my new **YouTube channel**](https://youtube.com/@n3witalia). Here I’ll share videos and Shorts with practical tutorials and **FREE templates for n8n**.\n\n[![im"
      }
    }
  ],
  "connections": {
    "Search?": {
      "main": [
        [
          {
            "node": "ChatGPT 5.2",
            "type": "main",
            "index": 0
          },
          {
            "node": "Claude Opus 4.6",
            "type": "main",
            "index": 0
          },
          {
            "node": "Gemini 3 Pro",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Chat",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ChatGPT 5.2": {
      "main": [
        [
          {
            "node": "ChatGPT Result",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gemini 3 Pro": {
      "main": [
        [
          {
            "node": "Gemini Result",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Claude Result": {
      "main": [
        [
          {
            "node": "Multi-Response Aggregator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gemini Result": {
      "main": [
        [
          {
            "node": "Multi-Response Aggregator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ChatGPT Result": {
      "main": [
        [
          {
            "node": "Multi-Response Aggregator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Claude Opus 4.6": {
      "main": [
        [
          {
            "node": "Claude Result",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "ChatGPT 5.2",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Anthropic Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Claude Opus 4.6",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Search Query Optimizer": {
      "main": [
        [
          {
            "node": "Search?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Search Query Optimizer",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Search Query Optimizer",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "Gemini 3 Pro",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model2": {
      "ai_languageModel": [
        [
          {
            "node": "Multi-Response Aggregator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "Search Query Optimizer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}