AI Inference Termination (AIT)
Last updated
Last updated
Claigrid’s AI Inference Termination (AIT) is a critical part of the end-to-end AI ecosystem we provide. This entire infrastructure is deployed seamlessly within the user's own cloud environment, offering a managed platform for powerful, scalable AI applications.
In technical terms, refers to the point when a user’s inference request (Origination)—such as an AI prompt—has been fully processed, and the results have been returned. In Claigrid, AIT marks the completion of a session, whether it’s a single inference or an ongoing set of requests. When an end user submits a prompt to Claigrid, orchestrates the request, assigns resources, and processes the inference. Upon completion, AIT finalizes the session, allowing to free up resources and prepare for the next request.
Python and Beyond: Claigrid supports all code written in Python and its derivatives, accommodating major open-source models, user-tuned models, and multi-modal AI models alike.
Automated Dockerization: Users don’t need to worry about containerizing their applications. Claigrid automatically packages user code into a Docker image, with dependencies configured for smooth execution and scaling.
Secure Code Integration: Users can securely pull code directly from their Git repositories into their . Claigrid never accesses or interacts with user code or models, ensuring complete privacy.
Fully Secured Endpoints: All endpoints are protected, with access restricted solely to the user. This includes secure networking and communication for and embedding.