Integrations¶
Modelship speaks the OpenAI API (/v1/chat/completions, /v1/responses,
/v1/embeddings, /v1/audio/*, /v1/images/generations), so anything that
already talks to OpenAI — an SDK, a chat UI, a low-code agent builder — can
point at Modelship instead by changing its base URL.
All of these guides assume a running Modelship gateway reachable at
http://<host>:8000 (see Quickstart if you don't have
one yet), and use Authorization: Bearer <key> for auth if MSHIP_API_KEYS
is set — otherwise any non-empty string works as the API key, since most
OpenAI-compatible clients require some value in that field even when the
server doesn't check it.
- OpenAI SDK — Python and JS/TS, the direct integration path
- Open WebUI — a self-hosted chat UI
- Dify — a low-code agent/app builder
- n8n — workflow automation
- Responses-speaking agents — agent frameworks and
custom loops built on
/v1/responsesspecifically