Using an OpenAI-Compatible Endpoint in n8n to Switch Between LLM Models
When building LLM workflows in n8n, one small problem shows up pretty quickly: You set up a workflow with one model, test it, get it working, and then later realize you want to compare it with another model. Maybe you want a cheaper model for classification, a stronger one for reasoning, or simply w










