You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable Opencode to authenticate against **Antigravity** (Google's IDE) via OAuth so you can use Antigravity rate limits and access models like `gemini-3-pro` and `claude-opus-4-5-thinking` with your Google credentials.
9
+
Enable Opencode to authenticate against **Antigravity** (Google's IDE) via OAuth so you can use Antigravity rate limits and access models like `gemini-3-pro` and `claude-opus-4-6-thinking` with your Google credentials.
10
10
11
11
## What You Get
12
12
13
-
-**Claude Opus 4.5, Sonnet 4.5** and **Gemini 3 Pro/Flash** via Google OAuth
13
+
-**Claude Opus 4.6, Sonnet 4.6** and **Gemini 3 Pro/Flash** via Google OAuth
14
14
-**Multi-account support** — add multiple Google accounts, auto-rotates when rate-limited
15
15
-**Dual quota system** — access both Antigravity and Gemini CLI quotas from one plugin
16
16
-**Thinking models** — extended thinking for Claude and Gemini 3 with configurable budgets
@@ -79,7 +79,7 @@ Install the opencode-antigravity-auth plugin and add the Antigravity model defin
79
79
4.**Use it:**
80
80
81
81
```bash
82
-
opencode run "Hello" --model=google/antigravity-claude-sonnet-4-5-thinking --variant=max
82
+
opencode run "Hello" --model=google/antigravity-claude-opus-4-6-thinking --variant=max
83
83
```
84
84
85
85
</details>
@@ -102,7 +102,7 @@ Install the opencode-antigravity-auth plugin and add the Antigravity model defin
102
102
### Verification
103
103
104
104
```bash
105
-
opencode run "Hello" --model=google/antigravity-claude-sonnet-4-5-thinking --variant=max
105
+
opencode run "Hello" --model=google/antigravity-claude-opus-4-6-thinking --variant=max
106
106
```
107
107
108
108
</details>
@@ -119,9 +119,7 @@ opencode run "Hello" --model=google/antigravity-claude-sonnet-4-5-thinking --var
119
119
|-------|----------|-------|
120
120
|`antigravity-gemini-3-pro`| low, high | Gemini 3 Pro with thinking |
121
121
|`antigravity-gemini-3-flash`| minimal, low, medium, high | Gemini 3 Flash with thinking |
122
-
|`antigravity-claude-sonnet-4-5`| — | Claude Sonnet 4.5 |
123
-
|`antigravity-claude-sonnet-4-5-thinking`| low, max | Claude Sonnet with extended thinking |
124
-
|`antigravity-claude-opus-4-5-thinking`| low, max | Claude Opus 4.5 with extended thinking |
122
+
|`antigravity-claude-sonnet-4-6`| — | Claude Sonnet 4.6 |
125
123
|`antigravity-claude-opus-4-6-thinking`| low, max | Claude Opus 4.6 with extended thinking |
126
124
127
125
**Gemini CLI quota** (separate from Antigravity; used when `cli_first` is true or as fallback):
@@ -142,7 +140,7 @@ opencode run "Hello" --model=google/antigravity-claude-sonnet-4-5-thinking --var
142
140
143
141
**Using variants:**
144
142
```bash
145
-
opencode run "Hello" --model=google/antigravity-claude-sonnet-4-5-thinking --variant=max
143
+
opencode run "Hello" --model=google/antigravity-claude-opus-4-6-thinking --variant=max
146
144
```
147
145
148
146
For details on variant configuration and thinking levels, see [docs/MODEL-VARIANTS.md](docs/MODEL-VARIANTS.md).
@@ -179,29 +177,11 @@ Add this to your `~/.config/opencode/opencode.json`:
Copy file name to clipboardExpand all lines: docs/MODEL-VARIANTS.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ OpenCode's variant system allows you to configure thinking budget dynamically in
9
9
When you define a model with `variants`, OpenCode shows variant options in the model picker. Selecting a variant passes the `providerOptions` to the plugin, which extracts the thinking configuration.
10
10
11
11
```bash
12
-
opencode run "Hello" --model=google/antigravity-claude-sonnet-4-5-thinking --variant=max
12
+
opencode run "Hello" --model=google/antigravity-claude-opus-4-6-thinking --variant=max
13
13
```
14
14
15
15
---
@@ -20,8 +20,8 @@ Define variants in your model configuration:
0 commit comments