LOCK
Langflow with Meridian
Use Meridian as a custom OpenAI-compatible provider inside Langflow. Point Langflow's OpenAI component at your Meridian base URL and authenticate with your API key — no third-party keys required.
Base URL
https://api.meridian.foogle.dev/v1
This is the OpenAI-compatible endpoint. Append /chat/completions for chat models or /completions for legacy completion models.
Langflow Setup
- Drag an OpenAI component onto your Langflow canvas.
- Set
OpenAI API Baseto the Meridian base URL above. - Paste your Meridian API key into the
API Keyfield. - Choose a model from the dropdown — Meridian exposes
meridian-1,meridian-1-turbo, andmeridian-1.5. - Wire the component into your flow and run — requests route through Meridian's infrastructure with your account's rate limits and logging.
API Key
Generate a key from your Meridian dashboard. Keys are scoped to your organization and inherit your plan's rate limits. Rotate keys anytime without downtime.
LOCK — Meridian Enterprise
All traffic between Langflow and Meridian is encrypted in transit via TLS 1.3. Your API key never leaves your Langflow instance except when authenticating against api.meridian.foogle.dev.