git404hub

what is google-ai-studio-proxy fr?

radmielmaesta/google-ai-studio-proxy — explained in plain English

Analysis updated 2026-05-18

0PythonAudience · generalComplexity · 2/5Setup · moderate

tl;dr

A small Python proxy that connects Google AI Studio models like Gemini and Gemma to the Janitor AI chat platform.

vibe map

mindmap
  root((AI Studio Proxy))
    What it does
      Bridges Gemini to Janitor AI
      Formats messages
      Manages safety filters
    Tech stack
      Python
      Cloudflare tunnel
      Google AI Studio API
    Use cases
      Use Gemini models in Janitor AI
      Run a local proxy server
    Audience
      Janitor AI users
      Hobbyist tinkerers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Connect a Google AI Studio API key to Janitor AI so you can chat using Gemini or Gemma models.

VIBE 2

Run a local proxy that generates a public Cloudflare tunnel link for a chat platform to call.

VIBE 3

Adjust config settings to control how the model's internal reasoning is handled and displayed.

what's the stack?

PythonCloudflare TunnelGoogle AI Studio API

how it stacks up fr

radmielmaesta/google-ai-studio-proxy0xallam/my-recipe0xhassaan/nn-from-scratch
Stars00
LanguagePythonPythonPython
Last pushed2022-11-22
MaintenanceDormant
Setup difficultymoderatemoderatemoderate
Complexity2/52/54/5
Audiencegeneralgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires a Google AI Studio API key and a Python virtual environment set up before first run.

in plain english

This project is a small proxy tool that connects Google AI Studio models, such as Gemini and Gemma, to Janitor AI, a third-party chat platform. It sits between the two services, handling message formatting, managing the model's safety filters, and cleanly separating the model's internal reasoning output from its final reply. To use it, you need a Google AI Studio API key and Python installed, version 3.12 on Windows or 3.10 and up on Linux and Mac. Setup involves downloading or cloning the repository, creating a Python virtual environment to keep its dependencies separate from the rest of your system, and installing the required packages with pip. Once installed, running the main script starts the proxy and prints a Cloudflare tunnel link in the terminal. That link is then pasted into Janitor AI's proxy settings, along with your Google API key and the name of the model you want to use, such as gemma-4-31b-it. The tool has a few configurable settings in its config file. One toggle enables extra prompt handling meant to reduce how often Google's content filters block generation, another controls whether the model uses its internal reasoning step before answering, since turning this off can cause empty or broken responses for some models, and a third decides whether that internal reasoning is printed to the terminal. This is a personal utility built for a specific use case (connecting to Janitor AI) rather than a general-purpose library, and the README does not mention a license, so its reuse terms are not stated. It is aimed at people who already use Janitor AI and want to plug in Google's models instead of the platform's built-in options.

prompts (copy fr)

prompt 1
Walk me through setting up a Python virtual environment and installing this proxy's requirements.
prompt 2
Explain what the ENABLE_THINKING and DISPLAY_THINKING_IN_COLAB settings in config.py do.
prompt 3
Help me connect the Cloudflare tunnel URL this proxy generates to Janitor AI's proxy settings.
prompt 4
What should I check if Google's API keeps blocking generation with PROHIBITED warnings?

Frequently asked questions

what is google-ai-studio-proxy fr?

A small Python proxy that connects Google AI Studio models like Gemini and Gemma to the Janitor AI chat platform.

What language is google-ai-studio-proxy written in?

Mainly Python. The stack also includes Python, Cloudflare Tunnel, Google AI Studio API.

How hard is google-ai-studio-proxy to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is google-ai-studio-proxy for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.