Discover and explore top open-source AI tools and projects—updated daily.
MarCmcbri1982LLM gateway for diverse model access and security research
Top 42.6% on SourcePulse
KawaiiGPT is an open-source command-line tool providing unified access to multiple Large Language Models (LLMs) like DeepSeek, Gemini, and Kimi-K2. It bypasses the need for official API keys by leveraging a reverse-engineered Pollinations API. This project is beneficial for users seeking free, keyless LLM access and for security researchers exploring prompt injection techniques.
How It Works
The tool functions as an LLM gateway, routing requests through the gen.pollinations.ai API. It supports various backend LLMs and offers built-in capabilities for prompt injection, enabling security research and red-team evaluations. This approach allows users to interact with multiple LLMs without direct API integration or credentials.
Quick Start & Requirements
Installation on Linux and Termux involves cloning the repository, running python3 install.py, and then python3 kawai.py. Manual installation requires pip install -r requirements.txt followed by python3 main.py. Prerequisites include Python 3.8+, pip, git, and the requests (>= 2.28.0) and rich (>= 13.0.0) Python libraries. Windows users are advised to use WSL for optimal compatibility.
Highlighted Details
Maintenance & Community
The project is maintained by MrSanZz, with contributions from Shoukaku07 and FlamabyX5. No specific community channels like Discord or Slack are listed in the provided README.
Licensing & Compatibility
The project is described as "fully open source," but the README also states that "Modifying or selling this tool is prohibited," creating ambiguity regarding its exact license and terms of use. Commercial use compatibility is unclear due to these licensing restrictions.
Limitations & Caveats
KawaiiGPT relies on an unofficial, reverse-engineered API, which may be subject to changes in availability or rate limits. Windows support is not officially guaranteed, with WSL recommended. The unclear licensing terms may restrict modification and redistribution.
4 weeks ago
Inactive
modelcontextprotocol