Google AI Studio offers prompts space with rich suggestions for app.
But I really want to understand about what is saved in Google AI Studio prompt gallery, please is it part of building with Gemini API for the competition?
If not where do I really start building, or integrate with Gemini API and create a demo video for my app?
I already have API KEY but not sure if it is saved yet with Colab Secret.
Welcome to the forum. AI Studio has this button near the top, Get Code. In Studio, you can refine a prompt suitable to a specific task. Then, you generate code stubs (with that Get Code button) that you can use as part of a larger application.
Your application would be expected to be based on your own code. An innovative product or application. You can look at the scoring criteria in the rules and see that code must be submitted and its quality is also judged and assigned points, besides the other novelty that you provide (and odd categories like environmental sustainability - quite the opposite of water-consuming megawatt datacenters for AI)
Not to discourage, but this is not a prompt engineering contest. The contest is building upon and making innovative use of the Google AI models - where Google AI Studio itself is an example of the type of application you can create with the API.
The API key is the authentication method for making network calls to the endpoint for directly interacting with the AI model. It is like your account password, in that it must be used securely and kept out of committed code.