§ 07 · Enterprise

Your compliance, your models, your cluster.

Everything in Growth, plus the controls required to deploy distributed AI inside regulated, air-gapped, or contractually sensitive environments.

7.1

Bring-your-own-model (BYOM)

Upload a GGUF or ONNX model (≤14B parameters) to your private registry. MeshInfer.AI handles quantization into Q4/Q5/Q8 variants, signs each bundle with your Enterprise key, and distributes to only your tenant's nodes.

Supported architecturesLlama 2/3/3.1/3.2/3.3 · Qwen 2/2.5 · Mistral · Phi-3/3.5 · Gemma 2 · any GGUF-compatible
Upload viaDashboard or `meshinfer model push ./my-model.gguf --tenant acme`
QuantizationManaged pipeline — GGUF Q4_K_M / Q5_K_M / Q8_0 produced automatically
DistributionSigned bundles; only devices bearing your tenant certificate can decrypt
Eval harnessBuilt-in MMLU/IFEval/your-private-evals comparison against cloud baselines
7.2

On-prem coordinator

Deploy the entire control plane inside your VPC or data center. MeshInfer.AI SaaS becomes optional — ideal for air-gapped / FedRAMP High workloads.

helm
helm repo add meshinfer https://charts.meshinfer.ai

helm install meshinfer meshinfer/coordinator \
  --namespace meshinfer --create-namespace \
  --set tenant=acme \
  --set license=$LICENSE_KEY \
  --set storage.class=premium-rwo \
  --set auth.mode=saml \
  --set auth.saml.metadataUrl=https://sso.acme.com/saml/metadata
Footprint (baseline)3 nodes · 8 vCPU · 16GB RAM · 200GB SSD each
DependenciesPostgres 15+ · Redis 7+ · NATS JetStream 2.10+ · object store (S3/GCS/MinIO)
UpdatesQuarterly GA, monthly patch, signed and attested
Phone-homeOff by default. Metrics exported to your Prometheus only.
7.3

SSO & identity

ProtocolsSAML 2.0 · OIDC · OAuth 2.0
IdPs testedOkta · Azure AD · Google Workspace · OneLogin · Ping · JumpCloud
SCIM 2.0Automated user/group provisioning & deprovisioning
RBACBuilt-in roles: Owner · Admin · Developer · Auditor · Billing. Custom roles via policy DSL.
Per-project API keysScoped, rotatable, with IP allow-lists and model allow-lists
7.4

Audit logs

Every control-plane action and every inference metadata event is written to an append-only, hash-chained audit log. Exportable to SIEM in near-real-time.

audit
{
  "ts": "2026-04-20T14:22:03Z",
  "actor": { "type":"user", "id":"u_12", "email":"eng@acme.com" },
  "action": "policy.update",
  "target": { "type":"policy", "id":"pol_7" },
  "diff": { "before": {...}, "after": {...} },
  "ip": "10.0.4.18",
  "request_id": "req_01HX...",
  "prev_hash": "blake3:...",
  "hash":      "blake3:..."
}

Exporters ship to Splunk, Datadog, Elastic, and generic syslog out of the box.

7.5

Custom SLAs

AvailabilityUp to 99.99% (standard 99.95%)
p95 routing latencyCommitted ≤ 15ms at gateway
p95 cloud-fallback latencyProvider-adjusted; published monthly
Support24/7 on-call engineer, 15-minute response on P0
CreditsPro-rated credits for any SLO miss, auto-applied next invoice
7.6

Dedicated routing clusters

Single-tenant Coordinator deployment in your preferred region(s) — including EU-only, UK-only, or APAC-only routing for data-residency requirements. No shared compute, no noisy neighbors.

Contracts
MSA, DPA (EU), BAA (HIPAA), and custom security addenda available. Our Legal team responds to red-lines within 5 business days.