googleapis/python-genai

from blog Simon Willison's Weblog, | ↗ original
googleapis/python-genai Google released this brand new Python library for accessing their generative AI models yesterday, offering an alternative to their existing generative-ai-python library. The API design looks very solid to me, and it includes both sync and async implementations. Here's an async streaming response: async for response in...