Introduction
Welcome to the home of Glide - The Cloud Native LLM Gateway
Glide is currently under development and the docs are updated frequently.
π¦ What is Glide?
Glide is a cloud-native LLM gateway, delivering high-performance LLMOps in a lightweight package. Glide provides a simplified way to build application resilience, reduce latency, and manage API keys among many other features.
Install and Deploy π
Setup Config File
A single model setup is not recommended for production deployments.
The initial phase in deploying Glide involves setting up your configuration file in the project root. For the basic setup, it is essential to have at least one pool with a minimum of one model.
Deployment
Currently the only supported deployment is via container.
Docker
-
Install Git: Ensure that Git is installed on your machine. You can download it from Gitβs official website.
-
Clone the Repository: Open a terminal or command prompt and paste the code below:
-
Build Docker Image:
Create a Dockerfile in the project root. Below is a sample.
Now that you have a Dockerfile, build the container.
- Deploy: Deploy the image to your prefered image hosting platform.
Was this page helpful?