Discover and explore top open-source AI tools and projects—updated daily.
QuorinexOpenAI-compatible proxy for free LLM access
Top 66.0% on SourcePulse
Summary
This project provides an OpenAI-compatible proxy server for Freebuff, enabling users to leverage Freebuff's free LLM models through standard OpenAI API clients. It targets developers and power users seeking to integrate Freebuff's capabilities into existing workflows without direct Freebuff SDK integration, offering features like dynamic request handling and token rotation for increased throughput and stealth.
How It Works
Freebuff2API acts as an intermediary, translating incoming OpenAI API requests into Freebuff's native format. It employs dynamic, randomized client fingerprints to mimic official SDK behavior, enhancing stealth. The system supports rotating through multiple Freebuff authentication tokens, automatically cycling them at configurable intervals to manage rate limits and improve availability. Outbound traffic can be routed through an optional HTTP proxy.
Quick Start & Requirements
docker run -d --name Freebuff2API -p 8080:8080 -e AUTH_TOKENS="token1,token2" ghcr.io/quorinex/freebuff2api:latest.go build, and run the executable.https://freebuff.llm.pm) or via the Freebuff CLI.https://freebuff.llm.pm.Highlighted Details
Maintenance & Community
The README does not mention specific contributors, community channels (like Discord/Slack), sponsorships, or a roadmap.
Licensing & Compatibility
Limitations & Caveats
The project is explicitly stated as not being production-ready and is provided on an "As-Is" basis. Users are warned that they use it at their own risk, and the author assumes no liability for damages. It is intended for communication, experimentation, and learning purposes.
1 month ago
Inactive