|
133 | 133 | "supports_images": false, |
134 | 134 | "supports_thinking": true |
135 | 135 | }, |
136 | | - "glm-4.7-flash": { |
| 136 | + "glm-5": { |
137 | 137 | "provider": "zhipu", |
138 | 138 | "max_tokens": 4096, |
139 | 139 | "context_window": 128000, |
140 | | - "supports_images": false, |
141 | | - "supports_thinking": false, |
142 | | - "free": true |
| 140 | + "supports_images": true, |
| 141 | + "supports_thinking": true |
143 | 142 | }, |
144 | | - "glm-4.5-flash": { |
| 143 | + "glm-4-flash": { |
145 | 144 | "provider": "zhipu", |
146 | 145 | "max_tokens": 4096, |
147 | 146 | "context_window": 128000, |
148 | 147 | "supports_images": false, |
149 | | - "supports_thinking": false, |
150 | | - "free": true |
| 148 | + "supports_thinking": false |
151 | 149 | }, |
152 | | - "glm-4.7": { |
153 | | - "provider": "zhipu", |
154 | | - "max_tokens": 4096, |
155 | | - "context_window": 128000, |
| 150 | + "kimi-2.5": { |
| 151 | + "provider": "moonshot", |
| 152 | + "max_tokens": 8192, |
| 153 | + "context_window": 256000, |
156 | 154 | "supports_images": false, |
157 | 155 | "supports_thinking": true |
158 | 156 | }, |
|
163 | 161 | "supports_images": false, |
164 | 162 | "supports_thinking": false |
165 | 163 | }, |
166 | | - "kimi-k2.5": { |
167 | | - "provider": "moonshot", |
168 | | - "max_tokens": 8192, |
169 | | - "context_window": 256000, |
170 | | - "supports_images": false, |
171 | | - "supports_thinking": true |
172 | | - }, |
173 | | - "MiniMax-M2.5": { |
| 164 | + "minimax-2.5": { |
174 | 165 | "provider": "minimax", |
175 | 166 | "max_tokens": 8192, |
176 | 167 | "context_window": 128000, |
|
183 | 174 | "smart": "claude-opus-4-20250918", |
184 | 175 | "balanced": "claude-sonnet-4-20250514", |
185 | 176 | "cheap": "gpt-4o-mini", |
186 | | - "free": "glm-4.7-flash", |
187 | 177 | "claude": "claude-sonnet-4-20250514", |
188 | 178 | "gpt": "gpt-4o", |
189 | 179 | "gemini": "gemini-2.0-flash", |
|
193 | 183 | "flash": "gemini-2.0-flash", |
194 | 184 | "deepseek": "deepseek-chat", |
195 | 185 | "qwen": "qwen-max", |
196 | | - "glm": "glm-4.7-flash", |
197 | | - "kimi": "kimi-k2.5", |
198 | | - "minimax": "MiniMax-M2.5" |
| 186 | + "glm": "glm-5", |
| 187 | + "kimi": "kimi-2.5", |
| 188 | + "minimax": "minimax-2.5" |
199 | 189 | }, |
200 | 190 | "providers": { |
201 | 191 | "anthropic": { |
|
0 commit comments