diff --git a/README.md b/README.md index 31d47a1..db41dbb 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ -
-
-
@@ -14,6 +8,12 @@
+
+
OpenAI-compatible proxy that intercepts and relays requests to Google's Antigravity language server, impersonating the real Electron webview.
@@ -43,8 +43,9 @@ graph LR | ------------------- | -------------------------- | ------------------- | | `opus-4.6` | Claude Opus 4.6 (Thinking) | Default model | | `opus-4.5` | Claude Opus 4.5 (Thinking) | — | -| `gemini-3-pro-high` | Gemini 3 Pro (High) | — | -| `gemini-3-pro` | Gemini 3 Pro (Low) | — | +| `gemini-3-pro` | Gemini 3 Pro (High) | Default Pro tier | +| `gemini-3-pro-high` | Gemini 3 Pro (High) | Alias | +| `gemini-3-pro-low` | Gemini 3 Pro (Low) | — | | `gemini-3-flash` | Gemini 3 Flash | Recommended for dev | ## Quick Start @@ -135,6 +136,17 @@ The proxy needs an OAuth token: 2. **Token file**: `~/.config/zerogravity-token` 3. **Runtime**: `curl -X POST http://localhost:8741/v1/token -d '{"token":"ya29.xxx"}'` +