Skip to content

Commit 555b16f

Browse files
committed
fix(catalog): correct Antigravity pricing tiers
1 parent 1d78d12 commit 555b16f

2 files changed

Lines changed: 52 additions & 14 deletions

File tree

manifests/clis/antigravity-cli.json

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,18 @@
6363
"title": "Changes to Antigravity plans",
6464
"fields": ["pricing"]
6565
},
66+
{
67+
"url": "https://one.google.com/about/google-ai-plans/",
68+
"title": "Google AI plans",
69+
"fields": ["pricing"]
70+
},
6671
{
6772
"url": "https://developers.googleblog.com/an-important-update-transitioning-gemini-cli-to-antigravity-cli/",
6873
"title": "Transitioning Gemini CLI to Antigravity CLI",
6974
"fields": ["relatedProducts"]
7075
}
7176
],
72-
"lastVerifiedAt": "2026-07-30",
77+
"lastVerifiedAt": "2026-07-31",
7378
"verifiedBy": "codex-agent",
7479
"confidence": "high",
7580
"websiteUrl": "https://antigravity.google/product/antigravity-cli",
@@ -87,22 +92,29 @@
8792
"category": "Individual"
8893
},
8994
{
90-
"name": "Google AI Pro",
91-
"value": 20,
95+
"name": "Google AI Pro (5 TB)",
96+
"value": 19.99,
97+
"currency": "USD",
98+
"per": "month",
99+
"category": "Individual"
100+
},
101+
{
102+
"name": "Google AI Pro (10 TB)",
103+
"value": 49.99,
92104
"currency": "USD",
93105
"per": "month",
94106
"category": "Individual"
95107
},
96108
{
97-
"name": "Google AI Ultra 100",
98-
"value": 100,
109+
"name": "Google AI Ultra (5x limits)",
110+
"value": 99.99,
99111
"currency": "USD",
100112
"per": "month",
101113
"category": "Individual"
102114
},
103115
{
104-
"name": "Google AI Ultra 200",
105-
"value": 200,
116+
"name": "Google AI Ultra (20x limits)",
117+
"value": 199.99,
106118
"currency": "USD",
107119
"per": "month",
108120
"category": "Individual"

manifests/ides/antigravity.json

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
},
4242
"verified": true,
43-
"lastVerifiedAt": "2026-07-30",
43+
"lastVerifiedAt": "2026-07-31",
4444
"verifiedBy": "codex-agent",
4545
"confidence": "high",
4646
"websiteUrl": "https://antigravity.google",
@@ -51,25 +51,46 @@
5151
"license": "Proprietary",
5252
"pricing": [
5353
{
54-
"name": "Google AI Pro",
55-
"value": 20,
54+
"name": "Individual",
55+
"value": 0,
56+
"currency": null,
57+
"per": "month",
58+
"category": "Individual"
59+
},
60+
{
61+
"name": "Google AI Pro (5 TB)",
62+
"value": 19.99,
5663
"currency": "USD",
5764
"per": "month",
5865
"category": "Individual"
5966
},
6067
{
61-
"name": "Google AI Ultra 100",
62-
"value": 100,
68+
"name": "Google AI Pro (10 TB)",
69+
"value": 49.99,
6370
"currency": "USD",
6471
"per": "month",
6572
"category": "Individual"
6673
},
6774
{
68-
"name": "Google AI Ultra 200",
69-
"value": 200,
75+
"name": "Google AI Ultra (5x limits)",
76+
"value": 99.99,
7077
"currency": "USD",
7178
"per": "month",
7279
"category": "Individual"
80+
},
81+
{
82+
"name": "Google AI Ultra (20x limits)",
83+
"value": 199.99,
84+
"currency": "USD",
85+
"per": "month",
86+
"category": "Individual"
87+
},
88+
{
89+
"name": "Organization",
90+
"value": null,
91+
"currency": null,
92+
"per": "usage",
93+
"category": "Enterprise"
7394
}
7495
],
7596
"resourceUrls": {
@@ -144,6 +165,11 @@
144165
"url": "https://antigravity.google/blog/changes-to-antigravity-plans",
145166
"title": "Changes to Antigravity plans",
146167
"fields": ["pricing", "resourceUrls.pricing"]
168+
},
169+
{
170+
"url": "https://one.google.com/about/google-ai-plans/",
171+
"title": "Google AI plans",
172+
"fields": ["pricing"]
147173
}
148174
]
149175
}

0 commit comments

Comments
 (0)