Azure OpenAI Chat Model keeps returning 404 status code

Hello Team,
I have been trying to get Azure OpenAI Chat Model working as part of my flow but every single tests returns 404 status code (no body) Troubleshooting URL: MODEL_NOT_FOUND | πŸ¦œοΈπŸ”— Langchain



Its working with curl or python requests.

Information on your n8n setup

  • n8n version: 1.84
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via Docker
  • Operating system: linux

Regards,
YugNat

Hey @YugNat

Sorry I’m not an expert with Azure OpenAI but the model pages do not list a version β€œ2024-08-01-preview”.

Here are the available version at time of writing

gpt-4o Version 2024-11-20
gpt-4o Version 2024-08-06
gpt-4o Version 2024-05-13
gpt-4o-mini Version 2024-07-18

Perhaps trying version β€œ2024-08-06”?

See docs here: Azure OpenAI Service models - Azure OpenAI | Microsoft Learn

Hello Team,

I have the same issue here. Every configuration is fine but keep getting 404 indicating model not found. I have been using same endpoint, model and version with other plugin such as Cline of VScode, works perfectly. Probably some compatibility issue with langchain ?

PS: I left a little space for the Resource Name as it is already provided in Endpoint.

Regards,
Yanchao

Hey @Jim_Le like i said my configuration is working fine with Curl and 2024-08-01-preview model.
I have tried everything in N8n without succes!

Hello Team,

I have tried every configuration with our endpoint xyz.azure-api.net without succes. Everything is working fine with vscode or python.
I’m waiting for an Azure node upgrade.

Regards