G0DM0D3 is a static web client and multi-model chat gateway designed for AI research, prompt optimization, and red teaming. It provides a unified interface to query numerous AI models in parallel, allowing for the simultaneous evaluation of different prompt variations and sampling parameters to identify the most successful outputs.
The project features specialized tooling for probing safety filters and bypassing model constraints through an input perturbation engine that applies text obfuscation and character substitution. It includes a composite scoring system to rank model performance and a real-time normalization layer that removes preambles, hedges, and filler phrases from AI responses.
The system manages API keys and conversation history within local browser storage to prevent centralized server-side data collection. It also supports the contribution of chat inputs and outputs to public artificial intelligence research datasets.
The entire application is distributed as a single-file HTML static deployment.