This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://opencode.ai/config.json", | |
| "plugin": ["opencode-antigravity-auth@latest"], | |
| "provider": { | |
| "google": { | |
| "models": { | |
| "antigravity-gemini-3-pro": { | |
| "name": "Gemini 3 Pro (Antigravity)", | |
| "limit": { "context": 1048576, "output": 65535 }, | |
| "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Gemini Flash Request Modifier | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Intercepts and modifies Gemini Flash requests | |
| // @author You | |
| // @match https://business.gemini.google/* | |
| // @grant none | |
| // ==/UserScript== |