I am trying to use model gemini-2.5-computer-use-preview-10-2025, but get 400 error

I am trying to use model gemini-2.5-computer-use-preview-10-2025

client = genai.Client(api_key=api_key) 

client.models.generate_content(

                model=’gemini-2.5-computer-use-preview-10-2025’

                config=types.GenerateContentConfig(max_output_tokens=1)

            )

**
get this error:**
400 INVALID_ARGUMENT. {‘error’: {‘code’: 400, ‘message’: 'This model requires the use of the Computer Use

Hi @alee,

Welcome to the Google AI Forum! :confetti_ball: :confetti_ball:

Thanks for reporting the issue. We are aware of this issue and Engineering team is currently working on this issue.