- n8n_openai-api_2_novita.ai-api_proxy
- Problem i encountered using the openai-api node in n8n
- This Solution
Enabling novita.ai as LLM provider for n8n in the AI Agent Node. Maybe this gets fixed natively somewhen, at the time of writing this was not.
Provides an API-mediation layer which translates the openapi requests into the novita.ai api (openai), available ones. (tested at this moment of writting)
- uv installed
Just clone the repo to your local directory
Update the .env file with your target upstream api url and your api-key
NOVITA_API_KEY="<here goes your key>"
UPSTREAM_BASE_URL=https://api.novita.ai/v3/openai
./runit.sh
looks like:
- the API key as usual
- the url points to your proxy ending with /v1, e.g. http://192.168.0.209:8000/v1 in my case.
Enjoy.






