Discover and explore top open-source AI tools and projects—updated daily.
7as0nchProxy Codex CLI/desktop to diverse LLMs
New!
Top 86.8% on SourcePulse
This project provides a local proxy to enable the latest OpenAI Codex CLI and desktop applications to interface with a wide range of modern Large Language Models (LLMs). It addresses compatibility issues with newer Codex versions and offers flexibility by supporting various LLM backends, including built-in MiMo and DeepSeek models, alongside any OpenAI Chat Completions-compatible API (like Qwen, GLM, Kimi, Ollama, vLLM) or native Responses API. This allows users to leverage advanced LLMs with their existing Codex setup without code modifications.
How It Works
Mimo2codex functions as an intermediary, translating requests between the Codex client's "Responses API" format and the upstream LLM's "Chat Completions API" format on the fly. It employs a generic provider mechanism, allowing users to configure various LLM endpoints. Requests are dynamically routed based on the model field specified by the client, enabling seamless switching between different LLM providers within a single proxy instance. This approach avoids the need for client-side code changes or re-publishing the Codex application.
Quick Start & Requirements
npm install -g mimo2codex. Alternative methods include a curl one-liner, PowerShell script, or manual Git clone and build.mimo2codex init to set up environment variables, followed by mimo2codex. Configuration for Codex involves updating auth.json and config.toml files. Docker deployment is also supported via docker compose up -d.doc/ directory.Highlighted Details
local_shell, and custom tool integrations.http://127.0.0.1:8788/admin/) for monitoring token usage, viewing logs, managing models, and configuring providers.Maintenance & Community
The project shows active development with recent releases (e.g., v0.2.17 on May 19, 2026). A detailed version history is maintained in doc/tag-log.md. No specific community channels like Discord or Slack are mentioned in the README.
Licensing & Compatibility
The project is released under the MIT License, permitting broad use, modification, and distribution, including for commercial purposes.
Limitations & Caveats
Codex's /hatch command for custom pet generation cannot be directly intercepted by the proxy due to client-side OpenAI API calls; a workaround is provided via the mimoskill scripts. Vision support is limited to specific MiMo models. Older versions of the proxy may exhibit issues with multi-turn tool calls on certain models, requiring an upgrade to version 0.2.3 or later. Proper handling of MiMo's reasoning_content is crucial for multi-turn tool-calling workflows to prevent errors or degraded performance.
22 hours ago
Inactive
PrefectHQ