aiproxy

aiproxy

// unified LLM API. one endpoint. all models.

installation

npm install -g pnkd-aiproxy

usage

# start proxy server
aiproxy start

# configure API keys
aiproxy config --openai sk-...
aiproxy config --anthropic sk-ant-...

# list available models
aiproxy models

# show usage stats
aiproxy stats
← back to all tools