Perplexity Pro Output Ignores Custom Tone: Fix

You set a custom tone in Perplexity Pro expecting consistent, tailored responses, but the output ignores your instructions and reverts to a generic style. This problem occurs because the custom tone setting is session-specific and can be overridden by automatic Pro search modes or by the model’s default behavior when the prompt structure does not … Read more

How to Get Perplexity Pro on iOS via In-App Purchase

You want to unlock Perplexity Pro on your iPhone or iPad. The Pro subscription gives you access to advanced AI models like GPT-4 Turbo and Claude 3, unlimited file uploads, and priority support. Apple’s in-app purchase system handles the payment securely through your App Store account. This article explains the exact steps to purchase Perplexity … Read more

Perplexity Pro iOS Subscription Cannot Be Restored: Fix

You purchased a Perplexity Pro subscription through the iOS App Store, but after reinstalling the app or switching devices, the Restore Purchase button does not work. Your account still shows the free tier, and you cannot access Pro features like Claude-3, GPT-4, or unlimited file uploads. This problem usually happens because of a mismatch between … Read more

Perplexity API Models: Sonar vs Sonar Pro vs Sonar Reasoning

Choosing the right Perplexity API model for your application can be confusing. The Sonar family includes three tiers: Sonar, Sonar Pro, and Sonar Reasoning. Each model offers different search depth, reasoning capability, and cost. This article explains the differences between these three models, their ideal use cases, and how to configure them in your API … Read more

How to Generate a Perplexity API Key

To use Perplexity programmatically in your own applications, scripts, or third-party tools, you need an API key. This key acts as a unique token that authenticates your requests to the Perplexity API. Without it, you cannot access the search, chat, or completion endpoints. The process requires a paid Perplexity Pro subscription. Free accounts do not … Read more

Perplexity API Key Revoked Without Notice: Cause and Recovery

You are using the Perplexity API in your application or script, and suddenly requests fail with a 401 or 403 error. The API key that worked minutes ago now returns an authentication failure. This often happens without any warning email or dashboard notification from Perplexity. This article explains the technical causes behind silent API key … Read more

How to Set Rate Limits in Perplexity API Requests

Managing API request volume is critical when integrating Perplexity into your applications. Without rate limits, your code can overwhelm the API server, trigger HTTP 429 Too Many Requests errors, or exceed your subscription quota unexpectedly. This article explains how to configure rate limits in Perplexity API requests using best practices for Python, JavaScript, and HTTP … Read more