@usabledev/usable-chat 1.181.1 → 1.182.1

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.
Files changed (2) hide show
  1. package/cli.js +1484 -78
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -45251,7 +45251,7 @@ var init_model_pricing = __esm({
45251
45251
  },
45252
45252
  "deepseek/deepseek-v3.1-terminus": {
45253
45253
  input: 27e-8,
45254
- output: 95e-8,
45254
+ output: 1e-6,
45255
45255
  multiplier: 2
45256
45256
  },
45257
45257
  "deepseek/deepseek-v3.2": {
@@ -45270,15 +45270,20 @@ var init_model_pricing = __esm({
45270
45270
  multiplier: 1
45271
45271
  },
45272
45272
  "deepseek/deepseek-v4-flash-0731": {
45273
- input: 9e-8,
45273
+ input: 8e-8,
45274
45274
  output: 18e-8,
45275
45275
  multiplier: 1
45276
45276
  },
45277
45277
  "deepseek/deepseek-v4-pro": {
45278
- input: 1168e-9,
45279
- output: 2336e-9,
45278
+ input: 13e-7,
45279
+ output: 26e-7,
45280
45280
  multiplier: 5
45281
45281
  },
45282
+ "deepseek/deepseek-v4-pro-0813": {
45283
+ input: 132e-8,
45284
+ output: 396e-8,
45285
+ multiplier: 7
45286
+ },
45282
45287
  // Google Models
45283
45288
  "google/gemini-2.5-flash": {
45284
45289
  input: 3e-7,
@@ -45295,6 +45300,16 @@ var init_model_pricing = __esm({
45295
45300
  output: 4e-7,
45296
45301
  multiplier: 1
45297
45302
  },
45303
+ "google/gemini-2.5-flash-lite:batch": {
45304
+ input: 5e-8,
45305
+ output: 2e-7,
45306
+ multiplier: 1
45307
+ },
45308
+ "google/gemini-2.5-flash:batch": {
45309
+ input: 15e-8,
45310
+ output: 125e-8,
45311
+ multiplier: 2
45312
+ },
45298
45313
  "google/gemini-2.5-pro": {
45299
45314
  input: 125e-8,
45300
45315
  output: 1e-5,
@@ -45310,11 +45325,21 @@ var init_model_pricing = __esm({
45310
45325
  output: 1e-5,
45311
45326
  multiplier: 15
45312
45327
  },
45328
+ "google/gemini-2.5-pro:batch": {
45329
+ input: 625e-9,
45330
+ output: 5e-6,
45331
+ multiplier: 8
45332
+ },
45313
45333
  "google/gemini-3-flash-preview": {
45314
45334
  input: 5e-7,
45315
45335
  output: 3e-6,
45316
45336
  multiplier: 5
45317
45337
  },
45338
+ "google/gemini-3-flash-preview:batch": {
45339
+ input: 25e-8,
45340
+ output: 15e-7,
45341
+ multiplier: 2
45342
+ },
45318
45343
  "google/gemini-3-pro-image": {
45319
45344
  input: 2e-6,
45320
45345
  output: 12e-6,
@@ -45350,6 +45375,11 @@ var init_model_pricing = __esm({
45350
45375
  output: 15e-7,
45351
45376
  multiplier: 2
45352
45377
  },
45378
+ "google/gemini-3.1-flash-lite:batch": {
45379
+ input: 125e-9,
45380
+ output: 75e-8,
45381
+ multiplier: 1
45382
+ },
45353
45383
  "google/gemini-3.1-pro-preview": {
45354
45384
  input: 2e-6,
45355
45385
  output: 12e-6,
@@ -45360,6 +45390,11 @@ var init_model_pricing = __esm({
45360
45390
  output: 12e-6,
45361
45391
  multiplier: 19
45362
45392
  },
45393
+ "google/gemini-3.1-pro-preview:batch": {
45394
+ input: 1e-6,
45395
+ output: 6e-6,
45396
+ multiplier: 9
45397
+ },
45363
45398
  "google/gemini-3.5-flash": {
45364
45399
  input: 15e-7,
45365
45400
  output: 9e-6,
@@ -45370,10 +45405,35 @@ var init_model_pricing = __esm({
45370
45405
  output: 25e-7,
45371
45406
  multiplier: 4
45372
45407
  },
45408
+ "google/gemini-3.5-flash-lite:batch": {
45409
+ input: 15e-8,
45410
+ output: 125e-8,
45411
+ multiplier: 2
45412
+ },
45413
+ "google/gemini-3.5-flash:batch": {
45414
+ input: 75e-8,
45415
+ output: 45e-7,
45416
+ multiplier: 7
45417
+ },
45373
45418
  "google/gemini-3.6-flash": {
45374
- input: 15e-7,
45375
- output: 75e-7,
45376
- multiplier: 12
45419
+ input: 75e-8,
45420
+ output: 375e-8,
45421
+ multiplier: 6
45422
+ },
45423
+ "google/gemini-3.6-flash:batch": {
45424
+ input: 375e-9,
45425
+ output: 1875e-9,
45426
+ multiplier: 3
45427
+ },
45428
+ "google/gemini-3.7-flash": {
45429
+ input: 75e-8,
45430
+ output: 375e-8,
45431
+ multiplier: 6
45432
+ },
45433
+ "google/gemini-3.7-flash:batch": {
45434
+ input: 1875e-10,
45435
+ output: 9375e-10,
45436
+ multiplier: 2
45377
45437
  },
45378
45438
  "google/gemma-3-12b-it": {
45379
45439
  input: 5e-8,
@@ -45564,14 +45624,19 @@ var init_model_pricing = __esm({
45564
45624
  multiplier: 6
45565
45625
  },
45566
45626
  "moonshotai/kimi-k2.7-code": {
45567
- input: 74e-8,
45568
- output: 35e-7,
45569
- multiplier: 6
45627
+ input: 68e-8,
45628
+ output: 34e-7,
45629
+ multiplier: 5
45630
+ },
45631
+ "moonshotai/kimi-k2.7-code:batch": {
45632
+ input: 475e-9,
45633
+ output: 2e-6,
45634
+ multiplier: 3
45570
45635
  },
45571
45636
  "moonshotai/kimi-k3": {
45572
- input: 3e-6,
45573
- output: 15e-6,
45574
- multiplier: 24
45637
+ input: 285e-8,
45638
+ output: 1425e-8,
45639
+ multiplier: 23
45575
45640
  },
45576
45641
  // Nvidia Models
45577
45642
  "nvidia/nemotron-3-nano-30b-a3b": {
@@ -45589,6 +45654,16 @@ var init_model_pricing = __esm({
45589
45654
  output: 22e-7,
45590
45655
  multiplier: 4
45591
45656
  },
45657
+ "nvidia/nemotron-3-ultra-550b-a55b:batch": {
45658
+ input: 3e-7,
45659
+ output: 18e-7,
45660
+ multiplier: 3
45661
+ },
45662
+ "nvidia/nemotron-3.5-lightning": {
45663
+ input: 8e-8,
45664
+ output: 2e-7,
45665
+ multiplier: 1
45666
+ },
45592
45667
  // Openai Models
45593
45668
  "openai/gpt-3.5-turbo": {
45594
45669
  input: 5e-7,
@@ -45610,6 +45685,11 @@ var init_model_pricing = __esm({
45610
45685
  output: 2e-6,
45611
45686
  multiplier: 5
45612
45687
  },
45688
+ "openai/gpt-3.5-turbo:batch": {
45689
+ input: 25e-8,
45690
+ output: 75e-8,
45691
+ multiplier: 1
45692
+ },
45613
45693
  "openai/gpt-4": {
45614
45694
  input: 3e-5,
45615
45695
  output: 6e-5,
@@ -45625,6 +45705,11 @@ var init_model_pricing = __esm({
45625
45705
  output: 3e-5,
45626
45706
  multiplier: 53
45627
45707
  },
45708
+ "openai/gpt-4-turbo:batch": {
45709
+ input: 5e-6,
45710
+ output: 15e-6,
45711
+ multiplier: 27
45712
+ },
45628
45713
  "openai/gpt-4.1": {
45629
45714
  input: 2e-6,
45630
45715
  output: 8e-6,
@@ -45635,11 +45720,26 @@ var init_model_pricing = __esm({
45635
45720
  output: 16e-7,
45636
45721
  multiplier: 3
45637
45722
  },
45723
+ "openai/gpt-4.1-mini:batch": {
45724
+ input: 2e-7,
45725
+ output: 8e-7,
45726
+ multiplier: 1
45727
+ },
45638
45728
  "openai/gpt-4.1-nano": {
45639
45729
  input: 1e-7,
45640
45730
  output: 4e-7,
45641
45731
  multiplier: 1
45642
45732
  },
45733
+ "openai/gpt-4.1-nano:batch": {
45734
+ input: 5e-8,
45735
+ output: 2e-7,
45736
+ multiplier: 1
45737
+ },
45738
+ "openai/gpt-4.1:batch": {
45739
+ input: 1e-6,
45740
+ output: 4e-6,
45741
+ multiplier: 7
45742
+ },
45643
45743
  "openai/gpt-4o": {
45644
45744
  input: 25e-7,
45645
45745
  output: 1e-5,
@@ -45670,11 +45770,26 @@ var init_model_pricing = __esm({
45670
45770
  output: 6e-7,
45671
45771
  multiplier: 1
45672
45772
  },
45773
+ "openai/gpt-4o-mini:batch": {
45774
+ input: 75e-9,
45775
+ output: 3e-7,
45776
+ multiplier: 1
45777
+ },
45778
+ "openai/gpt-4o:batch": {
45779
+ input: 125e-8,
45780
+ output: 5e-6,
45781
+ multiplier: 8
45782
+ },
45673
45783
  "openai/gpt-5": {
45674
45784
  input: 125e-8,
45675
45785
  output: 1e-5,
45676
45786
  multiplier: 15
45677
45787
  },
45788
+ "openai/gpt-5-codex:batch": {
45789
+ input: 625e-9,
45790
+ output: 5e-6,
45791
+ multiplier: 8
45792
+ },
45678
45793
  "openai/gpt-5-image": {
45679
45794
  input: 1e-5,
45680
45795
  output: 1e-5,
@@ -45690,16 +45805,36 @@ var init_model_pricing = __esm({
45690
45805
  output: 2e-6,
45691
45806
  multiplier: 3
45692
45807
  },
45808
+ "openai/gpt-5-mini:batch": {
45809
+ input: 125e-9,
45810
+ output: 1e-6,
45811
+ multiplier: 2
45812
+ },
45693
45813
  "openai/gpt-5-nano": {
45694
45814
  input: 5e-8,
45695
45815
  output: 4e-7,
45696
45816
  multiplier: 1
45697
45817
  },
45818
+ "openai/gpt-5-nano:batch": {
45819
+ input: 25e-9,
45820
+ output: 2e-7,
45821
+ multiplier: 1
45822
+ },
45698
45823
  "openai/gpt-5-pro": {
45699
45824
  input: 15e-6,
45700
45825
  output: 12e-5,
45701
45826
  multiplier: 180
45702
45827
  },
45828
+ "openai/gpt-5-pro:batch": {
45829
+ input: 75e-7,
45830
+ output: 6e-5,
45831
+ multiplier: 90
45832
+ },
45833
+ "openai/gpt-5:batch": {
45834
+ input: 625e-9,
45835
+ output: 5e-6,
45836
+ multiplier: 8
45837
+ },
45703
45838
  "openai/gpt-5.1": {
45704
45839
  input: 125e-8,
45705
45840
  output: 1e-5,
@@ -45720,6 +45855,11 @@ var init_model_pricing = __esm({
45720
45855
  output: 2e-6,
45721
45856
  multiplier: 3
45722
45857
  },
45858
+ "openai/gpt-5.1:batch": {
45859
+ input: 625e-9,
45860
+ output: 5e-6,
45861
+ multiplier: 8
45862
+ },
45723
45863
  "openai/gpt-5.2": {
45724
45864
  input: 175e-8,
45725
45865
  output: 14e-6,
@@ -45740,10 +45880,15 @@ var init_model_pricing = __esm({
45740
45880
  output: 168e-6,
45741
45881
  multiplier: 252
45742
45882
  },
45743
- "openai/gpt-5.3-chat": {
45744
- input: 175e-8,
45745
- output: 14e-6,
45746
- multiplier: 21
45883
+ "openai/gpt-5.2-pro:batch": {
45884
+ input: 105e-7,
45885
+ output: 84e-6,
45886
+ multiplier: 126
45887
+ },
45888
+ "openai/gpt-5.2:batch": {
45889
+ input: 875e-9,
45890
+ output: 7e-6,
45891
+ multiplier: 11
45747
45892
  },
45748
45893
  "openai/gpt-5.3-codex": {
45749
45894
  input: 175e-8,
@@ -45765,16 +45910,36 @@ var init_model_pricing = __esm({
45765
45910
  output: 45e-7,
45766
45911
  multiplier: 7
45767
45912
  },
45913
+ "openai/gpt-5.4-mini:batch": {
45914
+ input: 375e-9,
45915
+ output: 225e-8,
45916
+ multiplier: 4
45917
+ },
45768
45918
  "openai/gpt-5.4-nano": {
45769
45919
  input: 2e-7,
45770
45920
  output: 125e-8,
45771
45921
  multiplier: 2
45772
45922
  },
45923
+ "openai/gpt-5.4-nano:batch": {
45924
+ input: 1e-7,
45925
+ output: 625e-9,
45926
+ multiplier: 1
45927
+ },
45773
45928
  "openai/gpt-5.4-pro": {
45774
45929
  input: 3e-5,
45775
45930
  output: 18e-5,
45776
45931
  multiplier: 280
45777
45932
  },
45933
+ "openai/gpt-5.4-pro:batch": {
45934
+ input: 15e-6,
45935
+ output: 9e-5,
45936
+ multiplier: 140
45937
+ },
45938
+ "openai/gpt-5.4:batch": {
45939
+ input: 125e-8,
45940
+ output: 75e-7,
45941
+ multiplier: 12
45942
+ },
45778
45943
  "openai/gpt-5.5": {
45779
45944
  input: 5e-6,
45780
45945
  output: 3e-5,
@@ -45785,32 +45950,72 @@ var init_model_pricing = __esm({
45785
45950
  output: 18e-5,
45786
45951
  multiplier: 280
45787
45952
  },
45953
+ "openai/gpt-5.5-pro:batch": {
45954
+ input: 15e-6,
45955
+ output: 9e-5,
45956
+ multiplier: 140
45957
+ },
45958
+ "openai/gpt-5.5:batch": {
45959
+ input: 25e-7,
45960
+ output: 15e-6,
45961
+ multiplier: 23
45962
+ },
45788
45963
  "openai/gpt-5.6-luna": {
45964
+ input: 2e-7,
45965
+ output: 12e-7,
45966
+ multiplier: 2
45967
+ },
45968
+ "openai/gpt-5.6-luna-pro": {
45969
+ input: 2e-7,
45970
+ output: 12e-7,
45971
+ multiplier: 2
45972
+ },
45973
+ "openai/gpt-5.6-luna-pro:batch": {
45789
45974
  input: 1e-7,
45790
45975
  output: 6e-7,
45791
45976
  multiplier: 1
45792
45977
  },
45793
- "openai/gpt-5.6-luna-pro": {
45978
+ "openai/gpt-5.6-luna:batch": {
45794
45979
  input: 1e-7,
45795
45980
  output: 6e-7,
45796
45981
  multiplier: 1
45797
45982
  },
45798
45983
  "openai/gpt-5.6-sol": {
45799
- input: 5e-6,
45800
- output: 3e-5,
45801
- multiplier: 47
45984
+ input: 25e-7,
45985
+ output: 15e-6,
45986
+ multiplier: 23
45802
45987
  },
45803
45988
  "openai/gpt-5.6-sol-pro": {
45804
- input: 5e-6,
45805
- output: 3e-5,
45806
- multiplier: 47
45989
+ input: 25e-7,
45990
+ output: 15e-6,
45991
+ multiplier: 23
45992
+ },
45993
+ "openai/gpt-5.6-sol-pro:batch": {
45994
+ input: 125e-8,
45995
+ output: 75e-7,
45996
+ multiplier: 12
45997
+ },
45998
+ "openai/gpt-5.6-sol:batch": {
45999
+ input: 125e-8,
46000
+ output: 75e-7,
46001
+ multiplier: 12
45807
46002
  },
45808
46003
  "openai/gpt-5.6-terra": {
46004
+ input: 2e-6,
46005
+ output: 12e-6,
46006
+ multiplier: 19
46007
+ },
46008
+ "openai/gpt-5.6-terra-pro": {
46009
+ input: 2e-6,
46010
+ output: 12e-6,
46011
+ multiplier: 19
46012
+ },
46013
+ "openai/gpt-5.6-terra-pro:batch": {
45809
46014
  input: 1e-6,
45810
46015
  output: 6e-6,
45811
46016
  multiplier: 9
45812
46017
  },
45813
- "openai/gpt-5.6-terra-pro": {
46018
+ "openai/gpt-5.6-terra:batch": {
45814
46019
  input: 1e-6,
45815
46020
  output: 6e-6,
45816
46021
  multiplier: 9
@@ -45855,6 +46060,16 @@ var init_model_pricing = __esm({
45855
46060
  output: 6e-4,
45856
46061
  multiplier: 1e3
45857
46062
  },
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
+ },
45858
46073
  "openai/o3": {
45859
46074
  input: 2e-6,
45860
46075
  output: 8e-6,
@@ -45870,11 +46085,31 @@ var init_model_pricing = __esm({
45870
46085
  output: 44e-7,
45871
46086
  multiplier: 7
45872
46087
  },
46088
+ "openai/o3-mini-high:batch": {
46089
+ input: 55e-8,
46090
+ output: 22e-7,
46091
+ multiplier: 4
46092
+ },
46093
+ "openai/o3-mini:batch": {
46094
+ input: 55e-8,
46095
+ output: 22e-7,
46096
+ multiplier: 4
46097
+ },
45873
46098
  "openai/o3-pro": {
45874
46099
  input: 2e-5,
45875
46100
  output: 8e-5,
45876
46101
  multiplier: 133
45877
46102
  },
46103
+ "openai/o3-pro:batch": {
46104
+ input: 1e-5,
46105
+ output: 4e-5,
46106
+ multiplier: 67
46107
+ },
46108
+ "openai/o3:batch": {
46109
+ input: 1e-6,
46110
+ output: 4e-6,
46111
+ multiplier: 7
46112
+ },
45878
46113
  "openai/o4-mini": {
45879
46114
  input: 11e-7,
45880
46115
  output: 44e-7,
@@ -45885,6 +46120,16 @@ var init_model_pricing = __esm({
45885
46120
  output: 44e-7,
45886
46121
  multiplier: 7
45887
46122
  },
46123
+ "openai/o4-mini-high:batch": {
46124
+ input: 55e-8,
46125
+ output: 22e-7,
46126
+ multiplier: 4
46127
+ },
46128
+ "openai/o4-mini:batch": {
46129
+ input: 55e-8,
46130
+ output: 22e-7,
46131
+ multiplier: 4
46132
+ },
45888
46133
  // Qwen Models
45889
46134
  "qwen/qwen-2.5-72b-instruct": {
45890
46135
  input: 36e-8,
@@ -45907,9 +46152,9 @@ var init_model_pricing = __esm({
45907
46152
  multiplier: 1
45908
46153
  },
45909
46154
  "qwen/qwen-plus-2025-07-28:thinking": {
45910
- input: 4e-7,
45911
- output: 12e-7,
45912
- multiplier: 2
46155
+ input: 26e-8,
46156
+ output: 78e-8,
46157
+ multiplier: 1
45913
46158
  },
45914
46159
  "qwen/qwen2.5-vl-72b-instruct": {
45915
46160
  input: 25e-8,
@@ -46121,6 +46366,16 @@ var init_model_pricing = __esm({
46121
46366
  output: 128e-8,
46122
46367
  multiplier: 2
46123
46368
  },
46369
+ "qwen/qwen3.8-2.4t-a95b": {
46370
+ input: 2e-6,
46371
+ output: 6e-6,
46372
+ multiplier: 11
46373
+ },
46374
+ "qwen/qwen3.8-max": {
46375
+ input: 2e-6,
46376
+ output: 6e-6,
46377
+ multiplier: 11
46378
+ },
46124
46379
  // Xiaomi Models
46125
46380
  "xiaomi/mimo-v2.5": {
46126
46381
  input: 14e-8,
@@ -46148,6 +46403,144 @@ var init_model_registry_generated = __esm({
46148
46403
  "src/lib/model-registry-generated.ts"() {
46149
46404
  "use strict";
46150
46405
  GENERATED_MODELS = [
46406
+ {
46407
+ id: "google/gemini-3.7-flash",
46408
+ displayName: "Gemini 3.7 Flash",
46409
+ vendor: "google",
46410
+ category: "balanced",
46411
+ capabilities: {
46412
+ vision: true,
46413
+ reasoning: true,
46414
+ maxTokens: 65536,
46415
+ contextLength: 1048576
46416
+ },
46417
+ pricing: {
46418
+ inputPer1M: 0.75,
46419
+ outputPer1M: 3.75,
46420
+ multiplier: 6
46421
+ },
46422
+ availability: {
46423
+ mainChat: false,
46424
+ experts: true,
46425
+ embeds: true
46426
+ },
46427
+ createdAt: 1786640581
46428
+ },
46429
+ {
46430
+ id: "google/gemini-3.7-flash:batch",
46431
+ displayName: "Gemini 3.7 Flash (batch)",
46432
+ vendor: "google",
46433
+ category: "fast",
46434
+ capabilities: {
46435
+ vision: true,
46436
+ reasoning: true,
46437
+ maxTokens: 65536,
46438
+ contextLength: 1048576
46439
+ },
46440
+ pricing: {
46441
+ inputPer1M: 0.1875,
46442
+ outputPer1M: 0.9375,
46443
+ multiplier: 2
46444
+ },
46445
+ availability: {
46446
+ mainChat: false,
46447
+ experts: true,
46448
+ embeds: true
46449
+ },
46450
+ createdAt: 1786640581
46451
+ },
46452
+ {
46453
+ id: "qwen/qwen3.8-2.4t-a95b",
46454
+ displayName: "Qwen3.8 2.4T A95B",
46455
+ vendor: "qwen",
46456
+ category: "balanced",
46457
+ capabilities: {
46458
+ vision: false,
46459
+ reasoning: false,
46460
+ maxTokens: 131072,
46461
+ contextLength: 1048576
46462
+ },
46463
+ pricing: {
46464
+ inputPer1M: 2,
46465
+ outputPer1M: 6,
46466
+ multiplier: 11
46467
+ },
46468
+ availability: {
46469
+ mainChat: false,
46470
+ experts: true,
46471
+ embeds: true
46472
+ },
46473
+ createdAt: 1786551702
46474
+ },
46475
+ {
46476
+ id: "deepseek/deepseek-v4-pro-0813",
46477
+ displayName: "DeepSeek V4 Pro 0813",
46478
+ vendor: "deepseek",
46479
+ category: "balanced",
46480
+ capabilities: {
46481
+ vision: false,
46482
+ reasoning: true,
46483
+ maxTokens: 393216,
46484
+ contextLength: 1048576
46485
+ },
46486
+ pricing: {
46487
+ inputPer1M: 1.32,
46488
+ outputPer1M: 3.96,
46489
+ multiplier: 7
46490
+ },
46491
+ availability: {
46492
+ mainChat: false,
46493
+ experts: true,
46494
+ embeds: true
46495
+ },
46496
+ createdAt: 1786549364
46497
+ },
46498
+ {
46499
+ id: "nvidia/nemotron-3.5-lightning",
46500
+ displayName: "NVIDIA: Nemotron 3.5 Lightning",
46501
+ vendor: "nvidia",
46502
+ category: "fast",
46503
+ capabilities: {
46504
+ vision: false,
46505
+ reasoning: false,
46506
+ maxTokens: 131072,
46507
+ contextLength: 262144
46508
+ },
46509
+ pricing: {
46510
+ inputPer1M: 0.08,
46511
+ outputPer1M: 0.2,
46512
+ multiplier: 1
46513
+ },
46514
+ availability: {
46515
+ mainChat: false,
46516
+ experts: true,
46517
+ embeds: true
46518
+ },
46519
+ createdAt: 1786452751
46520
+ },
46521
+ {
46522
+ id: "qwen/qwen3.8-max",
46523
+ displayName: "Qwen3.8 Max",
46524
+ vendor: "qwen",
46525
+ category: "balanced",
46526
+ capabilities: {
46527
+ vision: true,
46528
+ reasoning: false,
46529
+ maxTokens: 131072,
46530
+ contextLength: 1e6
46531
+ },
46532
+ pricing: {
46533
+ inputPer1M: 2,
46534
+ outputPer1M: 6,
46535
+ multiplier: 11
46536
+ },
46537
+ availability: {
46538
+ mainChat: false,
46539
+ experts: true,
46540
+ embeds: true
46541
+ },
46542
+ createdAt: 1785731612
46543
+ },
46151
46544
  {
46152
46545
  id: "deepseek/deepseek-v4-flash-0731",
46153
46546
  displayName: "DeepSeek V4 Flash 0731",
@@ -46156,11 +46549,11 @@ var init_model_registry_generated = __esm({
46156
46549
  capabilities: {
46157
46550
  vision: false,
46158
46551
  reasoning: false,
46159
- maxTokens: 65536,
46552
+ maxTokens: 384e3,
46160
46553
  contextLength: 1048576
46161
46554
  },
46162
46555
  pricing: {
46163
- inputPer1M: 0.09,
46556
+ inputPer1M: 0.08,
46164
46557
  outputPer1M: 0.18,
46165
46558
  multiplier: 1
46166
46559
  },
@@ -46229,9 +46622,32 @@ var init_model_registry_generated = __esm({
46229
46622
  contextLength: 1048576
46230
46623
  },
46231
46624
  pricing: {
46232
- inputPer1M: 1.5,
46233
- outputPer1M: 7.5,
46234
- multiplier: 12
46625
+ inputPer1M: 0.75,
46626
+ outputPer1M: 3.75,
46627
+ multiplier: 6
46628
+ },
46629
+ availability: {
46630
+ mainChat: false,
46631
+ experts: true,
46632
+ embeds: true
46633
+ },
46634
+ createdAt: 1784646733
46635
+ },
46636
+ {
46637
+ id: "google/gemini-3.6-flash:batch",
46638
+ displayName: "Gemini 3.6 Flash (batch)",
46639
+ vendor: "google",
46640
+ category: "fast",
46641
+ capabilities: {
46642
+ vision: true,
46643
+ reasoning: false,
46644
+ maxTokens: 65536,
46645
+ contextLength: 1048576
46646
+ },
46647
+ pricing: {
46648
+ inputPer1M: 0.375,
46649
+ outputPer1M: 1.875,
46650
+ multiplier: 3
46235
46651
  },
46236
46652
  availability: {
46237
46653
  mainChat: false,
@@ -46263,6 +46679,29 @@ var init_model_registry_generated = __esm({
46263
46679
  },
46264
46680
  createdAt: 1784646726
46265
46681
  },
46682
+ {
46683
+ id: "google/gemini-3.5-flash-lite:batch",
46684
+ displayName: "Gemini 3.5 Flash Lite (batch)",
46685
+ vendor: "google",
46686
+ category: "fast",
46687
+ capabilities: {
46688
+ vision: true,
46689
+ reasoning: false,
46690
+ maxTokens: 65536,
46691
+ contextLength: 1048576
46692
+ },
46693
+ pricing: {
46694
+ inputPer1M: 0.15,
46695
+ outputPer1M: 1.25,
46696
+ multiplier: 2
46697
+ },
46698
+ availability: {
46699
+ mainChat: false,
46700
+ experts: true,
46701
+ embeds: true
46702
+ },
46703
+ createdAt: 1784646726
46704
+ },
46266
46705
  {
46267
46706
  id: "moonshotai/kimi-k3",
46268
46707
  displayName: "MoonshotAI: Kimi K3",
@@ -46271,13 +46710,13 @@ var init_model_registry_generated = __esm({
46271
46710
  capabilities: {
46272
46711
  vision: true,
46273
46712
  reasoning: false,
46274
- maxTokens: 4e4,
46713
+ maxTokens: 16384,
46275
46714
  contextLength: 1048576
46276
46715
  },
46277
46716
  pricing: {
46278
- inputPer1M: 3,
46279
- outputPer1M: 15,
46280
- multiplier: 24
46717
+ inputPer1M: 2.85,
46718
+ outputPer1M: 14.25,
46719
+ multiplier: 23
46281
46720
  },
46282
46721
  availability: {
46283
46722
  mainChat: false,
@@ -46297,6 +46736,29 @@ var init_model_registry_generated = __esm({
46297
46736
  maxTokens: 128e3,
46298
46737
  contextLength: 105e4
46299
46738
  },
46739
+ pricing: {
46740
+ inputPer1M: 0.2,
46741
+ outputPer1M: 1.2,
46742
+ multiplier: 2
46743
+ },
46744
+ availability: {
46745
+ mainChat: false,
46746
+ experts: true,
46747
+ embeds: true
46748
+ },
46749
+ createdAt: 1783590867
46750
+ },
46751
+ {
46752
+ id: "openai/gpt-5.6-luna-pro:batch",
46753
+ displayName: "GPT-5.6 Luna Pro (batch)",
46754
+ vendor: "openai",
46755
+ category: "fast",
46756
+ capabilities: {
46757
+ vision: true,
46758
+ reasoning: true,
46759
+ maxTokens: 128e3,
46760
+ contextLength: 105e4
46761
+ },
46300
46762
  pricing: {
46301
46763
  inputPer1M: 0.1,
46302
46764
  outputPer1M: 0.6,
@@ -46320,6 +46782,29 @@ var init_model_registry_generated = __esm({
46320
46782
  maxTokens: 128e3,
46321
46783
  contextLength: 105e4
46322
46784
  },
46785
+ pricing: {
46786
+ inputPer1M: 0.2,
46787
+ outputPer1M: 1.2,
46788
+ multiplier: 2
46789
+ },
46790
+ availability: {
46791
+ mainChat: false,
46792
+ experts: true,
46793
+ embeds: true
46794
+ },
46795
+ createdAt: 1783590864
46796
+ },
46797
+ {
46798
+ id: "openai/gpt-5.6-luna:batch",
46799
+ displayName: "GPT-5.6 Luna (batch)",
46800
+ vendor: "openai",
46801
+ category: "fast",
46802
+ capabilities: {
46803
+ vision: true,
46804
+ reasoning: true,
46805
+ maxTokens: 128e3,
46806
+ contextLength: 105e4
46807
+ },
46323
46808
  pricing: {
46324
46809
  inputPer1M: 0.1,
46325
46810
  outputPer1M: 0.6,
@@ -46343,6 +46828,29 @@ var init_model_registry_generated = __esm({
46343
46828
  maxTokens: 128e3,
46344
46829
  contextLength: 105e4
46345
46830
  },
46831
+ pricing: {
46832
+ inputPer1M: 2,
46833
+ outputPer1M: 12,
46834
+ multiplier: 19
46835
+ },
46836
+ availability: {
46837
+ mainChat: false,
46838
+ experts: true,
46839
+ embeds: true
46840
+ },
46841
+ createdAt: 1783590861
46842
+ },
46843
+ {
46844
+ id: "openai/gpt-5.6-terra-pro:batch",
46845
+ displayName: "GPT-5.6 Terra Pro (batch)",
46846
+ vendor: "openai",
46847
+ category: "balanced",
46848
+ capabilities: {
46849
+ vision: true,
46850
+ reasoning: true,
46851
+ maxTokens: 128e3,
46852
+ contextLength: 105e4
46853
+ },
46346
46854
  pricing: {
46347
46855
  inputPer1M: 1,
46348
46856
  outputPer1M: 6,
@@ -46366,6 +46874,29 @@ var init_model_registry_generated = __esm({
46366
46874
  maxTokens: 128e3,
46367
46875
  contextLength: 105e4
46368
46876
  },
46877
+ pricing: {
46878
+ inputPer1M: 2,
46879
+ outputPer1M: 12,
46880
+ multiplier: 19
46881
+ },
46882
+ availability: {
46883
+ mainChat: false,
46884
+ experts: true,
46885
+ embeds: true
46886
+ },
46887
+ createdAt: 1783590857
46888
+ },
46889
+ {
46890
+ id: "openai/gpt-5.6-terra:batch",
46891
+ displayName: "GPT-5.6 Terra (batch)",
46892
+ vendor: "openai",
46893
+ category: "balanced",
46894
+ capabilities: {
46895
+ vision: true,
46896
+ reasoning: true,
46897
+ maxTokens: 128e3,
46898
+ contextLength: 105e4
46899
+ },
46369
46900
  pricing: {
46370
46901
  inputPer1M: 1,
46371
46902
  outputPer1M: 6,
@@ -46390,9 +46921,32 @@ var init_model_registry_generated = __esm({
46390
46921
  contextLength: 105e4
46391
46922
  },
46392
46923
  pricing: {
46393
- inputPer1M: 5,
46394
- outputPer1M: 30,
46395
- multiplier: 47
46924
+ inputPer1M: 2.5,
46925
+ outputPer1M: 15,
46926
+ multiplier: 23
46927
+ },
46928
+ availability: {
46929
+ mainChat: false,
46930
+ experts: true,
46931
+ embeds: true
46932
+ },
46933
+ createdAt: 1783590854
46934
+ },
46935
+ {
46936
+ id: "openai/gpt-5.6-sol-pro:batch",
46937
+ displayName: "GPT-5.6 Sol Pro (batch)",
46938
+ vendor: "openai",
46939
+ category: "balanced",
46940
+ capabilities: {
46941
+ vision: true,
46942
+ reasoning: true,
46943
+ maxTokens: 128e3,
46944
+ contextLength: 105e4
46945
+ },
46946
+ pricing: {
46947
+ inputPer1M: 1.25,
46948
+ outputPer1M: 7.5,
46949
+ multiplier: 12
46396
46950
  },
46397
46951
  availability: {
46398
46952
  mainChat: false,
@@ -46413,9 +46967,32 @@ var init_model_registry_generated = __esm({
46413
46967
  contextLength: 105e4
46414
46968
  },
46415
46969
  pricing: {
46416
- inputPer1M: 5,
46417
- outputPer1M: 30,
46418
- multiplier: 47
46970
+ inputPer1M: 2.5,
46971
+ outputPer1M: 15,
46972
+ multiplier: 23
46973
+ },
46974
+ availability: {
46975
+ mainChat: false,
46976
+ experts: true,
46977
+ embeds: true
46978
+ },
46979
+ createdAt: 1783590850
46980
+ },
46981
+ {
46982
+ id: "openai/gpt-5.6-sol:batch",
46983
+ displayName: "GPT-5.6 Sol (batch)",
46984
+ vendor: "openai",
46985
+ category: "balanced",
46986
+ capabilities: {
46987
+ vision: true,
46988
+ reasoning: true,
46989
+ maxTokens: 128e3,
46990
+ contextLength: 105e4
46991
+ },
46992
+ pricing: {
46993
+ inputPer1M: 1.25,
46994
+ outputPer1M: 7.5,
46995
+ multiplier: 12
46419
46996
  },
46420
46997
  availability: {
46421
46998
  mainChat: false,
@@ -46474,7 +47051,7 @@ var init_model_registry_generated = __esm({
46474
47051
  id: "moonshotai/kimi-k2.7-code",
46475
47052
  displayName: "MoonshotAI: Kimi K2.7 Code",
46476
47053
  vendor: "moonshotai",
46477
- category: "balanced",
47054
+ category: "fast",
46478
47055
  capabilities: {
46479
47056
  vision: true,
46480
47057
  reasoning: false,
@@ -46482,9 +47059,32 @@ var init_model_registry_generated = __esm({
46482
47059
  contextLength: 262144
46483
47060
  },
46484
47061
  pricing: {
46485
- inputPer1M: 0.74,
46486
- outputPer1M: 3.5,
46487
- multiplier: 6
47062
+ inputPer1M: 0.68,
47063
+ outputPer1M: 3.4,
47064
+ multiplier: 5
47065
+ },
47066
+ availability: {
47067
+ mainChat: false,
47068
+ experts: true,
47069
+ embeds: true
47070
+ },
47071
+ createdAt: 1781266361
47072
+ },
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
46488
47088
  },
46489
47089
  availability: {
46490
47090
  mainChat: false,
@@ -46539,6 +47139,29 @@ var init_model_registry_generated = __esm({
46539
47139
  },
46540
47140
  createdAt: 1780551208
46541
47141
  },
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
+ },
46542
47165
  {
46543
47166
  id: "qwen/qwen3.7-plus",
46544
47167
  displayName: "Qwen3.7 Plus",
@@ -46631,6 +47254,29 @@ var init_model_registry_generated = __esm({
46631
47254
  },
46632
47255
  createdAt: 1779193800
46633
47256
  },
47257
+ {
47258
+ id: "google/gemini-3.5-flash:batch",
47259
+ displayName: "Gemini 3.5 Flash (batch)",
47260
+ vendor: "google",
47261
+ category: "balanced",
47262
+ capabilities: {
47263
+ vision: true,
47264
+ reasoning: false,
47265
+ maxTokens: 65536,
47266
+ contextLength: 1048576
47267
+ },
47268
+ pricing: {
47269
+ inputPer1M: 0.75,
47270
+ outputPer1M: 4.5,
47271
+ multiplier: 7
47272
+ },
47273
+ availability: {
47274
+ mainChat: false,
47275
+ experts: true,
47276
+ embeds: true
47277
+ },
47278
+ createdAt: 1779193800
47279
+ },
46634
47280
  {
46635
47281
  id: "google/gemini-3.1-flash-lite",
46636
47282
  displayName: "Gemini 3.1 Flash Lite",
@@ -46654,6 +47300,29 @@ var init_model_registry_generated = __esm({
46654
47300
  },
46655
47301
  createdAt: 1778168828
46656
47302
  },
47303
+ {
47304
+ id: "google/gemini-3.1-flash-lite:batch",
47305
+ displayName: "Gemini 3.1 Flash Lite (batch)",
47306
+ vendor: "google",
47307
+ category: "fast",
47308
+ capabilities: {
47309
+ vision: true,
47310
+ reasoning: false,
47311
+ maxTokens: 65536,
47312
+ contextLength: 1048576
47313
+ },
47314
+ pricing: {
47315
+ inputPer1M: 0.125,
47316
+ outputPer1M: 0.75,
47317
+ multiplier: 1
47318
+ },
47319
+ availability: {
47320
+ mainChat: false,
47321
+ experts: true,
47322
+ embeds: true
47323
+ },
47324
+ createdAt: 1778168828
47325
+ },
46657
47326
  {
46658
47327
  id: "openai/gpt-chat-latest",
46659
47328
  displayName: "GPT Chat Latest",
@@ -46838,6 +47507,29 @@ var init_model_registry_generated = __esm({
46838
47507
  },
46839
47508
  createdAt: 1777051896
46840
47509
  },
47510
+ {
47511
+ id: "openai/gpt-5.5-pro:batch",
47512
+ displayName: "GPT-5.5 Pro (batch)",
47513
+ vendor: "openai",
47514
+ category: "specialized",
47515
+ capabilities: {
47516
+ vision: true,
47517
+ reasoning: true,
47518
+ maxTokens: 128e3,
47519
+ contextLength: 105e4
47520
+ },
47521
+ pricing: {
47522
+ inputPer1M: 15,
47523
+ outputPer1M: 90,
47524
+ multiplier: 140
47525
+ },
47526
+ availability: {
47527
+ mainChat: false,
47528
+ experts: true,
47529
+ embeds: true
47530
+ },
47531
+ createdAt: 1777051896
47532
+ },
46841
47533
  {
46842
47534
  id: "openai/gpt-5.5",
46843
47535
  displayName: "GPT-5.5",
@@ -46861,20 +47553,43 @@ var init_model_registry_generated = __esm({
46861
47553
  },
46862
47554
  createdAt: 1777051893
46863
47555
  },
47556
+ {
47557
+ id: "openai/gpt-5.5:batch",
47558
+ displayName: "GPT-5.5 (batch)",
47559
+ vendor: "openai",
47560
+ category: "powerful",
47561
+ capabilities: {
47562
+ vision: true,
47563
+ reasoning: true,
47564
+ maxTokens: 128e3,
47565
+ contextLength: 105e4
47566
+ },
47567
+ pricing: {
47568
+ inputPer1M: 2.5,
47569
+ outputPer1M: 15,
47570
+ multiplier: 23
47571
+ },
47572
+ availability: {
47573
+ mainChat: false,
47574
+ experts: true,
47575
+ embeds: true
47576
+ },
47577
+ createdAt: 1777051893
47578
+ },
46864
47579
  {
46865
47580
  id: "deepseek/deepseek-v4-pro",
46866
- displayName: "DeepSeek V4 Pro",
47581
+ displayName: "DeepSeek V4 Pro 0423",
46867
47582
  vendor: "deepseek",
46868
47583
  category: "fast",
46869
47584
  capabilities: {
46870
47585
  vision: false,
46871
47586
  reasoning: true,
46872
- maxTokens: 393216,
47587
+ maxTokens: 16384,
46873
47588
  contextLength: 1048576
46874
47589
  },
46875
47590
  pricing: {
46876
- inputPer1M: 1.168,
46877
- outputPer1M: 2.336,
47591
+ inputPer1M: 1.3,
47592
+ outputPer1M: 2.6,
46878
47593
  multiplier: 5
46879
47594
  },
46880
47595
  availability: {
@@ -46886,7 +47601,7 @@ var init_model_registry_generated = __esm({
46886
47601
  },
46887
47602
  {
46888
47603
  id: "deepseek/deepseek-v4-flash",
46889
- displayName: "DeepSeek V4 Flash",
47604
+ displayName: "DeepSeek V4 Flash 0423",
46890
47605
  vendor: "deepseek",
46891
47606
  category: "fast",
46892
47607
  capabilities: {
@@ -47091,6 +47806,29 @@ var init_model_registry_generated = __esm({
47091
47806
  },
47092
47807
  createdAt: 1773748187
47093
47808
  },
47809
+ {
47810
+ id: "openai/gpt-5.4-nano:batch",
47811
+ displayName: "GPT-5.4 Nano (batch)",
47812
+ vendor: "openai",
47813
+ category: "fast",
47814
+ capabilities: {
47815
+ vision: true,
47816
+ reasoning: true,
47817
+ maxTokens: 128e3,
47818
+ contextLength: 4e5
47819
+ },
47820
+ pricing: {
47821
+ inputPer1M: 0.1,
47822
+ outputPer1M: 0.625,
47823
+ multiplier: 1
47824
+ },
47825
+ availability: {
47826
+ mainChat: false,
47827
+ experts: true,
47828
+ embeds: true
47829
+ },
47830
+ createdAt: 1773748187
47831
+ },
47094
47832
  {
47095
47833
  id: "openai/gpt-5.4-mini",
47096
47834
  displayName: "GPT-5.4 Mini",
@@ -47114,6 +47852,29 @@ var init_model_registry_generated = __esm({
47114
47852
  },
47115
47853
  createdAt: 1773748178
47116
47854
  },
47855
+ {
47856
+ id: "openai/gpt-5.4-mini:batch",
47857
+ displayName: "GPT-5.4 Mini (batch)",
47858
+ vendor: "openai",
47859
+ category: "fast",
47860
+ capabilities: {
47861
+ vision: true,
47862
+ reasoning: true,
47863
+ maxTokens: 128e3,
47864
+ contextLength: 4e5
47865
+ },
47866
+ pricing: {
47867
+ inputPer1M: 0.375,
47868
+ outputPer1M: 2.25,
47869
+ multiplier: 4
47870
+ },
47871
+ availability: {
47872
+ mainChat: false,
47873
+ experts: true,
47874
+ embeds: true
47875
+ },
47876
+ createdAt: 1773748178
47877
+ },
47117
47878
  {
47118
47879
  id: "mistralai/mistral-small-2603",
47119
47880
  displayName: "Mistral Small 4",
@@ -47206,6 +47967,29 @@ var init_model_registry_generated = __esm({
47206
47967
  },
47207
47968
  createdAt: 1772734366
47208
47969
  },
47970
+ {
47971
+ id: "openai/gpt-5.4-pro:batch",
47972
+ displayName: "GPT-5.4 Pro (batch)",
47973
+ vendor: "openai",
47974
+ category: "specialized",
47975
+ capabilities: {
47976
+ vision: true,
47977
+ reasoning: true,
47978
+ maxTokens: 128e3,
47979
+ contextLength: 105e4
47980
+ },
47981
+ pricing: {
47982
+ inputPer1M: 15,
47983
+ outputPer1M: 90,
47984
+ multiplier: 140
47985
+ },
47986
+ availability: {
47987
+ mainChat: false,
47988
+ experts: true,
47989
+ embeds: true
47990
+ },
47991
+ createdAt: 1772734366
47992
+ },
47209
47993
  {
47210
47994
  id: "openai/gpt-5.4",
47211
47995
  displayName: "GPT-5.4",
@@ -47230,27 +48014,27 @@ var init_model_registry_generated = __esm({
47230
48014
  createdAt: 1772734352
47231
48015
  },
47232
48016
  {
47233
- id: "openai/gpt-5.3-chat",
47234
- displayName: "GPT-5.3 Chat",
48017
+ id: "openai/gpt-5.4:batch",
48018
+ displayName: "GPT-5.4 (batch)",
47235
48019
  vendor: "openai",
47236
- category: "powerful",
48020
+ category: "balanced",
47237
48021
  capabilities: {
47238
48022
  vision: true,
47239
- reasoning: false,
47240
- maxTokens: 16384,
47241
- contextLength: 128e3
48023
+ reasoning: true,
48024
+ maxTokens: 128e3,
48025
+ contextLength: 105e4
47242
48026
  },
47243
48027
  pricing: {
47244
- inputPer1M: 1.75,
47245
- outputPer1M: 14,
47246
- multiplier: 21
48028
+ inputPer1M: 1.25,
48029
+ outputPer1M: 7.5,
48030
+ multiplier: 12
47247
48031
  },
47248
48032
  availability: {
47249
48033
  mainChat: false,
47250
48034
  experts: true,
47251
48035
  embeds: true
47252
48036
  },
47253
- createdAt: 1772564061
48037
+ createdAt: 1772734352
47254
48038
  },
47255
48039
  {
47256
48040
  id: "google/gemini-3.1-flash-lite-preview",
@@ -47436,6 +48220,29 @@ var init_model_registry_generated = __esm({
47436
48220
  },
47437
48221
  createdAt: 1771509627
47438
48222
  },
48223
+ {
48224
+ id: "google/gemini-3.1-pro-preview:batch",
48225
+ displayName: "Gemini 3.1 Pro Preview (batch)",
48226
+ vendor: "google",
48227
+ category: "balanced",
48228
+ capabilities: {
48229
+ vision: true,
48230
+ reasoning: true,
48231
+ maxTokens: 65536,
48232
+ contextLength: 1048576
48233
+ },
48234
+ pricing: {
48235
+ inputPer1M: 1,
48236
+ outputPer1M: 6,
48237
+ multiplier: 9
48238
+ },
48239
+ availability: {
48240
+ mainChat: false,
48241
+ experts: true,
48242
+ embeds: true
48243
+ },
48244
+ createdAt: 1771509627
48245
+ },
47439
48246
  {
47440
48247
  id: "anthropic/claude-sonnet-4.6",
47441
48248
  displayName: "Claude Sonnet 4.6",
@@ -47674,7 +48481,7 @@ var init_model_registry_generated = __esm({
47674
48481
  capabilities: {
47675
48482
  vision: true,
47676
48483
  reasoning: false,
47677
- maxTokens: 65535,
48484
+ maxTokens: 65536,
47678
48485
  contextLength: 1048576
47679
48486
  },
47680
48487
  pricing: {
@@ -47689,6 +48496,29 @@ var init_model_registry_generated = __esm({
47689
48496
  },
47690
48497
  createdAt: 1765987078
47691
48498
  },
48499
+ {
48500
+ id: "google/gemini-3-flash-preview:batch",
48501
+ displayName: "Gemini 3 Flash Preview (batch)",
48502
+ vendor: "google",
48503
+ category: "fast",
48504
+ capabilities: {
48505
+ vision: true,
48506
+ reasoning: false,
48507
+ maxTokens: 65536,
48508
+ contextLength: 1048576
48509
+ },
48510
+ pricing: {
48511
+ inputPer1M: 0.25,
48512
+ outputPer1M: 1.5,
48513
+ multiplier: 2
48514
+ },
48515
+ availability: {
48516
+ mainChat: false,
48517
+ experts: true,
48518
+ embeds: true
48519
+ },
48520
+ createdAt: 1765987078
48521
+ },
47692
48522
  {
47693
48523
  id: "nvidia/nemotron-3-nano-30b-a3b",
47694
48524
  displayName: "NVIDIA: Nemotron 3 Nano 30B A3B",
@@ -47720,7 +48550,7 @@ var init_model_registry_generated = __esm({
47720
48550
  capabilities: {
47721
48551
  vision: true,
47722
48552
  reasoning: false,
47723
- maxTokens: 16384,
48553
+ maxTokens: 32e3,
47724
48554
  contextLength: 128e3
47725
48555
  },
47726
48556
  pricing: {
@@ -47758,6 +48588,29 @@ var init_model_registry_generated = __esm({
47758
48588
  },
47759
48589
  createdAt: 1765389780
47760
48590
  },
48591
+ {
48592
+ id: "openai/gpt-5.2-pro:batch",
48593
+ displayName: "GPT-5.2 Pro (batch)",
48594
+ vendor: "openai",
48595
+ category: "specialized",
48596
+ capabilities: {
48597
+ vision: true,
48598
+ reasoning: true,
48599
+ maxTokens: 128e3,
48600
+ contextLength: 4e5
48601
+ },
48602
+ pricing: {
48603
+ inputPer1M: 10.5,
48604
+ outputPer1M: 84,
48605
+ multiplier: 126
48606
+ },
48607
+ availability: {
48608
+ mainChat: false,
48609
+ experts: true,
48610
+ embeds: true
48611
+ },
48612
+ createdAt: 1765389780
48613
+ },
47761
48614
  {
47762
48615
  id: "openai/gpt-5.2",
47763
48616
  displayName: "GPT-5.2",
@@ -47781,6 +48634,29 @@ var init_model_registry_generated = __esm({
47781
48634
  },
47782
48635
  createdAt: 1765389775
47783
48636
  },
48637
+ {
48638
+ id: "openai/gpt-5.2:batch",
48639
+ displayName: "GPT-5.2 (batch)",
48640
+ vendor: "openai",
48641
+ category: "balanced",
48642
+ capabilities: {
48643
+ vision: true,
48644
+ reasoning: false,
48645
+ maxTokens: 128e3,
48646
+ contextLength: 4e5
48647
+ },
48648
+ pricing: {
48649
+ inputPer1M: 0.875,
48650
+ outputPer1M: 7,
48651
+ multiplier: 11
48652
+ },
48653
+ availability: {
48654
+ mainChat: false,
48655
+ experts: true,
48656
+ embeds: true
48657
+ },
48658
+ createdAt: 1765389775
48659
+ },
47784
48660
  {
47785
48661
  id: "openai/gpt-5.1-codex-max",
47786
48662
  displayName: "GPT-5.1-Codex-Max",
@@ -47988,6 +48864,29 @@ var init_model_registry_generated = __esm({
47988
48864
  },
47989
48865
  createdAt: 1763060305
47990
48866
  },
48867
+ {
48868
+ id: "openai/gpt-5.1:batch",
48869
+ displayName: "GPT-5.1 (batch)",
48870
+ vendor: "openai",
48871
+ category: "balanced",
48872
+ capabilities: {
48873
+ vision: true,
48874
+ reasoning: false,
48875
+ maxTokens: 128e3,
48876
+ contextLength: 4e5
48877
+ },
48878
+ pricing: {
48879
+ inputPer1M: 0.625,
48880
+ outputPer1M: 5,
48881
+ multiplier: 8
48882
+ },
48883
+ availability: {
48884
+ mainChat: false,
48885
+ experts: true,
48886
+ embeds: true
48887
+ },
48888
+ createdAt: 1763060305
48889
+ },
47991
48890
  {
47992
48891
  id: "openai/gpt-5.1-codex",
47993
48892
  displayName: "GPT-5.1-Codex",
@@ -48287,6 +49186,29 @@ var init_model_registry_generated = __esm({
48287
49186
  },
48288
49187
  createdAt: 1759776663
48289
49188
  },
49189
+ {
49190
+ id: "openai/gpt-5-pro:batch",
49191
+ displayName: "GPT-5 Pro (batch)",
49192
+ vendor: "openai",
49193
+ category: "specialized",
49194
+ capabilities: {
49195
+ vision: true,
49196
+ reasoning: true,
49197
+ maxTokens: 128e3,
49198
+ contextLength: 4e5
49199
+ },
49200
+ pricing: {
49201
+ inputPer1M: 7.5,
49202
+ outputPer1M: 60,
49203
+ multiplier: 90
49204
+ },
49205
+ availability: {
49206
+ mainChat: false,
49207
+ experts: true,
49208
+ embeds: true
49209
+ },
49210
+ createdAt: 1759776663
49211
+ },
48290
49212
  {
48291
49213
  id: "anthropic/claude-sonnet-4.5",
48292
49214
  displayName: "Claude Sonnet 4.5",
@@ -48425,6 +49347,29 @@ var init_model_registry_generated = __esm({
48425
49347
  },
48426
49348
  createdAt: 1758662707
48427
49349
  },
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
+ },
48428
49373
  {
48429
49374
  id: "deepseek/deepseek-v3.1-terminus",
48430
49375
  displayName: "DeepSeek V3.1 Terminus",
@@ -48433,12 +49378,12 @@ var init_model_registry_generated = __esm({
48433
49378
  capabilities: {
48434
49379
  vision: false,
48435
49380
  reasoning: false,
48436
- maxTokens: 32768,
49381
+ maxTokens: 163840,
48437
49382
  contextLength: 163840
48438
49383
  },
48439
49384
  pricing: {
48440
49385
  inputPer1M: 0.27,
48441
- outputPer1M: 0.95,
49386
+ outputPer1M: 1,
48442
49387
  multiplier: 2
48443
49388
  },
48444
49389
  availability: {
@@ -48552,9 +49497,9 @@ var init_model_registry_generated = __esm({
48552
49497
  contextLength: 1e6
48553
49498
  },
48554
49499
  pricing: {
48555
- inputPer1M: 0.4,
48556
- outputPer1M: 1.2,
48557
- multiplier: 2
49500
+ inputPer1M: 0.26,
49501
+ outputPer1M: 0.78,
49502
+ multiplier: 1
48558
49503
  },
48559
49504
  availability: {
48560
49505
  mainChat: false,
@@ -48678,6 +49623,29 @@ var init_model_registry_generated = __esm({
48678
49623
  },
48679
49624
  createdAt: 1754587413
48680
49625
  },
49626
+ {
49627
+ id: "openai/gpt-5:batch",
49628
+ displayName: "GPT-5 (batch)",
49629
+ vendor: "openai",
49630
+ category: "balanced",
49631
+ capabilities: {
49632
+ vision: true,
49633
+ reasoning: false,
49634
+ maxTokens: 128e3,
49635
+ contextLength: 4e5
49636
+ },
49637
+ pricing: {
49638
+ inputPer1M: 0.625,
49639
+ outputPer1M: 5,
49640
+ multiplier: 8
49641
+ },
49642
+ availability: {
49643
+ mainChat: false,
49644
+ experts: true,
49645
+ embeds: true
49646
+ },
49647
+ createdAt: 1754587413
49648
+ },
48681
49649
  {
48682
49650
  id: "openai/gpt-5-mini",
48683
49651
  displayName: "GPT-5 Mini",
@@ -48701,6 +49669,29 @@ var init_model_registry_generated = __esm({
48701
49669
  },
48702
49670
  createdAt: 1754587407
48703
49671
  },
49672
+ {
49673
+ id: "openai/gpt-5-mini:batch",
49674
+ displayName: "GPT-5 Mini (batch)",
49675
+ vendor: "openai",
49676
+ category: "fast",
49677
+ capabilities: {
49678
+ vision: true,
49679
+ reasoning: false,
49680
+ maxTokens: 128e3,
49681
+ contextLength: 4e5
49682
+ },
49683
+ pricing: {
49684
+ inputPer1M: 0.125,
49685
+ outputPer1M: 1,
49686
+ multiplier: 2
49687
+ },
49688
+ availability: {
49689
+ mainChat: false,
49690
+ experts: true,
49691
+ embeds: true
49692
+ },
49693
+ createdAt: 1754587407
49694
+ },
48704
49695
  {
48705
49696
  id: "openai/gpt-5-nano",
48706
49697
  displayName: "GPT-5 Nano",
@@ -48724,6 +49715,29 @@ var init_model_registry_generated = __esm({
48724
49715
  },
48725
49716
  createdAt: 1754587402
48726
49717
  },
49718
+ {
49719
+ id: "openai/gpt-5-nano:batch",
49720
+ displayName: "GPT-5 Nano (batch)",
49721
+ vendor: "openai",
49722
+ category: "fast",
49723
+ capabilities: {
49724
+ vision: true,
49725
+ reasoning: false,
49726
+ maxTokens: 128e3,
49727
+ contextLength: 4e5
49728
+ },
49729
+ pricing: {
49730
+ inputPer1M: 0.025,
49731
+ outputPer1M: 0.2,
49732
+ multiplier: 1
49733
+ },
49734
+ availability: {
49735
+ mainChat: false,
49736
+ experts: true,
49737
+ embeds: true
49738
+ },
49739
+ createdAt: 1754587402
49740
+ },
48727
49741
  {
48728
49742
  id: "openai/gpt-oss-120b",
48729
49743
  displayName: "gpt-oss-120b",
@@ -48931,6 +49945,29 @@ var init_model_registry_generated = __esm({
48931
49945
  },
48932
49946
  createdAt: 1753200276
48933
49947
  },
49948
+ {
49949
+ id: "google/gemini-2.5-flash-lite:batch",
49950
+ displayName: "Gemini 2.5 Flash Lite (batch)",
49951
+ vendor: "google",
49952
+ category: "fast",
49953
+ capabilities: {
49954
+ vision: true,
49955
+ reasoning: false,
49956
+ maxTokens: 65535,
49957
+ contextLength: 1048576
49958
+ },
49959
+ pricing: {
49960
+ inputPer1M: 0.05,
49961
+ outputPer1M: 0.2,
49962
+ multiplier: 1
49963
+ },
49964
+ availability: {
49965
+ mainChat: false,
49966
+ experts: true,
49967
+ embeds: true
49968
+ },
49969
+ createdAt: 1753200276
49970
+ },
48934
49971
  {
48935
49972
  id: "qwen/qwen3-235b-a22b-2507",
48936
49973
  displayName: "Qwen3 235B A22B Instruct 2507",
@@ -49023,6 +50060,29 @@ var init_model_registry_generated = __esm({
49023
50060
  },
49024
50061
  createdAt: 1750172488
49025
50062
  },
50063
+ {
50064
+ id: "google/gemini-2.5-flash:batch",
50065
+ displayName: "Gemini 2.5 Flash (batch)",
50066
+ vendor: "google",
50067
+ category: "fast",
50068
+ capabilities: {
50069
+ vision: true,
50070
+ reasoning: false,
50071
+ maxTokens: 65535,
50072
+ contextLength: 1048576
50073
+ },
50074
+ pricing: {
50075
+ inputPer1M: 0.15,
50076
+ outputPer1M: 1.25,
50077
+ multiplier: 2
50078
+ },
50079
+ availability: {
50080
+ mainChat: false,
50081
+ experts: true,
50082
+ embeds: true
50083
+ },
50084
+ createdAt: 1750172488
50085
+ },
49026
50086
  {
49027
50087
  id: "google/gemini-2.5-pro",
49028
50088
  displayName: "Gemini 2.5 Pro",
@@ -49046,6 +50106,29 @@ var init_model_registry_generated = __esm({
49046
50106
  },
49047
50107
  createdAt: 1750169544
49048
50108
  },
50109
+ {
50110
+ id: "google/gemini-2.5-pro:batch",
50111
+ displayName: "Gemini 2.5 Pro (batch)",
50112
+ vendor: "google",
50113
+ category: "balanced",
50114
+ capabilities: {
50115
+ vision: true,
50116
+ reasoning: true,
50117
+ maxTokens: 65536,
50118
+ contextLength: 1048576
50119
+ },
50120
+ pricing: {
50121
+ inputPer1M: 0.625,
50122
+ outputPer1M: 5,
50123
+ multiplier: 8
50124
+ },
50125
+ availability: {
50126
+ mainChat: false,
50127
+ experts: true,
50128
+ embeds: true
50129
+ },
50130
+ createdAt: 1750169544
50131
+ },
49049
50132
  {
49050
50133
  id: "openai/o3-pro",
49051
50134
  displayName: "o3 Pro",
@@ -49069,6 +50152,29 @@ var init_model_registry_generated = __esm({
49069
50152
  },
49070
50153
  createdAt: 1749598352
49071
50154
  },
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
+ },
49072
50178
  {
49073
50179
  id: "google/gemini-2.5-pro-preview",
49074
50180
  displayName: "Gemini 2.5 Pro Preview 06-05",
@@ -49345,6 +50451,29 @@ var init_model_registry_generated = __esm({
49345
50451
  },
49346
50452
  createdAt: 1744824212
49347
50453
  },
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
+ },
49348
50477
  {
49349
50478
  id: "openai/o3",
49350
50479
  displayName: "o3",
@@ -49368,6 +50497,29 @@ var init_model_registry_generated = __esm({
49368
50497
  },
49369
50498
  createdAt: 1744823457
49370
50499
  },
50500
+ {
50501
+ id: "openai/o3:batch",
50502
+ displayName: "o3 (batch)",
50503
+ vendor: "openai",
50504
+ category: "balanced",
50505
+ capabilities: {
50506
+ vision: true,
50507
+ reasoning: true,
50508
+ maxTokens: 1e5,
50509
+ contextLength: 2e5
50510
+ },
50511
+ pricing: {
50512
+ inputPer1M: 1,
50513
+ outputPer1M: 4,
50514
+ multiplier: 7
50515
+ },
50516
+ availability: {
50517
+ mainChat: false,
50518
+ experts: true,
50519
+ embeds: true
50520
+ },
50521
+ createdAt: 1744823457
50522
+ },
49371
50523
  {
49372
50524
  id: "openai/o4-mini",
49373
50525
  displayName: "o4 Mini",
@@ -49391,6 +50543,29 @@ var init_model_registry_generated = __esm({
49391
50543
  },
49392
50544
  createdAt: 1744820942
49393
50545
  },
50546
+ {
50547
+ id: "openai/o4-mini:batch",
50548
+ displayName: "o4 Mini (batch)",
50549
+ vendor: "openai",
50550
+ category: "fast",
50551
+ capabilities: {
50552
+ vision: true,
50553
+ reasoning: true,
50554
+ maxTokens: 1e5,
50555
+ contextLength: 2e5
50556
+ },
50557
+ pricing: {
50558
+ inputPer1M: 0.55,
50559
+ outputPer1M: 2.2,
50560
+ multiplier: 4
50561
+ },
50562
+ availability: {
50563
+ mainChat: false,
50564
+ experts: true,
50565
+ embeds: true
50566
+ },
50567
+ createdAt: 1744820942
50568
+ },
49394
50569
  {
49395
50570
  id: "openai/gpt-4.1",
49396
50571
  displayName: "GPT-4.1",
@@ -49414,6 +50589,29 @@ var init_model_registry_generated = __esm({
49414
50589
  },
49415
50590
  createdAt: 1744651385
49416
50591
  },
50592
+ {
50593
+ id: "openai/gpt-4.1:batch",
50594
+ displayName: "GPT-4.1 (batch)",
50595
+ vendor: "openai",
50596
+ category: "balanced",
50597
+ capabilities: {
50598
+ vision: true,
50599
+ reasoning: false,
50600
+ maxTokens: 32768,
50601
+ contextLength: 1047576
50602
+ },
50603
+ pricing: {
50604
+ inputPer1M: 1,
50605
+ outputPer1M: 4,
50606
+ multiplier: 7
50607
+ },
50608
+ availability: {
50609
+ mainChat: false,
50610
+ experts: true,
50611
+ embeds: true
50612
+ },
50613
+ createdAt: 1744651385
50614
+ },
49417
50615
  {
49418
50616
  id: "openai/gpt-4.1-mini",
49419
50617
  displayName: "GPT-4.1 Mini",
@@ -49437,6 +50635,29 @@ var init_model_registry_generated = __esm({
49437
50635
  },
49438
50636
  createdAt: 1744651381
49439
50637
  },
50638
+ {
50639
+ id: "openai/gpt-4.1-mini:batch",
50640
+ displayName: "GPT-4.1 Mini (batch)",
50641
+ vendor: "openai",
50642
+ category: "fast",
50643
+ capabilities: {
50644
+ vision: true,
50645
+ reasoning: false,
50646
+ maxTokens: 32768,
50647
+ contextLength: 1047576
50648
+ },
50649
+ pricing: {
50650
+ inputPer1M: 0.2,
50651
+ outputPer1M: 0.8,
50652
+ multiplier: 1
50653
+ },
50654
+ availability: {
50655
+ mainChat: false,
50656
+ experts: true,
50657
+ embeds: true
50658
+ },
50659
+ createdAt: 1744651381
50660
+ },
49440
50661
  {
49441
50662
  id: "openai/gpt-4.1-nano",
49442
50663
  displayName: "GPT-4.1 Nano",
@@ -49460,6 +50681,29 @@ var init_model_registry_generated = __esm({
49460
50681
  },
49461
50682
  createdAt: 1744651369
49462
50683
  },
50684
+ {
50685
+ id: "openai/gpt-4.1-nano:batch",
50686
+ displayName: "GPT-4.1 Nano (batch)",
50687
+ vendor: "openai",
50688
+ category: "fast",
50689
+ capabilities: {
50690
+ vision: true,
50691
+ reasoning: false,
50692
+ maxTokens: 32768,
50693
+ contextLength: 1047576
50694
+ },
50695
+ pricing: {
50696
+ inputPer1M: 0.05,
50697
+ outputPer1M: 0.2,
50698
+ multiplier: 1
50699
+ },
50700
+ availability: {
50701
+ mainChat: false,
50702
+ experts: true,
50703
+ embeds: true
50704
+ },
50705
+ createdAt: 1744651369
50706
+ },
49463
50707
  {
49464
50708
  id: "meta-llama/llama-4-maverick",
49465
50709
  displayName: "Llama 4 Maverick",
@@ -49621,6 +50865,29 @@ var init_model_registry_generated = __esm({
49621
50865
  },
49622
50866
  createdAt: 1739372611
49623
50867
  },
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
+ },
49624
50891
  {
49625
50892
  id: "qwen/qwen-plus",
49626
50893
  displayName: "Qwen-Plus",
@@ -49667,6 +50934,29 @@ var init_model_registry_generated = __esm({
49667
50934
  },
49668
50935
  createdAt: 1738351721
49669
50936
  },
50937
+ {
50938
+ id: "openai/o3-mini:batch",
50939
+ displayName: "o3 Mini (batch)",
50940
+ vendor: "openai",
50941
+ category: "fast",
50942
+ capabilities: {
50943
+ vision: false,
50944
+ reasoning: true,
50945
+ maxTokens: 1e5,
50946
+ contextLength: 2e5
50947
+ },
50948
+ pricing: {
50949
+ inputPer1M: 0.55,
50950
+ outputPer1M: 2.2,
50951
+ multiplier: 4
50952
+ },
50953
+ availability: {
50954
+ mainChat: false,
50955
+ experts: true,
50956
+ embeds: true
50957
+ },
50958
+ createdAt: 1738351721
50959
+ },
49670
50960
  {
49671
50961
  id: "deepseek/deepseek-r1",
49672
50962
  displayName: "R1",
@@ -49676,7 +50966,7 @@ var init_model_registry_generated = __esm({
49676
50966
  vision: false,
49677
50967
  reasoning: true,
49678
50968
  maxTokens: 16e3,
49679
- contextLength: 163840
50969
+ contextLength: 64e3
49680
50970
  },
49681
50971
  pricing: {
49682
50972
  inputPer1M: 0.7,
@@ -49736,6 +51026,29 @@ var init_model_registry_generated = __esm({
49736
51026
  },
49737
51027
  createdAt: 1734459999
49738
51028
  },
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
+ },
49739
51052
  {
49740
51053
  id: "meta-llama/llama-3.3-70b-instruct",
49741
51054
  displayName: "Llama 3.3 70B Instruct",
@@ -50012,6 +51325,29 @@ var init_model_registry_generated = __esm({
50012
51325
  },
50013
51326
  createdAt: 1721260800
50014
51327
  },
51328
+ {
51329
+ id: "openai/gpt-4o-mini:batch",
51330
+ displayName: "GPT-4o-mini (batch)",
51331
+ vendor: "openai",
51332
+ category: "fast",
51333
+ capabilities: {
51334
+ vision: true,
51335
+ reasoning: false,
51336
+ maxTokens: 16384,
51337
+ contextLength: 128e3
51338
+ },
51339
+ pricing: {
51340
+ inputPer1M: 0.075,
51341
+ outputPer1M: 0.3,
51342
+ multiplier: 1
51343
+ },
51344
+ availability: {
51345
+ mainChat: false,
51346
+ experts: true,
51347
+ embeds: true
51348
+ },
51349
+ createdAt: 1721260800
51350
+ },
50015
51351
  {
50016
51352
  id: "openai/gpt-4o",
50017
51353
  displayName: "GPT-4o",
@@ -50058,6 +51394,29 @@ var init_model_registry_generated = __esm({
50058
51394
  },
50059
51395
  createdAt: 1715558400
50060
51396
  },
51397
+ {
51398
+ id: "openai/gpt-4o:batch",
51399
+ displayName: "GPT-4o (batch)",
51400
+ vendor: "openai",
51401
+ category: "balanced",
51402
+ capabilities: {
51403
+ vision: true,
51404
+ reasoning: false,
51405
+ maxTokens: 16384,
51406
+ contextLength: 128e3
51407
+ },
51408
+ pricing: {
51409
+ inputPer1M: 1.25,
51410
+ outputPer1M: 5,
51411
+ multiplier: 8
51412
+ },
51413
+ availability: {
51414
+ mainChat: false,
51415
+ experts: true,
51416
+ embeds: true
51417
+ },
51418
+ createdAt: 1715558400
51419
+ },
50061
51420
  {
50062
51421
  id: "mistralai/mixtral-8x22b-instruct",
50063
51422
  displayName: "Mixtral 8x22B Instruct",
@@ -50104,6 +51463,29 @@ var init_model_registry_generated = __esm({
50104
51463
  },
50105
51464
  createdAt: 1712620800
50106
51465
  },
51466
+ {
51467
+ id: "openai/gpt-4-turbo:batch",
51468
+ displayName: "GPT-4 Turbo (batch)",
51469
+ vendor: "openai",
51470
+ category: "powerful",
51471
+ capabilities: {
51472
+ vision: true,
51473
+ reasoning: false,
51474
+ maxTokens: 4096,
51475
+ contextLength: 128e3
51476
+ },
51477
+ pricing: {
51478
+ inputPer1M: 5,
51479
+ outputPer1M: 15,
51480
+ multiplier: 27
51481
+ },
51482
+ availability: {
51483
+ mainChat: false,
51484
+ experts: true,
51485
+ embeds: true
51486
+ },
51487
+ createdAt: 1712620800
51488
+ },
50107
51489
  {
50108
51490
  id: "anthropic/claude-3-haiku",
50109
51491
  displayName: "Claude 3 Haiku",
@@ -50242,6 +51624,29 @@ var init_model_registry_generated = __esm({
50242
51624
  },
50243
51625
  createdAt: 1685232e3
50244
51626
  },
51627
+ {
51628
+ id: "openai/gpt-3.5-turbo:batch",
51629
+ displayName: "GPT-3.5 Turbo (batch)",
51630
+ vendor: "openai",
51631
+ category: "fast",
51632
+ capabilities: {
51633
+ vision: false,
51634
+ reasoning: false,
51635
+ maxTokens: 4096,
51636
+ contextLength: 16385
51637
+ },
51638
+ pricing: {
51639
+ inputPer1M: 0.25,
51640
+ outputPer1M: 0.75,
51641
+ multiplier: 1
51642
+ },
51643
+ availability: {
51644
+ mainChat: false,
51645
+ experts: true,
51646
+ embeds: true
51647
+ },
51648
+ createdAt: 1685232e3
51649
+ },
50245
51650
  {
50246
51651
  id: "openai/gpt-4",
50247
51652
  displayName: "GPT-4",
@@ -50385,7 +51790,7 @@ var init_model_registry = __esm({
50385
51790
  GOOGLE_DIRECT_MODELS = {
50386
51791
  "google/gemini-3.1-pro-preview": "gemini-3.1-pro-preview",
50387
51792
  "google/gemini-3-pro-preview": "gemini-3-pro-preview",
50388
- "google/gemini-3-flash-preview": "gemini-3-flash-preview"
51793
+ "google/gemini-3.7-flash": "gemini-3.7-flash"
50389
51794
  };
50390
51795
  MODEL_REGISTRY = GENERATED_MODELS.map(toModelDefinition);
50391
51796
  CATEGORY_LABELS = {
@@ -147845,7 +149250,7 @@ var init_model_config = __esm({
147845
149250
  "google/gemini-2.5-pro": { vision: true, reasoning: true },
147846
149251
  "google/gemini-3.1-pro-preview": { vision: true, reasoning: true },
147847
149252
  "google/gemini-3-pro-preview": { vision: true, reasoning: true },
147848
- "google/gemini-3-flash-preview": { vision: true, reasoning: true },
149253
+ "google/gemini-3.7-flash": { vision: true, reasoning: true },
147849
149254
  "openai/gpt-4o": { vision: true, reasoning: false },
147850
149255
  "openai/gpt-5-mini": { vision: true, reasoning: false },
147851
149256
  "openai/gpt-5.2-codex": { vision: true, reasoning: true },
@@ -147876,12 +149281,13 @@ var init_model_tiers = __esm({
147876
149281
  zdr: true
147877
149282
  },
147878
149283
  {
147879
- id: "google/gemini-3-flash-preview",
147880
- displayName: "Gemini 3 Flash",
147881
- description: "Fastest throughput, 1M context, native multimodal",
149284
+ id: "google/gemini-3.7-flash",
149285
+ displayName: "Gemini 3.7 Flash",
149286
+ description: "Fast coding and agentic workflows, 1M context, native multimodal",
147882
149287
  provider: "Google",
147883
149288
  multiLingual: true,
147884
- zdr: true
149289
+ zdr: true,
149290
+ effort: "medium"
147885
149291
  },
147886
149292
  {
147887
149293
  id: "openai/gpt-5.6-luna",
@@ -214338,7 +215744,7 @@ HOW TO USE THIS:
214338
215744
  - \`prompt\`: the actual work task. The subagent receives this as its user message.
214339
215745
  - \`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:
214340
215746
  - **\`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**.
214341
- - **\`google/gemini-3-flash-preview\`** (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.
215747
+ - **\`google/gemini-3.7-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.
214342
215748
  - **\`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.
214343
215749
  - **\`google/gemini-3.1-pro-preview\`** \u2014 only when both massive context AND deep reasoning are required.
214344
215750
  - \`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.
@@ -310054,7 +311460,7 @@ init_tui_select();
310054
311460
  init_model_registry();
310055
311461
 
310056
311462
  // package.json
310057
- var version2 = "1.181.1";
311463
+ var version2 = "1.182.1";
310058
311464
 
310059
311465
  // src/adapters/cli/model-catalog.ts
310060
311466
  init_codex_auth();