Integration
n8n workflows with Meridian
Drop Meridian's OpenAI-compatible API into any n8n AI node. Self-host or cloud — same endpoint, same key.
1
Add an AI node
In your n8n workflow canvas, drag in any of the following:
- OpenAI Chat Model
- Embeddings OpenAI
- OpenAI Image node
2
Create an OpenAI credential
Open the node's credential dropdown and select Create New. Choose OpenAI API as the credential type.
3
Point Base URL to Meridian
In the credential form, set the Base URL field to:
https://meridian.getnimbus.net/api/v1
4
Paste your Meridian API key
In the API Key field, paste a key that starts with
nim_live_. Generate one from your Meridian dashboard → API Keys.5
Save and execute
Click Save on the credential, wire the node into your workflow, and hit Execute. Meridian models will respond exactly as OpenAI-compatible endpoints do — same shape, same streaming, same tool-calling.