everyapi
Integration · Google Antigravity CLIOpenAI-compatible · one key · live model catalog
Gemini CLI

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.

01Setup code

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

terminal
# Install agy and sign in to Google first
everyapi use gemini
 
# Launches the native agy client
# No EveryAPI relay key or gateway Base URL is injected
02Steps

From zero to your first call

  1. 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

  2. Launch with everyapi use gemini

    Run the compatibility command to launch the installed `agy` binary. It keeps Antigravity's native Google origin and credentials.

  3. 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`.

03FAQ

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.