Open Source · MIT License

Your AI
Proxy Hub

Manage multiple AI provider accounts, proxy OpenAI & Anthropic compatible requests with round-robin load balancing, and track everything in real-time.

Kiro
CodeBuddy
OneMinAI
quickstart.py
# Drop-in OpenAI replacement
from openai import OpenAI

client = OpenAI(
    base_url="http://your-server/v1",
    api_key="nxp-your-key"
)

response = client.chat.completions.create(
    model="k-claude-sonnet-4", # k- → Kiro
    messages=[{"role": "user", "content": "Hello!"}]
)

Capabilities

Everything you need

Round-Robin

Requests distributed across all active accounts per provider with automatic retry and failover.

Multi-Provider

Kiro, CodeBuddy, and OneMinAI — each with independent account pools and prefix-based routing.

Real-Time Stats

Live dashboard with per-model usage charts, token tracking, and WebSocket-powered updates.

Proxy Management

Add HTTP/SOCKS5 proxies, test latency, auto-rotate on 403 blocks. Separate toggles for streaming and login.

API Key Mgmt

Generate proxy API keys with nxp- prefix. Per-key rate limits, monthly quotas, and usage tracking.

Dual API Format

OpenAI /v1/chat/completions and Anthropic /v1/messages — both fully supported with streaming.

Drop-in compatible

Works with any OpenAI or Anthropic SDK — just change the base URL.

/v1/chat/completions
/v1/messages

Setup

Three steps to go

1

Add your accounts

Batch-add Kiro, CodeBuddy, or OneMinAI accounts via browser automation. Terminal-style progress shows every step.

2

Configure the proxy

Grab your API key from the dashboard. Point your OpenAI or Anthropic SDK to your NexProxy server.

3

Start building

Requests are load-balanced across accounts automatically. Monitor usage, credits, and logs in real-time.

Architecture

Kiro
CodeBuddy
OneMinAI

NexProxy

Proxy

Your App

OpenAI SDK

3

Providers

Kiro · CB · OMAI

2

API Formats

OpenAI · Anthropic

Live

Real-time

Usage tracking

MIT

Open Source

Free forever

Ready to proxy?

Set up in under 5 minutes. No credit card, no sign-up wall — just clone, configure, and go.

Open Dashboard
git clone https://github.com/yarzc0de/nexproxy.git && python run.py