Fallback model issue

Describe the problem/error/question

The issue is that the ai agent node it make a request to both the main ai model and the full back model at the same time bunning through loads of requests when my under standing was it was susposed to only call the fall back model when the mian one failed which is was not.

What is the error message (if any)?

none

Please share your workflow

it is too large and will not let me add it. but the json can be seen here PrivateBin

Share the output returned by the last node

Information on your n8n setup

  • n8n version: latest at time of posting
  • Database (default: SQLite): postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: raspberry pi os

Tested the fallback model in a simple scenario, appears to be only calling the main model:

Also raspberry has 2 "r"s, as expected.

thanks but this is why I am confused.