Point any coding agent at Passy. You only need your API key and the right base URL.
Base URL → https://api.passy.ai/v1
Cursor
Pi
Claude Code
Cline
Open Code
Warp
Kilo
-
Open Settings → Models
-
Scroll down and Enable OpenAI API Key and add your API key
-
Turn on Override OpenAI Base URL →
https://api.passy.ai/v1
-
Scroll Back up and click View All models
-
Scroll down in the list to Add Custom Model
-
Then add a model (e.g.
passy/Kimi-K2.6)
-
You can now select this model and use it
You can use Anthropic models via the same Base URL and OpenAI config in Cursor.
- Installation
pi install git:github.com/passy-ai/passy-pi-provider
- Add key
export PASSY_API_KEY=your-passy-api-key
Add the same line to ~/.zshrc (or ~/.bashrc) so it persists across terminal sessions.
- Use Pi
- Select models
our Pi extension auto discovers all our models and adds them to the default list in Pi
Add the same line to ~/.zshrc (or ~/.bashrc) so it persists across terminal sessions.export ANTHROPIC_BASE_URL="https://api.passy.ai"
export ANTHROPIC_AUTH_TOKEN="your-passy-api-key"
export CLAUDE_CODE_ENABLE_GATEWAY_MODEL_DISCOVERY=1
For Claude Code you need to keep the BaseURL https://api.passy.ai without the /v1
To set a default model useexport ANTHROPIC_MODEL="passy/Kimi-K2.6"
To use a specific model before opening a chatclaude --model passy/Kimi-K2.6
To swap models during a chat
- Open the Cline panel in VS Code → click ⚙️ Settings
- Set API Provider → OpenAI Compatible
- Base URL →
https://api.passy.ai/v1
- API Key → your Passy API key
- Model ID → e.g.
passy/Kimi-K2.6 → click Done
Add to opencode.json (project root or ~/.config/opencode/):{
"$schema": "https://opencode.ai/config.json",
"provider": {
"passy": {
"npm": "@ai-sdk/openai-compatible",
"name": "Passy",
"options": {
"baseURL": "https://api.passy.ai/v1",
"apiKey": "your-passy-api-key"
},
"models": {
"passy/Kimi-K2.6": { "name": "Passy/Kimi K2.6" }
}
}
}
}
Restart OpenCode and select the Passy provider.
- Open Settings → search
Warp Agent
- Inside
Warp Agent Scroll down to Custom Inference
- Endpoint URL →
https://api.passy.ai/v1
- API Key → your Passy API key
- Model → e.g.
passy/Kimi-K2.6 → Save
Your custom model appears in Warp’s model picker.
- Enter
/model in a new agent window
- Begin typing your model name e.g
passy/Kimi-K2.6
- Select the model and send your requests!
- Open Settings → click on
Providers
- Connect
Custom Provider
- Fill in the following details\
- Provider ID =
passy (lowercase)\
- Display Name =
Passy (or custom)\
- Base URL =
https://api.passy.ai/v1\
- API Key =
YOUR_API_KEY
- Kilo will discover the models automatically and add them for you
- Scroll to the bottom and Click Submit
Support Channels