Disclaimer: This project is not officially associated with Gemini 1.5 Pro. It is an independent reverse engineering effort to explore the Gemini 1.5 Pro API.
🚀 Repository Status Update:
🛑 Important Notice:
This repository is no longer maintained by the owner Devs Do Code (Sree)
. Any contribution in this repository is heartly welcomed 💝💝
To begin leveraging the capabilities of the Gemini 1.5 Pro Free Reverse Engineered API, follow these systematic steps to ensure a seamless setup process:
-
Clone the Repository: Initiate the installation process by cloning the repository to your local environment. Execute the following command in your terminal:
git clone https://github.com/SreejanPersonal/Gemini-1.5-Pro-Google-AI-Studio-Reverse-Engineered-API.git
This command will fetch the entire project, granting you access to the comprehensive source code and essential files required for operation.
-
Install Required Modules: Proceed to the project directory in your terminal and install the necessary Python modules listed in the
requirements.txt
file. Execute the following command:pip install -r requirements.txt
-
Authenticate on Google AI Studio: Access the Google AI Studio platform and log in using your designated email credentials. Once logged in, select the Gemini 1.5 Pro Model from the dropdown menu.
-
Access Developer Tools: To access the developer tools, press
Ctrl + Shift + I
on your keyboard. Navigate to the network tab within the developer tools interface. -
Initiate Chat: Start a conversation with the Gemini 1.5 Pro Model. Upon entering the first query, observe the API calls appearing in the network tab.
-
Retrieve Authentication Tokens: Locate the "generate content" API call and inspect the request headers. Within the headers subsection, you will find the required authentication tokens and cookies. Copy the following crucial information:
- Authorization
- Cookie
- X_Google_Api_Key
- User_id
-
Configure Authentication: Paste the copied authentication tokens and cookies into the designated fields within the
main.ipynb
ormain.py
file, as specified. -
Execute Main Script: After configuring the authentication, execute the
main.ipynb
ormain.py
file to initiate the API integration and unlock the full potential of the Gemini 1.5 Pro Model.
By meticulously following these steps, you'll seamlessly integrate the Gemini 1.5 Pro Free Reverse Engineered API into your workflow, empowering you with advanced AI capabilities for your projects and endeavors.
- Run
main.py
- Run
main.ipynb
Your contributions are welcome! Please refer to our CONTRIBUTING.md for contribution guidelines.
This project is licensed under the MIT License. Full license text is available in the LICENSE file.
For inquiries or assistance, please open an issue or reach out through our social channels:
We appreciate your interest in Gemini-1.5-Pro-Google-AI-Studio-Reverse-Engineered-API