awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Wei-Shaw avatar

Wei-Shaw/claude-relay-service

0
View on GitHub↗
12,114 Stars·1,825 Forks·JavaScript·MIT·12 Aufrufepincc.ai↗

Claude Relay Service

This project is a secure intermediary proxy gateway for large language model APIs. It functions as a relay service that forwards requests to AI providers while managing service accounts and routing traffic.

The service provides a compatibility layer that supports multiple endpoint formats, allowing different third-party AI clients to communicate with a single provider. It distinguishes itself through a service account management system that assigns individual proxy settings to multiple accounts to prevent IP bans and distributes traffic via load balancing to avoid rate limits.

The system includes a rate limiter that restricts access based on token volume, concurrency, and custom identification keys. It monitors usage through a tracking system that records token consumption and request metrics per user. Reliability is maintained through a circuit-breaker mechanism that detects upstream connection failures and pauses routing to affected accounts using cooldown timers.

Features

  • Request Relays - Provides a secure intermediary relay layer that forwards incoming requests to remote AI providers.
  • AI Gateway Management - Provides centralized management of AI proxy settings, request rates, and token usage monitoring.
  • LLM Gateways - Functions as a secure LLM API proxy gateway that aggregates multiple providers and manages service accounts.
  • AI Model Load Balancers - Distributes AI API traffic across multiple service accounts to optimize rate limits and handle upstream failures.
  • AI Provider Proxies - Routes requests to Claude AI through a secure intermediary to manage service accounts and prevent IP bans.
  • Proxy Routing Services - Routes incoming traffic to specific service accounts based on account health and configured proxy settings.
  • Usage-Based Access Restrictions - Restricts API access based on request rates, token volume, concurrent connections, and client identifiers.
  • Service Account Management - Implements a system for managing non-human service accounts and their associated proxy settings to avoid IP bans.
  • Rate Limiting - Enforces request and volume quotas based on token consumption metrics against unique user access keys.
  • Token Usage Analytics - Tracks and records LLM token consumption and request counts per user for monitoring and access control.
  • API Compatibility Layers - Exposes multiple endpoint formats via a compatibility layer to ensure different AI clients can communicate with one provider.
  • Third-Party Service Integrations - Connects diverse AI clients to a centralized relay service using custom access keys and compatible formats.
  • Circuit Breakers - Implements a circuit-breaker mechanism that pauses routing to failing upstream accounts using cooldown timers.
  • Circuit Breakers - Provides a circuit-breaker mechanism that detects upstream connection failures and pauses routing to affected accounts using cooldown timers.
  • Stateless Architectures - Employs a stateless architecture to forward AI requests without storing conversation content on the server.
  • Context Usage Monitors - Provides a monitoring dashboard to track token consumption and request metrics per user.
  • Endpoint Translation Maps - Translates various third-party API request formats into a single standardized internal format for upstream delivery.
  • Format Compatibility Layers - Ships an endpoint prefixing system that ensures compatible communication between various third-party AI clients and providers.
  • AI Tools - Relay service for accessing Claude API in restricted regions.

Star-Verlauf

Star-Verlauf für wei-shaw/claude-relay-serviceStar-Verlauf für wei-shaw/claude-relay-service

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht wei-shaw/claude-relay-service?

This project is a secure intermediary proxy gateway for large language model APIs. It functions as a relay service that forwards requests to AI providers while managing service accounts and routing traffic.

Was sind die Hauptfunktionen von wei-shaw/claude-relay-service?

Die Hauptfunktionen von wei-shaw/claude-relay-service sind: Request Relays, AI Gateway Management, LLM Gateways, AI Model Load Balancers, AI Provider Proxies, Proxy Routing Services, Usage-Based Access Restrictions, Service Account Management.

Welche Open-Source-Alternativen gibt es zu wei-shaw/claude-relay-service?

Open-Source-Alternativen zu wei-shaw/claude-relay-service sind unter anderem: nguyenphutrong/quotio — Quotio is a local LLM API proxy gateway and credential manager that intercepts and routes requests from command-line… kilo-org/kilocode — Kilocode is an autonomous engineering platform designed to orchestrate AI agents for complex software development… xiangsx/gpt4free-ts — gpt4free-ts is a TypeScript-based LLM API proxy and gateway that provides a unified interface for accessing large… alibaba/higress — Higress is an AI API gateway and cloud-native traffic manager that functions as a Kubernetes ingress controller. It… tbphp/gpt-load — gpt-load is a transparent proxy gateway that routes API requests to multiple AI providers—including OpenAI, Google… insforge/insforge — InsForge is a backend-as-a-service platform that provides an integrated suite of tools for managing relational…

Open-Source-Alternativen zu Claude Relay Service

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Claude Relay Service.
  • nguyenphutrong/quotioAvatar von nguyenphutrong

    nguyenphutrong/quotio

    3,624Auf GitHub ansehen↗

    Quotio is a local LLM API proxy gateway and credential manager that intercepts and routes requests from command-line tools and integrated development environments to various AI model providers. It serves as a centralized authentication hub, managing API keys and service accounts to provide a unified interface for external AI agents. The project distinguishes itself through a routing engine that implements priority-chain and round-robin load balancing to distribute workloads across multiple accounts. It features automated API key failover, which redirects requests to backup authentication keys

    Swiftai-toolsdeveloper-toolsproxy
    Auf GitHub ansehen↗3,624
  • kilo-org/kilocodeAvatar von Kilo-Org

    Kilo-Org/kilocode

    15,616Auf GitHub ansehen↗

    Kilocode is an autonomous engineering platform designed to orchestrate AI agents for complex software development tasks. It functions as a comprehensive system for automating coding, testing, and repository management by integrating directly with your codebase and terminal. The platform provides a unified gateway for model orchestration, allowing for the management of agentic workflows, event-driven automation, and persistent session state across distributed development environments. The platform distinguishes itself through its federated task management and policy-based access control, which

    TypeScriptaiai-ageai-coding
    Auf GitHub ansehen↗15,616
  • xiangsx/gpt4free-tsAvatar von xiangsx

    xiangsx/gpt4free-ts

    7,701Auf GitHub ansehen↗

    gpt4free-ts is a TypeScript-based LLM API proxy and gateway that provides a unified interface for accessing large language models without paid subscriptions or official API keys. It functions as a containerized AI bridge that routes requests to various free third-party providers to retrieve chat completions. The project acts as an OpenAI API wrapper, translating requests and responses into the standard OpenAI chat completions format to ensure compatibility with existing AI tools. It utilizes a provider-based routing system to distribute request loads across available endpoints. The gateway s

    TypeScriptchatbotchatbotschatgpt
    Auf GitHub ansehen↗7,701
  • alibaba/higressAvatar von alibaba

    alibaba/higress

    7,558Auf GitHub ansehen↗

    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

    Goai-gatewayai-nativeapi-gateway
    Auf GitHub ansehen↗7,558
Alle 30 Alternativen zu Claude Relay Service anzeigen→