Yes, Gemini GenerativeModel has a native async API implementation - generate_content_async. You can easily wrap it under async client framework such as Python asyncio.
This blog from Paul Balm went in detail with sample code on how to prompting Gemini async natively.