Discover and explore top open-source AI tools and projects—updated daily.
HotRiceNoodlesUnified LLM gateway for seamless multi-provider integration
Top 94.6% on SourcePulse
Summary
CrossLink offers a unified LLM API gateway, abstracting diverse AI providers. It presents a single endpoint supporting OpenAI and Anthropic formats, eliminating vendor lock-in and simplifying integration. The gateway enhances resilience and manageability via intelligent routing and failover.
How It Works
This universal adapter exposes dual OpenAI/Anthropic endpoints, routing requests to providers like OpenAI, Anthropic, DeepSeek, and Ollama using six strategies (e.g., least latency, least cost). It features bidirectional protocol translation (SSE, tool use), automatic failover with circuit breakers, and Redis-based caching for robust multi-provider LLM orchestration.
Quick Start & Requirements
docker compose -f deployments/docker-compose.dev.yaml up --build. China network: docker compose -f deployments/docker-compose.cn.yaml up --build.configs/config.yaml, then make build and run ./bin/crosslink.Highlighted Details
/v1/chat/completions and Anthropic /v1/messages with bidirectional translation.Maintenance & Community
Provides clear contribution (CONTRIBUTING.md) and security (SECURITY.md) guidelines. No direct community links (Discord/Slack) are listed, but the structure suggests active development.
Licensing & Compatibility
Licensed under Apache License 2.0, permissive for commercial use and closed-source applications.
Limitations & Caveats
Requires specific Go, PostgreSQL, and Redis versions. A dedicated GM (Chinese National Cryptography) deployment is available, implying potential setup nuances. No explicit mention of alpha status, known bugs, or unsupported platforms found.
1 day ago
Inactive
lightseekorg
theopenco
songquanpeng