@usabledev/usable-chat 1.198.4 → 1.200.0
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/cli.js +705 -362
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -45158,6 +45158,11 @@ var init_model_pricing = __esm({
|
|
|
45158
45158
|
output: 5e-5,
|
|
45159
45159
|
multiplier: 80
|
|
45160
45160
|
},
|
|
45161
|
+
"anthropic/claude-fable-5.1": {
|
|
45162
|
+
input: 1e-5,
|
|
45163
|
+
output: 5e-5,
|
|
45164
|
+
multiplier: 80
|
|
45165
|
+
},
|
|
45161
45166
|
"anthropic/claude-haiku-4.5": {
|
|
45162
45167
|
input: 1e-6,
|
|
45163
45168
|
output: 5e-6,
|
|
@@ -45270,16 +45275,31 @@ var init_model_pricing = __esm({
|
|
|
45270
45275
|
multiplier: 1
|
|
45271
45276
|
},
|
|
45272
45277
|
"deepseek/deepseek-v4-flash-0731": {
|
|
45273
|
-
input:
|
|
45278
|
+
input: 6e-8,
|
|
45274
45279
|
output: 18e-8,
|
|
45275
45280
|
multiplier: 1
|
|
45276
45281
|
},
|
|
45282
|
+
"deepseek/deepseek-v4-flash-0731:batch": {
|
|
45283
|
+
input: 14e-8,
|
|
45284
|
+
output: 28e-8,
|
|
45285
|
+
multiplier: 1
|
|
45286
|
+
},
|
|
45287
|
+
"deepseek/deepseek-v4-flash-vision-exp": {
|
|
45288
|
+
input: 2156e-10,
|
|
45289
|
+
output: 6468e-10,
|
|
45290
|
+
multiplier: 1
|
|
45291
|
+
},
|
|
45277
45292
|
"deepseek/deepseek-v4-pro": {
|
|
45278
|
-
input:
|
|
45279
|
-
output:
|
|
45280
|
-
multiplier:
|
|
45293
|
+
input: 12e-7,
|
|
45294
|
+
output: 12e-7,
|
|
45295
|
+
multiplier: 3
|
|
45281
45296
|
},
|
|
45282
45297
|
"deepseek/deepseek-v4-pro-0813": {
|
|
45298
|
+
input: 5808e-10,
|
|
45299
|
+
output: 17424e-10,
|
|
45300
|
+
multiplier: 3
|
|
45301
|
+
},
|
|
45302
|
+
"deepseek/deepseek-v4-pro-0813:batch": {
|
|
45283
45303
|
input: 132e-8,
|
|
45284
45304
|
output: 396e-8,
|
|
45285
45305
|
multiplier: 7
|
|
@@ -45431,9 +45451,19 @@ var init_model_pricing = __esm({
|
|
|
45431
45451
|
multiplier: 6
|
|
45432
45452
|
},
|
|
45433
45453
|
"google/gemini-3.7-flash:batch": {
|
|
45434
|
-
input:
|
|
45435
|
-
output:
|
|
45436
|
-
multiplier:
|
|
45454
|
+
input: 375e-9,
|
|
45455
|
+
output: 1875e-9,
|
|
45456
|
+
multiplier: 3
|
|
45457
|
+
},
|
|
45458
|
+
"google/gemini-3.8-flash": {
|
|
45459
|
+
input: 75e-8,
|
|
45460
|
+
output: 375e-8,
|
|
45461
|
+
multiplier: 6
|
|
45462
|
+
},
|
|
45463
|
+
"google/gemini-3.8-flash:batch": {
|
|
45464
|
+
input: 375e-9,
|
|
45465
|
+
output: 1875e-9,
|
|
45466
|
+
multiplier: 3
|
|
45437
45467
|
},
|
|
45438
45468
|
"google/gemma-3-12b-it": {
|
|
45439
45469
|
input: 5e-8,
|
|
@@ -45450,11 +45480,6 @@ var init_model_pricing = __esm({
|
|
|
45450
45480
|
output: 1e-7,
|
|
45451
45481
|
multiplier: 1
|
|
45452
45482
|
},
|
|
45453
|
-
"google/gemma-3n-e4b-it": {
|
|
45454
|
-
input: 6e-8,
|
|
45455
|
-
output: 12e-8,
|
|
45456
|
-
multiplier: 1
|
|
45457
|
-
},
|
|
45458
45483
|
"google/gemma-4-26b-a4b-it": {
|
|
45459
45484
|
input: 7e-8,
|
|
45460
45485
|
output: 34e-8,
|
|
@@ -45465,6 +45490,11 @@ var init_model_pricing = __esm({
|
|
|
45465
45490
|
output: 34e-8,
|
|
45466
45491
|
multiplier: 1
|
|
45467
45492
|
},
|
|
45493
|
+
"google/gemma-4-31b-it:batch": {
|
|
45494
|
+
input: 39e-8,
|
|
45495
|
+
output: 97e-8,
|
|
45496
|
+
multiplier: 2
|
|
45497
|
+
},
|
|
45468
45498
|
"google/lyria-3-clip-preview": {
|
|
45469
45499
|
input: 0,
|
|
45470
45500
|
output: 0,
|
|
@@ -45517,6 +45547,11 @@ var init_model_pricing = __esm({
|
|
|
45517
45547
|
output: 9e-7,
|
|
45518
45548
|
multiplier: 2
|
|
45519
45549
|
},
|
|
45550
|
+
"mistralai/devstral-2512": {
|
|
45551
|
+
input: 4e-7,
|
|
45552
|
+
output: 2e-6,
|
|
45553
|
+
multiplier: 3
|
|
45554
|
+
},
|
|
45520
45555
|
"mistralai/ministral-14b-2512": {
|
|
45521
45556
|
input: 2e-7,
|
|
45522
45557
|
output: 2e-7,
|
|
@@ -45557,6 +45592,11 @@ var init_model_pricing = __esm({
|
|
|
45557
45592
|
output: 75e-7,
|
|
45558
45593
|
multiplier: 12
|
|
45559
45594
|
},
|
|
45595
|
+
"mistralai/mistral-medium-3-5:batch": {
|
|
45596
|
+
input: 75e-8,
|
|
45597
|
+
output: 375e-8,
|
|
45598
|
+
multiplier: 6
|
|
45599
|
+
},
|
|
45560
45600
|
"mistralai/mistral-medium-3.1": {
|
|
45561
45601
|
input: 4e-7,
|
|
45562
45602
|
output: 2e-6,
|
|
@@ -45628,16 +45668,16 @@ var init_model_pricing = __esm({
|
|
|
45628
45668
|
output: 34e-7,
|
|
45629
45669
|
multiplier: 5
|
|
45630
45670
|
},
|
|
45631
|
-
"moonshotai/kimi-k2.7-code:batch": {
|
|
45632
|
-
input: 475e-9,
|
|
45633
|
-
output: 2e-6,
|
|
45634
|
-
multiplier: 3
|
|
45635
|
-
},
|
|
45636
45671
|
"moonshotai/kimi-k3": {
|
|
45637
45672
|
input: 285e-8,
|
|
45638
45673
|
output: 1425e-8,
|
|
45639
45674
|
multiplier: 23
|
|
45640
45675
|
},
|
|
45676
|
+
"moonshotai/kimi-k3:batch": {
|
|
45677
|
+
input: 3e-6,
|
|
45678
|
+
output: 15e-6,
|
|
45679
|
+
multiplier: 24
|
|
45680
|
+
},
|
|
45641
45681
|
// Nvidia Models
|
|
45642
45682
|
"nvidia/nemotron-3-nano-30b-a3b": {
|
|
45643
45683
|
input: 5e-8,
|
|
@@ -45654,10 +45694,10 @@ var init_model_pricing = __esm({
|
|
|
45654
45694
|
output: 22e-7,
|
|
45655
45695
|
multiplier: 4
|
|
45656
45696
|
},
|
|
45657
|
-
"nvidia/nemotron-3-
|
|
45658
|
-
input:
|
|
45659
|
-
output:
|
|
45660
|
-
multiplier:
|
|
45697
|
+
"nvidia/nemotron-3.5-content-safety": {
|
|
45698
|
+
input: 2e-7,
|
|
45699
|
+
output: 2e-7,
|
|
45700
|
+
multiplier: 1
|
|
45661
45701
|
},
|
|
45662
45702
|
"nvidia/nemotron-3.5-lightning": {
|
|
45663
45703
|
input: 8e-8,
|
|
@@ -45785,11 +45825,6 @@ var init_model_pricing = __esm({
|
|
|
45785
45825
|
output: 1e-5,
|
|
45786
45826
|
multiplier: 15
|
|
45787
45827
|
},
|
|
45788
|
-
"openai/gpt-5-codex:batch": {
|
|
45789
|
-
input: 625e-9,
|
|
45790
|
-
output: 5e-6,
|
|
45791
|
-
multiplier: 8
|
|
45792
|
-
},
|
|
45793
45828
|
"openai/gpt-5-image": {
|
|
45794
45829
|
input: 1e-5,
|
|
45795
45830
|
output: 1e-5,
|
|
@@ -45981,24 +46016,24 @@ var init_model_pricing = __esm({
|
|
|
45981
46016
|
multiplier: 1
|
|
45982
46017
|
},
|
|
45983
46018
|
"openai/gpt-5.6-sol": {
|
|
45984
|
-
input:
|
|
45985
|
-
output:
|
|
45986
|
-
multiplier:
|
|
46019
|
+
input: 2e-6,
|
|
46020
|
+
output: 1e-5,
|
|
46021
|
+
multiplier: 16
|
|
45987
46022
|
},
|
|
45988
46023
|
"openai/gpt-5.6-sol-pro": {
|
|
45989
|
-
input:
|
|
45990
|
-
output:
|
|
45991
|
-
multiplier:
|
|
46024
|
+
input: 2e-6,
|
|
46025
|
+
output: 1e-5,
|
|
46026
|
+
multiplier: 16
|
|
45992
46027
|
},
|
|
45993
46028
|
"openai/gpt-5.6-sol-pro:batch": {
|
|
45994
|
-
input:
|
|
45995
|
-
output:
|
|
45996
|
-
multiplier:
|
|
46029
|
+
input: 1e-6,
|
|
46030
|
+
output: 5e-6,
|
|
46031
|
+
multiplier: 8
|
|
45997
46032
|
},
|
|
45998
46033
|
"openai/gpt-5.6-sol:batch": {
|
|
45999
|
-
input:
|
|
46000
|
-
output:
|
|
46001
|
-
multiplier:
|
|
46034
|
+
input: 1e-6,
|
|
46035
|
+
output: 5e-6,
|
|
46036
|
+
multiplier: 8
|
|
46002
46037
|
},
|
|
46003
46038
|
"openai/gpt-5.6-terra": {
|
|
46004
46039
|
input: 2e-6,
|
|
@@ -46020,6 +46055,26 @@ var init_model_pricing = __esm({
|
|
|
46020
46055
|
output: 6e-6,
|
|
46021
46056
|
multiplier: 9
|
|
46022
46057
|
},
|
|
46058
|
+
"openai/gpt-6-astra": {
|
|
46059
|
+
input: 1e-5,
|
|
46060
|
+
output: 5e-5,
|
|
46061
|
+
multiplier: 80
|
|
46062
|
+
},
|
|
46063
|
+
"openai/gpt-6-astra-pro": {
|
|
46064
|
+
input: 1e-5,
|
|
46065
|
+
output: 5e-5,
|
|
46066
|
+
multiplier: 80
|
|
46067
|
+
},
|
|
46068
|
+
"openai/gpt-6-astra-pro:batch": {
|
|
46069
|
+
input: 5e-6,
|
|
46070
|
+
output: 25e-6,
|
|
46071
|
+
multiplier: 40
|
|
46072
|
+
},
|
|
46073
|
+
"openai/gpt-6-astra:batch": {
|
|
46074
|
+
input: 5e-6,
|
|
46075
|
+
output: 25e-6,
|
|
46076
|
+
multiplier: 40
|
|
46077
|
+
},
|
|
46023
46078
|
"openai/gpt-audio": {
|
|
46024
46079
|
input: 25e-7,
|
|
46025
46080
|
output: 1e-5,
|
|
@@ -46040,11 +46095,21 @@ var init_model_pricing = __esm({
|
|
|
46040
46095
|
output: 17e-8,
|
|
46041
46096
|
multiplier: 1
|
|
46042
46097
|
},
|
|
46098
|
+
"openai/gpt-oss-120b:batch": {
|
|
46099
|
+
input: 15e-8,
|
|
46100
|
+
output: 6e-7,
|
|
46101
|
+
multiplier: 1
|
|
46102
|
+
},
|
|
46043
46103
|
"openai/gpt-oss-20b": {
|
|
46044
46104
|
input: 3e-8,
|
|
46045
46105
|
output: 14e-8,
|
|
46046
46106
|
multiplier: 1
|
|
46047
46107
|
},
|
|
46108
|
+
"openai/gpt-oss-20b:batch": {
|
|
46109
|
+
input: 5e-8,
|
|
46110
|
+
output: 2e-7,
|
|
46111
|
+
multiplier: 1
|
|
46112
|
+
},
|
|
46048
46113
|
"openai/gpt-oss-safeguard-20b": {
|
|
46049
46114
|
input: 75e-9,
|
|
46050
46115
|
output: 3e-7,
|
|
@@ -46060,16 +46125,6 @@ var init_model_pricing = __esm({
|
|
|
46060
46125
|
output: 6e-4,
|
|
46061
46126
|
multiplier: 1e3
|
|
46062
46127
|
},
|
|
46063
|
-
"openai/o1-pro:batch": {
|
|
46064
|
-
input: 75e-6,
|
|
46065
|
-
output: 3e-4,
|
|
46066
|
-
multiplier: 500
|
|
46067
|
-
},
|
|
46068
|
-
"openai/o1:batch": {
|
|
46069
|
-
input: 75e-7,
|
|
46070
|
-
output: 3e-5,
|
|
46071
|
-
multiplier: 50
|
|
46072
|
-
},
|
|
46073
46128
|
"openai/o3": {
|
|
46074
46129
|
input: 2e-6,
|
|
46075
46130
|
output: 8e-6,
|
|
@@ -46085,11 +46140,6 @@ var init_model_pricing = __esm({
|
|
|
46085
46140
|
output: 44e-7,
|
|
46086
46141
|
multiplier: 7
|
|
46087
46142
|
},
|
|
46088
|
-
"openai/o3-mini-high:batch": {
|
|
46089
|
-
input: 55e-8,
|
|
46090
|
-
output: 22e-7,
|
|
46091
|
-
multiplier: 4
|
|
46092
|
-
},
|
|
46093
46143
|
"openai/o3-mini:batch": {
|
|
46094
46144
|
input: 55e-8,
|
|
46095
46145
|
output: 22e-7,
|
|
@@ -46100,11 +46150,6 @@ var init_model_pricing = __esm({
|
|
|
46100
46150
|
output: 8e-5,
|
|
46101
46151
|
multiplier: 133
|
|
46102
46152
|
},
|
|
46103
|
-
"openai/o3-pro:batch": {
|
|
46104
|
-
input: 1e-5,
|
|
46105
|
-
output: 4e-5,
|
|
46106
|
-
multiplier: 67
|
|
46107
|
-
},
|
|
46108
46153
|
"openai/o3:batch": {
|
|
46109
46154
|
input: 1e-6,
|
|
46110
46155
|
output: 4e-6,
|
|
@@ -46120,11 +46165,6 @@ var init_model_pricing = __esm({
|
|
|
46120
46165
|
output: 44e-7,
|
|
46121
46166
|
multiplier: 7
|
|
46122
46167
|
},
|
|
46123
|
-
"openai/o4-mini-high:batch": {
|
|
46124
|
-
input: 55e-8,
|
|
46125
|
-
output: 22e-7,
|
|
46126
|
-
multiplier: 4
|
|
46127
|
-
},
|
|
46128
46168
|
"openai/o4-mini:batch": {
|
|
46129
46169
|
input: 55e-8,
|
|
46130
46170
|
output: 22e-7,
|
|
@@ -46136,11 +46176,6 @@ var init_model_pricing = __esm({
|
|
|
46136
46176
|
output: 4e-7,
|
|
46137
46177
|
multiplier: 1
|
|
46138
46178
|
},
|
|
46139
|
-
"qwen/qwen-2.5-7b-instruct": {
|
|
46140
|
-
input: 3e-7,
|
|
46141
|
-
output: 3e-7,
|
|
46142
|
-
multiplier: 1
|
|
46143
|
-
},
|
|
46144
46179
|
"qwen/qwen-plus": {
|
|
46145
46180
|
input: 26e-8,
|
|
46146
46181
|
output: 78e-8,
|
|
@@ -46151,15 +46186,10 @@ var init_model_pricing = __esm({
|
|
|
46151
46186
|
output: 78e-8,
|
|
46152
46187
|
multiplier: 1
|
|
46153
46188
|
},
|
|
46154
|
-
"qwen/qwen-plus-2025-07-28:thinking": {
|
|
46155
|
-
input: 26e-8,
|
|
46156
|
-
output: 78e-8,
|
|
46157
|
-
multiplier: 1
|
|
46158
|
-
},
|
|
46159
46189
|
"qwen/qwen2.5-vl-72b-instruct": {
|
|
46160
|
-
input:
|
|
46161
|
-
output:
|
|
46162
|
-
multiplier:
|
|
46190
|
+
input: 8e-7,
|
|
46191
|
+
output: 1e-6,
|
|
46192
|
+
multiplier: 2
|
|
46163
46193
|
},
|
|
46164
46194
|
"qwen/qwen3-14b": {
|
|
46165
46195
|
input: 12e-8,
|
|
@@ -46311,6 +46341,11 @@ var init_model_pricing = __esm({
|
|
|
46311
46341
|
output: 15e-8,
|
|
46312
46342
|
multiplier: 1
|
|
46313
46343
|
},
|
|
46344
|
+
"qwen/qwen3.5-9b:batch": {
|
|
46345
|
+
input: 17e-8,
|
|
46346
|
+
output: 25e-8,
|
|
46347
|
+
multiplier: 1
|
|
46348
|
+
},
|
|
46314
46349
|
"qwen/qwen3.5-flash-02-23": {
|
|
46315
46350
|
input: 65e-9,
|
|
46316
46351
|
output: 26e-8,
|
|
@@ -46371,20 +46406,35 @@ var init_model_pricing = __esm({
|
|
|
46371
46406
|
output: 6e-6,
|
|
46372
46407
|
multiplier: 11
|
|
46373
46408
|
},
|
|
46374
|
-
"qwen/qwen3.8-
|
|
46409
|
+
"qwen/qwen3.8-2.4t-a95b:batch": {
|
|
46410
|
+
input: 2e-6,
|
|
46411
|
+
output: 6e-6,
|
|
46412
|
+
multiplier: 11
|
|
46413
|
+
},
|
|
46414
|
+
"qwen/qwen3.8-27b": {
|
|
46415
|
+
input: 24e-8,
|
|
46416
|
+
output: 22e-7,
|
|
46417
|
+
multiplier: 3
|
|
46418
|
+
},
|
|
46419
|
+
"qwen/qwen3.8-flash": {
|
|
46420
|
+
input: 15e-8,
|
|
46421
|
+
output: 47e-8,
|
|
46422
|
+
multiplier: 1
|
|
46423
|
+
},
|
|
46424
|
+
"qwen/qwen3.8-max-0902": {
|
|
46375
46425
|
input: 2e-6,
|
|
46376
46426
|
output: 6e-6,
|
|
46377
46427
|
multiplier: 11
|
|
46378
46428
|
},
|
|
46379
46429
|
// Xiaomi Models
|
|
46380
46430
|
"xiaomi/mimo-v2.5": {
|
|
46381
|
-
input:
|
|
46382
|
-
output:
|
|
46431
|
+
input: 13e-8,
|
|
46432
|
+
output: 65e-8,
|
|
46383
46433
|
multiplier: 1
|
|
46384
46434
|
},
|
|
46385
46435
|
"xiaomi/mimo-v2.5-pro": {
|
|
46386
|
-
input:
|
|
46387
|
-
output:
|
|
46436
|
+
input: 39e-8,
|
|
46437
|
+
output: 117e-8,
|
|
46388
46438
|
multiplier: 2
|
|
46389
46439
|
},
|
|
46390
46440
|
// Default pricing (GPT-4o-mini baseline)
|
|
@@ -46403,6 +46453,259 @@ var init_model_registry_generated = __esm({
|
|
|
46403
46453
|
"src/lib/model-registry-generated.ts"() {
|
|
46404
46454
|
"use strict";
|
|
46405
46455
|
GENERATED_MODELS = [
|
|
46456
|
+
{
|
|
46457
|
+
id: "openai/gpt-6-astra",
|
|
46458
|
+
displayName: "GPT-6 Astra",
|
|
46459
|
+
vendor: "openai",
|
|
46460
|
+
category: "specialized",
|
|
46461
|
+
capabilities: {
|
|
46462
|
+
vision: true,
|
|
46463
|
+
reasoning: true,
|
|
46464
|
+
maxTokens: 128e3,
|
|
46465
|
+
contextLength: 105e4
|
|
46466
|
+
},
|
|
46467
|
+
pricing: {
|
|
46468
|
+
inputPer1M: 10,
|
|
46469
|
+
outputPer1M: 50,
|
|
46470
|
+
multiplier: 80
|
|
46471
|
+
},
|
|
46472
|
+
availability: {
|
|
46473
|
+
mainChat: false,
|
|
46474
|
+
experts: true,
|
|
46475
|
+
embeds: true
|
|
46476
|
+
},
|
|
46477
|
+
createdAt: 1788552838
|
|
46478
|
+
},
|
|
46479
|
+
{
|
|
46480
|
+
id: "openai/gpt-6-astra:batch",
|
|
46481
|
+
displayName: "GPT-6 Astra (batch)",
|
|
46482
|
+
vendor: "openai",
|
|
46483
|
+
category: "powerful",
|
|
46484
|
+
capabilities: {
|
|
46485
|
+
vision: true,
|
|
46486
|
+
reasoning: true,
|
|
46487
|
+
maxTokens: 128e3,
|
|
46488
|
+
contextLength: 105e4
|
|
46489
|
+
},
|
|
46490
|
+
pricing: {
|
|
46491
|
+
inputPer1M: 5,
|
|
46492
|
+
outputPer1M: 25,
|
|
46493
|
+
multiplier: 40
|
|
46494
|
+
},
|
|
46495
|
+
availability: {
|
|
46496
|
+
mainChat: false,
|
|
46497
|
+
experts: true,
|
|
46498
|
+
embeds: true
|
|
46499
|
+
},
|
|
46500
|
+
createdAt: 1788552838
|
|
46501
|
+
},
|
|
46502
|
+
{
|
|
46503
|
+
id: "openai/gpt-6-astra-pro",
|
|
46504
|
+
displayName: "GPT-6 Astra Pro",
|
|
46505
|
+
vendor: "openai",
|
|
46506
|
+
category: "specialized",
|
|
46507
|
+
capabilities: {
|
|
46508
|
+
vision: true,
|
|
46509
|
+
reasoning: true,
|
|
46510
|
+
maxTokens: 128e3,
|
|
46511
|
+
contextLength: 105e4
|
|
46512
|
+
},
|
|
46513
|
+
pricing: {
|
|
46514
|
+
inputPer1M: 10,
|
|
46515
|
+
outputPer1M: 50,
|
|
46516
|
+
multiplier: 80
|
|
46517
|
+
},
|
|
46518
|
+
availability: {
|
|
46519
|
+
mainChat: false,
|
|
46520
|
+
experts: true,
|
|
46521
|
+
embeds: true
|
|
46522
|
+
},
|
|
46523
|
+
createdAt: 1788552835
|
|
46524
|
+
},
|
|
46525
|
+
{
|
|
46526
|
+
id: "openai/gpt-6-astra-pro:batch",
|
|
46527
|
+
displayName: "GPT-6 Astra Pro (batch)",
|
|
46528
|
+
vendor: "openai",
|
|
46529
|
+
category: "powerful",
|
|
46530
|
+
capabilities: {
|
|
46531
|
+
vision: true,
|
|
46532
|
+
reasoning: true,
|
|
46533
|
+
maxTokens: 128e3,
|
|
46534
|
+
contextLength: 105e4
|
|
46535
|
+
},
|
|
46536
|
+
pricing: {
|
|
46537
|
+
inputPer1M: 5,
|
|
46538
|
+
outputPer1M: 25,
|
|
46539
|
+
multiplier: 40
|
|
46540
|
+
},
|
|
46541
|
+
availability: {
|
|
46542
|
+
mainChat: false,
|
|
46543
|
+
experts: true,
|
|
46544
|
+
embeds: true
|
|
46545
|
+
},
|
|
46546
|
+
createdAt: 1788552835
|
|
46547
|
+
},
|
|
46548
|
+
{
|
|
46549
|
+
id: "qwen/qwen3.8-max-0902",
|
|
46550
|
+
displayName: "Qwen3.8 Max (0902)",
|
|
46551
|
+
vendor: "qwen",
|
|
46552
|
+
category: "balanced",
|
|
46553
|
+
capabilities: {
|
|
46554
|
+
vision: true,
|
|
46555
|
+
reasoning: false,
|
|
46556
|
+
maxTokens: 131072,
|
|
46557
|
+
contextLength: 1e6
|
|
46558
|
+
},
|
|
46559
|
+
pricing: {
|
|
46560
|
+
inputPer1M: 2,
|
|
46561
|
+
outputPer1M: 6,
|
|
46562
|
+
multiplier: 11
|
|
46563
|
+
},
|
|
46564
|
+
availability: {
|
|
46565
|
+
mainChat: false,
|
|
46566
|
+
experts: true,
|
|
46567
|
+
embeds: true
|
|
46568
|
+
},
|
|
46569
|
+
createdAt: 1788469704
|
|
46570
|
+
},
|
|
46571
|
+
{
|
|
46572
|
+
id: "google/gemini-3.8-flash",
|
|
46573
|
+
displayName: "Gemini 3.8 Flash",
|
|
46574
|
+
vendor: "google",
|
|
46575
|
+
category: "balanced",
|
|
46576
|
+
capabilities: {
|
|
46577
|
+
vision: true,
|
|
46578
|
+
reasoning: true,
|
|
46579
|
+
maxTokens: 65536,
|
|
46580
|
+
contextLength: 1048576
|
|
46581
|
+
},
|
|
46582
|
+
pricing: {
|
|
46583
|
+
inputPer1M: 0.75,
|
|
46584
|
+
outputPer1M: 3.75,
|
|
46585
|
+
multiplier: 6
|
|
46586
|
+
},
|
|
46587
|
+
availability: {
|
|
46588
|
+
mainChat: false,
|
|
46589
|
+
experts: true,
|
|
46590
|
+
embeds: true
|
|
46591
|
+
},
|
|
46592
|
+
createdAt: 1788362056
|
|
46593
|
+
},
|
|
46594
|
+
{
|
|
46595
|
+
id: "google/gemini-3.8-flash:batch",
|
|
46596
|
+
displayName: "Gemini 3.8 Flash (batch)",
|
|
46597
|
+
vendor: "google",
|
|
46598
|
+
category: "fast",
|
|
46599
|
+
capabilities: {
|
|
46600
|
+
vision: true,
|
|
46601
|
+
reasoning: true,
|
|
46602
|
+
maxTokens: 65536,
|
|
46603
|
+
contextLength: 1048576
|
|
46604
|
+
},
|
|
46605
|
+
pricing: {
|
|
46606
|
+
inputPer1M: 0.375,
|
|
46607
|
+
outputPer1M: 1.875,
|
|
46608
|
+
multiplier: 3
|
|
46609
|
+
},
|
|
46610
|
+
availability: {
|
|
46611
|
+
mainChat: false,
|
|
46612
|
+
experts: true,
|
|
46613
|
+
embeds: true
|
|
46614
|
+
},
|
|
46615
|
+
createdAt: 1788362056
|
|
46616
|
+
},
|
|
46617
|
+
{
|
|
46618
|
+
id: "anthropic/claude-fable-5.1",
|
|
46619
|
+
displayName: "Claude Fable 5.1",
|
|
46620
|
+
vendor: "anthropic",
|
|
46621
|
+
category: "specialized",
|
|
46622
|
+
capabilities: {
|
|
46623
|
+
vision: true,
|
|
46624
|
+
reasoning: false,
|
|
46625
|
+
maxTokens: 128e3,
|
|
46626
|
+
contextLength: 1e6
|
|
46627
|
+
},
|
|
46628
|
+
pricing: {
|
|
46629
|
+
inputPer1M: 10,
|
|
46630
|
+
outputPer1M: 50,
|
|
46631
|
+
multiplier: 80
|
|
46632
|
+
},
|
|
46633
|
+
availability: {
|
|
46634
|
+
mainChat: false,
|
|
46635
|
+
experts: true,
|
|
46636
|
+
embeds: true
|
|
46637
|
+
},
|
|
46638
|
+
createdAt: 1788285838
|
|
46639
|
+
},
|
|
46640
|
+
{
|
|
46641
|
+
id: "qwen/qwen3.8-flash",
|
|
46642
|
+
displayName: "Qwen3.8 Flash",
|
|
46643
|
+
vendor: "qwen",
|
|
46644
|
+
category: "fast",
|
|
46645
|
+
capabilities: {
|
|
46646
|
+
vision: true,
|
|
46647
|
+
reasoning: false,
|
|
46648
|
+
maxTokens: 131072,
|
|
46649
|
+
contextLength: 1e6
|
|
46650
|
+
},
|
|
46651
|
+
pricing: {
|
|
46652
|
+
inputPer1M: 0.15,
|
|
46653
|
+
outputPer1M: 0.47,
|
|
46654
|
+
multiplier: 1
|
|
46655
|
+
},
|
|
46656
|
+
availability: {
|
|
46657
|
+
mainChat: false,
|
|
46658
|
+
experts: true,
|
|
46659
|
+
embeds: true
|
|
46660
|
+
},
|
|
46661
|
+
createdAt: 1787773060
|
|
46662
|
+
},
|
|
46663
|
+
{
|
|
46664
|
+
id: "deepseek/deepseek-v4-flash-vision-exp",
|
|
46665
|
+
displayName: "DeepSeek V4 Flash Vision Exp",
|
|
46666
|
+
vendor: "deepseek",
|
|
46667
|
+
category: "fast",
|
|
46668
|
+
capabilities: {
|
|
46669
|
+
vision: true,
|
|
46670
|
+
reasoning: false,
|
|
46671
|
+
maxTokens: 262144,
|
|
46672
|
+
contextLength: 1048576
|
|
46673
|
+
},
|
|
46674
|
+
pricing: {
|
|
46675
|
+
inputPer1M: 0.2156,
|
|
46676
|
+
outputPer1M: 0.6468,
|
|
46677
|
+
multiplier: 1
|
|
46678
|
+
},
|
|
46679
|
+
availability: {
|
|
46680
|
+
mainChat: false,
|
|
46681
|
+
experts: true,
|
|
46682
|
+
embeds: true
|
|
46683
|
+
},
|
|
46684
|
+
createdAt: 1787311563
|
|
46685
|
+
},
|
|
46686
|
+
{
|
|
46687
|
+
id: "qwen/qwen3.8-27b",
|
|
46688
|
+
displayName: "Qwen3.8 27B",
|
|
46689
|
+
vendor: "qwen",
|
|
46690
|
+
category: "fast",
|
|
46691
|
+
capabilities: {
|
|
46692
|
+
vision: true,
|
|
46693
|
+
reasoning: false,
|
|
46694
|
+
maxTokens: 235929,
|
|
46695
|
+
contextLength: 1e6
|
|
46696
|
+
},
|
|
46697
|
+
pricing: {
|
|
46698
|
+
inputPer1M: 0.24,
|
|
46699
|
+
outputPer1M: 2.2,
|
|
46700
|
+
multiplier: 3
|
|
46701
|
+
},
|
|
46702
|
+
availability: {
|
|
46703
|
+
mainChat: false,
|
|
46704
|
+
experts: true,
|
|
46705
|
+
embeds: true
|
|
46706
|
+
},
|
|
46707
|
+
createdAt: 1786722910
|
|
46708
|
+
},
|
|
46406
46709
|
{
|
|
46407
46710
|
id: "google/gemini-3.7-flash",
|
|
46408
46711
|
displayName: "Gemini 3.7 Flash",
|
|
@@ -46438,9 +46741,9 @@ var init_model_registry_generated = __esm({
|
|
|
46438
46741
|
contextLength: 1048576
|
|
46439
46742
|
},
|
|
46440
46743
|
pricing: {
|
|
46441
|
-
inputPer1M: 0.
|
|
46442
|
-
outputPer1M:
|
|
46443
|
-
multiplier:
|
|
46744
|
+
inputPer1M: 0.375,
|
|
46745
|
+
outputPer1M: 1.875,
|
|
46746
|
+
multiplier: 3
|
|
46444
46747
|
},
|
|
46445
46748
|
availability: {
|
|
46446
46749
|
mainChat: false,
|
|
@@ -46472,17 +46775,63 @@ var init_model_registry_generated = __esm({
|
|
|
46472
46775
|
},
|
|
46473
46776
|
createdAt: 1786551702
|
|
46474
46777
|
},
|
|
46778
|
+
{
|
|
46779
|
+
id: "qwen/qwen3.8-2.4t-a95b:batch",
|
|
46780
|
+
displayName: "Qwen3.8 2.4T A95B (batch)",
|
|
46781
|
+
vendor: "qwen",
|
|
46782
|
+
category: "balanced",
|
|
46783
|
+
capabilities: {
|
|
46784
|
+
vision: false,
|
|
46785
|
+
reasoning: false,
|
|
46786
|
+
maxTokens: 909e3,
|
|
46787
|
+
contextLength: 101e4
|
|
46788
|
+
},
|
|
46789
|
+
pricing: {
|
|
46790
|
+
inputPer1M: 2,
|
|
46791
|
+
outputPer1M: 6,
|
|
46792
|
+
multiplier: 11
|
|
46793
|
+
},
|
|
46794
|
+
availability: {
|
|
46795
|
+
mainChat: false,
|
|
46796
|
+
experts: true,
|
|
46797
|
+
embeds: true
|
|
46798
|
+
},
|
|
46799
|
+
createdAt: 1786551702
|
|
46800
|
+
},
|
|
46475
46801
|
{
|
|
46476
46802
|
id: "deepseek/deepseek-v4-pro-0813",
|
|
46477
46803
|
displayName: "DeepSeek V4 Pro 0813",
|
|
46478
46804
|
vendor: "deepseek",
|
|
46479
|
-
category: "
|
|
46805
|
+
category: "fast",
|
|
46480
46806
|
capabilities: {
|
|
46481
46807
|
vision: false,
|
|
46482
46808
|
reasoning: true,
|
|
46483
46809
|
maxTokens: 393216,
|
|
46484
46810
|
contextLength: 1048576
|
|
46485
46811
|
},
|
|
46812
|
+
pricing: {
|
|
46813
|
+
inputPer1M: 0.5808,
|
|
46814
|
+
outputPer1M: 1.7424,
|
|
46815
|
+
multiplier: 3
|
|
46816
|
+
},
|
|
46817
|
+
availability: {
|
|
46818
|
+
mainChat: false,
|
|
46819
|
+
experts: true,
|
|
46820
|
+
embeds: true
|
|
46821
|
+
},
|
|
46822
|
+
createdAt: 1786549364
|
|
46823
|
+
},
|
|
46824
|
+
{
|
|
46825
|
+
id: "deepseek/deepseek-v4-pro-0813:batch",
|
|
46826
|
+
displayName: "DeepSeek V4 Pro 0813 (batch)",
|
|
46827
|
+
vendor: "deepseek",
|
|
46828
|
+
category: "balanced",
|
|
46829
|
+
capabilities: {
|
|
46830
|
+
vision: false,
|
|
46831
|
+
reasoning: true,
|
|
46832
|
+
maxTokens: 943718,
|
|
46833
|
+
contextLength: 1048576
|
|
46834
|
+
},
|
|
46486
46835
|
pricing: {
|
|
46487
46836
|
inputPer1M: 1.32,
|
|
46488
46837
|
outputPer1M: 3.96,
|
|
@@ -46519,42 +46868,42 @@ var init_model_registry_generated = __esm({
|
|
|
46519
46868
|
createdAt: 1786452751
|
|
46520
46869
|
},
|
|
46521
46870
|
{
|
|
46522
|
-
id: "
|
|
46523
|
-
displayName: "
|
|
46524
|
-
vendor: "
|
|
46525
|
-
category: "
|
|
46871
|
+
id: "deepseek/deepseek-v4-flash-0731",
|
|
46872
|
+
displayName: "DeepSeek V4 Flash 0731",
|
|
46873
|
+
vendor: "deepseek",
|
|
46874
|
+
category: "fast",
|
|
46526
46875
|
capabilities: {
|
|
46527
|
-
vision:
|
|
46876
|
+
vision: false,
|
|
46528
46877
|
reasoning: false,
|
|
46529
|
-
maxTokens:
|
|
46530
|
-
contextLength:
|
|
46878
|
+
maxTokens: 384e3,
|
|
46879
|
+
contextLength: 1048576
|
|
46531
46880
|
},
|
|
46532
46881
|
pricing: {
|
|
46533
|
-
inputPer1M:
|
|
46534
|
-
outputPer1M:
|
|
46535
|
-
multiplier:
|
|
46882
|
+
inputPer1M: 0.06,
|
|
46883
|
+
outputPer1M: 0.18,
|
|
46884
|
+
multiplier: 1
|
|
46536
46885
|
},
|
|
46537
46886
|
availability: {
|
|
46538
46887
|
mainChat: false,
|
|
46539
46888
|
experts: true,
|
|
46540
46889
|
embeds: true
|
|
46541
46890
|
},
|
|
46542
|
-
createdAt:
|
|
46891
|
+
createdAt: 1785478908
|
|
46543
46892
|
},
|
|
46544
46893
|
{
|
|
46545
|
-
id: "deepseek/deepseek-v4-flash-0731",
|
|
46546
|
-
displayName: "DeepSeek V4 Flash 0731",
|
|
46894
|
+
id: "deepseek/deepseek-v4-flash-0731:batch",
|
|
46895
|
+
displayName: "DeepSeek V4 Flash 0731 (batch)",
|
|
46547
46896
|
vendor: "deepseek",
|
|
46548
46897
|
category: "fast",
|
|
46549
46898
|
capabilities: {
|
|
46550
46899
|
vision: false,
|
|
46551
46900
|
reasoning: false,
|
|
46552
|
-
maxTokens:
|
|
46901
|
+
maxTokens: 943718,
|
|
46553
46902
|
contextLength: 1048576
|
|
46554
46903
|
},
|
|
46555
46904
|
pricing: {
|
|
46556
|
-
inputPer1M: 0.
|
|
46557
|
-
outputPer1M: 0.
|
|
46905
|
+
inputPer1M: 0.14,
|
|
46906
|
+
outputPer1M: 0.28,
|
|
46558
46907
|
multiplier: 1
|
|
46559
46908
|
},
|
|
46560
46909
|
availability: {
|
|
@@ -46725,6 +47074,29 @@ var init_model_registry_generated = __esm({
|
|
|
46725
47074
|
},
|
|
46726
47075
|
createdAt: 1784215858
|
|
46727
47076
|
},
|
|
47077
|
+
{
|
|
47078
|
+
id: "moonshotai/kimi-k3:batch",
|
|
47079
|
+
displayName: "MoonshotAI: Kimi K3 (batch)",
|
|
47080
|
+
vendor: "moonshotai",
|
|
47081
|
+
category: "powerful",
|
|
47082
|
+
capabilities: {
|
|
47083
|
+
vision: true,
|
|
47084
|
+
reasoning: false,
|
|
47085
|
+
maxTokens: 943718,
|
|
47086
|
+
contextLength: 1048576
|
|
47087
|
+
},
|
|
47088
|
+
pricing: {
|
|
47089
|
+
inputPer1M: 3,
|
|
47090
|
+
outputPer1M: 15,
|
|
47091
|
+
multiplier: 24
|
|
47092
|
+
},
|
|
47093
|
+
availability: {
|
|
47094
|
+
mainChat: false,
|
|
47095
|
+
experts: true,
|
|
47096
|
+
embeds: true
|
|
47097
|
+
},
|
|
47098
|
+
createdAt: 1784215858
|
|
47099
|
+
},
|
|
46728
47100
|
{
|
|
46729
47101
|
id: "openai/gpt-5.6-luna-pro",
|
|
46730
47102
|
displayName: "GPT-5.6 Luna Pro",
|
|
@@ -46913,7 +47285,7 @@ var init_model_registry_generated = __esm({
|
|
|
46913
47285
|
id: "openai/gpt-5.6-sol-pro",
|
|
46914
47286
|
displayName: "GPT-5.6 Sol Pro",
|
|
46915
47287
|
vendor: "openai",
|
|
46916
|
-
category: "
|
|
47288
|
+
category: "balanced",
|
|
46917
47289
|
capabilities: {
|
|
46918
47290
|
vision: true,
|
|
46919
47291
|
reasoning: true,
|
|
@@ -46921,9 +47293,9 @@ var init_model_registry_generated = __esm({
|
|
|
46921
47293
|
contextLength: 105e4
|
|
46922
47294
|
},
|
|
46923
47295
|
pricing: {
|
|
46924
|
-
inputPer1M: 2
|
|
46925
|
-
outputPer1M:
|
|
46926
|
-
multiplier:
|
|
47296
|
+
inputPer1M: 2,
|
|
47297
|
+
outputPer1M: 10,
|
|
47298
|
+
multiplier: 16
|
|
46927
47299
|
},
|
|
46928
47300
|
availability: {
|
|
46929
47301
|
mainChat: false,
|
|
@@ -46944,9 +47316,9 @@ var init_model_registry_generated = __esm({
|
|
|
46944
47316
|
contextLength: 105e4
|
|
46945
47317
|
},
|
|
46946
47318
|
pricing: {
|
|
46947
|
-
inputPer1M: 1
|
|
46948
|
-
outputPer1M:
|
|
46949
|
-
multiplier:
|
|
47319
|
+
inputPer1M: 1,
|
|
47320
|
+
outputPer1M: 5,
|
|
47321
|
+
multiplier: 8
|
|
46950
47322
|
},
|
|
46951
47323
|
availability: {
|
|
46952
47324
|
mainChat: false,
|
|
@@ -46959,7 +47331,7 @@ var init_model_registry_generated = __esm({
|
|
|
46959
47331
|
id: "openai/gpt-5.6-sol",
|
|
46960
47332
|
displayName: "GPT-5.6 Sol",
|
|
46961
47333
|
vendor: "openai",
|
|
46962
|
-
category: "
|
|
47334
|
+
category: "balanced",
|
|
46963
47335
|
capabilities: {
|
|
46964
47336
|
vision: true,
|
|
46965
47337
|
reasoning: true,
|
|
@@ -46967,9 +47339,9 @@ var init_model_registry_generated = __esm({
|
|
|
46967
47339
|
contextLength: 105e4
|
|
46968
47340
|
},
|
|
46969
47341
|
pricing: {
|
|
46970
|
-
inputPer1M: 2
|
|
46971
|
-
outputPer1M:
|
|
46972
|
-
multiplier:
|
|
47342
|
+
inputPer1M: 2,
|
|
47343
|
+
outputPer1M: 10,
|
|
47344
|
+
multiplier: 16
|
|
46973
47345
|
},
|
|
46974
47346
|
availability: {
|
|
46975
47347
|
mainChat: false,
|
|
@@ -46990,9 +47362,9 @@ var init_model_registry_generated = __esm({
|
|
|
46990
47362
|
contextLength: 105e4
|
|
46991
47363
|
},
|
|
46992
47364
|
pricing: {
|
|
46993
|
-
inputPer1M: 1
|
|
46994
|
-
outputPer1M:
|
|
46995
|
-
multiplier:
|
|
47365
|
+
inputPer1M: 1,
|
|
47366
|
+
outputPer1M: 5,
|
|
47367
|
+
multiplier: 8
|
|
46996
47368
|
},
|
|
46997
47369
|
availability: {
|
|
46998
47370
|
mainChat: false,
|
|
@@ -47070,29 +47442,6 @@ var init_model_registry_generated = __esm({
|
|
|
47070
47442
|
},
|
|
47071
47443
|
createdAt: 1781266361
|
|
47072
47444
|
},
|
|
47073
|
-
{
|
|
47074
|
-
id: "moonshotai/kimi-k2.7-code:batch",
|
|
47075
|
-
displayName: "MoonshotAI: Kimi K2.7 Code (batch)",
|
|
47076
|
-
vendor: "moonshotai",
|
|
47077
|
-
category: "fast",
|
|
47078
|
-
capabilities: {
|
|
47079
|
-
vision: true,
|
|
47080
|
-
reasoning: false,
|
|
47081
|
-
maxTokens: 4e4,
|
|
47082
|
-
contextLength: 262144
|
|
47083
|
-
},
|
|
47084
|
-
pricing: {
|
|
47085
|
-
inputPer1M: 0.475,
|
|
47086
|
-
outputPer1M: 2,
|
|
47087
|
-
multiplier: 3
|
|
47088
|
-
},
|
|
47089
|
-
availability: {
|
|
47090
|
-
mainChat: false,
|
|
47091
|
-
experts: true,
|
|
47092
|
-
embeds: true
|
|
47093
|
-
},
|
|
47094
|
-
createdAt: 1781266361
|
|
47095
|
-
},
|
|
47096
47445
|
{
|
|
47097
47446
|
id: "anthropic/claude-fable-5",
|
|
47098
47447
|
displayName: "Claude Fable 5",
|
|
@@ -47125,7 +47474,7 @@ var init_model_registry_generated = __esm({
|
|
|
47125
47474
|
vision: false,
|
|
47126
47475
|
reasoning: false,
|
|
47127
47476
|
maxTokens: 16384,
|
|
47128
|
-
contextLength:
|
|
47477
|
+
contextLength: 262144
|
|
47129
47478
|
},
|
|
47130
47479
|
pricing: {
|
|
47131
47480
|
inputPer1M: 0.5,
|
|
@@ -47139,29 +47488,6 @@ var init_model_registry_generated = __esm({
|
|
|
47139
47488
|
},
|
|
47140
47489
|
createdAt: 1780551208
|
|
47141
47490
|
},
|
|
47142
|
-
{
|
|
47143
|
-
id: "nvidia/nemotron-3-ultra-550b-a55b:batch",
|
|
47144
|
-
displayName: "NVIDIA: Nemotron 3 Ultra (batch)",
|
|
47145
|
-
vendor: "nvidia",
|
|
47146
|
-
category: "fast",
|
|
47147
|
-
capabilities: {
|
|
47148
|
-
vision: false,
|
|
47149
|
-
reasoning: false,
|
|
47150
|
-
maxTokens: 4e4,
|
|
47151
|
-
contextLength: 512288
|
|
47152
|
-
},
|
|
47153
|
-
pricing: {
|
|
47154
|
-
inputPer1M: 0.3,
|
|
47155
|
-
outputPer1M: 1.8,
|
|
47156
|
-
multiplier: 3
|
|
47157
|
-
},
|
|
47158
|
-
availability: {
|
|
47159
|
-
mainChat: false,
|
|
47160
|
-
experts: true,
|
|
47161
|
-
embeds: true
|
|
47162
|
-
},
|
|
47163
|
-
createdAt: 1780551208
|
|
47164
|
-
},
|
|
47165
47491
|
{
|
|
47166
47492
|
id: "qwen/qwen3.7-plus",
|
|
47167
47493
|
displayName: "Qwen3.7 Plus",
|
|
@@ -47354,7 +47680,7 @@ var init_model_registry_generated = __esm({
|
|
|
47354
47680
|
capabilities: {
|
|
47355
47681
|
vision: true,
|
|
47356
47682
|
reasoning: false,
|
|
47357
|
-
maxTokens:
|
|
47683
|
+
maxTokens: 209715,
|
|
47358
47684
|
contextLength: 262144
|
|
47359
47685
|
},
|
|
47360
47686
|
pricing: {
|
|
@@ -47369,6 +47695,29 @@ var init_model_registry_generated = __esm({
|
|
|
47369
47695
|
},
|
|
47370
47696
|
createdAt: 1777570439
|
|
47371
47697
|
},
|
|
47698
|
+
{
|
|
47699
|
+
id: "mistralai/mistral-medium-3-5:batch",
|
|
47700
|
+
displayName: "Mistral Medium 3.5 (batch)",
|
|
47701
|
+
vendor: "mistralai",
|
|
47702
|
+
category: "balanced",
|
|
47703
|
+
capabilities: {
|
|
47704
|
+
vision: true,
|
|
47705
|
+
reasoning: false,
|
|
47706
|
+
maxTokens: 26214,
|
|
47707
|
+
contextLength: 32768
|
|
47708
|
+
},
|
|
47709
|
+
pricing: {
|
|
47710
|
+
inputPer1M: 0.75,
|
|
47711
|
+
outputPer1M: 3.75,
|
|
47712
|
+
multiplier: 6
|
|
47713
|
+
},
|
|
47714
|
+
availability: {
|
|
47715
|
+
mainChat: false,
|
|
47716
|
+
experts: true,
|
|
47717
|
+
embeds: true
|
|
47718
|
+
},
|
|
47719
|
+
createdAt: 1777570439
|
|
47720
|
+
},
|
|
47372
47721
|
{
|
|
47373
47722
|
id: "qwen/qwen3.5-plus-20260420",
|
|
47374
47723
|
displayName: "Qwen3.5 Plus 2026-04-20",
|
|
@@ -47469,7 +47818,7 @@ var init_model_registry_generated = __esm({
|
|
|
47469
47818
|
capabilities: {
|
|
47470
47819
|
vision: true,
|
|
47471
47820
|
reasoning: false,
|
|
47472
|
-
maxTokens:
|
|
47821
|
+
maxTokens: 235929,
|
|
47473
47822
|
contextLength: 262144
|
|
47474
47823
|
},
|
|
47475
47824
|
pricing: {
|
|
@@ -47584,13 +47933,13 @@ var init_model_registry_generated = __esm({
|
|
|
47584
47933
|
capabilities: {
|
|
47585
47934
|
vision: false,
|
|
47586
47935
|
reasoning: true,
|
|
47587
|
-
maxTokens:
|
|
47936
|
+
maxTokens: 943718,
|
|
47588
47937
|
contextLength: 1048576
|
|
47589
47938
|
},
|
|
47590
47939
|
pricing: {
|
|
47591
|
-
inputPer1M: 1.
|
|
47592
|
-
outputPer1M: 2
|
|
47593
|
-
multiplier:
|
|
47940
|
+
inputPer1M: 1.2,
|
|
47941
|
+
outputPer1M: 1.2,
|
|
47942
|
+
multiplier: 3
|
|
47594
47943
|
},
|
|
47595
47944
|
availability: {
|
|
47596
47945
|
mainChat: false,
|
|
@@ -47634,8 +47983,8 @@ var init_model_registry_generated = __esm({
|
|
|
47634
47983
|
contextLength: 1048576
|
|
47635
47984
|
},
|
|
47636
47985
|
pricing: {
|
|
47637
|
-
inputPer1M: 0.
|
|
47638
|
-
outputPer1M:
|
|
47986
|
+
inputPer1M: 0.39,
|
|
47987
|
+
outputPer1M: 1.17,
|
|
47639
47988
|
multiplier: 2
|
|
47640
47989
|
},
|
|
47641
47990
|
availability: {
|
|
@@ -47657,8 +48006,8 @@ var init_model_registry_generated = __esm({
|
|
|
47657
48006
|
contextLength: 1048576
|
|
47658
48007
|
},
|
|
47659
48008
|
pricing: {
|
|
47660
|
-
inputPer1M: 0.
|
|
47661
|
-
outputPer1M: 0.
|
|
48009
|
+
inputPer1M: 0.13,
|
|
48010
|
+
outputPer1M: 0.65,
|
|
47662
48011
|
multiplier: 1
|
|
47663
48012
|
},
|
|
47664
48013
|
availability: {
|
|
@@ -47676,7 +48025,7 @@ var init_model_registry_generated = __esm({
|
|
|
47676
48025
|
capabilities: {
|
|
47677
48026
|
vision: true,
|
|
47678
48027
|
reasoning: false,
|
|
47679
|
-
maxTokens:
|
|
48028
|
+
maxTokens: 16384,
|
|
47680
48029
|
contextLength: 262144
|
|
47681
48030
|
},
|
|
47682
48031
|
pricing: {
|
|
@@ -47760,6 +48109,29 @@ var init_model_registry_generated = __esm({
|
|
|
47760
48109
|
},
|
|
47761
48110
|
createdAt: 1775148486
|
|
47762
48111
|
},
|
|
48112
|
+
{
|
|
48113
|
+
id: "google/gemma-4-31b-it:batch",
|
|
48114
|
+
displayName: "Gemma 4 31B (batch)",
|
|
48115
|
+
vendor: "google",
|
|
48116
|
+
category: "fast",
|
|
48117
|
+
capabilities: {
|
|
48118
|
+
vision: true,
|
|
48119
|
+
reasoning: false,
|
|
48120
|
+
maxTokens: 235929,
|
|
48121
|
+
contextLength: 262144
|
|
48122
|
+
},
|
|
48123
|
+
pricing: {
|
|
48124
|
+
inputPer1M: 0.39,
|
|
48125
|
+
outputPer1M: 0.97,
|
|
48126
|
+
multiplier: 2
|
|
48127
|
+
},
|
|
48128
|
+
availability: {
|
|
48129
|
+
mainChat: false,
|
|
48130
|
+
experts: true,
|
|
48131
|
+
embeds: true
|
|
48132
|
+
},
|
|
48133
|
+
createdAt: 1775148486
|
|
48134
|
+
},
|
|
47763
48135
|
{
|
|
47764
48136
|
id: "qwen/qwen3.6-plus",
|
|
47765
48137
|
displayName: "Qwen3.6 Plus",
|
|
@@ -47883,7 +48255,7 @@ var init_model_registry_generated = __esm({
|
|
|
47883
48255
|
capabilities: {
|
|
47884
48256
|
vision: true,
|
|
47885
48257
|
reasoning: false,
|
|
47886
|
-
maxTokens:
|
|
48258
|
+
maxTokens: 209715,
|
|
47887
48259
|
contextLength: 262144
|
|
47888
48260
|
},
|
|
47889
48261
|
pricing: {
|
|
@@ -47929,7 +48301,7 @@ var init_model_registry_generated = __esm({
|
|
|
47929
48301
|
capabilities: {
|
|
47930
48302
|
vision: true,
|
|
47931
48303
|
reasoning: false,
|
|
47932
|
-
maxTokens:
|
|
48304
|
+
maxTokens: 235929,
|
|
47933
48305
|
contextLength: 262144
|
|
47934
48306
|
},
|
|
47935
48307
|
pricing: {
|
|
@@ -47944,6 +48316,29 @@ var init_model_registry_generated = __esm({
|
|
|
47944
48316
|
},
|
|
47945
48317
|
createdAt: 1773152396
|
|
47946
48318
|
},
|
|
48319
|
+
{
|
|
48320
|
+
id: "qwen/qwen3.5-9b:batch",
|
|
48321
|
+
displayName: "Qwen3.5-9B (batch)",
|
|
48322
|
+
vendor: "qwen",
|
|
48323
|
+
category: "fast",
|
|
48324
|
+
capabilities: {
|
|
48325
|
+
vision: true,
|
|
48326
|
+
reasoning: false,
|
|
48327
|
+
maxTokens: 235929,
|
|
48328
|
+
contextLength: 262144
|
|
48329
|
+
},
|
|
48330
|
+
pricing: {
|
|
48331
|
+
inputPer1M: 0.17,
|
|
48332
|
+
outputPer1M: 0.25,
|
|
48333
|
+
multiplier: 1
|
|
48334
|
+
},
|
|
48335
|
+
availability: {
|
|
48336
|
+
mainChat: false,
|
|
48337
|
+
experts: true,
|
|
48338
|
+
embeds: true
|
|
48339
|
+
},
|
|
48340
|
+
createdAt: 1773152396
|
|
48341
|
+
},
|
|
47947
48342
|
{
|
|
47948
48343
|
id: "openai/gpt-5.4-pro",
|
|
47949
48344
|
displayName: "GPT-5.4 Pro",
|
|
@@ -48113,7 +48508,7 @@ var init_model_registry_generated = __esm({
|
|
|
48113
48508
|
capabilities: {
|
|
48114
48509
|
vision: true,
|
|
48115
48510
|
reasoning: false,
|
|
48116
|
-
maxTokens:
|
|
48511
|
+
maxTokens: 235929,
|
|
48117
48512
|
contextLength: 262144
|
|
48118
48513
|
},
|
|
48119
48514
|
pricing: {
|
|
@@ -48366,7 +48761,7 @@ var init_model_registry_generated = __esm({
|
|
|
48366
48761
|
capabilities: {
|
|
48367
48762
|
vision: false,
|
|
48368
48763
|
reasoning: false,
|
|
48369
|
-
maxTokens:
|
|
48764
|
+
maxTokens: 235929,
|
|
48370
48765
|
contextLength: 262144
|
|
48371
48766
|
},
|
|
48372
48767
|
pricing: {
|
|
@@ -48389,7 +48784,7 @@ var init_model_registry_generated = __esm({
|
|
|
48389
48784
|
capabilities: {
|
|
48390
48785
|
vision: true,
|
|
48391
48786
|
reasoning: false,
|
|
48392
|
-
maxTokens:
|
|
48787
|
+
maxTokens: 235929,
|
|
48393
48788
|
contextLength: 262144
|
|
48394
48789
|
},
|
|
48395
48790
|
pricing: {
|
|
@@ -48527,7 +48922,7 @@ var init_model_registry_generated = __esm({
|
|
|
48527
48922
|
capabilities: {
|
|
48528
48923
|
vision: false,
|
|
48529
48924
|
reasoning: false,
|
|
48530
|
-
maxTokens:
|
|
48925
|
+
maxTokens: 32768,
|
|
48531
48926
|
contextLength: 262144
|
|
48532
48927
|
},
|
|
48533
48928
|
pricing: {
|
|
@@ -48657,6 +49052,29 @@ var init_model_registry_generated = __esm({
|
|
|
48657
49052
|
},
|
|
48658
49053
|
createdAt: 1765389775
|
|
48659
49054
|
},
|
|
49055
|
+
{
|
|
49056
|
+
id: "mistralai/devstral-2512",
|
|
49057
|
+
displayName: "Devstral 2 2512",
|
|
49058
|
+
vendor: "mistralai",
|
|
49059
|
+
category: "fast",
|
|
49060
|
+
capabilities: {
|
|
49061
|
+
vision: false,
|
|
49062
|
+
reasoning: false,
|
|
49063
|
+
maxTokens: 209715,
|
|
49064
|
+
contextLength: 262144
|
|
49065
|
+
},
|
|
49066
|
+
pricing: {
|
|
49067
|
+
inputPer1M: 0.4,
|
|
49068
|
+
outputPer1M: 2,
|
|
49069
|
+
multiplier: 3
|
|
49070
|
+
},
|
|
49071
|
+
availability: {
|
|
49072
|
+
mainChat: false,
|
|
49073
|
+
experts: true,
|
|
49074
|
+
embeds: true
|
|
49075
|
+
},
|
|
49076
|
+
createdAt: 1765285419
|
|
49077
|
+
},
|
|
48660
49078
|
{
|
|
48661
49079
|
id: "openai/gpt-5.1-codex-max",
|
|
48662
49080
|
displayName: "GPT-5.1-Codex-Max",
|
|
@@ -48711,7 +49129,7 @@ var init_model_registry_generated = __esm({
|
|
|
48711
49129
|
capabilities: {
|
|
48712
49130
|
vision: true,
|
|
48713
49131
|
reasoning: false,
|
|
48714
|
-
maxTokens:
|
|
49132
|
+
maxTokens: 209715,
|
|
48715
49133
|
contextLength: 262144
|
|
48716
49134
|
},
|
|
48717
49135
|
pricing: {
|
|
@@ -48734,7 +49152,7 @@ var init_model_registry_generated = __esm({
|
|
|
48734
49152
|
capabilities: {
|
|
48735
49153
|
vision: true,
|
|
48736
49154
|
reasoning: false,
|
|
48737
|
-
maxTokens:
|
|
49155
|
+
maxTokens: 209715,
|
|
48738
49156
|
contextLength: 262144
|
|
48739
49157
|
},
|
|
48740
49158
|
pricing: {
|
|
@@ -48757,7 +49175,7 @@ var init_model_registry_generated = __esm({
|
|
|
48757
49175
|
capabilities: {
|
|
48758
49176
|
vision: true,
|
|
48759
49177
|
reasoning: false,
|
|
48760
|
-
maxTokens:
|
|
49178
|
+
maxTokens: 104857,
|
|
48761
49179
|
contextLength: 131072
|
|
48762
49180
|
},
|
|
48763
49181
|
pricing: {
|
|
@@ -48780,7 +49198,7 @@ var init_model_registry_generated = __esm({
|
|
|
48780
49198
|
capabilities: {
|
|
48781
49199
|
vision: true,
|
|
48782
49200
|
reasoning: false,
|
|
48783
|
-
maxTokens:
|
|
49201
|
+
maxTokens: 209715,
|
|
48784
49202
|
contextLength: 262144
|
|
48785
49203
|
},
|
|
48786
49204
|
pricing: {
|
|
@@ -48803,7 +49221,7 @@ var init_model_registry_generated = __esm({
|
|
|
48803
49221
|
capabilities: {
|
|
48804
49222
|
vision: false,
|
|
48805
49223
|
reasoning: false,
|
|
48806
|
-
maxTokens:
|
|
49224
|
+
maxTokens: 147456,
|
|
48807
49225
|
contextLength: 163840
|
|
48808
49226
|
},
|
|
48809
49227
|
pricing: {
|
|
@@ -48941,7 +49359,7 @@ var init_model_registry_generated = __esm({
|
|
|
48941
49359
|
capabilities: {
|
|
48942
49360
|
vision: false,
|
|
48943
49361
|
reasoning: true,
|
|
48944
|
-
maxTokens:
|
|
49362
|
+
maxTokens: 235929,
|
|
48945
49363
|
contextLength: 262144
|
|
48946
49364
|
},
|
|
48947
49365
|
pricing: {
|
|
@@ -48987,8 +49405,8 @@ var init_model_registry_generated = __esm({
|
|
|
48987
49405
|
capabilities: {
|
|
48988
49406
|
vision: false,
|
|
48989
49407
|
reasoning: false,
|
|
48990
|
-
maxTokens:
|
|
48991
|
-
contextLength:
|
|
49408
|
+
maxTokens: 26214,
|
|
49409
|
+
contextLength: 32768
|
|
48992
49410
|
},
|
|
48993
49411
|
pricing: {
|
|
48994
49412
|
inputPer1M: 0.1,
|
|
@@ -49240,7 +49658,7 @@ var init_model_registry_generated = __esm({
|
|
|
49240
49658
|
capabilities: {
|
|
49241
49659
|
vision: false,
|
|
49242
49660
|
reasoning: false,
|
|
49243
|
-
maxTokens:
|
|
49661
|
+
maxTokens: 147456,
|
|
49244
49662
|
contextLength: 163840
|
|
49245
49663
|
},
|
|
49246
49664
|
pricing: {
|
|
@@ -49347,29 +49765,6 @@ var init_model_registry_generated = __esm({
|
|
|
49347
49765
|
},
|
|
49348
49766
|
createdAt: 1758662707
|
|
49349
49767
|
},
|
|
49350
|
-
{
|
|
49351
|
-
id: "openai/gpt-5-codex:batch",
|
|
49352
|
-
displayName: "GPT-5 Codex (batch)",
|
|
49353
|
-
vendor: "openai",
|
|
49354
|
-
category: "balanced",
|
|
49355
|
-
capabilities: {
|
|
49356
|
-
vision: true,
|
|
49357
|
-
reasoning: true,
|
|
49358
|
-
maxTokens: 128e3,
|
|
49359
|
-
contextLength: 4e5
|
|
49360
|
-
},
|
|
49361
|
-
pricing: {
|
|
49362
|
-
inputPer1M: 0.625,
|
|
49363
|
-
outputPer1M: 5,
|
|
49364
|
-
multiplier: 8
|
|
49365
|
-
},
|
|
49366
|
-
availability: {
|
|
49367
|
-
mainChat: false,
|
|
49368
|
-
experts: true,
|
|
49369
|
-
embeds: true
|
|
49370
|
-
},
|
|
49371
|
-
createdAt: 1758643403
|
|
49372
|
-
},
|
|
49373
49768
|
{
|
|
49374
49769
|
id: "deepseek/deepseek-v3.1-terminus",
|
|
49375
49770
|
displayName: "DeepSeek V3.1 Terminus",
|
|
@@ -49378,7 +49773,7 @@ var init_model_registry_generated = __esm({
|
|
|
49378
49773
|
capabilities: {
|
|
49379
49774
|
vision: false,
|
|
49380
49775
|
reasoning: false,
|
|
49381
|
-
maxTokens:
|
|
49776
|
+
maxTokens: 147456,
|
|
49382
49777
|
contextLength: 163840
|
|
49383
49778
|
},
|
|
49384
49779
|
pricing: {
|
|
@@ -49424,7 +49819,7 @@ var init_model_registry_generated = __esm({
|
|
|
49424
49819
|
capabilities: {
|
|
49425
49820
|
vision: false,
|
|
49426
49821
|
reasoning: true,
|
|
49427
|
-
maxTokens:
|
|
49822
|
+
maxTokens: 235929,
|
|
49428
49823
|
contextLength: 262144
|
|
49429
49824
|
},
|
|
49430
49825
|
pricing: {
|
|
@@ -49485,29 +49880,6 @@ var init_model_registry_generated = __esm({
|
|
|
49485
49880
|
},
|
|
49486
49881
|
createdAt: 1757347599
|
|
49487
49882
|
},
|
|
49488
|
-
{
|
|
49489
|
-
id: "qwen/qwen-plus-2025-07-28:thinking",
|
|
49490
|
-
displayName: "Qwen Plus 0728 (thinking)",
|
|
49491
|
-
vendor: "qwen",
|
|
49492
|
-
category: "fast",
|
|
49493
|
-
capabilities: {
|
|
49494
|
-
vision: false,
|
|
49495
|
-
reasoning: true,
|
|
49496
|
-
maxTokens: 32768,
|
|
49497
|
-
contextLength: 1e6
|
|
49498
|
-
},
|
|
49499
|
-
pricing: {
|
|
49500
|
-
inputPer1M: 0.26,
|
|
49501
|
-
outputPer1M: 0.78,
|
|
49502
|
-
multiplier: 1
|
|
49503
|
-
},
|
|
49504
|
-
availability: {
|
|
49505
|
-
mainChat: false,
|
|
49506
|
-
experts: true,
|
|
49507
|
-
embeds: true
|
|
49508
|
-
},
|
|
49509
|
-
createdAt: 1757347599
|
|
49510
|
-
},
|
|
49511
49883
|
{
|
|
49512
49884
|
id: "moonshotai/kimi-k2-0905",
|
|
49513
49885
|
displayName: "MoonshotAI: Kimi K2 0905",
|
|
@@ -49585,7 +49957,7 @@ var init_model_registry_generated = __esm({
|
|
|
49585
49957
|
capabilities: {
|
|
49586
49958
|
vision: true,
|
|
49587
49959
|
reasoning: false,
|
|
49588
|
-
maxTokens:
|
|
49960
|
+
maxTokens: 104857,
|
|
49589
49961
|
contextLength: 131072
|
|
49590
49962
|
},
|
|
49591
49963
|
pricing: {
|
|
@@ -49654,7 +50026,7 @@ var init_model_registry_generated = __esm({
|
|
|
49654
50026
|
capabilities: {
|
|
49655
50027
|
vision: true,
|
|
49656
50028
|
reasoning: false,
|
|
49657
|
-
maxTokens:
|
|
50029
|
+
maxTokens: 36e4,
|
|
49658
50030
|
contextLength: 4e5
|
|
49659
50031
|
},
|
|
49660
50032
|
pricing: {
|
|
@@ -49700,7 +50072,7 @@ var init_model_registry_generated = __esm({
|
|
|
49700
50072
|
capabilities: {
|
|
49701
50073
|
vision: true,
|
|
49702
50074
|
reasoning: false,
|
|
49703
|
-
maxTokens:
|
|
50075
|
+
maxTokens: 36e4,
|
|
49704
50076
|
contextLength: 4e5
|
|
49705
50077
|
},
|
|
49706
50078
|
pricing: {
|
|
@@ -49746,7 +50118,7 @@ var init_model_registry_generated = __esm({
|
|
|
49746
50118
|
capabilities: {
|
|
49747
50119
|
vision: false,
|
|
49748
50120
|
reasoning: false,
|
|
49749
|
-
maxTokens:
|
|
50121
|
+
maxTokens: 117964,
|
|
49750
50122
|
contextLength: 131072
|
|
49751
50123
|
},
|
|
49752
50124
|
pricing: {
|
|
@@ -49761,6 +50133,29 @@ var init_model_registry_generated = __esm({
|
|
|
49761
50133
|
},
|
|
49762
50134
|
createdAt: 1754414231
|
|
49763
50135
|
},
|
|
50136
|
+
{
|
|
50137
|
+
id: "openai/gpt-oss-120b:batch",
|
|
50138
|
+
displayName: "gpt-oss-120b (batch)",
|
|
50139
|
+
vendor: "openai",
|
|
50140
|
+
category: "fast",
|
|
50141
|
+
capabilities: {
|
|
50142
|
+
vision: false,
|
|
50143
|
+
reasoning: false,
|
|
50144
|
+
maxTokens: 117964,
|
|
50145
|
+
contextLength: 131072
|
|
50146
|
+
},
|
|
50147
|
+
pricing: {
|
|
50148
|
+
inputPer1M: 0.15,
|
|
50149
|
+
outputPer1M: 0.6,
|
|
50150
|
+
multiplier: 1
|
|
50151
|
+
},
|
|
50152
|
+
availability: {
|
|
50153
|
+
mainChat: false,
|
|
50154
|
+
experts: true,
|
|
50155
|
+
embeds: true
|
|
50156
|
+
},
|
|
50157
|
+
createdAt: 1754414231
|
|
50158
|
+
},
|
|
49764
50159
|
{
|
|
49765
50160
|
id: "openai/gpt-oss-20b",
|
|
49766
50161
|
displayName: "gpt-oss-20b",
|
|
@@ -49769,7 +50164,7 @@ var init_model_registry_generated = __esm({
|
|
|
49769
50164
|
capabilities: {
|
|
49770
50165
|
vision: false,
|
|
49771
50166
|
reasoning: false,
|
|
49772
|
-
maxTokens:
|
|
50167
|
+
maxTokens: 117964,
|
|
49773
50168
|
contextLength: 131072
|
|
49774
50169
|
},
|
|
49775
50170
|
pricing: {
|
|
@@ -49815,7 +50210,7 @@ var init_model_registry_generated = __esm({
|
|
|
49815
50210
|
capabilities: {
|
|
49816
50211
|
vision: false,
|
|
49817
50212
|
reasoning: false,
|
|
49818
|
-
maxTokens:
|
|
50213
|
+
maxTokens: 204800,
|
|
49819
50214
|
contextLength: 256e3
|
|
49820
50215
|
},
|
|
49821
50216
|
pricing: {
|
|
@@ -49861,7 +50256,7 @@ var init_model_registry_generated = __esm({
|
|
|
49861
50256
|
capabilities: {
|
|
49862
50257
|
vision: false,
|
|
49863
50258
|
reasoning: false,
|
|
49864
|
-
maxTokens:
|
|
50259
|
+
maxTokens: 235929,
|
|
49865
50260
|
contextLength: 262144
|
|
49866
50261
|
},
|
|
49867
50262
|
pricing: {
|
|
@@ -49884,8 +50279,8 @@ var init_model_registry_generated = __esm({
|
|
|
49884
50279
|
capabilities: {
|
|
49885
50280
|
vision: false,
|
|
49886
50281
|
reasoning: true,
|
|
49887
|
-
maxTokens:
|
|
49888
|
-
contextLength:
|
|
50282
|
+
maxTokens: 117964,
|
|
50283
|
+
contextLength: 131072
|
|
49889
50284
|
},
|
|
49890
50285
|
pricing: {
|
|
49891
50286
|
inputPer1M: 0.23,
|
|
@@ -50152,29 +50547,6 @@ var init_model_registry_generated = __esm({
|
|
|
50152
50547
|
},
|
|
50153
50548
|
createdAt: 1749598352
|
|
50154
50549
|
},
|
|
50155
|
-
{
|
|
50156
|
-
id: "openai/o3-pro:batch",
|
|
50157
|
-
displayName: "o3 Pro (batch)",
|
|
50158
|
-
vendor: "openai",
|
|
50159
|
-
category: "specialized",
|
|
50160
|
-
capabilities: {
|
|
50161
|
-
vision: true,
|
|
50162
|
-
reasoning: true,
|
|
50163
|
-
maxTokens: 1e5,
|
|
50164
|
-
contextLength: 2e5
|
|
50165
|
-
},
|
|
50166
|
-
pricing: {
|
|
50167
|
-
inputPer1M: 10,
|
|
50168
|
-
outputPer1M: 40,
|
|
50169
|
-
multiplier: 67
|
|
50170
|
-
},
|
|
50171
|
-
availability: {
|
|
50172
|
-
mainChat: false,
|
|
50173
|
-
experts: true,
|
|
50174
|
-
embeds: true
|
|
50175
|
-
},
|
|
50176
|
-
createdAt: 1749598352
|
|
50177
|
-
},
|
|
50178
50550
|
{
|
|
50179
50551
|
id: "google/gemini-2.5-pro-preview",
|
|
50180
50552
|
displayName: "Gemini 2.5 Pro Preview 06-05",
|
|
@@ -50275,7 +50647,7 @@ var init_model_registry_generated = __esm({
|
|
|
50275
50647
|
capabilities: {
|
|
50276
50648
|
vision: true,
|
|
50277
50649
|
reasoning: false,
|
|
50278
|
-
maxTokens:
|
|
50650
|
+
maxTokens: 104857,
|
|
50279
50651
|
contextLength: 131072
|
|
50280
50652
|
},
|
|
50281
50653
|
pricing: {
|
|
@@ -50451,29 +50823,6 @@ var init_model_registry_generated = __esm({
|
|
|
50451
50823
|
},
|
|
50452
50824
|
createdAt: 1744824212
|
|
50453
50825
|
},
|
|
50454
|
-
{
|
|
50455
|
-
id: "openai/o4-mini-high:batch",
|
|
50456
|
-
displayName: "o4 Mini High (batch)",
|
|
50457
|
-
vendor: "openai",
|
|
50458
|
-
category: "fast",
|
|
50459
|
-
capabilities: {
|
|
50460
|
-
vision: true,
|
|
50461
|
-
reasoning: true,
|
|
50462
|
-
maxTokens: 1e5,
|
|
50463
|
-
contextLength: 2e5
|
|
50464
|
-
},
|
|
50465
|
-
pricing: {
|
|
50466
|
-
inputPer1M: 0.55,
|
|
50467
|
-
outputPer1M: 2.2,
|
|
50468
|
-
multiplier: 4
|
|
50469
|
-
},
|
|
50470
|
-
availability: {
|
|
50471
|
-
mainChat: false,
|
|
50472
|
-
experts: true,
|
|
50473
|
-
embeds: true
|
|
50474
|
-
},
|
|
50475
|
-
createdAt: 1744824212
|
|
50476
|
-
},
|
|
50477
50826
|
{
|
|
50478
50827
|
id: "openai/o3",
|
|
50479
50828
|
displayName: "o3",
|
|
@@ -50574,7 +50923,7 @@ var init_model_registry_generated = __esm({
|
|
|
50574
50923
|
capabilities: {
|
|
50575
50924
|
vision: true,
|
|
50576
50925
|
reasoning: false,
|
|
50577
|
-
maxTokens:
|
|
50926
|
+
maxTokens: 942818,
|
|
50578
50927
|
contextLength: 1047576
|
|
50579
50928
|
},
|
|
50580
50929
|
pricing: {
|
|
@@ -50620,7 +50969,7 @@ var init_model_registry_generated = __esm({
|
|
|
50620
50969
|
capabilities: {
|
|
50621
50970
|
vision: true,
|
|
50622
50971
|
reasoning: false,
|
|
50623
|
-
maxTokens:
|
|
50972
|
+
maxTokens: 942818,
|
|
50624
50973
|
contextLength: 1047576
|
|
50625
50974
|
},
|
|
50626
50975
|
pricing: {
|
|
@@ -50666,7 +51015,7 @@ var init_model_registry_generated = __esm({
|
|
|
50666
51015
|
capabilities: {
|
|
50667
51016
|
vision: true,
|
|
50668
51017
|
reasoning: false,
|
|
50669
|
-
maxTokens:
|
|
51018
|
+
maxTokens: 942818,
|
|
50670
51019
|
contextLength: 1047576
|
|
50671
51020
|
},
|
|
50672
51021
|
pricing: {
|
|
@@ -50827,7 +51176,7 @@ var init_model_registry_generated = __esm({
|
|
|
50827
51176
|
capabilities: {
|
|
50828
51177
|
vision: false,
|
|
50829
51178
|
reasoning: false,
|
|
50830
|
-
maxTokens:
|
|
51179
|
+
maxTokens: 26214,
|
|
50831
51180
|
contextLength: 32768
|
|
50832
51181
|
},
|
|
50833
51182
|
pricing: {
|
|
@@ -50865,29 +51214,6 @@ var init_model_registry_generated = __esm({
|
|
|
50865
51214
|
},
|
|
50866
51215
|
createdAt: 1739372611
|
|
50867
51216
|
},
|
|
50868
|
-
{
|
|
50869
|
-
id: "openai/o3-mini-high:batch",
|
|
50870
|
-
displayName: "o3 Mini High (batch)",
|
|
50871
|
-
vendor: "openai",
|
|
50872
|
-
category: "fast",
|
|
50873
|
-
capabilities: {
|
|
50874
|
-
vision: false,
|
|
50875
|
-
reasoning: true,
|
|
50876
|
-
maxTokens: 1e5,
|
|
50877
|
-
contextLength: 2e5
|
|
50878
|
-
},
|
|
50879
|
-
pricing: {
|
|
50880
|
-
inputPer1M: 0.55,
|
|
50881
|
-
outputPer1M: 2.2,
|
|
50882
|
-
multiplier: 4
|
|
50883
|
-
},
|
|
50884
|
-
availability: {
|
|
50885
|
-
mainChat: false,
|
|
50886
|
-
experts: true,
|
|
50887
|
-
embeds: true
|
|
50888
|
-
},
|
|
50889
|
-
createdAt: 1739372611
|
|
50890
|
-
},
|
|
50891
51217
|
{
|
|
50892
51218
|
id: "qwen/qwen-plus",
|
|
50893
51219
|
displayName: "Qwen-Plus",
|
|
@@ -51026,29 +51352,6 @@ var init_model_registry_generated = __esm({
|
|
|
51026
51352
|
},
|
|
51027
51353
|
createdAt: 1734459999
|
|
51028
51354
|
},
|
|
51029
|
-
{
|
|
51030
|
-
id: "openai/o1:batch",
|
|
51031
|
-
displayName: "o1 (batch)",
|
|
51032
|
-
vendor: "openai",
|
|
51033
|
-
category: "powerful",
|
|
51034
|
-
capabilities: {
|
|
51035
|
-
vision: true,
|
|
51036
|
-
reasoning: true,
|
|
51037
|
-
maxTokens: 1e5,
|
|
51038
|
-
contextLength: 2e5
|
|
51039
|
-
},
|
|
51040
|
-
pricing: {
|
|
51041
|
-
inputPer1M: 7.5,
|
|
51042
|
-
outputPer1M: 30,
|
|
51043
|
-
multiplier: 50
|
|
51044
|
-
},
|
|
51045
|
-
availability: {
|
|
51046
|
-
mainChat: false,
|
|
51047
|
-
experts: true,
|
|
51048
|
-
embeds: true
|
|
51049
|
-
},
|
|
51050
|
-
createdAt: 1734459999
|
|
51051
|
-
},
|
|
51052
51355
|
{
|
|
51053
51356
|
id: "meta-llama/llama-3.3-70b-instruct",
|
|
51054
51357
|
displayName: "Llama 3.3 70B Instruct",
|
|
@@ -51172,7 +51475,7 @@ var init_model_registry_generated = __esm({
|
|
|
51172
51475
|
capabilities: {
|
|
51173
51476
|
vision: false,
|
|
51174
51477
|
reasoning: false,
|
|
51175
|
-
maxTokens:
|
|
51478
|
+
maxTokens: 104857,
|
|
51176
51479
|
contextLength: 131072
|
|
51177
51480
|
},
|
|
51178
51481
|
pricing: {
|
|
@@ -51425,7 +51728,7 @@ var init_model_registry_generated = __esm({
|
|
|
51425
51728
|
capabilities: {
|
|
51426
51729
|
vision: false,
|
|
51427
51730
|
reasoning: false,
|
|
51428
|
-
maxTokens:
|
|
51731
|
+
maxTokens: 52428,
|
|
51429
51732
|
contextLength: 65536
|
|
51430
51733
|
},
|
|
51431
51734
|
pricing: {
|
|
@@ -51517,7 +51820,7 @@ var init_model_registry_generated = __esm({
|
|
|
51517
51820
|
capabilities: {
|
|
51518
51821
|
vision: false,
|
|
51519
51822
|
reasoning: false,
|
|
51520
|
-
maxTokens:
|
|
51823
|
+
maxTokens: 102400,
|
|
51521
51824
|
contextLength: 128e3
|
|
51522
51825
|
},
|
|
51523
51826
|
pricing: {
|
|
@@ -51540,7 +51843,7 @@ var init_model_registry_generated = __esm({
|
|
|
51540
51843
|
capabilities: {
|
|
51541
51844
|
vision: false,
|
|
51542
51845
|
reasoning: false,
|
|
51543
|
-
maxTokens:
|
|
51846
|
+
maxTokens: 3685,
|
|
51544
51847
|
contextLength: 4095
|
|
51545
51848
|
},
|
|
51546
51849
|
pricing: {
|
|
@@ -51693,7 +51996,7 @@ function resolveBedrockModelId(anthropicModelId, awsRegion) {
|
|
|
51693
51996
|
return `${getBedrockRegionPrefix(awsRegion)}.anthropic.${anthropicModelId}-v1:0`;
|
|
51694
51997
|
}
|
|
51695
51998
|
function toModelDefinition(model) {
|
|
51696
|
-
if (model.vendor === "anthropic") {
|
|
51999
|
+
if (model.vendor === "anthropic" && !ANTHROPIC_OPENROUTER_ONLY.has(model.id)) {
|
|
51697
52000
|
return {
|
|
51698
52001
|
...model,
|
|
51699
52002
|
provider: "anthropic",
|
|
@@ -51732,7 +52035,7 @@ function calculateMaxOutputTokens(modelId, inputTokens) {
|
|
|
51732
52035
|
const fits = contextLength - inputTokens - CONTEXT_BUFFER;
|
|
51733
52036
|
return Math.max(0, Math.min(OUTPUT_TOKEN_CEILING, maxOutputTokens, fits));
|
|
51734
52037
|
}
|
|
51735
|
-
var BEDROCK_MODEL_DEFS, GOOGLE_DIRECT_MODELS, MODEL_REGISTRY, CATEGORY_LABELS, DEFAULT_CONTEXT_LENGTH, DEFAULT_MAX_OUTPUT_TOKENS, OUTPUT_TOKEN_CEILING, CONTEXT_BUFFER;
|
|
52038
|
+
var BEDROCK_MODEL_DEFS, GOOGLE_DIRECT_MODELS, ANTHROPIC_OPENROUTER_ONLY, MODEL_REGISTRY, CATEGORY_LABELS, DEFAULT_CONTEXT_LENGTH, DEFAULT_MAX_OUTPUT_TOKENS, OUTPUT_TOKEN_CEILING, CONTEXT_BUFFER;
|
|
51736
52039
|
var init_model_registry = __esm({
|
|
51737
52040
|
"src/lib/model-registry.ts"() {
|
|
51738
52041
|
"use strict";
|
|
@@ -51790,8 +52093,13 @@ var init_model_registry = __esm({
|
|
|
51790
52093
|
GOOGLE_DIRECT_MODELS = {
|
|
51791
52094
|
"google/gemini-3.1-pro-preview": "gemini-3.1-pro-preview",
|
|
51792
52095
|
"google/gemini-3-pro-preview": "gemini-3-pro-preview",
|
|
51793
|
-
"google/gemini-3.7-flash": "gemini-3.7-flash"
|
|
52096
|
+
"google/gemini-3.7-flash": "gemini-3.7-flash",
|
|
52097
|
+
"google/gemini-3.8-flash": "gemini-3.8-flash"
|
|
51794
52098
|
};
|
|
52099
|
+
ANTHROPIC_OPENROUTER_ONLY = /* @__PURE__ */ new Set([
|
|
52100
|
+
"anthropic/claude-fable-5",
|
|
52101
|
+
"anthropic/claude-fable-5.1"
|
|
52102
|
+
]);
|
|
51795
52103
|
MODEL_REGISTRY = GENERATED_MODELS.map(toModelDefinition);
|
|
51796
52104
|
CATEGORY_LABELS = {
|
|
51797
52105
|
fast: "Fast (Budget)",
|
|
@@ -93363,7 +93671,7 @@ var init_env2 = __esm({
|
|
|
93363
93671
|
EXA_API_KEY: external_exports.string().min(1).optional(),
|
|
93364
93672
|
// Google Gemini API Configuration (for image generation)
|
|
93365
93673
|
GEMINI_IMAGE_GEN_API_KEY: external_exports.string().min(1).optional(),
|
|
93366
|
-
// OpenAI API Configuration (for image generation via gpt-image-2)
|
|
93674
|
+
// OpenAI API Configuration (for image generation via gpt-image-2.5-sunburst)
|
|
93367
93675
|
OPENAI_IMAGE_GEN_API_KEY: external_exports.string().min(1).optional(),
|
|
93368
93676
|
// OpenAI Realtime API (interactive talk mode; server-side only)
|
|
93369
93677
|
OPENAI_API_KEY: external_exports.string().min(1).optional(),
|
|
@@ -93479,7 +93787,7 @@ var init_env2 = __esm({
|
|
|
93479
93787
|
EXA_API_KEY: process.env.EXA_API_KEY,
|
|
93480
93788
|
// Google Gemini API Configuration (for image generation)
|
|
93481
93789
|
GEMINI_IMAGE_GEN_API_KEY: process.env.GEMINI_IMAGE_GEN_API_KEY,
|
|
93482
|
-
// OpenAI API Configuration (for image generation via gpt-image-2)
|
|
93790
|
+
// OpenAI API Configuration (for image generation via gpt-image-2.5-sunburst)
|
|
93483
93791
|
OPENAI_IMAGE_GEN_API_KEY: process.env.OPENAI_IMAGE_GEN_API_KEY,
|
|
93484
93792
|
OPENAI_API_KEY: process.env.OPENAI_API_KEY,
|
|
93485
93793
|
// Flowcore Configuration
|
|
@@ -136786,7 +137094,7 @@ function normalizeClaudeModelId(modelId) {
|
|
|
136786
137094
|
}
|
|
136787
137095
|
function usesAdaptiveThinking(modelId) {
|
|
136788
137096
|
const id = normalizeClaudeModelId(modelId);
|
|
136789
|
-
return id.includes("claude-opus-4-7") || id.includes("claude-opus-4-8") || id.includes("claude-opus-5") || id.includes("claude-sonnet-5");
|
|
137097
|
+
return id.includes("claude-opus-4-7") || id.includes("claude-opus-4-8") || id.includes("claude-opus-5") || id.includes("claude-sonnet-5") || id.includes("claude-fable-5");
|
|
136790
137098
|
}
|
|
136791
137099
|
function supportsSamplingParameters(modelId) {
|
|
136792
137100
|
return !usesAdaptiveThinking(modelId);
|
|
@@ -137256,6 +137564,9 @@ function extractClaudeModel(modelId) {
|
|
|
137256
137564
|
"anthropic/claude-opus-4.7": "claude-opus-4-7",
|
|
137257
137565
|
"anthropic/claude-opus-4.8": "claude-opus-4-8",
|
|
137258
137566
|
"anthropic/claude-opus-5": "claude-opus-5",
|
|
137567
|
+
// Claude Fable models
|
|
137568
|
+
"anthropic/claude-fable-5": "claude-fable-5",
|
|
137569
|
+
"anthropic/claude-fable-5.1": "claude-fable-5-1",
|
|
137259
137570
|
// Claude Haiku 4.5 models
|
|
137260
137571
|
"anthropic/claude-haiku-4.5": "claude-haiku-4-5-20251001",
|
|
137261
137572
|
"anthropic/claude-4.5-haiku": "claude-haiku-4-5-20251001",
|
|
@@ -164418,17 +164729,20 @@ var init_model_config = __esm({
|
|
|
164418
164729
|
"anthropic/claude-4.5-sonnet": { vision: true, reasoning: true },
|
|
164419
164730
|
"anthropic/claude-opus-4.7": { vision: true, reasoning: false },
|
|
164420
164731
|
"anthropic/claude-opus-5": { vision: true, reasoning: true },
|
|
164732
|
+
"anthropic/claude-fable-5.1": { vision: true, reasoning: true },
|
|
164421
164733
|
"google/gemini-2.5-flash": { vision: true, reasoning: true },
|
|
164422
164734
|
"google/gemini-2.5-flash-lite": { vision: true, reasoning: true },
|
|
164423
164735
|
"google/gemini-2.5-pro": { vision: true, reasoning: true },
|
|
164424
164736
|
"google/gemini-3.1-pro-preview": { vision: true, reasoning: true },
|
|
164425
164737
|
"google/gemini-3-pro-preview": { vision: true, reasoning: true },
|
|
164426
164738
|
"google/gemini-3.7-flash": { vision: true, reasoning: true },
|
|
164739
|
+
"google/gemini-3.8-flash": { vision: true, reasoning: true },
|
|
164427
164740
|
"openai/gpt-4o": { vision: true, reasoning: false },
|
|
164428
164741
|
"openai/gpt-5-mini": { vision: true, reasoning: false },
|
|
164429
164742
|
"openai/gpt-5.2-codex": { vision: true, reasoning: true },
|
|
164430
164743
|
"openai/gpt-5.5": { vision: true, reasoning: true },
|
|
164431
164744
|
"openai/gpt-5.6-sol": { vision: true, reasoning: true },
|
|
164745
|
+
"openai/gpt-6-astra": { vision: true, reasoning: true },
|
|
164432
164746
|
"deepseek/deepseek-r1": { vision: false, reasoning: true }
|
|
164433
164747
|
};
|
|
164434
164748
|
}
|
|
@@ -165611,8 +165925,8 @@ var init_model_tiers = __esm({
|
|
|
165611
165925
|
zdr: true
|
|
165612
165926
|
},
|
|
165613
165927
|
{
|
|
165614
|
-
id: "google/gemini-3.
|
|
165615
|
-
displayName: "Gemini 3.
|
|
165928
|
+
id: "google/gemini-3.8-flash",
|
|
165929
|
+
displayName: "Gemini 3.8 Flash",
|
|
165616
165930
|
description: "Fast coding and agentic workflows, 1M context, native multimodal",
|
|
165617
165931
|
provider: "Google",
|
|
165618
165932
|
multiLingual: true,
|
|
@@ -165673,11 +165987,24 @@ var init_model_tiers = __esm({
|
|
|
165673
165987
|
zdr: true
|
|
165674
165988
|
},
|
|
165675
165989
|
{
|
|
165676
|
-
id: "
|
|
165677
|
-
displayName: "
|
|
165990
|
+
id: "anthropic/claude-fable-5.1",
|
|
165991
|
+
displayName: "Claude Fable 5.1",
|
|
165992
|
+
description: "Long-running agentic coding, large refactors, and front-end work",
|
|
165993
|
+
provider: "Anthropic",
|
|
165994
|
+
costTier: "Very Expensive",
|
|
165995
|
+
// Not a mistake and not safe to flip back: Fable 5.1 has no zero-data-retention
|
|
165996
|
+
// endpoint on any route we can reach. Bedrock answers `data retention mode
|
|
165997
|
+
// 'default' is not available for this model`, and OpenRouter answers
|
|
165998
|
+
// `No endpoints found matching your data policy (Zero data retention)`.
|
|
165999
|
+
// Forcing ZDR makes every request fail.
|
|
166000
|
+
zdr: false
|
|
166001
|
+
},
|
|
166002
|
+
{
|
|
166003
|
+
id: "openai/gpt-6-astra",
|
|
166004
|
+
displayName: "GPT-6 Astra",
|
|
165678
166005
|
description: "1M+ context, frontier reasoning, multimodal, and agentic tool use",
|
|
165679
166006
|
provider: "OpenAI",
|
|
165680
|
-
costTier: "Expensive",
|
|
166007
|
+
costTier: "Very Expensive",
|
|
165681
166008
|
multiLingual: true,
|
|
165682
166009
|
zdr: true,
|
|
165683
166010
|
effort: "medium"
|
|
@@ -217138,7 +217465,9 @@ var init_spawn_subagent = __esm({
|
|
|
217138
217465
|
allowedTools: external_exports.array(external_exports.string()).describe(
|
|
217139
217466
|
'RAW MCP tool names the subagent may use, e.g. "agentic-search-fragments" \u2014 NOT prefixed forms like "mcp__usable__agentic-search-fragments". `spawn_subagent`, `await_subagents`, and `list_subagents` are forbidden in this list (no recursion in v1).'
|
|
217140
217467
|
),
|
|
217141
|
-
systemPrompt: external_exports.string().max(8e3).optional().describe(
|
|
217468
|
+
systemPrompt: external_exports.string().max(8e3).optional().describe(
|
|
217469
|
+
"Optional system prompt override. If omitted, a generic worker-agent system prompt is used."
|
|
217470
|
+
)
|
|
217142
217471
|
});
|
|
217143
217472
|
DEFAULT_SYSTEM_PROMPT = `You are a focused worker subagent spawned by a main orchestrator agent.
|
|
217144
217473
|
|
|
@@ -217184,7 +217513,7 @@ HOW TO USE THIS:
|
|
|
217184
217513
|
- \`prompt\`: the actual work task. The subagent receives this as its user message.
|
|
217185
217514
|
- \`model\`: **default to \`quick-thinking\` (alias for \`anthropic/claude-haiku-4.5\`) unless you have a specific reason not to.** Subagents are billed in addition to your own turn \u2014 every Sonnet-class subagent doubles cost. Guidance:
|
|
217186
217515
|
- **\`quick-thinking\` / \`anthropic/claude-haiku-4.5\`** (cheapest, fast, strong tool use) \u2014 use this for: web/Usable search, summarisation, classification, simple extraction, drafting, tabular work, anything where one-shot quality is "good enough". Should be your **default**.
|
|
217187
|
-
- **\`google/gemini-3.
|
|
217516
|
+
- **\`google/gemini-3.8-flash\`** (cheap, huge context, multimodal/multi-lingual) \u2014 use this when: you need to read a 100k+-token document, the task is multi-lingual, or there's image/audio input.
|
|
217188
217517
|
- **\`deep-thinking\` / \`anthropic/claude-sonnet-5\`** (5\u201310\xD7 the cost of Haiku) \u2014 only use when: the work requires multi-step reasoning over conflicting evidence, code generation against a specific architecture, or careful policy/risk judgement. If you find yourself reaching for this for "research", reach for Haiku first.
|
|
217189
217518
|
- **\`google/gemini-3.1-pro-preview\`** \u2014 only when both massive context AND deep reasoning are required.
|
|
217190
217519
|
- \`allowedTools\`: tool names exactly as they appear in YOUR own tool list. Raw MCP names (no \`mcp__usable__\` prefix) for built-in / MCP tools; \`parent_*\` prefixed names for embed-host tools registered by the surrounding application (e.g. \`parent_search_vessel_registry\`). Subagents in embed contexts CAN use parent tools \u2014 list them here just like any other tool.
|
|
@@ -217387,7 +217716,13 @@ HOW TO USE THIS:
|
|
|
217387
217716
|
tokenUsage: response.tokenUsage
|
|
217388
217717
|
}
|
|
217389
217718
|
});
|
|
217390
|
-
const relayed = await maybeStartBackgroundRelay(
|
|
217719
|
+
const relayed = await maybeStartBackgroundRelay(
|
|
217720
|
+
redis,
|
|
217721
|
+
context,
|
|
217722
|
+
conversationId,
|
|
217723
|
+
taskId,
|
|
217724
|
+
success2
|
|
217725
|
+
);
|
|
217391
217726
|
if (!relayed) {
|
|
217392
217727
|
await maybeEmitPingPrompt(redis, conversationId, taskId);
|
|
217393
217728
|
}
|
|
@@ -217405,7 +217740,13 @@ HOW TO USE THIS:
|
|
|
217405
217740
|
taskId,
|
|
217406
217741
|
data: { error: errorMessage }
|
|
217407
217742
|
});
|
|
217408
|
-
const relayed = await maybeStartBackgroundRelay(
|
|
217743
|
+
const relayed = await maybeStartBackgroundRelay(
|
|
217744
|
+
redis,
|
|
217745
|
+
context,
|
|
217746
|
+
conversationId,
|
|
217747
|
+
taskId,
|
|
217748
|
+
false
|
|
217749
|
+
);
|
|
217409
217750
|
if (!relayed) {
|
|
217410
217751
|
await maybeEmitPingPrompt(redis, conversationId, taskId);
|
|
217411
217752
|
}
|
|
@@ -292548,6 +292889,7 @@ function getStreamingMode() {
|
|
|
292548
292889
|
return "sse";
|
|
292549
292890
|
}
|
|
292550
292891
|
function isClaudeModel(modelId) {
|
|
292892
|
+
if (ANTHROPIC_OPENROUTER_ONLY.has(modelId)) return false;
|
|
292551
292893
|
return modelId.startsWith("anthropic/") || modelId.includes("claude");
|
|
292552
292894
|
}
|
|
292553
292895
|
function filterImagesFromHistory(messages4, opts) {
|
|
@@ -297154,6 +297496,7 @@ var init_orchestrator = __esm({
|
|
|
297154
297496
|
init_logger();
|
|
297155
297497
|
init_model_config();
|
|
297156
297498
|
init_model_tiers();
|
|
297499
|
+
init_model_registry();
|
|
297157
297500
|
init_mcp();
|
|
297158
297501
|
init_model_registry();
|
|
297159
297502
|
init_openrouter_direct();
|
|
@@ -316174,7 +316517,7 @@ init_tui_select();
|
|
|
316174
316517
|
init_model_registry();
|
|
316175
316518
|
|
|
316176
316519
|
// package.json
|
|
316177
|
-
var version2 = "1.
|
|
316520
|
+
var version2 = "1.200.0";
|
|
316178
316521
|
|
|
316179
316522
|
// src/adapters/cli/model-catalog.ts
|
|
316180
316523
|
init_codex_auth();
|