Supercharge Your AI Applications

Real-Time Data for AI Agents & RAG

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.

main.py
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