You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Changelog
### Features
- ✨ #81: Allow to chat message based for specific models (@mkrueger12)
### Improvements
- 🔧 #78: Normalize response latency by response token count (@roma-glushko)
- 📝 #112 added the CLI banner info (@roma-glushko)
### Miscellaneous
- 📝 #114 Make links actual across the project (@roma-glushko)
Glide is your go-to cloud-native LLM gateway, delivering high-performance LLMOps in a lightweight, all-in-one package.
10
16
@@ -14,9 +20,11 @@ so you can dive into tackling your core challenges.
14
20
Glide sits between your application and model providers to seamlessly handle various LLMOps tasks like
15
21
model failover, caching, key management, etc.
16
22
23
+
<imgsrc="docs/images/marketecture.svg" />
24
+
17
25
Take a look at the develop branch.
18
26
19
-
Check out our [documentation](https://backlandlabs.mintlify.app/introduction)!
27
+
Check out our [documentation](https://glide.einstack.ai)!
20
28
21
29
> [!Warning]
22
30
> Glide is under active development right now. Give us a star to support the project ✨
@@ -28,7 +36,7 @@ Check out our [documentation](https://backlandlabs.mintlify.app/introduction)!
28
36
- Support **popular LLM providers**.
29
37
-**High performance**. Performance is our priority. We want to keep Glide "invisible" for your latency-wise, while providing rich functionality.
30
38
-**Production-ready observability** via OpenTelemetry, emit metrics on models health, allows whitebox monitoring.
31
-
- Straightforward and simple maintenance and configuration, centrilized API key control & management & rotation, etc.
39
+
- Straightforward and simple maintenance and configuration, centralized API key control & management & rotation, etc.
32
40
33
41
## Supported Providers
34
42
@@ -48,7 +56,7 @@ Check out our [documentation](https://backlandlabs.mintlify.app/introduction)!
48
56
49
57
Routers are a core functionality of Glide. Think of routers as a group of models with some predefined logic. For example, the resilience router allows a user to define a set of backup models should the initial model fail. Another example, would be to leverage the least-latency router to make latency sensitive LLM calls in the most efficient manner.
50
58
51
-
Detailed info on routers can be found [here](https://backlandlabs.mintlify.app/essentials/routers).
59
+
Detailed info on routers can be found [here](https://glide.einstack.ai/essentials/routers).
52
60
53
61
#### Available Routers
54
62
@@ -62,43 +70,47 @@ Detailed info on routers can be found [here](https://backlandlabs.mintlify.app/e
62
70
63
71
## Get Started
64
72
65
-
#### Install
73
+
###Installation
66
74
67
-
The easiest way to deploy Glide is to build from source.
75
+
The easiest way to deploy Glide is to our [demo repository](https://github.com/EinStack/glide-demo.git) and [docker-compose](https://docs.docker.com/compose/).
68
76
69
-
Steps to build a container with Docker can be found [here](https://backlandlabs.mintlify.app/introduction#install-and-deploy).
0 commit comments