KawaiiGPT  by MarCmcbri1982

LLM gateway for diverse model access and security research

Created 1 month ago
831 stars

Top 42.6% on SourcePulse

GitHubView on GitHub
Project Summary

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

  • Unified access to DeepSeek, Gemini, and Kimi-K2 models via the Pollinations API.
  • No API keys or registration are necessary for basic functionality.
  • Integrated prompt injection (jailbreak) features for security research and penetration testing.
  • Native support for Linux and Termux (Android) environments.

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.

Health Check
Last Commit

4 weeks ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
1
Star History
832 stars in the last 30 days

Explore Similar Projects

Feedback? Help us improve.