Commit 87b894b
committed
feat(iflow): add support for glm-5, minimax-m2.5, qwen3-32b, tstars2.0, iflow-rome-30ba3b
Add five new models to the iFlow provider to maintain feature parity
with the competitor repository (router-for-me/CLIProxyAPI):
- glm-5: Added to HARDCODED_MODELS, ENABLE_THINKING_MODELS, and
GLM_MODELS (thinking support with GLM-style clear_thinking handling)
- minimax-m2.5: Added to HARDCODED_MODELS and REASONING_SPLIT_MODELS
(thinking support via reasoning_split boolean)
- qwen3-32b: Added to HARDCODED_MODELS and ENABLE_THINKING_MODELS
(thinking support)
- tstars2.0: Added to HARDCODED_MODELS (multimodal assistant)
- iflow-rome-30ba3b: Added to HARDCODED_MODELS (iFlow Rome model)
Also update REASONING_PRESERVATION_MODELS_PREFIXES to include "glm-5"
and "tstars" prefixes, and alphabetically sort the HARDCODED_MODELS
list for maintainability.
Closes: #1291 parent 66d8f68 commit 87b894b
1 file changed
+18
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
41 | 48 | | |
42 | 49 | | |
43 | | - | |
| 50 | + | |
44 | 51 | | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
48 | 55 | | |
49 | 56 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 57 | + | |
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
| |||
83 | 88 | | |
84 | 89 | | |
85 | 90 | | |
| 91 | + | |
86 | 92 | | |
| 93 | + | |
87 | 94 | | |
88 | 95 | | |
89 | 96 | | |
90 | 97 | | |
91 | 98 | | |
92 | | - | |
| 99 | + | |
93 | 100 | | |
94 | 101 | | |
95 | | - | |
| 102 | + | |
96 | 103 | | |
97 | 104 | | |
98 | 105 | | |
99 | | - | |
| 106 | + | |
100 | 107 | | |
101 | 108 | | |
102 | 109 | | |
| |||
1022 | 1029 | | |
1023 | 1030 | | |
1024 | 1031 | | |
1025 | | - | |
1026 | | - | |
1027 | | - | |
| 1032 | + | |
1028 | 1033 | | |
1029 | 1034 | | |
1030 | 1035 | | |
| |||
0 commit comments