awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesLLM Token Compression

Techniques to reduce the number of billed tokens in LLM requests through deduplication and minification.

Distinct from Visual Token Compression: Focuses on textual LLM prompt tokens and message deduplication rather than visual or security token compression.

Explore 3 awesome GitHub repositories matching data & databases · LLM Token Compression. Refine with filters or upvote what's useful.

Awesome LLM Token Compression GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • diegosouzapw/omniroutediegosouzapw का अवतार

    diegosouzapw/OmniRoute

    6,391GitHub पर देखें↗

    OmniRoute is a unified LLM API gateway that connects multiple AI providers to a single endpoint. Its primary purpose is to simplify the integration of various AI models into tools and agents by translating different provider formats into a standardized API. The project distinguishes itself through a multi-strategy request routing system that optimizes for cost, speed, and availability, including automatic model fallbacks and a circuit-breaker resilience model to isolate provider failures. It employs a local-first security posture, using AES-256-GCM encryption to store API keys and conversatio

    Reduces billed token usage through semantic pruning and deduplication of prompts to maximize the context window.

    TypeScript
    GitHub पर देखें↗6,391
  • blockrunai/clawrouterBlockRunAI का अवतार

    BlockRunAI/ClawRouter

    3,020GitHub पर देखें↗

    ClawRouter is an AI model router and API gateway designed to classify query complexity and assign prompts to the most efficient model tier. It operates as a multi-model AI proxy that orchestrates traffic between various large language models and AI media generators through a unified interface. The project distinguishes itself by integrating a non-custodial micropayment processor using the x402 protocol. This allows for per-request API access and USDC settlement on Base and Solana chains, replacing static API keys with wallet-based authentication and real-time budget enforcement. The system c

    Reduces billed token counts by deduplicating messages and minifying data before sending requests.

    TypeScriptaiai-agentsanthropic
    GitHub पर देखें↗3,020
  • aiming-lab/simplememaiming-lab का अवतार

    aiming-lab/SimpleMem

    2,972GitHub पर देखें↗

    SimpleMem is a persistent memory system for AI assistants designed to maintain context across different user chat sessions. It functions as a memory server and multimodal vector database that stores and retrieves information from text, images, audio, and video. The project features a context compression engine that distills interaction histories into compact units to reduce token consumption. It utilizes a distributed memory orchestrator and worker-thread parallel processing to reduce latency when querying large-scale dialogue datasets. The system implements a hybrid indexing approach combin

    Reduces token consumption by compressing interaction histories into compact, non-redundant units.

    Python
    GitHub पर देखें↗2,972
  1. Home
  2. Data & Databases
  3. Data Compression Algorithms
  4. Visual Token Compression
  5. LLM Token Compression