Pool multiple Google accounts for free Gemini API access. Each account adds 20 requests per day (RPD). Connect 5 accounts and you get 100 RPD at zero cost.
# Interactive (opens browser for OAuth)
nself ai pool add
# Check pool status
nself ai pool status
# List connected accounts
nself ai pool listThe OAuth flow takes about 15 seconds. You never see or handle the API key directly.
# Test all accounts
nself ai pool test
# Test a specific account
nself ai pool test --account user@gmail.com
# Rotate an API key (creates new key, deletes old one)
nself ai pool rotate --account user@gmail.com
# Remove an account from the pool
nself ai pool remove --account user@gmail.com| Accounts | Daily RPD | Monthly Requests | Cost |
|---|---|---|---|
| 1 | 20 | ~600 | $0 |
| 5 | 100 | ~3,000 | $0 |
| 10 | 200 | ~6,000 | $0 |
| 20 | 400 | ~12,000 | $0 |
Combined with unlimited local inference, most personal and small-team workloads never need a paid API key.
# View recent pool activity
nself ai pool audit
# View audit for a specific account
nself ai pool audit --account user@gmail.comEvery pool operation (add, remove, rotate, test, request) is logged with timestamp, account, and result.