Tap a stage to see the data there
1from google import genai
2
3client = genai.Client()
4resp = client.models.generate_content(
5 model="gemini-2.5-pro",
6 contents="a text adventure…"
7)
Flip between what you asked and what you ship