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.