功能建议:将 CCMimoLink 添加为 CC Switch 内置预设 #3413
SimonLeen22
started this conversation in
Ideas
Replies: 1 comment
-
|
原本是想自己用,一堆适配问题,搞了两天适配,干脆开源吧,无缝桥接 CC switch 主要是借用 CC switch 托管配置 Mimo Token plan only |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Codex CLI 使用 OpenAI Responses API(
/v1/responses),而 Xiaomi MiMo 仅支持 Chat Completions API(/v1/chat/completions)。这种协议不匹配导致 MiMo 无法直接对接 Codex。解决方案
将 CCMimoLink 添加为 CC Switch 内置预设。
CCMimoLink 功能说明:
CCMimoLink 是一个本地协议适配器,将 Codex 风格的
/v1/responses请求翻译成 MiMo 能处理的 Chat Completions 格式——让 Xiaomi MiMo 模型在 Codex 工作流中无缝运行。核心特性:
reasoning_content回放mimo-v2.5和mimo-v2.5-pro双模型项目地址: https://github.com/SimonLeen22/CCMimoLink
为什么适合作为 CC Switch 内置预设
建议的预设配置
http://127.0.0.1:9876/v1mimo-v2.5,mimo-v2.5-pro备选方案
作者:[@simonlin] https://github.com/SimonLeen22
Beta Was this translation helpful? Give feedback.
All reactions