03

Projects · active

aipass-proxy

An OpenAI-compatible chat-completions proxy in front of AIPass, so tools like opencode can use it as a custom provider.

Created
Stack
TypeScriptBunOpenAI APIProxy
Source
pyyupsk/aipass-proxy

A proxy that exposes AIPass through the standard OpenAI /v1/chat/completions and /v1/models endpoints. Point any OpenAI-compatible client, such as opencode, at the proxy to use AIPass models through a familiar API.

Install

curl -sL https://raw.githubusercontent.com/pyyupsk/aipass-proxy/main/install.sh | bash

This script detects your operating system and architecture, then installs the latest binary to ~/.local/bin.

Setup

aipass-proxy setup

This command asks for your AIPass session token and a port. It stores them in ~/.config/aipass-proxy/.env, locked to your user account only.

Run

aipass-proxy start

This runs the proxy on http://localhost:47871 by default. You can also install it as a background service with aipass-proxy install-service, which uses systemd on Linux or launchd on macOS.

Important Warning

If you use this proxy, you connect to AIPass's API outside its official interface. AIPass's terms of service prohibit this. Using the proxy can violate those terms and risk suspension of your AIPass account. Read the terms yourself before you use this project.