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

  1. Drag an OpenAI component onto your Langflow canvas.
  2. Set OpenAI API Base to the Meridian base URL above.
  3. Paste your Meridian API key into the API Key field.
  4. Choose a model from the dropdown — Meridian exposes meridian-1, meridian-1-turbo, and meridian-1.5.
  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.