@jsonstudio/rcc 0.89.1959 → 0.89.1968

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.
@@ -0,0 +1,1147 @@
1
+ {
2
+ "version": "1.0.0",
3
+ "virtualrouterMode": "v1",
4
+ "oauthBrowser": "camoufox",
5
+ "httpserver": {
6
+ "port": 5520,
7
+ "apikey": "${ROUTECODEX_HTTP_API_KEY:-}",
8
+ "host": "0.0.0.0"
9
+ },
10
+ "loadBalancing": {
11
+ "aliasSelection": {
12
+ "antigravitySessionBindingEnabled": false,
13
+ "antigravitySingleActiveQueuesEnabled": true,
14
+ "antigravityShortCooldownNoSwitchMs": 180000,
15
+ "antigravitySessionBinding": "strict",
16
+ "sessionLeaseCooldownMs": 300000
17
+ }
18
+ },
19
+ "classifier": {
20
+ "longContextThresholdTokens": 180000
21
+ },
22
+ "webSearch": {
23
+ "engines": [
24
+ {
25
+ "id": "iflow:web_search",
26
+ "providerKey": "iflow.glm-4.7",
27
+ "description": "iFlow web search backend",
28
+ "default": true,
29
+ "searchEngineList": [
30
+ "GOOGLE"
31
+ ]
32
+ },
33
+ {
34
+ "id": "gemini-2.5-flash-lite",
35
+ "providerKey": "gemini-cli.gemini-2.5-flash-lite",
36
+ "description": "Google Search via Gemini 2.5 Flash Lite"
37
+ },
38
+ {
39
+ "id": "glm-4.7",
40
+ "providerKey": "tabglm.glm-4.7",
41
+ "description": "GLM 4.7 web search backend"
42
+ }
43
+ ],
44
+ "injectPolicy": "selective",
45
+ "force": false,
46
+ "search": {
47
+ "iflow:web_search": {
48
+ "providerKey": "iflow.glm-4.7",
49
+ "weight": 1
50
+ },
51
+ "gemini-2.5-flash-lite": {
52
+ "providerKey": "gemini-cli.gemini-2.5-flash-lite",
53
+ "weight": 1
54
+ },
55
+ "glm-4.7": {
56
+ "providerKey": "tabglm.glm-4.7",
57
+ "weight": 1
58
+ }
59
+ }
60
+ },
61
+ "virtualrouter": {
62
+ "providers": {
63
+ "gemini-cli": {
64
+ "id": "gemini-cli",
65
+ "enabled": true,
66
+ "type": "gemini-cli-http-provider",
67
+ "providerType": "gemini",
68
+ "compatibilityProfile": "chat:gemini",
69
+ "baseURL": "https://daily-cloudcode-pa.sandbox.googleapis.com",
70
+ "auth": {
71
+ "type": "gemini-cli-oauth",
72
+ "entries": [
73
+ {
74
+ "alias": "alias1",
75
+ "type": "gemini-cli-oauth",
76
+ "tokenFile": "~/.routecodex/auth/gemini-oauth-1-alias1.json"
77
+ },
78
+ {
79
+ "alias": "alias2",
80
+ "type": "gemini-cli-oauth",
81
+ "tokenFile": "~/.routecodex/auth/gemini-oauth-2-alias2.json"
82
+ }
83
+ ]
84
+ },
85
+ "models": {
86
+ "gemini-2.5-pro": {
87
+ "maxTokens": 64000,
88
+ "maxContext": 1000000,
89
+ "supportsStreaming": true
90
+ },
91
+ "gemini-2.5-flash": {
92
+ "maxTokens": 64000,
93
+ "maxContext": 1000000,
94
+ "supportsStreaming": true
95
+ },
96
+ "gemini-2.5-flash-lite": {
97
+ "maxTokens": 64000,
98
+ "maxContext": 1000000,
99
+ "supportsStreaming": true
100
+ }
101
+ }
102
+ },
103
+ "antigravity": {
104
+ "id": "antigravity",
105
+ "enabled": true,
106
+ "type": "gemini-cli-http-provider",
107
+ "providerType": "gemini",
108
+ "compatibilityProfile": "chat:gemini-cli",
109
+ "baseURL": "https://daily-cloudcode-pa.sandbox.googleapis.com",
110
+ "auth": {
111
+ "type": "antigravity-oauth",
112
+ "entries": [
113
+ {
114
+ "alias": "alias1",
115
+ "type": "antigravity-oauth",
116
+ "tokenFile": "~/.routecodex/auth/antigravity-oauth-1-alias1.json"
117
+ },
118
+ {
119
+ "alias": "alias2",
120
+ "type": "antigravity-oauth",
121
+ "tokenFile": "~/.routecodex/auth/antigravity-oauth-2-alias2.json"
122
+ },
123
+ {
124
+ "alias": "alias3",
125
+ "type": "antigravity-oauth",
126
+ "tokenFile": "~/.routecodex/auth/antigravity-oauth-3-alias3.json"
127
+ },
128
+ {
129
+ "alias": "alias4",
130
+ "type": "antigravity-oauth",
131
+ "tokenFile": "~/.routecodex/auth/antigravity-oauth-4-alias4.json"
132
+ }
133
+ ]
134
+ },
135
+ "models": {
136
+ "gemini-2.5-pro": {
137
+ "maxTokens": 64000,
138
+ "maxContext": 1000000,
139
+ "supportsStreaming": true
140
+ },
141
+ "gemini-2.5-flash": {
142
+ "maxTokens": 64000,
143
+ "maxContext": 1000000,
144
+ "supportsStreaming": true
145
+ },
146
+ "gemini-2.5-flash-lite": {
147
+ "maxTokens": 64000,
148
+ "maxContext": 1000000,
149
+ "supportsStreaming": true
150
+ },
151
+ "gemini-3-pro-high": {
152
+ "maxTokens": 64000,
153
+ "maxContext": 1000000,
154
+ "supportsStreaming": true
155
+ },
156
+ "gemini-3-pro-low": {
157
+ "maxTokens": 64000,
158
+ "maxContext": 256000,
159
+ "supportsStreaming": true
160
+ },
161
+ "claude-sonnet-4-5": {
162
+ "maxTokens": 64000,
163
+ "maxContext": 138000,
164
+ "supportsStreaming": true,
165
+ "maxContextTokens": 148000
166
+ },
167
+ "claude-sonnet-4-5-thinking": {
168
+ "maxTokens": 64000,
169
+ "maxContext": 138000,
170
+ "supportsStreaming": true,
171
+ "maxContextTokens": 148000
172
+ },
173
+ "claude-opus-4-5": {
174
+ "maxTokens": 64000,
175
+ "maxContext": 138000,
176
+ "supportsStreaming": true,
177
+ "maxContextTokens": 148000
178
+ },
179
+ "claude-opus-4-5-thinking": {
180
+ "maxTokens": 64000,
181
+ "maxContext": 138000,
182
+ "supportsStreaming": true,
183
+ "maxContextTokens": 148000
184
+ }
185
+ },
186
+ "config": {
187
+ "responses": {
188
+ "streaming": "always"
189
+ }
190
+ }
191
+ },
192
+ "modelscope": {
193
+ "id": "modelscope",
194
+ "enabled": true,
195
+ "type": "openai",
196
+ "baseURL": "https://api-inference.modelscope.cn/v1",
197
+ "auth": {
198
+ "type": "apikey",
199
+ "apiKey": "${MODELSCOPE_API_KEY}"
200
+ },
201
+ "models": {
202
+ "deepseek-ai/DeepSeek-R1-0528": {
203
+ "supportsStreaming": true,
204
+ "maxTokens": 32000,
205
+ "maxContext": 128000
206
+ },
207
+ "deepseek-ai/DeepSeek-V3.2-Exp": {
208
+ "supportsStreaming": true,
209
+ "maxTokens": 64000,
210
+ "maxContext": 128000
211
+ },
212
+ "MiniMax/MiniMax-M2": {
213
+ "supportsStreaming": true
214
+ },
215
+ "Qwen/Qwen-Image-Edit": {
216
+ "supportsStreaming": true
217
+ },
218
+ "Qwen/Qwen3-235B-A22B": {
219
+ "supportsStreaming": true
220
+ },
221
+ "Qwen/Qwen3-235B-A22B-Instruct-2507": {
222
+ "supportsStreaming": true,
223
+ "maxTokens": 64000,
224
+ "maxContext": 256000
225
+ },
226
+ "Qwen/Qwen3-235B-A22B-Thinking-2507": {
227
+ "supportsStreaming": true,
228
+ "maxTokens": 64000,
229
+ "maxContext": 256000
230
+ },
231
+ "Qwen/Qwen3-Coder-480B-A35B-Instruct": {
232
+ "supportsStreaming": true,
233
+ "maxTokens": 64000,
234
+ "maxContext": 256000
235
+ },
236
+ "ZhipuAI/GLM-4.6": {
237
+ "supportsStreaming": true,
238
+ "maxTokens": 128000,
239
+ "maxContext": 200000,
240
+ "supportsThinking": true
241
+ }
242
+ }
243
+ },
244
+ "lmstudio": {
245
+ "id": "lmstudio",
246
+ "enabled": true,
247
+ "type": "responses",
248
+ "baseURL": "http://127.0.0.1:1234/v1",
249
+ "compatibilityProfile": "chat:lmstudio",
250
+ "models": {
251
+ "minimax-m2-mlx@4bit": {
252
+ "supportsStreaming": false
253
+ },
254
+ "minimax-m2-mlx@8bit": {
255
+ "supportsStreaming": false
256
+ },
257
+ "mradermacher/ui-ins-32b-gguf/._ui-ins-32b.q4_k_s.gguf": {
258
+ "supportsStreaming": false
259
+ },
260
+ "mradermacher/ui-ins-32b-gguf/ui-ins-32b.q4_k_s.gguf": {
261
+ "supportsStreaming": false
262
+ },
263
+ "mradermacher/ui-ins-7b-gguf/._ui-ins-7b.q4_k_s.gguf": {
264
+ "supportsStreaming": false
265
+ },
266
+ "mradermacher/ui-ins-7b-gguf/ui-ins-7b.q4_k_s.gguf": {
267
+ "supportsStreaming": false
268
+ },
269
+ "qwen3-next-80b-a3b-thinking": {
270
+ "supportsStreaming": false
271
+ },
272
+ "gpt-oss-20b-mlx": {
273
+ "supportsStreaming": false
274
+ }
275
+ },
276
+ "responses": {
277
+ "process": "chat",
278
+ "streaming": "never"
279
+ },
280
+ "auth": {
281
+ "type": "apikey",
282
+ "keys": {
283
+ "default": ""
284
+ },
285
+ "apiKey": "${LMSTUDIO_API_KEY}"
286
+ },
287
+ "config": {
288
+ "responses": {
289
+ "streaming": "never"
290
+ }
291
+ }
292
+ },
293
+ "mimo": {
294
+ "id": "mimo",
295
+ "enabled": true,
296
+ "type": "openai-standard",
297
+ "baseURL": "https://api.xiaomimimo.com/v1",
298
+ "auth": {
299
+ "type": "apikey",
300
+ "apiKey": "${MIMO_API_KEY}"
301
+ },
302
+ "models": {
303
+ "mimo-v2-flash": {
304
+ "supportsStreaming": true
305
+ }
306
+ }
307
+ },
308
+ "crs": {
309
+ "id": "crs",
310
+ "enabled": true,
311
+ "type": "responses",
312
+ "baseURL": "https://codex.funai.vip/openai",
313
+ "maxContextTokens": 256000,
314
+ "auth": {
315
+ "type": "apikey",
316
+ "apiKey": "${CRS_API_KEY}"
317
+ },
318
+ "models": {
319
+ "gpt-5.3-codex": {}
320
+ },
321
+ "config": {
322
+ "responses": {
323
+ "process": "chat",
324
+ "streaming": "always"
325
+ }
326
+ }
327
+ },
328
+ "deepseek-web": {
329
+ "id": "deepseek-web",
330
+ "enabled": true,
331
+ "type": "openai",
332
+ "baseURL": "https://chat.deepseek.com",
333
+ "compatibilityProfile": "chat:deepseek-web",
334
+ "auth": {
335
+ "type": "deepseek-account",
336
+ "entries": [
337
+ {
338
+ "alias": "1",
339
+ "type": "deepseek-account",
340
+ "tokenFile": "~/.routecodex/auth/deepseek-account-1.json"
341
+ },
342
+ {
343
+ "alias": "2",
344
+ "type": "deepseek-account",
345
+ "tokenFile": "~/.routecodex/auth/deepseek-account-2.json"
346
+ },
347
+ {
348
+ "alias": "3",
349
+ "type": "deepseek-account",
350
+ "tokenFile": "~/.routecodex/auth/deepseek-account-3.json"
351
+ }
352
+ ]
353
+ },
354
+ "deepseek": {
355
+ "strictToolRequired": true,
356
+ "textToolFallback": true,
357
+ "powTimeoutMs": 15000,
358
+ "powMaxAttempts": 2,
359
+ "sessionReuseTtlMs": 1800000
360
+ },
361
+ "models": {
362
+ "deepseek-chat": {
363
+ "maxTokens": 64000,
364
+ "maxContext": 512000,
365
+ "supportsStreaming": true
366
+ },
367
+ "deepseek-reasoner": {
368
+ "maxTokens": 64000,
369
+ "maxContext": 512000,
370
+ "supportsStreaming": true
371
+ }
372
+ }
373
+ },
374
+ "gemini": {
375
+ "id": "gemini",
376
+ "enabled": true,
377
+ "type": "openai-standard",
378
+ "baseURL": "https://generativelanguage.googleapis.com",
379
+ "process": "chat",
380
+ "auth": {
381
+ "type": "apikey",
382
+ "apiKey": "${GEMINI_API_KEY}",
383
+ "headerName": "x-goog-api-key",
384
+ "prefix": ""
385
+ },
386
+ "models": {
387
+ "models/embedding-gecko-001": {
388
+ "supportsStreaming": true
389
+ },
390
+ "models/gemini-2.5-pro-preview-03-25": {
391
+ "supportsStreaming": true
392
+ },
393
+ "models/gemini-2.5-flash-preview-05-20": {
394
+ "supportsStreaming": true
395
+ },
396
+ "models/gemini-2.5-flash": {
397
+ "supportsStreaming": true
398
+ },
399
+ "models/gemini-2.5-flash-lite-preview-06-17": {
400
+ "supportsStreaming": true
401
+ },
402
+ "models/gemini-2.5-pro-preview-05-06": {
403
+ "supportsStreaming": true
404
+ },
405
+ "models/gemini-2.5-pro-preview-06-05": {
406
+ "supportsStreaming": true
407
+ },
408
+ "models/gemini-2.5-pro": {
409
+ "supportsStreaming": true
410
+ }
411
+ }
412
+ },
413
+ "gemini-native": {
414
+ "id": "gemini-native",
415
+ "enabled": true,
416
+ "type": "gemini",
417
+ "baseURL": "https://generativelanguage.googleapis.com",
418
+ "process": "chat",
419
+ "auth": {
420
+ "type": "apikey",
421
+ "apiKey": "${GEMINI_NATIVE_API_KEY}",
422
+ "headerName": "x-goog-api-key",
423
+ "prefix": ""
424
+ },
425
+ "models": {
426
+ "models/embedding-gecko-001": {
427
+ "supportsStreaming": true
428
+ },
429
+ "models/gemini-2.5-pro-preview-03-25": {
430
+ "supportsStreaming": true
431
+ },
432
+ "models/gemini-2.5-flash-preview-05-20": {
433
+ "supportsStreaming": true
434
+ },
435
+ "models/gemini-2.5-flash": {
436
+ "supportsStreaming": true
437
+ },
438
+ "models/gemini-2.5-flash-lite-preview-06-17": {
439
+ "supportsStreaming": true
440
+ },
441
+ "models/gemini-2.5-pro-preview-05-06": {
442
+ "supportsStreaming": true
443
+ },
444
+ "models/gemini-2.5-pro-preview-06-05": {
445
+ "supportsStreaming": true
446
+ },
447
+ "models/gemini-2.5-pro": {
448
+ "supportsStreaming": true
449
+ },
450
+ "models/gemini-2.0-flash-exp": {
451
+ "supportsStreaming": true
452
+ },
453
+ "models/gemini-2.0-flash": {
454
+ "supportsStreaming": true
455
+ },
456
+ "models/gemini-2.0-flash-001": {
457
+ "supportsStreaming": true
458
+ },
459
+ "models/gemini-2.0-flash-exp-image-generation": {
460
+ "supportsStreaming": true
461
+ },
462
+ "models/gemini-2.0-flash-lite-001": {
463
+ "supportsStreaming": true
464
+ },
465
+ "models/gemini-2.0-flash-lite": {
466
+ "supportsStreaming": true
467
+ },
468
+ "models/gemini-2.0-flash-lite-preview-02-05": {
469
+ "supportsStreaming": true
470
+ },
471
+ "models/gemini-2.0-flash-lite-preview": {
472
+ "supportsStreaming": true
473
+ },
474
+ "models/gemini-2.0-pro-exp": {
475
+ "supportsStreaming": true
476
+ },
477
+ "models/gemini-2.0-pro-exp-02-05": {
478
+ "supportsStreaming": true
479
+ },
480
+ "models/gemini-exp-1206": {
481
+ "supportsStreaming": true
482
+ },
483
+ "models/gemini-2.0-flash-thinking-exp-01-21": {
484
+ "supportsStreaming": true
485
+ },
486
+ "models/gemini-2.0-flash-thinking-exp": {
487
+ "supportsStreaming": true
488
+ },
489
+ "models/gemini-2.0-flash-thinking-exp-1219": {
490
+ "supportsStreaming": true
491
+ },
492
+ "models/gemini-2.5-flash-preview-tts": {
493
+ "supportsStreaming": true
494
+ },
495
+ "models/gemini-2.5-pro-preview-tts": {
496
+ "supportsStreaming": true
497
+ },
498
+ "models/learnlm-2.0-flash-experimental": {
499
+ "supportsStreaming": true
500
+ },
501
+ "models/gemma-3-1b-it": {
502
+ "supportsStreaming": true
503
+ },
504
+ "models/gemma-3-4b-it": {
505
+ "supportsStreaming": true
506
+ },
507
+ "models/gemma-3-12b-it": {
508
+ "supportsStreaming": true
509
+ },
510
+ "models/gemma-3-27b-it": {
511
+ "supportsStreaming": true
512
+ },
513
+ "models/gemma-3n-e4b-it": {
514
+ "supportsStreaming": true
515
+ },
516
+ "models/gemma-3n-e2b-it": {
517
+ "supportsStreaming": true
518
+ },
519
+ "models/gemini-flash-latest": {
520
+ "supportsStreaming": true
521
+ },
522
+ "models/gemini-flash-lite-latest": {
523
+ "supportsStreaming": true
524
+ },
525
+ "models/gemini-pro-latest": {
526
+ "supportsStreaming": true
527
+ },
528
+ "models/gemini-2.5-flash-lite": {
529
+ "supportsStreaming": true
530
+ },
531
+ "models/gemini-2.5-flash-image-preview": {
532
+ "supportsStreaming": true
533
+ },
534
+ "models/gemini-2.5-flash-image": {
535
+ "supportsStreaming": true
536
+ },
537
+ "models/gemini-2.5-flash-preview-09-2025": {
538
+ "supportsStreaming": true
539
+ },
540
+ "models/gemini-2.5-flash-lite-preview-09-2025": {
541
+ "supportsStreaming": true
542
+ },
543
+ "models/gemini-robotics-er-1.5-preview": {
544
+ "supportsStreaming": true
545
+ },
546
+ "models/gemini-2.5-computer-use-preview-10-2025": {
547
+ "supportsStreaming": true
548
+ },
549
+ "models/embedding-001": {
550
+ "supportsStreaming": true
551
+ },
552
+ "models/text-embedding-004": {
553
+ "supportsStreaming": true
554
+ },
555
+ "models/gemini-embedding-exp-03-07": {
556
+ "supportsStreaming": true
557
+ },
558
+ "models/gemini-embedding-exp": {
559
+ "supportsStreaming": true
560
+ },
561
+ "models/gemini-embedding-001": {
562
+ "supportsStreaming": true
563
+ },
564
+ "models/aqa": {
565
+ "supportsStreaming": true
566
+ },
567
+ "models/imagen-4.0-generate-preview-06-06": {
568
+ "supportsStreaming": true
569
+ },
570
+ "models/imagen-4.0-ultra-generate-preview-06-06": {
571
+ "supportsStreaming": true
572
+ },
573
+ "models/imagen-4.0-generate-001": {
574
+ "supportsStreaming": true
575
+ },
576
+ "models/imagen-4.0-ultra-generate-001": {
577
+ "supportsStreaming": true
578
+ },
579
+ "models/imagen-4.0-fast-generate-001": {
580
+ "supportsStreaming": true
581
+ },
582
+ "models/veo-2.0-generate-001": {
583
+ "supportsStreaming": true
584
+ },
585
+ "models/veo-3.0-generate-001": {
586
+ "supportsStreaming": true
587
+ },
588
+ "models/veo-3.0-fast-generate-001": {
589
+ "supportsStreaming": true
590
+ },
591
+ "models/veo-3.1-generate-preview": {
592
+ "supportsStreaming": true
593
+ },
594
+ "models/veo-3.1-fast-generate-preview": {
595
+ "supportsStreaming": true
596
+ },
597
+ "models/gemini-2.0-flash-live-001": {
598
+ "supportsStreaming": true
599
+ },
600
+ "models/gemini-live-2.5-flash-preview": {
601
+ "supportsStreaming": true
602
+ },
603
+ "models/gemini-2.5-flash-live-preview": {
604
+ "supportsStreaming": true
605
+ },
606
+ "models/gemini-2.5-flash-native-audio-latest": {
607
+ "supportsStreaming": true
608
+ },
609
+ "models/gemini-2.5-flash-native-audio-preview-09-2025": {
610
+ "supportsStreaming": true
611
+ },
612
+ "models/lyria-realtime-exp": {
613
+ "supportsStreaming": true
614
+ }
615
+ }
616
+ },
617
+ "glm": {
618
+ "id": "glm",
619
+ "enabled": true,
620
+ "type": "openai-standard",
621
+ "baseURL": "https://open.bigmodel.cn/api/coding/paas/v4",
622
+ "compatibilityProfile": "chat:glm",
623
+ "models": {
624
+ "glm-4.7": {
625
+ "maxTokens": 128000,
626
+ "maxContext": 200000,
627
+ "supportsThinking": true,
628
+ "supportsStreaming": true
629
+ },
630
+ "glm-4.6v": {
631
+ "maxTokens": 128000,
632
+ "maxContext": 200000,
633
+ "supportsThinking": false,
634
+ "supportsStreaming": false
635
+ },
636
+ "glm-4.5-air": {
637
+ "supportsStreaming": true
638
+ }
639
+ },
640
+ "auth": {
641
+ "type": "apikey",
642
+ "apiKey": "${GLM_API_KEY}"
643
+ }
644
+ },
645
+ "glm-anthropic": {
646
+ "id": "glm",
647
+ "enabled": true,
648
+ "type": "anthropic",
649
+ "baseURL": "https://open.bigmodel.cn/api/anthropic",
650
+ "process": "chat",
651
+ "auth": {
652
+ "type": "x-api-key",
653
+ "apiKey": "${GLM_ANTHROPIC_API_KEY}"
654
+ },
655
+ "models": {
656
+ "glm-4.5": {
657
+ "supportsStreaming": true
658
+ },
659
+ "glm-4.5-air": {
660
+ "supportsStreaming": true
661
+ },
662
+ "glm-4.6": {
663
+ "maxTokens": 128000,
664
+ "maxContext": 200000,
665
+ "supportsThinking": true,
666
+ "supportsStreaming": true
667
+ }
668
+ }
669
+ },
670
+ "iflow": {
671
+ "id": "iflow",
672
+ "enabled": true,
673
+ "type": "iflow",
674
+ "baseURL": "https://apis.iflow.cn/v1",
675
+ "maxContextTokens": 256000,
676
+ "compatibilityProfile": "chat:iflow",
677
+ "auth": {
678
+ "type": "iflow-oauth",
679
+ "entries": [
680
+ {
681
+ "alias": "alias1",
682
+ "type": "iflow-oauth",
683
+ "tokenFile": "~/.routecodex/auth/iflow-oauth-1-alias1.json"
684
+ },
685
+ {
686
+ "alias": "alias2",
687
+ "type": "iflow-oauth",
688
+ "tokenFile": "~/.routecodex/auth/iflow-oauth-2-alias2.json"
689
+ },
690
+ {
691
+ "alias": "alias3",
692
+ "type": "iflow-oauth",
693
+ "tokenFile": "~/.routecodex/auth/iflow-oauth-3-alias3.json"
694
+ }
695
+ ]
696
+ },
697
+ "models": {
698
+ "tstars2.0": {},
699
+ "qwen3-coder-plus": {},
700
+ "qwen3-coder": {},
701
+ "qwen3-max": {},
702
+ "qwen3-vl-plus": {},
703
+ "qwen3-max-preview": {},
704
+ "kimi-k2.5": {
705
+ "maxContextTokens": 256000
706
+ },
707
+ "kimi-k2-0905": {},
708
+ "glm-4.6": {},
709
+ "glm-4.7": {},
710
+ "glm-5": {},
711
+ "backup": {},
712
+ "kimi-k2-thinking": {},
713
+ "deepseek-v3.2": {},
714
+ "deepseek-v3.1": {},
715
+ "deepseek-r1": {},
716
+ "deepseek-v3": {},
717
+ "qwen3-32b": {},
718
+ "qwen3-235b-a22b-thinking-2507": {},
719
+ "qwen3-235b-a22b-instruct": {},
720
+ "qwen3-235b": {},
721
+ "minimax-m2": {},
722
+ "minimax-m2.1": {},
723
+ "iFlow-ROME-30BA3B": {}
724
+ },
725
+ "aliases": {
726
+ "173": {
727
+ "runtimeKey": "iflow.173"
728
+ }
729
+ }
730
+ },
731
+ "kimi": {
732
+ "id": "kimi",
733
+ "enabled": true,
734
+ "type": "openai",
735
+ "baseURL": "https://api.kimi.com/coding/v1",
736
+ "auth": {
737
+ "type": "apikey",
738
+ "apiKey": "${KIMI_API_KEY}"
739
+ },
740
+ "models": {
741
+ "kimi-for-coding": {
742
+ "supportsStreaming": true,
743
+ "maxTokens": 64000,
744
+ "maxContext": 256000
745
+ }
746
+ },
747
+ "headers": {
748
+ "User-Agent": "KimiCLI/1.0"
749
+ }
750
+ },
751
+ "lmstudio-proxy": {
752
+ "id": "lmstudio",
753
+ "enabled": true,
754
+ "type": "responses",
755
+ "baseURL": "http://127.0.0.1:9550/v1",
756
+ "compatibilityProfile": "chat:lmstudio",
757
+ "models": {
758
+ "minimax-m2-mlx@4bit": {
759
+ "supportsStreaming": true
760
+ },
761
+ "minimax-m2-mlx@8bit": {
762
+ "supportsStreaming": true
763
+ },
764
+ "mradermacher/vibethinker-1.5b-gguf/._vibethinker-1.5b.q8_0.gguf": {
765
+ "supportsStreaming": true
766
+ },
767
+ "mradermacher/vibethinker-1.5b-gguf/vibethinker-1.5b.q8_0.gguf": {
768
+ "supportsStreaming": true
769
+ },
770
+ "aigotahole/sensenova-si-internvl3-8b-q5_k_m-gguf/._sensenova-si-internvl3-8b-q5_k_m.gguf": {
771
+ "supportsStreaming": true
772
+ },
773
+ "aigotahole/sensenova-si-internvl3-8b-q5_k_m-gguf/sensenova-si-internvl3-8b-q5_k_m.gguf": {
774
+ "supportsStreaming": true
775
+ },
776
+ "text-embedding-nomic-embed-text-v1.5": {
777
+ "supportsStreaming": true
778
+ },
779
+ "mradermacher/ui-ins-32b-gguf/._ui-ins-32b.q4_k_s.gguf": {
780
+ "supportsStreaming": true
781
+ },
782
+ "mradermacher/ui-ins-32b-gguf/ui-ins-32b.q4_k_s.gguf": {
783
+ "supportsStreaming": true
784
+ },
785
+ "mradermacher/ui-ins-7b-gguf/._ui-ins-7b.q4_k_s.gguf": {
786
+ "supportsStreaming": true
787
+ },
788
+ "mradermacher/ui-ins-7b-gguf/ui-ins-7b.q4_k_s.gguf": {
789
+ "supportsStreaming": true
790
+ },
791
+ "kimi-linear-48b-a3b-instruct": {
792
+ "supportsStreaming": true
793
+ },
794
+ "glm-4.6": {
795
+ "maxTokens": 128000,
796
+ "maxContext": 200000,
797
+ "supportsThinking": true,
798
+ "supportsStreaming": true
799
+ },
800
+ "quantstack/internvl3_5-gpt-oss-20b-a4b-preview-gguf/._internvl3_5-gpt-oss-20b-a4b-preview-q4_0.gguf": {
801
+ "supportsStreaming": true
802
+ },
803
+ "quantstack/internvl3_5-gpt-oss-20b-a4b-preview-gguf/internvl3_5-gpt-oss-20b-a4b-preview-q4_0.gguf": {
804
+ "supportsStreaming": true
805
+ },
806
+ "qwen3-next-80b-a3b-thinking": {
807
+ "supportsStreaming": true
808
+ },
809
+ "gpt-oss-20b-mlx": {
810
+ "supportsStreaming": true
811
+ },
812
+ "bge-small-en-v1.5": {
813
+ "supportsStreaming": true
814
+ }
815
+ },
816
+ "auth": {
817
+ "type": "apikey",
818
+ "apiKey": "${LMSTUDIO_PROXY_API_KEY}"
819
+ },
820
+ "responses": {
821
+ "process": "chat",
822
+ "streaming": "auto"
823
+ }
824
+ },
825
+ "meituan": {
826
+ "id": "meituan",
827
+ "enabled": true,
828
+ "type": "anthropic",
829
+ "baseURL": "https://api.longcat.chat/anthropic",
830
+ "models": {
831
+ "LongCat-Flash-Thinking-2601": {
832
+ "supportsThinking": true,
833
+ "supportsStreaming": true
834
+ }
835
+ },
836
+ "auth": {
837
+ "type": "authorization",
838
+ "secretRef": "${MEITUAN_API_KEY}"
839
+ }
840
+ },
841
+ "nvidia": {
842
+ "id": "nvidia",
843
+ "enabled": true,
844
+ "type": "openai",
845
+ "baseURL": "https://integrate.api.nvidia.com/v1",
846
+ "auth": {
847
+ "type": "apikey",
848
+ "apiKey": "${NVIDIA_API_KEY}"
849
+ },
850
+ "models": {
851
+ "moonshotai/kimi-k2.5": {
852
+ "supportsStreaming": true,
853
+ "maxTokens": 64000,
854
+ "maxContext": 256000
855
+ },
856
+ "moonshotai/kimi-k2-thinking": {
857
+ "supportsStreaming": true,
858
+ "maxTokens": 64000,
859
+ "maxContext": 256000
860
+ },
861
+ "moonshotai/kimi-k2-instruct": {
862
+ "supportsStreaming": true,
863
+ "maxTokens": 64000,
864
+ "maxContext": 256000
865
+ }
866
+ }
867
+ },
868
+ "qwen": {
869
+ "id": "qwen",
870
+ "enabled": true,
871
+ "type": "openai",
872
+ "baseURL": "https://portal.qwen.ai/v1",
873
+ "compatibilityProfile": "chat:qwen",
874
+ "auth": {
875
+ "type": "qwen-oauth",
876
+ "tokenFile": "default"
877
+ },
878
+ "models": {
879
+ "qwen3-coder-plus": {
880
+ "maxTokens": 64000,
881
+ "maxContext": 256000,
882
+ "supportsStreaming": true
883
+ },
884
+ "qwen3-coder": {
885
+ "maxTokens": 64000,
886
+ "maxContext": 256000,
887
+ "supportsStreaming": true
888
+ }
889
+ }
890
+ },
891
+ "tab": {
892
+ "id": "tab",
893
+ "enabled": true,
894
+ "type": "responses",
895
+ "baseURL": "https://api.tabcode.cc/openai",
896
+ "maxContextTokens": 256000,
897
+ "auth": {
898
+ "type": "apikey",
899
+ "apiKey": "${TAB_API_KEY}"
900
+ },
901
+ "models": {
902
+ "gpt-5.1": {},
903
+ "gpt-5.1-codex": {},
904
+ "gpt-5.3-codex": {}
905
+ },
906
+ "config": {
907
+ "responses": {
908
+ "process": "chat",
909
+ "streaming": "always"
910
+ }
911
+ }
912
+ },
913
+ "tabglm": {
914
+ "id": "tabglm",
915
+ "enabled": true,
916
+ "type": "anthropic",
917
+ "baseURL": "https://api.tabcode.cc/claude/glm",
918
+ "models": {
919
+ "glm-4.7": {
920
+ "maxTokens": 128000,
921
+ "maxContext": 200000,
922
+ "supportsThinking": true,
923
+ "supportsStreaming": true
924
+ },
925
+ "glm-5": {
926
+ "maxTokens": 128000,
927
+ "maxContext": 200000,
928
+ "supportsThinking": true,
929
+ "supportsStreaming": true
930
+ },
931
+ "glm-4.6v": {
932
+ "maxTokens": 128000,
933
+ "maxContext": 200000,
934
+ "supportsThinking": false,
935
+ "supportsStreaming": false
936
+ },
937
+ "glm-4.5-air": {
938
+ "supportsStreaming": true
939
+ }
940
+ },
941
+ "auth": {
942
+ "type": "x-api-key",
943
+ "apiKey": "${TABGLM_API_KEY}"
944
+ },
945
+ "compatibilityProfile": "anthropic:claude-code"
946
+ }
947
+ },
948
+ "routing": {
949
+ "default": [
950
+ {
951
+ "id": "default-primary",
952
+ "priority": 200,
953
+ "mode": "round-robin",
954
+ "targets": [
955
+ "iflow.glm-5",
956
+ "crs.gpt-5.3-codex",
957
+ "tab.gpt-5.3-codex",
958
+ "antigravity.claude-sonnet-4-5-thinking",
959
+ "antigravity.claude-sonnet-4-5",
960
+ "tabglm.glm-4.7",
961
+ "antigravity.gemini-3-pro-high",
962
+ "antigravity.gemini-3-pro-low",
963
+ "deepseek-web.deepseek-chat"
964
+ ]
965
+ },
966
+ {
967
+ "id": "default-backup",
968
+ "backup": true,
969
+ "mode": "priority",
970
+ "targets": [
971
+ "tabglm.glm-4.7"
972
+ ]
973
+ }
974
+ ],
975
+ "coding": [
976
+ {
977
+ "id": "coding-primary",
978
+ "priority": 200,
979
+ "mode": "round-robin",
980
+ "targets": [
981
+ "antigravity.claude-sonnet-4-5-thinking",
982
+ "iflow.glm-5",
983
+ "crs.gpt-5.3-codex",
984
+ "tab.gpt-5.3-codex"
985
+ ]
986
+ },
987
+ {
988
+ "id": "coding-qwen-backup",
989
+ "backup": true,
990
+ "mode": "priority",
991
+ "targets": [
992
+ "qwen.qwen3-coder-plus"
993
+ ]
994
+ }
995
+ ],
996
+ "longcontext": [
997
+ {
998
+ "id": "longcontext-primary",
999
+ "priority": 200,
1000
+ "mode": "round-robin",
1001
+ "targets": [
1002
+ "iflow.glm-5",
1003
+ "crs.gpt-5.3-codex",
1004
+ "tab.gpt-5.3-codex",
1005
+ "tabglm.glm-4.7"
1006
+ ]
1007
+ },
1008
+ {
1009
+ "id": "longcontext-gemini-primary",
1010
+ "priority": 180,
1011
+ "mode": "priority",
1012
+ "targets": [
1013
+ "antigravity.gemini-3-pro-high"
1014
+ ]
1015
+ },
1016
+ {
1017
+ "id": "longcontext-backup",
1018
+ "backup": true,
1019
+ "mode": "priority",
1020
+ "targets": [
1021
+ "gemini-cli.gemini-2.5-pro",
1022
+ "antigravity.gemini-3-pro-low"
1023
+ ]
1024
+ }
1025
+ ],
1026
+ "thinking": [
1027
+ {
1028
+ "id": "thinking-primary",
1029
+ "priority": 200,
1030
+ "mode": "round-robin",
1031
+ "targets": [
1032
+ "antigravity.claude-sonnet-4-5-thinking",
1033
+ "crs.gpt-5.3-codex",
1034
+ "tab.gpt-5.3-codex",
1035
+ "iflow.kimi-k2.5"
1036
+ ]
1037
+ },
1038
+ {
1039
+ "id": "thinking-backup",
1040
+ "backup": true,
1041
+ "mode": "priority",
1042
+ "targets": [
1043
+ "antigravity.gemini-3-pro-high",
1044
+ "gemini-cli.gemini-2.5-pro"
1045
+ ]
1046
+ }
1047
+ ],
1048
+ "multimodal": [
1049
+ {
1050
+ "id": "multimodal-primary",
1051
+ "priority": 200,
1052
+ "mode": "priority",
1053
+ "targets": [
1054
+ "iflow.kimi-k2.5"
1055
+ ]
1056
+ },
1057
+ {
1058
+ "id": "multimodal-backup",
1059
+ "backup": true,
1060
+ "priority": 100,
1061
+ "mode": "priority",
1062
+ "targets": [
1063
+ "tab.gpt-5.3-codex"
1064
+ ]
1065
+ }
1066
+ ],
1067
+ "vision": [
1068
+ {
1069
+ "id": "vision-primary",
1070
+ "priority": 200,
1071
+ "mode": "priority",
1072
+ "targets": [
1073
+ "iflow.qwen3-vl-plus"
1074
+ ],
1075
+ "force": false
1076
+ },
1077
+ {
1078
+ "id": "vision-backup",
1079
+ "backup": true,
1080
+ "mode": "priority",
1081
+ "targets": [
1082
+ "tabglm.glm-4.6v"
1083
+ ]
1084
+ }
1085
+ ],
1086
+ "web_search": [
1087
+ {
1088
+ "id": "web_search-primary",
1089
+ "priority": 200,
1090
+ "mode": "priority",
1091
+ "targets": [
1092
+ "iflow.glm-4.7",
1093
+ "gemini-cli.gemini-2.5-flash-lite",
1094
+ "tabglm.glm-4.7"
1095
+ ]
1096
+ }
1097
+ ],
1098
+ "search": [
1099
+ {
1100
+ "id": "search-primary",
1101
+ "priority": 80,
1102
+ "mode": "priority",
1103
+ "targets": [
1104
+ "tabglm.glm-4.7"
1105
+ ]
1106
+ },
1107
+ {
1108
+ "id": "search-backup",
1109
+ "backup": true,
1110
+ "mode": "priority",
1111
+ "targets": [
1112
+ "iflow.glm-4.7"
1113
+ ]
1114
+ }
1115
+ ],
1116
+ "background": [
1117
+ {
1118
+ "id": "background-backup",
1119
+ "backup": true,
1120
+ "mode": "priority",
1121
+ "targets": [
1122
+ "tabglm.glm-4.7"
1123
+ ]
1124
+ }
1125
+ ],
1126
+ "tools": [
1127
+ {
1128
+ "id": "tools-primary",
1129
+ "priority": 200,
1130
+ "mode": "round_robin",
1131
+ "targets": [
1132
+ "tabglm.glm-4.7",
1133
+ "iflow.kimi-k2.5"
1134
+ ]
1135
+ },
1136
+ {
1137
+ "id": "tools-backup",
1138
+ "backup": true,
1139
+ "mode": "priority",
1140
+ "targets": [
1141
+ "tabglm.glm-4.7"
1142
+ ]
1143
+ }
1144
+ ]
1145
+ }
1146
+ }
1147
+ }