|
| 1 | +# Gemini API Key Guide (Google AI Studio, Free Tier) |
| 2 | + |
| 3 | +Step-by-step instructions to obtain a Google Gemini API key for Web2Comics using Google AI Studio (Gemini free tier access). |
| 4 | + |
| 5 | +## Quick Link |
| 6 | + |
| 7 | +- Google AI Studio API keys page: https://aistudio.google.com/app/apikey |
| 8 | + |
| 9 | +## What You Need |
| 10 | + |
| 11 | +- A Google account |
| 12 | +- Access to Google AI Studio in your region |
| 13 | +- Gemini free tier availability for your account/region (AI Studio limits vary) |
| 14 | + |
| 15 | +## Steps |
| 16 | + |
| 17 | +1. Open Google AI Studio: |
| 18 | + - https://aistudio.google.com/ |
| 19 | + |
| 20 | +2. Sign in with your Google account (if prompted). |
| 21 | + |
| 22 | +3. Open the API Keys page: |
| 23 | + - https://aistudio.google.com/app/apikey |
| 24 | + |
| 25 | +4. Click `Create API key`. |
| 26 | + - If asked, choose or create a Google Cloud project. |
| 27 | + |
| 28 | +5. Copy the generated API key. |
| 29 | + - Treat it like a password. |
| 30 | + - Do not share it publicly or commit it to Git. |
| 31 | + |
| 32 | +6. Open Web2Comics in Chrome. |
| 33 | + - Click the Web2Comics toolbar icon |
| 34 | + - Open `Options -> Providers` |
| 35 | + |
| 36 | +7. Paste the key into the Gemini provider field. |
| 37 | + |
| 38 | +8. Click `Validate`, then click `Save Providers`. |
| 39 | + |
| 40 | +9. Return to the popup and generate a comic. |
| 41 | + |
| 42 | +## Troubleshooting |
| 43 | + |
| 44 | +- AI Studio page does not open or key creation is unavailable: |
| 45 | + - Check region/account eligibility in Google AI Studio |
| 46 | + - Try a different Google account |
| 47 | + |
| 48 | +- Key validates but generation fails: |
| 49 | + - Check quota/usage limits in AI Studio |
| 50 | + - Retry with fewer panels (for example `3`) and lower detail |
| 51 | + |
| 52 | +- Gemini not visible/usable in Web2Comics: |
| 53 | + - Confirm the key was saved in `Options -> Providers` |
| 54 | + - Re-open the extension popup after saving |
| 55 | + |
| 56 | +## Security Notes |
| 57 | + |
| 58 | +- Keep your Gemini API key private. |
| 59 | +- Do not paste your key into screenshots, issue reports, or public chats. |
| 60 | +- If a key is exposed, revoke/regenerate it in AI Studio and update Web2Comics. |
0 commit comments