Skip to main content
MITHUNAI integrates with both frontier commercial model providers and sovereign private inference runtimes through an abstracted model catalog. Each assistant connects to a specific model identifier, routing requests through the intelligent inference gateway for semantic caching, rate limiting, and prompt injection defense.

Supported Frontier Models

Frontier models deliver high reasoning precision for complex technical inquiries, code synthesis, and multi-document synthesis:

Private On-Premises & Sovereign Model Runtimes

For air-gapped enterprise environments and regulated healthcare/financial deployments, MITHUNAI routes inference queries to internal inference servers without sending prompt tokens over the public internet:

Connecting a vLLM Cluster

Configure your vLLM endpoint in your deployment environment variables:
.env Configuration
The gateway automatically polls the internal OpenAI-compatible /v1/models endpoint, registers the model into the organization’s model catalog, and surfaces it inside the Assistant Studio.

Model Selection & Assistant Binding

To bind a specific model to an assistant, provide the model identifier in the configuration payload:
Bind Model via API
The assistant immediately transitions to the chosen model for all subsequent conversation turns without breaking thread history.
Last modified on September 27, 2026