awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Proxies de caché para respuestas de LLM

Clasificación actualizada el 30 jun 2026

For capa de caché para llamadas a APIs de LLM, the strongest matches are berriai/litellm (LiteLLM is a unified LLM API gateway and proxy), helicone/helicone (Helicone is a reverse-proxy AI gateway that intercepts LLM) and zilliztech/gptcache (GPTCache is a semantic caching middleware that reduces repeated). alibaba/higress is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.

Middleware y herramientas proxy open-source que almacenan las respuestas de modelos de lenguaje para reducir la latencia y los costes de API.

Proxies de caché para respuestas de LLM

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • berriai/litellmAvatar de BerriAI

    BerriAI/litellm

    50,579Ver en GitHub↗

    LiteLLM is a unified gateway and proxy server designed to centralize access to over one hundred language model providers. It provides a standardized API interface that abstracts vendor-specific schemas, allowing developers to interact with diverse models through a single, consistent format. By acting as a central traffic management layer, it enables organizations to route, secure, and govern model interactions across multiple deployments. The platform distinguishes itself through its policy-driven architecture, which uses configuration-based routing to manage traffic distribution, load balanc

    LiteLLM is a unified LLM API gateway and proxy that includes prompt caching, cost tracking, and transparent request routing, directly meeting the need to cache responses and reduce repeated API calls while tracking spending.

    PythonResponse Caching
    Ver en GitHub↗50,579
  • helicone/heliconeAvatar de Helicone

    Helicone/helicone

    5,830Ver en GitHub↗

    Helicone is an AI gateway and observability platform designed to intercept, manage, and monitor interactions with large language models. By acting as a reverse-proxy, it provides a centralized layer for routing requests across multiple AI providers, allowing developers to maintain consistent application logic while gaining deep visibility into model performance, usage, and costs. The platform distinguishes itself through a robust suite of traffic management and prompt engineering tools. It enables policy-driven control, including automatic failover between providers, rate limiting, and edge-b

    Helicone is a reverse-proxy AI gateway that intercepts LLM API calls and includes response caching (tagged as Execution Result Caches) alongside cost tracking, rate limiting, and transparent proxying—directly covering the caching, cost reduction, and transparent-proxy requirements you asked for.

    TypeScriptResponse CachingModel Request Proxies
    Ver en GitHub↗5,830
  • zilliztech/gptcacheAvatar de zilliztech

    zilliztech/GPTCache

    8,068Ver en GitHub↗

    GPTCache is a semantic caching layer and response optimizer for large language models. It functions as pluggable middleware for orchestration frameworks, utilizing vector database caching to store and retrieve model responses based on the semantic similarity of prompts rather than exact text matches. The system uses embeddings to determine cache hits by comparing the distance between new queries and stored vectors. It employs a hybrid storage model that persists original prompts in relational databases while maintaining high-dimensional embeddings in vector stores. The project covers a broad

    GPTCache is a semantic caching middleware that reduces repeated LLM API calls by caching responses based on prompt similarity, which aligns well with your goal of a caching proxy, though cost tracking and explicit TTL configuration are not highlighted.

    PythonResponse Caching
    Ver en GitHub↗8,068
  • alibaba/higressAvatar de alibaba

    alibaba/higress

    7,558Ver en GitHub↗

    Higress is an AI API gateway and cloud-native traffic manager that functions as a Kubernetes ingress controller. It provides a centralized system for routing, securing, and optimizing traffic directed toward large language models, AI agents, and microservice architectures. The project distinguishes itself through deep AI orchestration, including the ability to host and manage Model Context Protocol servers that transform REST APIs into tools for AI agents. It features specialized AI infrastructure for model request proxying, protocol translation across multiple providers, and semantic-based c

    Higress is an AI API gateway that proxies and caches requests to large language models, directly addressing the need to reduce repeated API calls, though its broader traffic-management features go beyond a dedicated caching proxy.

    GoResponse CachingModel Request Proxies
    Ver en GitHub↗7,558

Related searches

  • gateway de enrutamiento para múltiples proveedores de LLM
  • a python library for caching function results
  • gateway que unifica APIs de proveedores de LLM
  • dashboard para seguimiento de costes y uso de LLMs
  • una capa de caché frente a mi base de datos
  • framework para programación tipada con LLMs
  • un runtime local para ejecutar LLMs
  • un framework de código abierto para aplicaciones de LLM