|
1 |
| -*Updated: Wed, Jan 31st, 2024* |
| 1 | +# Glide Roadmap |
2 | 2 |
|
3 |
| -# Glide - Roadmap |
| 3 | +Glide uses a Github project functionality to manage roadmap: |
4 | 4 |
|
5 |
| -This document describes the current status and the upcoming milestones of the Glide gateway. |
| 5 | +- [Glide's roadmap](https://github.com/orgs/EinStack/projects/1/views/4) |
6 | 6 |
|
7 |
| -## Glide |
| 7 | +Please upvote or comment on issues that you would like to be implemented or solved in Glide. |
| 8 | +We pay attention to that information during prioritization. |
8 | 9 |
|
9 |
| -### Milestone Summary |
| 10 | +Open [an issue](https://github.com/EinStack/glide/issues) or start [a discussion](https://github.com/EinStack/glide/discussions) if there is a feature, enhancement, or use case |
| 11 | +you'd like to see supported in Glide. |
10 | 12 |
|
11 |
| -| Status | Milestone | Goals | |
12 |
| -| :---: | :--- | :---: | |
13 |
| -| 🍏 | **Unified Chat API** | 4 / 4 | |
14 |
| -| 🍏 | **Fallback Routing Strategy** | 1 / 1 | |
15 |
| -| 🍏 | **Priority, Round Robin, Weighted Round Robin, Least Latency** | 4 / 4 | |
16 |
| -| 🍏 | **Documentation** | 1 / 1 | |
17 |
| -| 🍎 | **Private Preview** | 4.5 / 5 | |
18 |
| -| 🍎 | **Streaming Support** | 0 / 4 | |
19 |
| -| 🍎 | **Embedding Support** | 0 / 4 | |
20 |
| -| 🍎 | **Caching** | 0 / 1 | |
21 |
| -| 🍎 | **Public Preview** | 0 / 3 | |
22 |
| -| 🍎 | **Python SDK** | 0 / 1 | |
23 |
| -| 🍎 | **STT & TTS Model Support** | 0 / 2 | |
24 |
| -| 🍎 | **Intelligent Routing** | 0 / 1 | |
25 |
| -| 🍎 | **General Availability Routing** | 0 / 1 | |
26 |
| - |
27 |
| -### Private Preview ✅ ([v0.0.1](https://github.com/EinStack/glide/releases/tag/0.0.1)) |
28 |
| - |
29 |
| -- Unified LLM Chat REST API |
30 |
| -- Support for most popular LLM providers |
31 |
| -- Seamless model fallbacking |
32 |
| -- Routing Strategies: Priority, Round Robin, Weighted Round Robin, Least Latency |
33 |
| - |
34 |
| -### Public Preview (In Progress) |
35 |
| - |
36 |
| -- Unified Embeddings API |
37 |
| -- Unified Steaming Chat API |
38 |
| -- Observability |
39 |
| -- The Exact Caching |
40 |
| -- Intelligent Routing (?) |
41 |
| - |
42 |
| -### General Availability |
43 |
| - |
44 |
| -- Kubernetes Insallation (Helm Chart) |
45 |
| -- Python SDK |
46 |
| -- Speech-to-text & Text-to-speech models |
47 |
| -- The Semantic Caching |
48 |
| - |
49 |
| -### Future |
50 |
| - |
51 |
| -- Cost Management & Budgeting |
52 |
| -- Safety & Control Over Inputs & Outputs |
53 |
| -- and many more! |
54 |
| - |
55 |
| -Open [an issue](https://github.com/EinStack/glide/issues) or start [a discussion](https://github.com/EinStack/glide/discussions) |
56 |
| -if there is a feature or an enhancement you'd like to see in Glide. |
0 commit comments