I was able to get Aperture to work with the Gemini provider and the antigravity-cli:
- Follow the Aperture docs to add Google Gemini as a model provider, https://tailscale.com/docs/aperture/how-to/use-google-gemini
- Create the antigravity-cli settings.json file to set the modelProvider as gemini:
mkdir -p ~/.gemini/antigravity-cli && echo '{"modelProvider": "gemini"}' > ~/.gemini/antigravity-cli/settings.json
- Export env to set a fake api key (Aperture will override)
export GEMINI_API_KEY="__aperture_key__"
- Export env to set the base url to your Aperture endpoint
export GOOGLE_GEMINI_BASE_URL="..."
Fwiw: I have had no luck at all finding any client that will work with Aperture using the Google Enterprise Agent Platform (vertex) provider with Gemini models (not Anthropic)...
I was able to get Aperture to work with the Gemini provider and the antigravity-cli:
Fwiw: I have had no luck at all finding any client that will work with Aperture using the Google Enterprise Agent Platform (vertex) provider with Gemini models (not Anthropic)...