from google import genai client = genai.Client() response = client.models.generate_content( model="gemini-2.5-flash", contents="Explain how AI works in a few words", ) print(response.text)

from google import genai client = genai.Client() response = client.models.generate_content( model=“gemini-2.5-flash”, contents=“Explain how AI works in a few words”, ) print(response.text)

1 Like

Hi @Behrouz_Bahmanpour ,

Welcome to the Forum!

Could you please provide more details about the issue you’re experiencing?

2 Likes