awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

Awesome GitHub RepositoriesAPI Proxies

Middleware for translating and forwarding API requests between clients and services.

Distinguishing note: Focuses on API translation and compatibility layers.

Explore 7 awesome GitHub repositories matching web development · API Proxies. Refine with filters or upvote what's useful.

Awesome API Proxies GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • mudler/localaiAvatar mudler

    mudler/LocalAI

    46,889Vezi pe GitHub↗

    LocalAI is a self-hosted inference server that enables the execution of machine learning models directly on local hardware. By providing a unified interface for text, image, and audio processing, it allows users to maintain full control over data privacy and infrastructure costs while eliminating dependencies on external network services. The platform functions as an API gateway that mimics standard cloud-based artificial intelligence interfaces, allowing existing applications to integrate local models as drop-in replacements. It utilizes a container-based architecture to package runtimes and

    Translates incoming standard web requests into model-specific execution commands to maintain compatibility with existing third-party AI client libraries.

    Goaiapiaudio-generation
    Vezi pe GitHub↗46,889
  • danielmiessler/fabricAvatar danielmiessler

    danielmiessler/Fabric

    42,408Vezi pe GitHub↗

    Fabric is a command-line orchestrator designed to automate complex data processing and content generation tasks by chaining artificial intelligence models with modular prompt templates. It functions as a terminal-based tool that utilizes standard input and output streams, allowing users to pipe data directly into predefined reasoning strategies. By providing a model-agnostic abstraction layer, the system decouples execution logic from specific artificial intelligence vendors, normalizing requests and responses across different service providers. The platform distinguishes itself through its p

    Exposes local prompt execution logic as standard web endpoints to allow external software to interact with custom workflows.

    Goaiaugmentationflourishing
    Vezi pe GitHub↗42,408
  • owo-network/deeplxAvatar OwO-Network

    OwO-Network/DeepLX

    8,571Vezi pe GitHub↗

    DeepLX is a self-hosted translation API server that provides free access to DeepL translation services without requiring a paid API token or account. It functions as a token-free proxy, enabling programmatic text translation between languages through a single HTTP endpoint. The server accepts JSON-based requests with source and target language parameters, supporting automatic source language detection and validation of language codes. It processes each translation request independently in a stateless manner, and offers optional bearer token authentication to restrict access to authorized clie

    Proxies translation requests to DeepL's web API without requiring user authentication or API tokens.

    Gobobplugindeepl
    Vezi pe GitHub↗8,571
  • popjane/free_chatgpt_apiAvatar popjane

    popjane/free_chatgpt_api

    5,983Vezi pe GitHub↗

    This project is an API proxy that provides free and paid access to ChatGPT models through an OpenAI-compatible endpoint. It acts as a reverse proxy, routing requests to ChatGPT while maintaining full compatibility with OpenAI's SDK interface, allowing any application or tool that supports a custom base URL and API key to connect. The service offers a free tier that provides access to ChatGPT models for chat, image generation, and voice dialogue without requiring an official subscription, along with a paid tier that unlocks over 130 OpenAI models including GPT-4 with lower latency and reduced

    Maps incoming requests to OpenAI's API format and forwards them to ChatGPT, returning responses in the same structure.

    Vezi pe GitHub↗5,983
  • mostlygeek/llama-swapAvatar mostlygeek

    mostlygeek/llama-swap

    4,786Vezi pe GitHub↗

    Llama-swap is a local inference orchestrator and API gateway for large language models. It functions as an OpenAI API proxy that manages the lifecycle of multiple local model servers, automatically starting and stopping them to swap models based on incoming request identifiers. The project distinguishes itself through dynamic model swapping and hardware optimization. It utilizes a specialized matrix-based concurrency control to define which models can run simultaneously and employs cost-based eviction to remove inactive servers from memory based on relative resource costs. The system provide

    Implements a middleware layer that translates and forwards API requests to ensure compatibility with multiple AI API specifications.

    Go
    Vezi pe GitHub↗4,786
  • 1rgs/claude-code-proxyAvatar 1rgs

    1rgs/claude-code-proxy

    3,622Vezi pe GitHub↗

    This project is an LLM API proxy gateway and compatibility layer designed to route, translate, and proxy requests between model clients and various large language model providers. It functions as a multi-provider router that maps model requests to alternative backends based on configurable tiers and capabilities. The gateway acts as a translation layer that converts API request and response formats between different providers, such as OpenAI or Gemini, to ensure compatibility. It includes a tool-use proxy to handle the execution and processing of model tool definitions and function calls, and

    Routes requests from compatible clients to different model providers using a translation middleware.

    Python
    Vezi pe GitHub↗3,622
  • lanqian528/chat2apiAvatar lanqian528

    lanqian528/chat2api

    3,368Vezi pe GitHub↗

    chat2api is a web-to-API bridge and proxy that converts web-based chat sessions into a standardized API format. This allows web accounts to be used programmatically within third-party client applications. The system includes a multi-account rotator that distributes requests across a pool of authentication tokens using random or sequential polling to bypass rate limits. It also functions as a multimodal API proxy, translating base64 or URL-encoded images and files into formats compatible with web-based chat interfaces. The project manages the full lifecycle of session tokens, featuring statef

    Translates base64 or URL-encoded images into formats compatible with web-based chat interfaces.

    Python
    Vezi pe GitHub↗3,368
  1. Home
  2. Web Development
  3. API Proxies

Explorează sub-etichetele

  • DeepLAPI proxies specifically designed to forward translation requests to DeepL's web API. **Distinct from API Proxies:** Distinct from API Proxies: specifically targets DeepL's translation service rather than general API proxying.
  • Free ChatGPTAPI proxies that provide free access to ChatGPT models through an OpenAI-compatible endpoint without requiring an official subscription. **Distinct from API Proxies:** Distinct from API Proxies: specifically provides free access to ChatGPT models, not general API translation or forwarding.
  • Free TranslationAPI proxies that provide free access to translation services without requiring a paid API token or account. **Distinct from API Proxies:** Distinct from API Proxies: specifically provides free access to DeepL translation without requiring authentication or payment.
  • Token-FreeAPI proxies that forward requests to upstream services without requiring user authentication or API tokens. **Distinct from API Proxies:** Distinct from API Proxies: specifically eliminates the need for authentication tokens or API keys when proxying requests.