1. Get Your API Key
First, you’ll need an API key to authenticate your requests.Create an Account
Visit dash.passy.ai/auth to sign up or log in.

Navigate to API Keys
Go to the API Keys section in your dashboard.

2. Make Your First Request
Passy is fully compatible with the official OpenAI SDKs. You just need to change the base URL and API key. Choose your preferred language or tool below:- Python
- Node.js
- cURL
First, install the official OpenAI Python package:Then, initialize the client and make your first generation request:
3. The Magic of Unified Models
Passy’s real superpower is instant model switching. Without changing your code structure or SDK, you can evaluate different frontier models simply by altering themodel string.
Want to see what else we support? Browse all 70+ available models in our Models Catalog.
What’s Next?
Now that you’ve got the basics down, explore the rest of Passy’s capabilities to build powerful AI applications.Complete Setup
Learn about environment variables and advanced configuration.
Text Generation
Dive into a detailed walkthrough with complex prompt examples.
Browse Models
Explore all 70+ available models and their specific features.
API Reference
Read the complete technical API documentation.
Common Questions
Which model should I use?
Which model should I use?
- General Use: Start with
gpt-4oorclaude-3.5-sonnet. - Long Context/Coding:
claude-3.5-sonnetis highly recommended. - Speed & Cost:
gpt-4o-miniorclaude-3-haikuoffer incredible performance for basic tasks.
How much does it cost?
How much does it cost?
You pay strictly for what you use, without fixed markups. Different models map directly to their underlying provider pricing. Most development testing can be done for under $1.Check your current usage and pricing in the Dashboard.
Can I use my existing OpenAI/Anthropic code?
Can I use my existing OpenAI/Anthropic code?
Yes! Simply change the base URL to
https://api.passy.ai/v1 and use your Passy API key. All your existing OpenAI-compatible SDK code will work without any other modification.What if a provider API goes down?
What if a provider API goes down?
Passy handles failover intuitively. If your primary model’s provider experiences downtime, you can seamlessly swap the
model parameter to an alternative provider in seconds, ensuring your app stays online.Need direct help?
We’re here to make sure you succeed. Reach out to our team:WhatsApp Support
Chat with our engineering team instantly.
Book a Call
Discuss enterprise routing, custom GPU servers, or seamless migration assistance.

