Image generation powered by Gemini API
Please refer to the official Google Gemini documentation for detailed usage:
Using with Nbility
Replace the official domain ai.google.dev with api.nbility.dev in all API requests, and add your API token in the Authorization header:
Authorization: Bearer YOUR_API_KEY
For example, if the official endpoint is:
https://generativelanguage.googleapis.com/v1beta/models/...
Use instead:
https://api.nbility.dev/v1beta/models/...
with the header:
-H "Authorization: Bearer YOUR_API_KEY"