glide icon indicating copy to clipboard operation
glide copied to clipboard

🐦 A open blazing-fast simple model gateway for rapid development of production GenAI apps

Results 72 glide issues
Sort by recently updated
recently updated
newest added

- Render all durations as human readable strings - Adds tests - Updates docs

type:enhancement
area:config

Use ObjectPools to optimize memory allocation of - chat request/response schema allocations - chat stream chunk schema allocations

type:enhancement
good first issue
help wanted
area:api
area:routing

Add a new config to control logging of incoming request message + message history along with LLM response message. ## Use Case - Request messages and responses may contain sensitive...

good first issue
help wanted
area:config
area:telemetry

Use air https://github.com/cosmtrek/air to hot reload Glide on codebase modifications.

type:enhancement
good first issue
help wanted
area:build
size:small

Just like Glide supports text-to-text, embeddings & speech unified API, let's try to bring a support for zero/few-shot classification. Cohere supports this case explicitly. Other providers like OpenAI/Anthropic don't. In...

type:enhancement
area:config
size:large
type:epic
priority:mid-term
model:classifier

Design authentication and authorization for the Glide Gateway, so that: - Glide works out of the box for simple use cases - Glide can leverage existing external user management systems...

gep:required
type:epic
area:auth

https://github.com/zilliztech/GPTCache/blob/main/docs/usage.md#Use-GPTCache-server

help wanted
gep:required
area:caching
size:large
type:epic

## Requirements - Mask PHI, PII, and PCI information in lang/embedding requests - Unmask all masked values before returning LLM chat responses back - Unmask masked tokens in streaming chat...

area:config
gep:required
model:language
model:embedding
type:epic

Support incoming request compression natively in Glide to optimize LLM cost: - https://github.com/microsoft/LLMLingua

area:config
gep:required
model:language
model:embedding
type:epic
area:cost

To be groomed ## Use Cases - I want to have a way to block some "harmful" requests, so they are not sent to LLM providers. Instead, I want to...

gep:required
type:epic