Skip to content

Y #1560

@bstan7168-rgb

Description

@bstan7168-rgb

from google import genai

client = genai.Client(api_key="YOUR_API_KEY")

High-speed interaction for Barnaby's response

response = client.models.generate_content(
model="gemini-3-flash-preview",
contents="Explain how a magnet works to a 5-year-old.",
config={
"thinking_level": "low" # Fastest response for a toy
}
)

print(response.text)

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions