Supported endpoints
Use the public model ID
mibyan-4.1 for new integrations. The legacy mibyan alias may remain accepted for existing clients, but new integrations should use the current ID returned by GET /v1/models. Embeddings, images, audio, and file endpoints are not currently exposed.
Platform quickstart
Create a project key and send a verified request.
Request lifecycle
- Your server sends an HTTPS request with a bearer project key.
- Mibyan authenticates the key and checks project status, permissions, model access, budget, and rate limits.
- The request is passed to the active Mibyan model configuration.
- The API returns a JSON response or SSE events and includes a request correlation ID.
- Usage, latency, status, and error information can be inspected in Platform logs.