Simply update your API configuration with your Passy
API Key and target Base URL.
- Vercel AI SDK
- OpenAI SDK
- Anthropic SDK
FAQ
How much does Passy cost?
How much does Passy cost?
Passy uses flat per-developer pricing. No token calculations or variable monthly bills. Track your limit metrics inside your Dashboard.
Will my existing SDK code layout change?
Will my existing SDK code layout change?
No. Because we expose standard OpenAI and Anthropic endpoint shapes, changing the routing
baseURL target configuration and key token is all it takes.How does Passy handle model fallback and failover?
How does Passy handle model fallback and failover?
Passy automatically routes traffic around provider downtime. If a primary model host (like Azure or AWS Bedrock) experiences an outage, our gateway automatically routes your query to an operational secondary host for that exact same model seamlessly.
Does Passy log or train on my data payload?
Does Passy log or train on my data payload?
No. Passy acts purely as a zero-data retention proxy gateway. We never log your prompt strings or completions, and none of your data streams are ever used to train underlying AI models.
Can I pass provider-specific parameters like reasoning_effort?
Can I pass provider-specific parameters like reasoning_effort?
Yes. Passy forwards all root API payload properties downstream to the target provider. Advanced parameters like
reasoning_effort for specialized models will be respected completely.Are streaming completions supported over Passy endpoints?
Are streaming completions supported over Passy endpoints?
Yes. Server-Sent Events (SSE) streaming works natively out of the box. You do not need to alter your
streamText or stream method calls in your chosen SDK.
.png?fit=max&auto=format&n=kWt04qZJ2feLSVvu&q=85&s=025addac6f17d281b5a7490171c947c5)