Summary
The competitor repository (router-for-me/CLIProxyAPI) recently added support for new iFlow models. We need to add these models to maintain feature parity.
Models to Add
glm-5 — Zhipu GLM 5 (with thinking support, GLM-style handling)
minimax-m2.5 — MiniMax M2.5 (with thinking support, uses reasoning_split)
qwen3-32b — Qwen3 32B (with thinking support)
tstars2.0 — TStars-2.0 multimodal assistant
iflow-rome-30ba3b — iFlow Rome model
Requirements
References
Summary
The competitor repository (router-for-me/CLIProxyAPI) recently added support for new iFlow models. We need to add these models to maintain feature parity.
Models to Add
glm-5— Zhipu GLM 5 (with thinking support, GLM-style handling)minimax-m2.5— MiniMax M2.5 (with thinking support, uses reasoning_split)qwen3-32b— Qwen3 32B (with thinking support)tstars2.0— TStars-2.0 multimodal assistantiflow-rome-30ba3b— iFlow Rome modelRequirements
HARDCODED_MODELSlistglm-5toENABLE_THINKING_MODELSandGLM_MODELSsetsminimax-m2.5toREASONING_SPLIT_MODELSsetqwen3-32btoENABLE_THINKING_MODELSsetREASONING_PRESERVATION_MODELS_PREFIXESwith appropriate prefixesReferences