Run the EveryAPI gateway inside Antigravity CLI
The current `everyapi use gemini` compatibility entry launches the locally installed Antigravity CLI (`agy`). Antigravity keeps its own Google authentication; this command does not inject an EveryAPI key or reroute the session through the EveryAPI gateway.
One base URL line points Antigravity CLI at EveryAPI
Default global Base URL / China-first Base URL: https://api.everyapi.ai/v1 / https://api-cn.everyapi.ai/v1
# Install agy and sign in to Google firsteveryapi use gemini # Launches the native agy client# No EveryAPI relay key or gateway Base URL is injectedFrom zero to your first call
- Install and sign in to Antigravity
Install the Antigravity CLI (`agy`) and sign in to Google once. EveryAPI does not install or authenticate Antigravity for you.
agy
- Launch with everyapi use gemini
Run the compatibility command to launch the installed `agy` binary. It keeps Antigravity's native Google origin and credentials.
- Use Antigravity's native model access
Model selection, authentication, and billing remain Antigravity responsibilities. This shortcut does not make non-Google EveryAPI models available inside `agy`.
Antigravity CLI × EveryAPI
Does `everyapi use gemini` bill my EveryAPI balance?
No. The current entry launches `agy` natively and deliberately does not resolve or expose an EveryAPI relay key. Usage follows the Google account authenticated in Antigravity.
How do I call Gemini-compatible APIs through EveryAPI?
Use the documented Gemini-compatible API endpoint directly in an SDK or client that supports a custom base URL. The `everyapi use gemini` shortcut itself is currently an Antigravity launcher.