openfree / Gemma-3-R1984-4B

huggingface.co
Total runs: 4
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: June 13 2025
image-text-to-text

Introduction of Gemma-3-R1984-4B

Model Details of Gemma-3-R1984-4B

Gemma3-R1984-4B

Model Overview

Gemma3-R1984-4B is a robust Agentic AI platform built on Googls’s Gemma-3-4B model. It integrates state-of-the-art deep research via web search with multimodal file processing—including images, videos, and documents—and handles long contexts up to 8,000 tokens. Designed for local deployment on independent servers using NVIDIA L40s, L4, A-100(ZeroGPU) GPUs, it provides high security, prevents data leakage, and delivers uncensored responses.

Key Features

Multimodal Processing: Supports multiple file types such as images (PNG, JPG, JPEG, GIF, WEBP), videos (MP4), and documents (PDF, CSV, TXT).

Deep Research (Web Search): Automatically extracts keywords from user queries and utilizes the SERPHouse API to retrieve up to 20 real-time search results. The model incorporates multiple sources by explicitly citing them in the response.

Long Context Handling: Capable of processing inputs up to 8,000 tokens, ensuring comprehensive analysis of lengthy documents or conversations.

Robust Reasoning: Employs extended chain-of-thought reasoning for systematic and accurate answer generation.

Secure Local Deployment: Operates on independent local servers using NVIDIA L40s GPUs to maximize security and prevent information leakage.

Experience the Power of Gemma3-R1984-4B

  • Agentic AI Platform: An autonomous system designed to make intelligent decisions and act independently.
  • Reasoning & Uncensored: Delivers clear, accurate, and unfiltered responses by harnessing advanced reasoning capabilities.
  • Multimodal & VLM: Seamlessly processes and interprets multiple input types—text, images, videos—empowering versatile applications.
  • Deep-Research & RAG: Integrates state-of-the-art deep research and retrieval-augmented generation to provide comprehensive, real-time insights.

Cutting-Edge Hardware for Maximum Security

Gemma3-R1984-4B is engineered to operate on a dedicated NVIDIA L40s GPU within an independent local server environment. This robust setup not only guarantees optimal performance and rapid processing but also enhances security by isolating the model from external networks, effectively preventing information leakage. Whether handling sensitive data or complex queries, our platform ensures that your information remains secure and your AI interactions remain uncompromised.

Use Cases

Fast-response conversational agents

Deep research and retrieval-augmented generation (RAG)

Document comparison and detailed analysis

Visual question answering from images and videos

Complex reasoning and research-based inquiries

Supported File Formats

Images: PNG, JPG, JPEG, GIF, WEBP

Videos: MP4

Documents: PDF, CSV, TXT

Model Details

Parameter Count: Approximately 4B parameters (estimated)

Context Window: Up to 8,000 tokens

Hugging Face Model Path: VIDraft/Gemma-3-R1984-4B

License: mit(Agentic AI) / gemma(gemma-3-4B)

Installation and Setup

Requirements

Ensure you have Python 3.8 or higher installed. The model relies on several libraries:

PyTorch (with bfloat16 support)

Transformers

Gradio

OpenCV (opencv-python)

Pillow (PIL)

PyPDF2

Pandas

Loguru

Requests

Install dependencies using pip:

pip install torch transformers gradio opencv-python pillow PyPDF2 pandas loguru requests

Environment Variables

Set the following environment variables before running the model:

SERPHOUSE_API_KEY

Your SERPHouse API key for web search functionality.

Example: export SERPHOUSE_API_KEY="your_api_key_here"

MODEL_ID (Optional) The model identifier; default is VIDraft/Gemma-3-R1984-4B.

MAX_NUM_IMAGES (Optional) Maximum number of images allowed per query (default is 5).

Running the Model

Gemma3-R1984-4B comes with a Gradio-based multimodal chat interface. To run the model locally:

  1. Clone the Repository: Ensure you have the repository containing the model code.

  2. Launch the Application: Execute the main Python file:

python your_filename.py

This will start a local Gradio interface. Open the provided URL in your browser to interact with the model.

Example Code: Server and Client Request

Server Example

You can deploy the model server locally using the provided Gradio code. Make sure your server is accessible at your designated URL.

Client Request Example

Below is an example of how to interact with the model using an HTTP API call:


import requests
import json

