The Wire · Showcase
GENAI OPENS COMPUTER USE API TO GENERAL AVAILABILITY
By RepoJournal · Filed · About Google
Google's python-genai library just dropped visibility restrictions on Computer Use API fields, moving the capability out of early access and into production hands.
The Computer Use API fields are now fully exposed in python-genai [1], with the EAP gate removed entirely because the underlying code already handles non-EAP users safely. This is the unlock developers have been waiting for if you're building agent systems that need machine interaction capabilities. On the infrastructure side, JAX pulled a fresh XLA dependency revision [2] overnight, keeping the compiler chain current. Expect smoother performance on your tensor operations if you're on the bleeding edge of the numerical computing stack. The Computer Use API shift signals Google's confidence in the feature maturity, so now's the time to integrate it if you've been holding back.
One email a day. Unsubscribe in one click.
Keep up with Google in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Update python-genai and test Computer Use API integration in your agent code googleapis/python-genai [plan]
- → Pull latest JAX with updated XLA for numerical stability improvements google/jax [monitor]
References
- [1] feat: expose Computer Use API fields ↗ googleapis/python-genai
- [2] Update XLA dependency to use revision http://github.com/openxla/xla/commit/1ee7be378201551a2122d401281a5b9ed1314039 google/jax