@tencent-ai/codebuddy-code 2.52.5 → 2.52.6-next.6b16a81.20260305
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/codebuddy-headless.js +134 -116
- package/dist/codebuddy.js +118 -100
- package/lib/node/index.js +1 -0
- package/package.json +3 -2
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +81 -81
- package/product.ioa.json +193 -193
- package/product.json +3 -3
- package/product.selfhosted.json +2 -2
package/lib/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.52.
|
|
3
|
+
"version": "2.52.6-next.6b16a81.20260305",
|
|
4
4
|
"description": "Use CodeBuddy, Tencent's AI assistant, right from your terminal. CodeBuddy can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.",
|
|
5
5
|
"main": "lib/node/index.js",
|
|
6
6
|
"typings": "lib/node/index.d.ts",
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
|
-
"access": "public"
|
|
32
|
+
"access": "public",
|
|
33
|
+
"tag": "next"
|
|
33
34
|
},
|
|
34
35
|
"scripts": {},
|
|
35
36
|
"devDependencies": {},
|
package/product.cloudhosted.json
CHANGED
|
@@ -386,6 +386,6 @@
|
|
|
386
386
|
"DeferToolLoading": true,
|
|
387
387
|
"ImageGen": true
|
|
388
388
|
},
|
|
389
|
-
"commit": "
|
|
390
|
-
"date": "2026-03-
|
|
389
|
+
"commit": "6b16a819c090d2c88b6f947cd8078f01a72f5b27",
|
|
390
|
+
"date": "2026-03-04T16:11:05.538Z"
|
|
391
391
|
}
|
package/product.internal.json
CHANGED
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
"glm-4.7",
|
|
12
12
|
"glm-4.6",
|
|
13
13
|
"glm-4.6v",
|
|
14
|
-
"hunyuan-2.0-thinking",
|
|
15
|
-
"deepseek-v3-2-volc",
|
|
16
14
|
"minimax-m2.5",
|
|
17
15
|
"kimi-k2.5",
|
|
18
|
-
"kimi-k2-thinking"
|
|
16
|
+
"kimi-k2-thinking",
|
|
17
|
+
"deepseek-v3-2-volc",
|
|
18
|
+
"hunyuan-2.0-thinking"
|
|
19
19
|
],
|
|
20
20
|
"commands": [
|
|
21
21
|
"init",
|
|
@@ -269,43 +269,6 @@
|
|
|
269
269
|
"supportsImages": false,
|
|
270
270
|
"maxAllowedSize": 56000
|
|
271
271
|
},
|
|
272
|
-
{
|
|
273
|
-
"credits": "x0.26 credits",
|
|
274
|
-
"id": "deepseek-v3-2-volc",
|
|
275
|
-
"name": "DeepSeek-V3.2",
|
|
276
|
-
"vendor": "e",
|
|
277
|
-
"maxOutputTokens": 32000,
|
|
278
|
-
"maxInputTokens": 96000,
|
|
279
|
-
"supportsToolCall": true,
|
|
280
|
-
"supportsImages": false,
|
|
281
|
-
"disabledMultimodal": true,
|
|
282
|
-
"maxAllowedSize": 96000,
|
|
283
|
-
"supportsReasoning": true,
|
|
284
|
-
"onlyReasoning": true,
|
|
285
|
-
"temperature": 1,
|
|
286
|
-
"reasoning": {
|
|
287
|
-
"effort": "medium",
|
|
288
|
-
"summary": "auto"
|
|
289
|
-
}
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
"credits": "x0.17 credits",
|
|
293
|
-
"id": "minimax-m2.5",
|
|
294
|
-
"name": "MiniMax-M2.5",
|
|
295
|
-
"vendor": "e",
|
|
296
|
-
"maxOutputTokens": 48000,
|
|
297
|
-
"maxInputTokens": 200000,
|
|
298
|
-
"supportsToolCall": true,
|
|
299
|
-
"supportsImages": false,
|
|
300
|
-
"maxAllowedSize": 200000,
|
|
301
|
-
"supportsReasoning": true,
|
|
302
|
-
"onlyReasoning": true,
|
|
303
|
-
"temperature": 1,
|
|
304
|
-
"reasoning": {
|
|
305
|
-
"effort": "medium",
|
|
306
|
-
"summary": "auto"
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
272
|
{
|
|
310
273
|
"credits": "x0.34 credits",
|
|
311
274
|
"id": "glm-5.0",
|
|
@@ -334,6 +297,20 @@
|
|
|
334
297
|
"supportsReasoning": true,
|
|
335
298
|
"temperature": 1
|
|
336
299
|
},
|
|
300
|
+
{
|
|
301
|
+
"credits": "x0.21 credits",
|
|
302
|
+
"id": "glm-4.6",
|
|
303
|
+
"name": "GLM-4.6",
|
|
304
|
+
"vendor": "f",
|
|
305
|
+
"maxOutputTokens": 32000,
|
|
306
|
+
"maxInputTokens": 168000,
|
|
307
|
+
"supportsToolCall": true,
|
|
308
|
+
"supportsImages": false,
|
|
309
|
+
"disabledMultimodal": true,
|
|
310
|
+
"maxAllowedSize": 168000,
|
|
311
|
+
"supportsReasoning": true,
|
|
312
|
+
"temperature": 1
|
|
313
|
+
},
|
|
337
314
|
{
|
|
338
315
|
"credits": "x0.10 credits",
|
|
339
316
|
"id": "glm-4.6v",
|
|
@@ -352,49 +329,40 @@
|
|
|
352
329
|
"maxAllowedSize": 128000
|
|
353
330
|
},
|
|
354
331
|
{
|
|
355
|
-
"credits": "x0.
|
|
356
|
-
"id": "
|
|
357
|
-
"name": "
|
|
358
|
-
"vendor": "f",
|
|
359
|
-
"maxOutputTokens": 32000,
|
|
360
|
-
"maxInputTokens": 168000,
|
|
361
|
-
"supportsToolCall": true,
|
|
362
|
-
"supportsImages": false,
|
|
363
|
-
"disabledMultimodal": true,
|
|
364
|
-
"maxAllowedSize": 168000,
|
|
365
|
-
"supportsReasoning": true,
|
|
366
|
-
"temperature": 1
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"id": "hunyuan-2.0-thinking",
|
|
370
|
-
"name": "Hunyuan-2.0-Thinking",
|
|
332
|
+
"credits": "x0.17 credits",
|
|
333
|
+
"id": "minimax-m2.5",
|
|
334
|
+
"name": "MiniMax-M2.5",
|
|
371
335
|
"vendor": "e",
|
|
372
|
-
"maxOutputTokens":
|
|
373
|
-
"maxInputTokens":
|
|
374
|
-
"maxAllowedSize": 128000,
|
|
336
|
+
"maxOutputTokens": 48000,
|
|
337
|
+
"maxInputTokens": 200000,
|
|
375
338
|
"supportsToolCall": true,
|
|
376
339
|
"supportsImages": false,
|
|
377
|
-
"
|
|
340
|
+
"maxAllowedSize": 200000,
|
|
378
341
|
"supportsReasoning": true,
|
|
379
|
-
"temperature": 0.7,
|
|
380
342
|
"onlyReasoning": true,
|
|
381
|
-
"
|
|
382
|
-
"top_k": 20,
|
|
383
|
-
"repetition_penalty": 1.05,
|
|
343
|
+
"temperature": 1,
|
|
384
344
|
"reasoning": {
|
|
385
345
|
"effort": "medium",
|
|
386
346
|
"summary": "auto"
|
|
387
347
|
}
|
|
388
348
|
},
|
|
389
349
|
{
|
|
390
|
-
"
|
|
391
|
-
"
|
|
392
|
-
"
|
|
393
|
-
"
|
|
394
|
-
"
|
|
350
|
+
"credits": "x0.43 credits",
|
|
351
|
+
"id": "kimi-k2.5",
|
|
352
|
+
"name": "Kimi-K2.5",
|
|
353
|
+
"vendor": "f",
|
|
354
|
+
"maxOutputTokens": 32000,
|
|
355
|
+
"maxInputTokens": 164000,
|
|
395
356
|
"supportsToolCall": true,
|
|
396
|
-
"supportsImages":
|
|
397
|
-
"
|
|
357
|
+
"supportsImages": true,
|
|
358
|
+
"supportsReasoning": true,
|
|
359
|
+
"temperature": 1,
|
|
360
|
+
"onlyReasoning": true,
|
|
361
|
+
"reasoning": {
|
|
362
|
+
"effort": "medium",
|
|
363
|
+
"summary": "auto"
|
|
364
|
+
},
|
|
365
|
+
"maxAllowedSize": 164000
|
|
398
366
|
},
|
|
399
367
|
{
|
|
400
368
|
"credits": "x0.46 credits",
|
|
@@ -415,22 +383,54 @@
|
|
|
415
383
|
"maxAllowedSize": 164000
|
|
416
384
|
},
|
|
417
385
|
{
|
|
418
|
-
"credits": "x0.
|
|
419
|
-
"id": "
|
|
420
|
-
"name": "
|
|
421
|
-
"vendor": "
|
|
386
|
+
"credits": "x0.26 credits",
|
|
387
|
+
"id": "deepseek-v3-2-volc",
|
|
388
|
+
"name": "DeepSeek-V3.2",
|
|
389
|
+
"vendor": "e",
|
|
422
390
|
"maxOutputTokens": 32000,
|
|
423
|
-
"maxInputTokens":
|
|
391
|
+
"maxInputTokens": 96000,
|
|
424
392
|
"supportsToolCall": true,
|
|
425
|
-
"supportsImages":
|
|
393
|
+
"supportsImages": false,
|
|
394
|
+
"disabledMultimodal": true,
|
|
395
|
+
"maxAllowedSize": 96000,
|
|
426
396
|
"supportsReasoning": true,
|
|
397
|
+
"onlyReasoning": true,
|
|
427
398
|
"temperature": 1,
|
|
399
|
+
"reasoning": {
|
|
400
|
+
"effort": "medium",
|
|
401
|
+
"summary": "auto"
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"id": "hunyuan-2.0-thinking",
|
|
406
|
+
"name": "Hunyuan-2.0-Thinking",
|
|
407
|
+
"vendor": "e",
|
|
408
|
+
"maxOutputTokens": 24000,
|
|
409
|
+
"maxInputTokens": 128000,
|
|
410
|
+
"maxAllowedSize": 128000,
|
|
411
|
+
"supportsToolCall": true,
|
|
412
|
+
"supportsImages": false,
|
|
413
|
+
"disabledMultimodal": true,
|
|
414
|
+
"supportsReasoning": true,
|
|
415
|
+
"temperature": 0.7,
|
|
428
416
|
"onlyReasoning": true,
|
|
417
|
+
"top_p": 0.8,
|
|
418
|
+
"top_k": 20,
|
|
419
|
+
"repetition_penalty": 1.05,
|
|
429
420
|
"reasoning": {
|
|
430
421
|
"effort": "medium",
|
|
431
422
|
"summary": "auto"
|
|
432
|
-
}
|
|
433
|
-
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"id": "hunyuan-chat",
|
|
427
|
+
"name": "Hunyuan-Turbos",
|
|
428
|
+
"vendor": "j",
|
|
429
|
+
"maxOutputTokens": 8192,
|
|
430
|
+
"maxInputTokens": 200000,
|
|
431
|
+
"supportsToolCall": true,
|
|
432
|
+
"supportsImages": false,
|
|
433
|
+
"disabledMultimodal": true
|
|
434
434
|
},
|
|
435
435
|
{
|
|
436
436
|
"id": "hunyuan-image-v3.0",
|
|
@@ -457,6 +457,6 @@
|
|
|
457
457
|
"ImageGen": true,
|
|
458
458
|
"RequestBodyGzip": true
|
|
459
459
|
},
|
|
460
|
-
"commit": "
|
|
461
|
-
"date": "2026-03-
|
|
460
|
+
"commit": "6b16a819c090d2c88b6f947cd8078f01a72f5b27",
|
|
461
|
+
"date": "2026-03-04T16:11:05.511Z"
|
|
462
462
|
}
|
package/product.ioa.json
CHANGED
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"gpt-5.1-codex",
|
|
27
27
|
"gpt-5.1-codex-max",
|
|
28
28
|
"gpt-5.1-codex-mini",
|
|
29
|
-
"minimax-m2.5-ioa",
|
|
30
|
-
"kimi-k2.5-ioa",
|
|
31
|
-
"kimi-k2-thinking",
|
|
32
29
|
"glm-5.0-ioa",
|
|
33
30
|
"glm-4.7-ioa",
|
|
34
31
|
"glm-4.6-ioa",
|
|
35
32
|
"glm-4.6v-ioa",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
33
|
+
"minimax-m2.5-ioa",
|
|
34
|
+
"kimi-k2.5-ioa",
|
|
35
|
+
"kimi-k2-thinking",
|
|
36
|
+
"deepseek-v3-2-volc-ioa",
|
|
37
|
+
"hunyuan-2.0-thinking-ioa"
|
|
38
38
|
],
|
|
39
39
|
"commands": [
|
|
40
40
|
"init",
|
|
@@ -287,192 +287,6 @@
|
|
|
287
287
|
}
|
|
288
288
|
],
|
|
289
289
|
"models": [
|
|
290
|
-
{
|
|
291
|
-
"credits": "x0.00 credits",
|
|
292
|
-
"id": "deepseek-v3-2-volc-ioa",
|
|
293
|
-
"name": "DeepSeek-V3.2",
|
|
294
|
-
"vendor": "e",
|
|
295
|
-
"maxOutputTokens": 32000,
|
|
296
|
-
"maxInputTokens": 96000,
|
|
297
|
-
"supportsToolCall": true,
|
|
298
|
-
"supportsImages": false,
|
|
299
|
-
"disabledMultimodal": true,
|
|
300
|
-
"maxAllowedSize": 96000,
|
|
301
|
-
"supportsReasoning": true,
|
|
302
|
-
"onlyReasoning": true,
|
|
303
|
-
"temperature": 1,
|
|
304
|
-
"reasoning": {
|
|
305
|
-
"effort": "medium",
|
|
306
|
-
"summary": "auto"
|
|
307
|
-
},
|
|
308
|
-
"relatedModels": {
|
|
309
|
-
"lite": "deepseek-v3-2-volc-ioa",
|
|
310
|
-
"reasoning": "deepseek-v3-2-volc-ioa"
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"credits": "x0.00 credits",
|
|
315
|
-
"id": "minimax-m2.5-ioa",
|
|
316
|
-
"name": "MiniMax-M2.5",
|
|
317
|
-
"vendor": "e",
|
|
318
|
-
"maxOutputTokens": 48000,
|
|
319
|
-
"maxInputTokens": 200000,
|
|
320
|
-
"supportsToolCall": true,
|
|
321
|
-
"supportsImages": false,
|
|
322
|
-
"maxAllowedSize": 200000,
|
|
323
|
-
"supportsReasoning": true,
|
|
324
|
-
"onlyReasoning": true,
|
|
325
|
-
"temperature": 1,
|
|
326
|
-
"reasoning": {
|
|
327
|
-
"effort": "medium",
|
|
328
|
-
"summary": "auto"
|
|
329
|
-
},
|
|
330
|
-
"relatedModels": {
|
|
331
|
-
"lite": "minimax-m2.5-ioa",
|
|
332
|
-
"reasoning": "minimax-m2.5-ioa"
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"credits": "x0.46 credits",
|
|
337
|
-
"id": "kimi-k2-thinking",
|
|
338
|
-
"name": "Kimi-K2-Thinking",
|
|
339
|
-
"vendor": "f",
|
|
340
|
-
"maxOutputTokens": 32000,
|
|
341
|
-
"maxInputTokens": 164000,
|
|
342
|
-
"supportsToolCall": true,
|
|
343
|
-
"supportsImages": false,
|
|
344
|
-
"supportsReasoning": true,
|
|
345
|
-
"onlyReasoning": true,
|
|
346
|
-
"temperature": 1,
|
|
347
|
-
"reasoning": {
|
|
348
|
-
"effort": "medium",
|
|
349
|
-
"summary": "auto"
|
|
350
|
-
},
|
|
351
|
-
"maxAllowedSize": 164000
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
"credits": "x0.00 credits",
|
|
355
|
-
"id": "kimi-k2.5-ioa",
|
|
356
|
-
"name": "Kimi-K2.5",
|
|
357
|
-
"vendor": "f",
|
|
358
|
-
"maxOutputTokens": 32000,
|
|
359
|
-
"maxInputTokens": 164000,
|
|
360
|
-
"supportsToolCall": true,
|
|
361
|
-
"supportsImages": true,
|
|
362
|
-
"supportsReasoning": true,
|
|
363
|
-
"temperature": 1,
|
|
364
|
-
"onlyReasoning": true,
|
|
365
|
-
"reasoning": {
|
|
366
|
-
"effort": "medium",
|
|
367
|
-
"summary": "auto"
|
|
368
|
-
},
|
|
369
|
-
"maxAllowedSize": 164000,
|
|
370
|
-
"relatedModels": {
|
|
371
|
-
"lite": "kimi-k2.5-ioa",
|
|
372
|
-
"reasoning": "kimi-k2.5-ioa"
|
|
373
|
-
}
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"credits": "x0.00 credits",
|
|
377
|
-
"id": "glm-5.0-ioa",
|
|
378
|
-
"name": "GLM-5.0",
|
|
379
|
-
"vendor": "e",
|
|
380
|
-
"maxOutputTokens": 48000,
|
|
381
|
-
"maxInputTokens": 200000,
|
|
382
|
-
"supportsToolCall": true,
|
|
383
|
-
"supportsImages": false,
|
|
384
|
-
"disabledMultimodal": true,
|
|
385
|
-
"maxAllowedSize": 200000,
|
|
386
|
-
"supportsReasoning": true,
|
|
387
|
-
"temperature": 1,
|
|
388
|
-
"relatedModels": {
|
|
389
|
-
"lite": "glm-5.0-ioa",
|
|
390
|
-
"reasoning": "glm-5.0-ioa"
|
|
391
|
-
}
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"credits": "x0.00 credits",
|
|
395
|
-
"id": "glm-4.7-ioa",
|
|
396
|
-
"name": "GLM-4.7",
|
|
397
|
-
"vendor": "f",
|
|
398
|
-
"maxOutputTokens": 48000,
|
|
399
|
-
"maxInputTokens": 160000,
|
|
400
|
-
"supportsToolCall": true,
|
|
401
|
-
"supportsImages": false,
|
|
402
|
-
"disabledMultimodal": true,
|
|
403
|
-
"maxAllowedSize": 160000,
|
|
404
|
-
"supportsReasoning": true,
|
|
405
|
-
"temperature": 1,
|
|
406
|
-
"relatedModels": {
|
|
407
|
-
"lite": "glm-4.7-ioa",
|
|
408
|
-
"reasoning": "glm-4.7-ioa"
|
|
409
|
-
}
|
|
410
|
-
},
|
|
411
|
-
{
|
|
412
|
-
"credits": "x0.00 credits",
|
|
413
|
-
"id": "glm-4.6v-ioa",
|
|
414
|
-
"name": "GLM-4.6V",
|
|
415
|
-
"vendor": "e",
|
|
416
|
-
"maxOutputTokens": 32000,
|
|
417
|
-
"maxInputTokens": 128000,
|
|
418
|
-
"supportsToolCall": true,
|
|
419
|
-
"supportsImages": true,
|
|
420
|
-
"supportsReasoning": true,
|
|
421
|
-
"temperature": 1,
|
|
422
|
-
"reasoning": {
|
|
423
|
-
"effort": "medium",
|
|
424
|
-
"summary": "auto"
|
|
425
|
-
},
|
|
426
|
-
"maxAllowedSize": 128000,
|
|
427
|
-
"relatedModels": {
|
|
428
|
-
"lite": "glm-4.6v-ioa",
|
|
429
|
-
"reasoning": "glm-4.6v-ioa"
|
|
430
|
-
}
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"credits": "x0.00 credits",
|
|
434
|
-
"id": "glm-4.6-ioa",
|
|
435
|
-
"name": "GLM-4.6",
|
|
436
|
-
"vendor": "f",
|
|
437
|
-
"maxOutputTokens": 32000,
|
|
438
|
-
"maxInputTokens": 168000,
|
|
439
|
-
"supportsToolCall": true,
|
|
440
|
-
"supportsImages": false,
|
|
441
|
-
"disabledMultimodal": true,
|
|
442
|
-
"maxAllowedSize": 168000,
|
|
443
|
-
"supportsReasoning": true,
|
|
444
|
-
"temperature": 1,
|
|
445
|
-
"relatedModels": {
|
|
446
|
-
"lite": "glm-4.6-ioa",
|
|
447
|
-
"reasoning": "glm-4.6-ioa"
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"credits": "x0.00 credits",
|
|
452
|
-
"id": "hunyuan-2.0-thinking-ioa",
|
|
453
|
-
"name": "Hunyuan-2.0-Thinking",
|
|
454
|
-
"vendor": "e",
|
|
455
|
-
"maxOutputTokens": 24000,
|
|
456
|
-
"maxInputTokens": 128000,
|
|
457
|
-
"maxAllowedSize": 128000,
|
|
458
|
-
"supportsToolCall": true,
|
|
459
|
-
"supportsImages": false,
|
|
460
|
-
"disabledMultimodal": true,
|
|
461
|
-
"supportsReasoning": true,
|
|
462
|
-
"temperature": 0.7,
|
|
463
|
-
"onlyReasoning": true,
|
|
464
|
-
"top_p": 0.8,
|
|
465
|
-
"top_k": 20,
|
|
466
|
-
"repetition_penalty": 1.05,
|
|
467
|
-
"reasoning": {
|
|
468
|
-
"effort": "medium",
|
|
469
|
-
"summary": "auto"
|
|
470
|
-
},
|
|
471
|
-
"relatedModels": {
|
|
472
|
-
"lite": "hunyuan-2.0-thinking-ioa",
|
|
473
|
-
"reasoning": "hunyuan-2.0-thinking-ioa"
|
|
474
|
-
}
|
|
475
|
-
},
|
|
476
290
|
{
|
|
477
291
|
"credits": "x2.04 credits",
|
|
478
292
|
"id": "claude-sonnet-4.6",
|
|
@@ -683,6 +497,192 @@
|
|
|
683
497
|
"supportsReasoning": true,
|
|
684
498
|
"maxAllowedSize": 400000
|
|
685
499
|
},
|
|
500
|
+
{
|
|
501
|
+
"credits": "x0.00 credits",
|
|
502
|
+
"id": "glm-5.0-ioa",
|
|
503
|
+
"name": "GLM-5.0",
|
|
504
|
+
"vendor": "e",
|
|
505
|
+
"maxOutputTokens": 48000,
|
|
506
|
+
"maxInputTokens": 200000,
|
|
507
|
+
"supportsToolCall": true,
|
|
508
|
+
"supportsImages": false,
|
|
509
|
+
"disabledMultimodal": true,
|
|
510
|
+
"maxAllowedSize": 200000,
|
|
511
|
+
"supportsReasoning": true,
|
|
512
|
+
"temperature": 1,
|
|
513
|
+
"relatedModels": {
|
|
514
|
+
"lite": "glm-5.0-ioa",
|
|
515
|
+
"reasoning": "glm-5.0-ioa"
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"credits": "x0.00 credits",
|
|
520
|
+
"id": "glm-4.7-ioa",
|
|
521
|
+
"name": "GLM-4.7",
|
|
522
|
+
"vendor": "f",
|
|
523
|
+
"maxOutputTokens": 48000,
|
|
524
|
+
"maxInputTokens": 160000,
|
|
525
|
+
"supportsToolCall": true,
|
|
526
|
+
"supportsImages": false,
|
|
527
|
+
"disabledMultimodal": true,
|
|
528
|
+
"maxAllowedSize": 160000,
|
|
529
|
+
"supportsReasoning": true,
|
|
530
|
+
"temperature": 1,
|
|
531
|
+
"relatedModels": {
|
|
532
|
+
"lite": "glm-4.7-ioa",
|
|
533
|
+
"reasoning": "glm-4.7-ioa"
|
|
534
|
+
}
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"credits": "x0.00 credits",
|
|
538
|
+
"id": "glm-4.6-ioa",
|
|
539
|
+
"name": "GLM-4.6",
|
|
540
|
+
"vendor": "f",
|
|
541
|
+
"maxOutputTokens": 32000,
|
|
542
|
+
"maxInputTokens": 168000,
|
|
543
|
+
"supportsToolCall": true,
|
|
544
|
+
"supportsImages": false,
|
|
545
|
+
"disabledMultimodal": true,
|
|
546
|
+
"maxAllowedSize": 168000,
|
|
547
|
+
"supportsReasoning": true,
|
|
548
|
+
"temperature": 1,
|
|
549
|
+
"relatedModels": {
|
|
550
|
+
"lite": "glm-4.6-ioa",
|
|
551
|
+
"reasoning": "glm-4.6-ioa"
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"credits": "x0.00 credits",
|
|
556
|
+
"id": "glm-4.6v-ioa",
|
|
557
|
+
"name": "GLM-4.6V",
|
|
558
|
+
"vendor": "e",
|
|
559
|
+
"maxOutputTokens": 32000,
|
|
560
|
+
"maxInputTokens": 128000,
|
|
561
|
+
"supportsToolCall": true,
|
|
562
|
+
"supportsImages": true,
|
|
563
|
+
"supportsReasoning": true,
|
|
564
|
+
"temperature": 1,
|
|
565
|
+
"reasoning": {
|
|
566
|
+
"effort": "medium",
|
|
567
|
+
"summary": "auto"
|
|
568
|
+
},
|
|
569
|
+
"maxAllowedSize": 128000,
|
|
570
|
+
"relatedModels": {
|
|
571
|
+
"lite": "glm-4.6v-ioa",
|
|
572
|
+
"reasoning": "glm-4.6v-ioa"
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"credits": "x0.00 credits",
|
|
577
|
+
"id": "minimax-m2.5-ioa",
|
|
578
|
+
"name": "MiniMax-M2.5",
|
|
579
|
+
"vendor": "e",
|
|
580
|
+
"maxOutputTokens": 48000,
|
|
581
|
+
"maxInputTokens": 200000,
|
|
582
|
+
"supportsToolCall": true,
|
|
583
|
+
"supportsImages": false,
|
|
584
|
+
"maxAllowedSize": 200000,
|
|
585
|
+
"supportsReasoning": true,
|
|
586
|
+
"onlyReasoning": true,
|
|
587
|
+
"temperature": 1,
|
|
588
|
+
"reasoning": {
|
|
589
|
+
"effort": "medium",
|
|
590
|
+
"summary": "auto"
|
|
591
|
+
},
|
|
592
|
+
"relatedModels": {
|
|
593
|
+
"lite": "minimax-m2.5-ioa",
|
|
594
|
+
"reasoning": "minimax-m2.5-ioa"
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"credits": "x0.00 credits",
|
|
599
|
+
"id": "kimi-k2.5-ioa",
|
|
600
|
+
"name": "Kimi-K2.5",
|
|
601
|
+
"vendor": "f",
|
|
602
|
+
"maxOutputTokens": 32000,
|
|
603
|
+
"maxInputTokens": 164000,
|
|
604
|
+
"supportsToolCall": true,
|
|
605
|
+
"supportsImages": true,
|
|
606
|
+
"supportsReasoning": true,
|
|
607
|
+
"temperature": 1,
|
|
608
|
+
"onlyReasoning": true,
|
|
609
|
+
"reasoning": {
|
|
610
|
+
"effort": "medium",
|
|
611
|
+
"summary": "auto"
|
|
612
|
+
},
|
|
613
|
+
"maxAllowedSize": 164000,
|
|
614
|
+
"relatedModels": {
|
|
615
|
+
"lite": "kimi-k2.5-ioa",
|
|
616
|
+
"reasoning": "kimi-k2.5-ioa"
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"credits": "x0.46 credits",
|
|
621
|
+
"id": "kimi-k2-thinking",
|
|
622
|
+
"name": "Kimi-K2-Thinking",
|
|
623
|
+
"vendor": "f",
|
|
624
|
+
"maxOutputTokens": 32000,
|
|
625
|
+
"maxInputTokens": 164000,
|
|
626
|
+
"supportsToolCall": true,
|
|
627
|
+
"supportsImages": false,
|
|
628
|
+
"supportsReasoning": true,
|
|
629
|
+
"onlyReasoning": true,
|
|
630
|
+
"temperature": 1,
|
|
631
|
+
"reasoning": {
|
|
632
|
+
"effort": "medium",
|
|
633
|
+
"summary": "auto"
|
|
634
|
+
},
|
|
635
|
+
"maxAllowedSize": 164000
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"credits": "x0.00 credits",
|
|
639
|
+
"id": "deepseek-v3-2-volc-ioa",
|
|
640
|
+
"name": "DeepSeek-V3.2",
|
|
641
|
+
"vendor": "e",
|
|
642
|
+
"maxOutputTokens": 32000,
|
|
643
|
+
"maxInputTokens": 96000,
|
|
644
|
+
"supportsToolCall": true,
|
|
645
|
+
"supportsImages": false,
|
|
646
|
+
"disabledMultimodal": true,
|
|
647
|
+
"maxAllowedSize": 96000,
|
|
648
|
+
"supportsReasoning": true,
|
|
649
|
+
"onlyReasoning": true,
|
|
650
|
+
"temperature": 1,
|
|
651
|
+
"reasoning": {
|
|
652
|
+
"effort": "medium",
|
|
653
|
+
"summary": "auto"
|
|
654
|
+
},
|
|
655
|
+
"relatedModels": {
|
|
656
|
+
"lite": "deepseek-v3-2-volc-ioa",
|
|
657
|
+
"reasoning": "deepseek-v3-2-volc-ioa"
|
|
658
|
+
}
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"credits": "x0.00 credits",
|
|
662
|
+
"id": "hunyuan-2.0-thinking-ioa",
|
|
663
|
+
"name": "Hunyuan-2.0-Thinking",
|
|
664
|
+
"vendor": "e",
|
|
665
|
+
"maxOutputTokens": 24000,
|
|
666
|
+
"maxInputTokens": 128000,
|
|
667
|
+
"maxAllowedSize": 128000,
|
|
668
|
+
"supportsToolCall": true,
|
|
669
|
+
"supportsImages": false,
|
|
670
|
+
"disabledMultimodal": true,
|
|
671
|
+
"supportsReasoning": true,
|
|
672
|
+
"temperature": 0.7,
|
|
673
|
+
"onlyReasoning": true,
|
|
674
|
+
"top_p": 0.8,
|
|
675
|
+
"top_k": 20,
|
|
676
|
+
"repetition_penalty": 1.05,
|
|
677
|
+
"reasoning": {
|
|
678
|
+
"effort": "medium",
|
|
679
|
+
"summary": "auto"
|
|
680
|
+
},
|
|
681
|
+
"relatedModels": {
|
|
682
|
+
"lite": "hunyuan-2.0-thinking-ioa",
|
|
683
|
+
"reasoning": "hunyuan-2.0-thinking-ioa"
|
|
684
|
+
}
|
|
685
|
+
},
|
|
686
686
|
{
|
|
687
687
|
"credits": "x30.33 credits",
|
|
688
688
|
"id": "gemini-3.0-pro-image",
|
|
@@ -745,6 +745,6 @@
|
|
|
745
745
|
"ImageEdit": true,
|
|
746
746
|
"RequestBodyGzip": true
|
|
747
747
|
},
|
|
748
|
-
"commit": "
|
|
749
|
-
"date": "2026-03-
|
|
748
|
+
"commit": "6b16a819c090d2c88b6f947cd8078f01a72f5b27",
|
|
749
|
+
"date": "2026-03-04T16:11:05.588Z"
|
|
750
750
|
}
|