How an AI system is assembled, served, and bounded, from the appliance level down to individual protocols.
- On-prem on-premise
- Software or hardware that runs inside infrastructure physically controlled by an organisation, rather than in a third-party public cloud. The architectural opposite of SaaS.
- Appliance
- A pre-integrated hardware-plus-software unit shipped as a single product. Network firewalls, storage arrays, and our AI platform are all appliances; the customer does not assemble the components.
- Managed inference core
- The primary supported service boundary for running approved local models. LLM Machines configures and maintains model serving, the API gateway and policy controls, the operational Console, the observability layer, and lifecycle and recovery tooling inside the Customer's infrastructure.
- API gateway
- The local service between Applications and AI models, handling authentication, model allowlists, routing and usage metadata through the documented Application API.
- Chat Completions
- The documented API protocol your favourite applications and harnesses use to access approved local models. It supports streaming and non-streaming inference through
/api/app-gateway/v1/chat/completions; available models are listed through /api/app-gateway/v1/models.
- Customer application
- Your preferred AI application or harness connected to the managed inference core through a dedicated credential and the documented Application API. You choose and operate the interface and workflow while LLM Machines provides the local inference contract.
- Model alias
- A stable model name exposed to an Application while the Core Appliance maps it to the approved local model and inference route. This lets backend models change without changing the connected Application.
- Support boundary T1 / T2
- The managed inference core is the primary supported service. Customer applications, their data, permissions and workflows remain outside the standard Product and connect through the documented API contract. Optional integration consulting is separately scoped.
- Emergency Isolation Mode
- An administrative control that blocks Application inference traffic at the Product edge while keeping the Console, identity, audit, hardware monitoring, backup and recovery available.
- Signed offline update
- A manually imported software bundle whose signature and compatibility are verified before installation. Updates use preflight checks, a local snapshot, health validation and rollback without a cloud call-home.
- Core Appliance
- The supported customer-premises deployment: Product edge, managed inference core, operational Console, identity, observability, lifecycle and recovery controls inside Customer-controlled infrastructure.
- Agent agentic workflow
- An application-level pattern in which an AI system plans, decides and calls tools to complete a multi-step task. It is not a bundled or first-party LLM Machines Product surface.
- Tool-call transport function calling
- The Application API can carry structured tool-call messages produced by a model. Customer applications and separately scoped advanced integrations can use those messages to continue tool-enabled workflows.
- Source-available first-party Product source
- Original first-party LLM Machines Product source licensed under the unmodified PolyForm Internal Use License 1.0.0 for customer internal business use and internal changes. It may not be distributed, sublicensed or transferred under that licence. Third-party software remains under its upstream licence.
- Observability layer
- The self-hosted monitoring, metrics and alerting layer used to understand appliance health, inference capacity and operational events without retaining workload content.
- Self-hosted websearch
- A locally controlled plugin that authorised Applications can use under the Customer's network policy, credentials and operational controls.