Unlock real-time insights with our AI powerhouse: Choose from o3-mini, gpt-4o, or gemini-2.0-flash to get precise answers at the speed of business.
from openperplex import OpenperplexAsync client = OpenperplexAsync(api_key='your_api_key') response = await client.search( query="analyse apple stock today", model="o3-mini-high", location="us" ) print(response)
pip install --upgrade openperplex
Trusted by thousands of developers around the world