# Replace with your server URL and token
url = "http://<your-server-url>:8000/v1/chat/completions"
headers = {
    "Content-Type": "application/json",
    "Authorization": "Bearer your_token_here"
}

# Construct the message payload
messages = [
    {"role": "system", "content": "You are a powerful AI assistant."},
    {"role": "user", "content": "Compare the contents of two PDF files."}
]

data = {
    "model": "VIDraft/Gemma-3-R1984-4B",
    "messages": messages,
    "temperature": 0.15
}

# Send the POST request to the server
response = requests.post(url, headers=headers, data=json.dumps(data))

# Print the response from the model
print(response.json())

Important Deployment Notice:

For optimal performance, it is highly recommended to clone the repository using the following command. This model is designed to run on a server equipped with at least an NVIDIA L40s, L4, A100(ZeroGPU) GPU. The minimum VRAM requirement is 24GB, and VRAM usage may temporarily peak at approximately 82GB during processing.

git clone https://huggingface.co/spaces/VIDraft/Gemma-3-R1984-4B

Runs of openfree Gemma-3-R1984-4B on huggingface.co

4
Total runs
0
24-hour runs
1
3-day runs
0
7-day runs
0
30-day runs

More Information About Gemma-3-R1984-4B huggingface.co Model

More Gemma-3-R1984-4B license Visit here:

https://choosealicense.com/licenses/gemma

Gemma-3-R1984-4B huggingface.co

Gemma-3-R1984-4B huggingface.co is an AI model on huggingface.co that provides Gemma-3-R1984-4B's model effect (), which can be used instantly with this openfree Gemma-3-R1984-4B model. huggingface.co supports a free trial of the Gemma-3-R1984-4B model, and also provides paid use of the Gemma-3-R1984-4B. Support call Gemma-3-R1984-4B model through api, including Node.js, Python, http.

Gemma-3-R1984-4B huggingface.co Url

https://huggingface.co/openfree/Gemma-3-R1984-4B

openfree Gemma-3-R1984-4B online free

Gemma-3-R1984-4B huggingface.co is an online trial and call api platform, which integrates Gemma-3-R1984-4B's modeling effects, including api services, and provides a free online trial of Gemma-3-R1984-4B, you can try Gemma-3-R1984-4B online for free by clicking the link below.

openfree Gemma-3-R1984-4B online free url in huggingface.co:

https://huggingface.co/openfree/Gemma-3-R1984-4B

Gemma-3-R1984-4B install

Gemma-3-R1984-4B is an open source model from GitHub that offers a free installation service, and any user can find Gemma-3-R1984-4B on GitHub to install. At the same time, huggingface.co provides the effect of Gemma-3-R1984-4B install, users can directly use Gemma-3-R1984-4B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Gemma-3-R1984-4B install url in huggingface.co:

https://huggingface.co/openfree/Gemma-3-R1984-4B

Url of Gemma-3-R1984-4B

Gemma-3-R1984-4B huggingface.co Url

Provider of Gemma-3-R1984-4B huggingface.co

openfree
ORGANIZATIONS

Other API from openfree

huggingface.co

Total runs: 24
Run Growth: 2
Growth Rate: 8.33%
Updated:May 02 2025
huggingface.co

Total runs: 19
Run Growth: 0
Growth Rate: 0.00%
Updated:January 20 2025
huggingface.co

Total runs: 19
Run Growth: 10
Growth Rate: 52.63%
Updated:May 05 2025
huggingface.co

Total runs: 15
Run Growth: -15
Growth Rate: -100.00%
Updated:January 23 2025
huggingface.co

Total runs: 12
Run Growth: 1
Growth Rate: 8.33%
Updated:December 21 2024
huggingface.co

Total runs: 9
Run Growth: 5
Growth Rate: 55.56%
Updated:September 08 2025
huggingface.co

Total runs: 9
Run Growth: -2
Growth Rate: -22.22%
Updated:September 13 2025
huggingface.co

Total runs: 7
Run Growth: -6
Growth Rate: -85.71%
Updated:May 02 2025
huggingface.co

Total runs: 6
Run Growth: 1
Growth Rate: 16.67%
Updated:January 20 2025
huggingface.co

Total runs: 4
Run Growth: -9
Growth Rate: -225.00%
Updated:March 18 2025
huggingface.co

Total runs: 3
Run Growth: -490
Growth Rate: -16333.33%
Updated:December 21 2024