Edgee
Edgee is an AI gateway that sits between your application and large language model providers, acting as an edge intelligence layer that compresses prompts before they reach the model to reduce token usage, lower costs, and improve latency without changing your existing code. Applications call Edgee through a single OpenAI-compatible API, and Edgee applies edge-level policies such as intelligent token compression, routing, privacy controls, retries, caching, and cost governance before forwarding requests to the selected provider, including OpenAI, Anthropic, Gemini, xAI, and Mistral. Its token compression engine removes redundant input tokens while preserving semantic intent and context, achieving up to 50% input token reduction, which is especially valuable for long contexts, RAG pipelines, and multi-turn agents. Edgee enables tagging requests with custom metadata to track usage and spending by feature, team, project, or environment, and provides cost alerts when spending spikes.
Learn more
condense.chat
condense.chat is an LLM input compression API and drop-in proxy that shrinks prompts, retrieved documents, tool outputs, and repeated agent context before they hit upstream models. Less context, same Claude Code; its harness intercepts an agent’s growing session history and passes it through compression models before it reaches the main model, helping long-running coding agents start each next turn with fewer tokens. Condense sits between an app and the upstream LLM provider, tracks the conversation as a content-addressed chain, and transparently compresses repeated context on the way upstream. Developers can point their SDK at the Condense provider route, add a Condense key, keep their existing provider key, and change nothing else. It supports Anthropic and OpenAI-compatible routes, plus pass-through behavior for other provider paths such as model lists and embeddings.
Learn more
PromptUnit
PromptUnit is an AI inference proxy that reduces AI costs automatically by sitting between an app and its AI providers with no code changes required. Teams swap the base URL, keep the same SDK, endpoints, response parsing, and error handling, then PromptUnit handles routing, failover, cost tracking, and quality validation. It logs every API call by model, feature, user segment, token count, latency, and cost, giving real-time visibility into where AI spend is going before any routing changes go live. In observation mode, PromptUnit watches traffic, shadow-classifies requests, forecasts savings, and explains routing decisions so teams can see exact savings before enabling live routing. Once enabled, Smart Routing uses task classification to route each request to the cheapest model that clears the configured quality bar. PromptUnit also includes prompt compression, token inflation defense, prompt efficiency scoring, semantic request caching, and multi-model consensus.
Learn more
OpenCompress
OpenCompress is an open source AI optimization layer designed to reduce the cost, latency, and token usage of large language model interactions by compressing both input prompts and generated outputs without significantly affecting quality. It works as a drop-in middleware that sits in front of any LLM provider, allowing developers to use models like GPT, Claude, Gemini, and others while automatically optimizing every request behind the scenes. It focuses on reducing token waste through a multi-stage pipeline that includes techniques such as code minification, dictionary aliasing, and structured compression of repeated content, enabling more efficient use of context windows and lowering computational overhead. It is model-agnostic and integrates seamlessly with any provider that supports an OpenAI-compatible API, meaning developers can adopt it without changing their existing workflows or infrastructure.
Learn more