Skip to main content
Passy integrates directly into your existing codebase.

Simply update your API configuration with your Passy API Key and target Base URL.
npm install @ai-sdk/openai
import { createOpenAI } from '@ai-sdk/openai';
import { generateText } from 'ai';
   
const passy = createOpenAI({
	baseURL: 'https://api.passy.ai/v1',
	apiKey: 'your-passy-api-key',
});
   
const { text } = await generateText({
	model: passy('passy/Kimi-K2.6'),
	prompt: 'Say hi!',
});
   
console.log(text);

FAQ

Passy uses flat per-developer pricing. No token calculations or variable monthly bills. Track your limit metrics inside your Dashboard.
No. Because we expose standard OpenAI and Anthropic endpoint shapes, changing the routing baseURL target configuration and key token is all it takes.
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.
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.
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.
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.

Support Channels

WhatsApp

Book Call

Feedback