Skip to main content
LLM.kiwi LogoLLM.kiwi

Google Antigravity

Google Antigravity is a new agent-first development platform. While it natively integrates deeply with Gemini, you can leverage LLM.kiwi for specific agent tasks or as a backend for applications built within Antigravity.

🚧

Preview Status

Google Antigravity is currently in preview. Features and configuration options for third-party models may change rapidly.

Integration Strategies

1. Application Backend

When building applications inside Antigravity, use LLM.kiwi as your standardized model provider. This ensures your app is not locked into a specific vendor's SDK.

Add your API key to your project's .env file:

LLM_API_KEY=sk-...
LLM_BASE_URL=https://api.llm.kiwi/v1

2. Agent Tools (Proposed)

Antigravity agents can use tools. You can define a tool that calls the LLM.kiwi API for specialized tasks (like Image Generation via our Flux model) that might not be native to the Gemini coding agent.