@expiren/opencode-antigravity-auth 1.6.13 → 1.6.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1795,6 +1795,15 @@ var OPENCODE_MODEL_DEFINITIONS = {
1795
1795
  output: ["text", "image"]
1796
1796
  }
1797
1797
  }),
1798
+ "gemini-3-pro-image-preview": defineModel("gemini-3-pro-image-preview", {
1799
+ name: "Gemini 3 Pro Image Preview (Gemini CLI)",
1800
+ reasoning: false,
1801
+ limit: { context: 66e3, output: 33e3 },
1802
+ modalities: {
1803
+ input: ["text", "image"],
1804
+ output: ["text", "image"]
1805
+ }
1806
+ }),
1798
1807
  "gemini-3.1-pro-preview-customtools": defineModel("gemini-3.1-pro-preview-customtools", {
1799
1808
  name: "Gemini 3.1 Pro Preview Custom Tools (Gemini CLI)",
1800
1809
  reasoning: true,