EveryDev.ai
Subscribe
Home
Tools

3,505+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. codex-lb
    codex-lb icon

    codex-lb

    AI Infrastructure

    Open-source load balancer and proxy for multiple ChatGPT accounts with usage tracking, API key management, and an OpenAI-compatible dashboard.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free to use, modify, and distribute under the MIT License.

    Engagement

    Available On

    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI InfrastructureAI Coding AssistantsCompute Optimization

    Alternatives

    pxpipeAmplicationMonan SDK
    Developer
    Soju06Soju06 builds open-source developer tools focused on AI infr…

    Listed Aug 2026

    About codex-lb

    codex-lb is an open-source Python project that lets you pool multiple ChatGPT accounts behind a single OpenAI-compatible proxy endpoint, distributing requests across accounts while tracking per-account token usage, costs, and 28-day trends. Built with FastAPI and SQLAlchemy, it ships with a web dashboard, API key management, and support for Docker and Kubernetes deployments. The project is maintained by Soju06 on GitHub under the MIT License and has attracted a large community of contributors.

    What It Is

    codex-lb sits between your AI coding tools and ChatGPT, acting as a load balancer and reverse proxy. Instead of hitting a single ChatGPT account and running into rate limits, you register multiple accounts and codex-lb routes requests across them automatically. It exposes an OpenAI-compatible API surface, so any client that speaks the OpenAI wire protocol — Codex CLI, OpenCode, OpenClaw, Hermes Agent, or the OpenAI Python SDK — can point at it without modification.

    Core Features

    • Account pooling — load balance across multiple ChatGPT accounts with configurable routing strategies
    • Usage tracking — per-account token counts, cost estimates, and 28-day trend charts in the dashboard
    • API key management — create per-key rate limits scoped by token count, cost, time window, or model
    • Dashboard authentication — password login with optional TOTP two-factor authentication
    • Auto model sync — available models are fetched automatically from upstream ChatGPT
    • Live Voice support — dedicated docs section covering real-time voice routing
    • Conversation management — dashboard view and conversation APIs for browsing history

    Deployment Model

    codex-lb is designed to run as a self-hosted service. The recommended path is Docker:

    docker volume create codex-lb-data
    docker run -d --name codex-lb -p 2455:2455 -p 1455:1455 \
      -v codex-lb-data:/var/lib/codex-lb ghcr.io/soju06/codex-lb:latest
    

    It can also be installed via uvx codex-lb for local use. Kubernetes deployment is documented separately. The dashboard runs on port 2455; a one-time bootstrap token is required for first-time remote access. Data is stored in SQLite by default, with optional PostgreSQL support via the CODEX_LB_DATABASE_URL environment variable. Configuration is handled through environment variables prefixed with CODEX_LB_ or a .env.local file.

    Client Compatibility

    codex-lb exposes two main endpoint paths:

    • /backend-api/codex — for Codex CLI and IDE extensions, using the responses wire API with WebSocket support
    • /v1 — standard OpenAI-compatible endpoint for OpenCode, OpenClaw, Hermes Agent, and the Python SDK

    The project's documentation includes per-client setup guides with exact configuration snippets, including the model_providers TOML block needed for Codex CLI since the May 2026 lowercase provider name change.

    Update: v1.22.0

    The latest release is v1.22.0, published on July 24, 2026. The repository shows active development with the last push on August 8, 2026, and over 100 open issues reflecting ongoing community engagement. The project is spec-driven: normative behavior is defined in OpenSpec capability files in the repository, with documentation pages linking back to the governing specs. The contributor list spans more than 80 individuals, reflecting broad community involvement since the repository was created in January 2026.

    codex-lb - 1

    Community Discussions

    Be the first to start a conversation about codex-lb

    Share your experience with codex-lb, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free to use, modify, and distribute under the MIT License.

    • Multi-account ChatGPT load balancing
    • Usage tracking dashboard
    • API key management with rate limits
    • OpenAI-compatible proxy endpoints
    • Docker and Kubernetes deployment

    Capabilities

    Key Features

    • Multi-account ChatGPT load balancing
    • Per-account usage tracking (tokens, cost, 28-day trends)
    • API key management with per-key rate limits
    • OpenAI-compatible proxy endpoints
    • Web dashboard with dark mode
    • Dashboard authentication with password and optional TOTP
    • Auto model sync from upstream ChatGPT
    • Live Voice routing support
    • Conversation history dashboard and APIs
    • SQLite and PostgreSQL database backends
    • Docker and Kubernetes deployment support
    • Configurable routing strategies
    • Remote access with bootstrap token
    • Environment variable and .env.local configuration

    Integrations

    Codex CLI
    OpenCode
    OpenClaw
    Hermes Agent
    OpenAI Python SDK
    Docker
    Kubernetes
    PostgreSQL
    SQLite
    FastAPI
    SQLAlchemy
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate codex-lb and help others make informed decisions.

    Developer

    Soju06

    Soju06 builds open-source developer tools focused on AI infrastructure and proxy utilities. The codex-lb project pools multiple ChatGPT accounts behind an OpenAI-compatible load balancer, enabling usage tracking and rate-limit management for power users and teams. The project is maintained on GitHub under the MIT License with contributions from a large international community.

    Read more about Soju06
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    pxpipe icon

    pxpipe

    A local proxy that reduces Claude Code token costs by rendering bulky text context (system prompts, tool docs, history) as compact PNG images before sending requests.

    Amplication icon

    Amplication

    Open-source platform for generating production-ready backend services and APIs with customizable code generation.

    Monan SDK icon

    Monan SDK

    AI development SDK by Monan AI for building intelligent applications and integrating AI capabilities into software projects.

    Browse all tools

    Related Topics

    AI Infrastructure

    Infrastructure designed for deploying and running AI models.

    344 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    730 tools

    Compute Optimization

    Tools for optimizing computational resources and performance.

    34 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions