Overview of mimo2codex
mainmimo2codex is a local proxy designed to allow the latest OpenAI Codex CLI and desktop applications to communicate with virtually any modern Large Language Model (LLM). It acts as a protocol shim that translates between the Codex Responses API and upstream OpenAI Chat Completions-compatible APIs (such as Qwen, GLM, Kimi, vLLM, Ollama, or LM Studio) or native Responses APIs.
Key Capabilities:
- Protocol Translation: Translates Codex's Responses API $\leftrightarrow$ upstream Chat Completions on the fly.
- Multi-provider Routing: Routes requests to different providers (e.g., Xiaomi MiMo V2.5, DeepSeek V4 Pro, or generic providers) based on the
modelfield in the request. - Feature Support: Supports tool calling, web search (MiMo native
web_search), vision, reasoning (includingreasoning_contentround-trips), and the MCP namespace. - Admin Console: Provides a web interface at
http://127.0.0.1:8788/admin/for managing the model catalog, viewing chat logs, monitoring token stats, and configuring providers using SQLite persistence.