Missing "Base URL" in my OpenAI Chat Model node

Describe the problem/error/question

I don’t have Base URL parameter in my OpenAI Chat Model node, as I usually do to connect with OpenRouter API.

However it’s still set on other workflows where I’ve already used it.

What is the error message (if any)?

image

Information on your n8n setup

  • n8n version: 1.73.1
  • Database (default: SQLite): postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Ubuntu
1 Like

I have the same issue and found the open router base url was inserted here

But the model selection was not auto update so still having the same issue to use open router.

image

2 Likes

Had the same issue, currently you need to copy name and paste it to model field of AI you want to use from.
Example:
microsoft/phi-4
sao10k/l3.1-70b-hanami-x1
deepseek/deepseek-chat

2 Likes

I tried still failed

Try to run workflow. I also had red trinagle, but when i ran actual workflow it worked

1 Like

Thank you guys, it works !

I did the following :

  1. I changed the base URL in my credentials,
  2. changed the model to ‘deepseek/deepseek-chat’
  3. ran the workflow
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.