I’m trying to build an AI agent that has sub-agents. This works fine with the normal GPT 4.1 models but when switching the model to GPT5 it doesn’t work. The model just got release so maybe that’s not surprising but I thought I’d raise the issue.
Hi there @atlasautomation , that is not a bug from n8n or OpenAI, i have tried using the openAI node straightly and it is doable for the gpt 5 to use tools, so it is more of a problem of OpenRouter, so if you want to use gpt 5 for tool calling then i suggest you to use the openAI node straightly
Thanks, and I also realized that the GPT5-chat model don’t support tool calls, so there’s that as well. I’ve moved over to an openAI node now as you suggested, Openrouter require you to bring your own API key for GPT5 anyway.