Skip to main content
Mibyan uses the standard OpenAI-compatible HTTP shape. Any client that lets you set a custom base URL and Bearer key can connect without a Mibyan-specific package.

Python

JavaScript and TypeScript

Framework notes

  • LangChain: configure the OpenAI-compatible chat model with the Mibyan base URL and key.
  • n8n: use an OpenAI-compatible credential and set the base URL to https://api.mibyanai.com/v1.
  • Vercel AI SDK: call the API from your backend; never expose the key in a browser bundle.
  • curl: use the examples in API quickstart.
Keep the key in an environment variable or server secret manager. The documentation examples intentionally use placeholders only.