@usabledev/usable-chat 1.175.2 → 1.177.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.
Files changed (2) hide show
  1. package/cli.js +526 -407
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -45049,6 +45049,11 @@ var init_model_pricing = __esm({
45049
45049
  output: 25e-6,
45050
45050
  multiplier: 40
45051
45051
  },
45052
+ "anthropic/claude-opus-5": {
45053
+ input: 5e-6,
45054
+ output: 25e-6,
45055
+ multiplier: 40
45056
+ },
45052
45057
  "anthropic/claude-sonnet-4": {
45053
45058
  input: 3e-6,
45054
45059
  output: 15e-6,
@@ -45076,14 +45081,14 @@ var init_model_pricing = __esm({
45076
45081
  multiplier: 2
45077
45082
  },
45078
45083
  "deepseek/deepseek-chat-v3-0324": {
45079
- input: 2e-7,
45080
- output: 77e-8,
45081
- multiplier: 1
45084
+ input: 24e-8,
45085
+ output: 9e-7,
45086
+ multiplier: 2
45082
45087
  },
45083
45088
  "deepseek/deepseek-chat-v3.1": {
45084
- input: 21e-8,
45085
- output: 79e-8,
45086
- multiplier: 1
45089
+ input: 25e-8,
45090
+ output: 95e-8,
45091
+ multiplier: 2
45087
45092
  },
45088
45093
  "deepseek/deepseek-r1": {
45089
45094
  input: 7e-7,
@@ -45116,13 +45121,18 @@ var init_model_pricing = __esm({
45116
45121
  multiplier: 1
45117
45122
  },
45118
45123
  "deepseek/deepseek-v4-flash": {
45119
- input: 1e-7,
45120
- output: 2e-7,
45124
+ input: 9e-8,
45125
+ output: 18e-8,
45126
+ multiplier: 1
45127
+ },
45128
+ "deepseek/deepseek-v4-flash-0731": {
45129
+ input: 9e-8,
45130
+ output: 18e-8,
45121
45131
  multiplier: 1
45122
45132
  },
45123
45133
  "deepseek/deepseek-v4-pro": {
45124
- input: 13e-7,
45125
- output: 26e-7,
45134
+ input: 1168e-9,
45135
+ output: 2336e-9,
45126
45136
  multiplier: 5
45127
45137
  },
45128
45138
  // Google Models
@@ -45141,11 +45151,6 @@ var init_model_pricing = __esm({
45141
45151
  output: 4e-7,
45142
45152
  multiplier: 1
45143
45153
  },
45144
- "google/gemini-2.5-flash-lite-preview-09-2025": {
45145
- input: 1e-7,
45146
- output: 4e-7,
45147
- multiplier: 1
45148
- },
45149
45154
  "google/gemini-2.5-pro": {
45150
45155
  input: 125e-8,
45151
45156
  output: 1e-5,
@@ -45216,6 +45221,16 @@ var init_model_pricing = __esm({
45216
45221
  output: 9e-6,
45217
45222
  multiplier: 14
45218
45223
  },
45224
+ "google/gemini-3.5-flash-lite": {
45225
+ input: 3e-7,
45226
+ output: 25e-7,
45227
+ multiplier: 4
45228
+ },
45229
+ "google/gemini-3.6-flash": {
45230
+ input: 15e-7,
45231
+ output: 75e-7,
45232
+ multiplier: 12
45233
+ },
45219
45234
  "google/gemma-3-12b-it": {
45220
45235
  input: 5e-8,
45221
45236
  output: 15e-8,
@@ -45242,8 +45257,8 @@ var init_model_pricing = __esm({
45242
45257
  multiplier: 1
45243
45258
  },
45244
45259
  "google/gemma-4-31b-it": {
45245
- input: 12e-8,
45246
- output: 37e-8,
45260
+ input: 9e-8,
45261
+ output: 34e-8,
45247
45262
  multiplier: 1
45248
45263
  },
45249
45264
  "google/lyria-3-clip-preview": {
@@ -45257,11 +45272,6 @@ var init_model_pricing = __esm({
45257
45272
  multiplier: 1
45258
45273
  },
45259
45274
  // Meta-llama Models
45260
- "meta-llama/llama-3-8b-instruct": {
45261
- input: 14e-8,
45262
- output: 14e-8,
45263
- multiplier: 1
45264
- },
45265
45275
  "meta-llama/llama-3.1-70b-instruct": {
45266
45276
  input: 4e-7,
45267
45277
  output: 4e-7,
@@ -45269,12 +45279,12 @@ var init_model_pricing = __esm({
45269
45279
  },
45270
45280
  "meta-llama/llama-3.1-8b-instruct": {
45271
45281
  input: 2e-8,
45272
- output: 3e-8,
45282
+ output: 4e-8,
45273
45283
  multiplier: 1
45274
45284
  },
45275
- "meta-llama/llama-3.2-11b-vision-instruct": {
45276
- input: 345e-9,
45277
- output: 345e-9,
45285
+ "meta-llama/llama-3.2-3b-instruct": {
45286
+ input: 5e-8,
45287
+ output: 33e-8,
45278
45288
  multiplier: 1
45279
45289
  },
45280
45290
  "meta-llama/llama-3.3-70b-instruct": {
@@ -45283,8 +45293,8 @@ var init_model_pricing = __esm({
45283
45293
  multiplier: 1
45284
45294
  },
45285
45295
  "meta-llama/llama-4-maverick": {
45286
- input: 15e-8,
45287
- output: 6e-7,
45296
+ input: 2e-7,
45297
+ output: 8e-7,
45288
45298
  multiplier: 1
45289
45299
  },
45290
45300
  "meta-llama/llama-4-scout": {
@@ -45303,11 +45313,6 @@ var init_model_pricing = __esm({
45303
45313
  output: 9e-7,
45304
45314
  multiplier: 2
45305
45315
  },
45306
- "mistralai/devstral-2512": {
45307
- input: 4e-7,
45308
- output: 2e-6,
45309
- multiplier: 3
45310
- },
45311
45316
  "mistralai/ministral-14b-2512": {
45312
45317
  input: 2e-7,
45313
45318
  output: 2e-7,
@@ -45354,8 +45359,8 @@ var init_model_pricing = __esm({
45354
45359
  multiplier: 3
45355
45360
  },
45356
45361
  "mistralai/mistral-nemo": {
45357
- input: 2e-8,
45358
- output: 4e-8,
45362
+ input: 19e-9,
45363
+ output: 3e-8,
45359
45364
  multiplier: 1
45360
45365
  },
45361
45366
  "mistralai/mistral-saba": {
@@ -45419,12 +45424,12 @@ var init_model_pricing = __esm({
45419
45424
  output: 35e-7,
45420
45425
  multiplier: 6
45421
45426
  },
45422
- // Nvidia Models
45423
- "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
45424
- input: 4e-7,
45425
- output: 4e-7,
45426
- multiplier: 1
45427
+ "moonshotai/kimi-k3": {
45428
+ input: 3e-6,
45429
+ output: 15e-6,
45430
+ multiplier: 24
45427
45431
  },
45432
+ // Nvidia Models
45428
45433
  "nvidia/nemotron-3-nano-30b-a3b": {
45429
45434
  input: 5e-8,
45430
45435
  output: 2e-7,
@@ -45521,31 +45526,11 @@ var init_model_pricing = __esm({
45521
45526
  output: 6e-7,
45522
45527
  multiplier: 1
45523
45528
  },
45524
- "openai/gpt-4o-mini-search-preview": {
45525
- input: 15e-8,
45526
- output: 6e-7,
45527
- multiplier: 1
45528
- },
45529
- "openai/gpt-4o-search-preview": {
45530
- input: 25e-7,
45531
- output: 1e-5,
45532
- multiplier: 17
45533
- },
45534
45529
  "openai/gpt-5": {
45535
45530
  input: 125e-8,
45536
45531
  output: 1e-5,
45537
45532
  multiplier: 15
45538
45533
  },
45539
- "openai/gpt-5-chat": {
45540
- input: 125e-8,
45541
- output: 1e-5,
45542
- multiplier: 15
45543
- },
45544
- "openai/gpt-5-codex": {
45545
- input: 125e-8,
45546
- output: 1e-5,
45547
- multiplier: 15
45548
- },
45549
45534
  "openai/gpt-5-image": {
45550
45535
  input: 1e-5,
45551
45536
  output: 1e-5,
@@ -45576,11 +45561,6 @@ var init_model_pricing = __esm({
45576
45561
  output: 1e-5,
45577
45562
  multiplier: 15
45578
45563
  },
45579
- "openai/gpt-5.1-chat": {
45580
- input: 125e-8,
45581
- output: 1e-5,
45582
- multiplier: 15
45583
- },
45584
45564
  "openai/gpt-5.1-codex": {
45585
45565
  input: 125e-8,
45586
45566
  output: 1e-5,
@@ -45661,6 +45641,36 @@ var init_model_pricing = __esm({
45661
45641
  output: 18e-5,
45662
45642
  multiplier: 280
45663
45643
  },
45644
+ "openai/gpt-5.6-luna": {
45645
+ input: 1e-7,
45646
+ output: 6e-7,
45647
+ multiplier: 1
45648
+ },
45649
+ "openai/gpt-5.6-luna-pro": {
45650
+ input: 1e-7,
45651
+ output: 6e-7,
45652
+ multiplier: 1
45653
+ },
45654
+ "openai/gpt-5.6-sol": {
45655
+ input: 5e-6,
45656
+ output: 3e-5,
45657
+ multiplier: 47
45658
+ },
45659
+ "openai/gpt-5.6-sol-pro": {
45660
+ input: 5e-6,
45661
+ output: 3e-5,
45662
+ multiplier: 47
45663
+ },
45664
+ "openai/gpt-5.6-terra": {
45665
+ input: 1e-6,
45666
+ output: 6e-6,
45667
+ multiplier: 9
45668
+ },
45669
+ "openai/gpt-5.6-terra-pro": {
45670
+ input: 1e-6,
45671
+ output: 6e-6,
45672
+ multiplier: 9
45673
+ },
45664
45674
  "openai/gpt-audio": {
45665
45675
  input: 25e-7,
45666
45676
  output: 1e-5,
@@ -45677,8 +45687,8 @@ var init_model_pricing = __esm({
45677
45687
  multiplier: 47
45678
45688
  },
45679
45689
  "openai/gpt-oss-120b": {
45680
- input: 39e-9,
45681
- output: 19e-8,
45690
+ input: 37e-9,
45691
+ output: 17e-8,
45682
45692
  multiplier: 1
45683
45693
  },
45684
45694
  "openai/gpt-oss-20b": {
@@ -45706,11 +45716,6 @@ var init_model_pricing = __esm({
45706
45716
  output: 8e-6,
45707
45717
  multiplier: 13
45708
45718
  },
45709
- "openai/o3-deep-research": {
45710
- input: 1e-5,
45711
- output: 4e-5,
45712
- multiplier: 67
45713
- },
45714
45719
  "openai/o3-mini": {
45715
45720
  input: 11e-7,
45716
45721
  output: 44e-7,
@@ -45731,11 +45736,6 @@ var init_model_pricing = __esm({
45731
45736
  output: 44e-7,
45732
45737
  multiplier: 7
45733
45738
  },
45734
- "openai/o4-mini-deep-research": {
45735
- input: 2e-6,
45736
- output: 8e-6,
45737
- multiplier: 13
45738
- },
45739
45739
  "openai/o4-mini-high": {
45740
45740
  input: 11e-7,
45741
45741
  output: 44e-7,
@@ -45763,14 +45763,14 @@ var init_model_pricing = __esm({
45763
45763
  multiplier: 1
45764
45764
  },
45765
45765
  "qwen/qwen-plus-2025-07-28:thinking": {
45766
- input: 26e-8,
45767
- output: 78e-8,
45768
- multiplier: 1
45766
+ input: 4e-7,
45767
+ output: 12e-7,
45768
+ multiplier: 2
45769
45769
  },
45770
45770
  "qwen/qwen2.5-vl-72b-instruct": {
45771
- input: 8e-7,
45772
- output: 1e-6,
45773
- multiplier: 2
45771
+ input: 25e-8,
45772
+ output: 75e-8,
45773
+ multiplier: 1
45774
45774
  },
45775
45775
  "qwen/qwen3-14b": {
45776
45776
  input: 12e-8,
@@ -45784,13 +45784,13 @@ var init_model_pricing = __esm({
45784
45784
  },
45785
45785
  "qwen/qwen3-235b-a22b-2507": {
45786
45786
  input: 9e-8,
45787
- output: 1e-7,
45787
+ output: 55e-8,
45788
45788
  multiplier: 1
45789
45789
  },
45790
45790
  "qwen/qwen3-235b-a22b-thinking-2507": {
45791
- input: 1495e-10,
45792
- output: 1495e-9,
45793
- multiplier: 2
45791
+ input: 23e-8,
45792
+ output: 23e-7,
45793
+ multiplier: 3
45794
45794
  },
45795
45795
  "qwen/qwen3-30b-a3b": {
45796
45796
  input: 12e-8,
@@ -45803,9 +45803,9 @@ var init_model_pricing = __esm({
45803
45803
  multiplier: 1
45804
45804
  },
45805
45805
  "qwen/qwen3-30b-a3b-thinking-2507": {
45806
- input: 13e-8,
45807
- output: 156e-8,
45808
- multiplier: 2
45806
+ input: 2e-7,
45807
+ output: 24e-7,
45808
+ multiplier: 3
45809
45809
  },
45810
45810
  "qwen/qwen3-32b": {
45811
45811
  input: 8e-8,
@@ -45858,9 +45858,9 @@ var init_model_pricing = __esm({
45858
45858
  multiplier: 2
45859
45859
  },
45860
45860
  "qwen/qwen3-next-80b-a3b-thinking": {
45861
- input: 975e-10,
45862
- output: 78e-8,
45863
- multiplier: 1
45861
+ input: 15e-8,
45862
+ output: 12e-7,
45863
+ multiplier: 2
45864
45864
  },
45865
45865
  "qwen/qwen3-vl-235b-a22b-instruct": {
45866
45866
  input: 2e-7,
@@ -45868,9 +45868,9 @@ var init_model_pricing = __esm({
45868
45868
  multiplier: 1
45869
45869
  },
45870
45870
  "qwen/qwen3-vl-235b-a22b-thinking": {
45871
- input: 26e-8,
45872
- output: 26e-7,
45873
- multiplier: 4
45871
+ input: 4e-7,
45872
+ output: 4e-6,
45873
+ multiplier: 6
45874
45874
  },
45875
45875
  "qwen/qwen3-vl-30b-a3b-instruct": {
45876
45876
  input: 13e-8,
@@ -45878,9 +45878,9 @@ var init_model_pricing = __esm({
45878
45878
  multiplier: 1
45879
45879
  },
45880
45880
  "qwen/qwen3-vl-30b-a3b-thinking": {
45881
- input: 13e-8,
45882
- output: 156e-8,
45883
- multiplier: 2
45881
+ input: 2e-7,
45882
+ output: 24e-7,
45883
+ multiplier: 3
45884
45884
  },
45885
45885
  "qwen/qwen3-vl-32b-instruct": {
45886
45886
  input: 104e-9,
@@ -45888,14 +45888,14 @@ var init_model_pricing = __esm({
45888
45888
  multiplier: 1
45889
45889
  },
45890
45890
  "qwen/qwen3-vl-8b-instruct": {
45891
- input: 8e-8,
45892
- output: 5e-7,
45891
+ input: 117e-9,
45892
+ output: 455e-9,
45893
45893
  multiplier: 1
45894
45894
  },
45895
45895
  "qwen/qwen3-vl-8b-thinking": {
45896
- input: 117e-9,
45897
- output: 1365e-9,
45898
- multiplier: 2
45896
+ input: 18e-8,
45897
+ output: 21e-7,
45898
+ multiplier: 3
45899
45899
  },
45900
45900
  "qwen/qwen3.5-122b-a10b": {
45901
45901
  input: 26e-8,
@@ -45943,9 +45943,9 @@ var init_model_pricing = __esm({
45943
45943
  multiplier: 5
45944
45944
  },
45945
45945
  "qwen/qwen3.6-35b-a3b": {
45946
- input: 15e-8,
45947
- output: 1e-6,
45948
- multiplier: 2
45946
+ input: 1e-7,
45947
+ output: 95e-8,
45948
+ multiplier: 1
45949
45949
  },
45950
45950
  "qwen/qwen3.6-flash": {
45951
45951
  input: 1875e-10,
@@ -45953,8 +45953,8 @@ var init_model_pricing = __esm({
45953
45953
  multiplier: 2
45954
45954
  },
45955
45955
  "qwen/qwen3.6-max-preview": {
45956
- input: 104e-8,
45957
- output: 624e-8,
45956
+ input: 1027e-9,
45957
+ output: 6162e-9,
45958
45958
  multiplier: 10
45959
45959
  },
45960
45960
  "qwen/qwen3.6-plus": {
@@ -45962,10 +45962,15 @@ var init_model_pricing = __esm({
45962
45962
  output: 195e-8,
45963
45963
  multiplier: 3
45964
45964
  },
45965
+ "qwen/qwen3.7-flash": {
45966
+ input: 3e-8,
45967
+ output: 13e-8,
45968
+ multiplier: 1
45969
+ },
45965
45970
  "qwen/qwen3.7-max": {
45966
- input: 125e-8,
45967
- output: 375e-8,
45968
- multiplier: 7
45971
+ input: 1475e-9,
45972
+ output: 4425e-9,
45973
+ multiplier: 8
45969
45974
  },
45970
45975
  "qwen/qwen3.7-plus": {
45971
45976
  input: 32e-8,
@@ -45999,6 +46004,282 @@ var init_model_registry_generated = __esm({
45999
46004
  "src/lib/model-registry-generated.ts"() {
46000
46005
  "use strict";
46001
46006
  GENERATED_MODELS = [
46007
+ {
46008
+ id: "deepseek/deepseek-v4-flash-0731",
46009
+ displayName: "DeepSeek V4 Flash 0731",
46010
+ vendor: "deepseek",
46011
+ category: "fast",
46012
+ capabilities: {
46013
+ vision: false,
46014
+ reasoning: false,
46015
+ maxTokens: 65536,
46016
+ contextLength: 1048576
46017
+ },
46018
+ pricing: {
46019
+ inputPer1M: 0.09,
46020
+ outputPer1M: 0.18,
46021
+ multiplier: 1
46022
+ },
46023
+ availability: {
46024
+ mainChat: false,
46025
+ experts: true,
46026
+ embeds: true
46027
+ },
46028
+ createdAt: 1785478908
46029
+ },
46030
+ {
46031
+ id: "qwen/qwen3.7-flash",
46032
+ displayName: "Qwen3.7 Flash",
46033
+ vendor: "qwen",
46034
+ category: "fast",
46035
+ capabilities: {
46036
+ vision: true,
46037
+ reasoning: false,
46038
+ maxTokens: 65536,
46039
+ contextLength: 1e6
46040
+ },
46041
+ pricing: {
46042
+ inputPer1M: 0.03,
46043
+ outputPer1M: 0.13,
46044
+ multiplier: 1
46045
+ },
46046
+ availability: {
46047
+ mainChat: false,
46048
+ experts: true,
46049
+ embeds: true
46050
+ },
46051
+ createdAt: 1785190561
46052
+ },
46053
+ {
46054
+ id: "anthropic/claude-opus-5",
46055
+ displayName: "Claude Opus 5",
46056
+ vendor: "anthropic",
46057
+ category: "powerful",
46058
+ capabilities: {
46059
+ vision: true,
46060
+ reasoning: true,
46061
+ maxTokens: 128e3,
46062
+ contextLength: 1e6
46063
+ },
46064
+ pricing: {
46065
+ inputPer1M: 5,
46066
+ outputPer1M: 25,
46067
+ multiplier: 40
46068
+ },
46069
+ availability: {
46070
+ mainChat: false,
46071
+ experts: true,
46072
+ embeds: true
46073
+ },
46074
+ createdAt: 1784912544
46075
+ },
46076
+ {
46077
+ id: "google/gemini-3.6-flash",
46078
+ displayName: "Gemini 3.6 Flash",
46079
+ vendor: "google",
46080
+ category: "balanced",
46081
+ capabilities: {
46082
+ vision: true,
46083
+ reasoning: false,
46084
+ maxTokens: 65536,
46085
+ contextLength: 1048576
46086
+ },
46087
+ pricing: {
46088
+ inputPer1M: 1.5,
46089
+ outputPer1M: 7.5,
46090
+ multiplier: 12
46091
+ },
46092
+ availability: {
46093
+ mainChat: false,
46094
+ experts: true,
46095
+ embeds: true
46096
+ },
46097
+ createdAt: 1784646733
46098
+ },
46099
+ {
46100
+ id: "google/gemini-3.5-flash-lite",
46101
+ displayName: "Gemini 3.5 Flash Lite",
46102
+ vendor: "google",
46103
+ category: "fast",
46104
+ capabilities: {
46105
+ vision: true,
46106
+ reasoning: false,
46107
+ maxTokens: 65536,
46108
+ contextLength: 1048576
46109
+ },
46110
+ pricing: {
46111
+ inputPer1M: 0.3,
46112
+ outputPer1M: 2.5,
46113
+ multiplier: 4
46114
+ },
46115
+ availability: {
46116
+ mainChat: false,
46117
+ experts: true,
46118
+ embeds: true
46119
+ },
46120
+ createdAt: 1784646726
46121
+ },
46122
+ {
46123
+ id: "moonshotai/kimi-k3",
46124
+ displayName: "MoonshotAI: Kimi K3",
46125
+ vendor: "moonshotai",
46126
+ category: "powerful",
46127
+ capabilities: {
46128
+ vision: true,
46129
+ reasoning: false,
46130
+ maxTokens: 4e4,
46131
+ contextLength: 1048576
46132
+ },
46133
+ pricing: {
46134
+ inputPer1M: 3,
46135
+ outputPer1M: 15,
46136
+ multiplier: 24
46137
+ },
46138
+ availability: {
46139
+ mainChat: false,
46140
+ experts: true,
46141
+ embeds: true
46142
+ },
46143
+ createdAt: 1784215858
46144
+ },
46145
+ {
46146
+ id: "openai/gpt-5.6-luna-pro",
46147
+ displayName: "GPT-5.6 Luna Pro",
46148
+ vendor: "openai",
46149
+ category: "fast",
46150
+ capabilities: {
46151
+ vision: true,
46152
+ reasoning: true,
46153
+ maxTokens: 128e3,
46154
+ contextLength: 105e4
46155
+ },
46156
+ pricing: {
46157
+ inputPer1M: 0.1,
46158
+ outputPer1M: 0.6,
46159
+ multiplier: 1
46160
+ },
46161
+ availability: {
46162
+ mainChat: false,
46163
+ experts: true,
46164
+ embeds: true
46165
+ },
46166
+ createdAt: 1783590867
46167
+ },
46168
+ {
46169
+ id: "openai/gpt-5.6-luna",
46170
+ displayName: "GPT-5.6 Luna",
46171
+ vendor: "openai",
46172
+ category: "fast",
46173
+ capabilities: {
46174
+ vision: true,
46175
+ reasoning: true,
46176
+ maxTokens: 128e3,
46177
+ contextLength: 105e4
46178
+ },
46179
+ pricing: {
46180
+ inputPer1M: 0.1,
46181
+ outputPer1M: 0.6,
46182
+ multiplier: 1
46183
+ },
46184
+ availability: {
46185
+ mainChat: false,
46186
+ experts: true,
46187
+ embeds: true
46188
+ },
46189
+ createdAt: 1783590864
46190
+ },
46191
+ {
46192
+ id: "openai/gpt-5.6-terra-pro",
46193
+ displayName: "GPT-5.6 Terra Pro",
46194
+ vendor: "openai",
46195
+ category: "balanced",
46196
+ capabilities: {
46197
+ vision: true,
46198
+ reasoning: true,
46199
+ maxTokens: 128e3,
46200
+ contextLength: 105e4
46201
+ },
46202
+ pricing: {
46203
+ inputPer1M: 1,
46204
+ outputPer1M: 6,
46205
+ multiplier: 9
46206
+ },
46207
+ availability: {
46208
+ mainChat: false,
46209
+ experts: true,
46210
+ embeds: true
46211
+ },
46212
+ createdAt: 1783590861
46213
+ },
46214
+ {
46215
+ id: "openai/gpt-5.6-terra",
46216
+ displayName: "GPT-5.6 Terra",
46217
+ vendor: "openai",
46218
+ category: "balanced",
46219
+ capabilities: {
46220
+ vision: true,
46221
+ reasoning: true,
46222
+ maxTokens: 128e3,
46223
+ contextLength: 105e4
46224
+ },
46225
+ pricing: {
46226
+ inputPer1M: 1,
46227
+ outputPer1M: 6,
46228
+ multiplier: 9
46229
+ },
46230
+ availability: {
46231
+ mainChat: false,
46232
+ experts: true,
46233
+ embeds: true
46234
+ },
46235
+ createdAt: 1783590857
46236
+ },
46237
+ {
46238
+ id: "openai/gpt-5.6-sol-pro",
46239
+ displayName: "GPT-5.6 Sol Pro",
46240
+ vendor: "openai",
46241
+ category: "powerful",
46242
+ capabilities: {
46243
+ vision: true,
46244
+ reasoning: true,
46245
+ maxTokens: 128e3,
46246
+ contextLength: 105e4
46247
+ },
46248
+ pricing: {
46249
+ inputPer1M: 5,
46250
+ outputPer1M: 30,
46251
+ multiplier: 47
46252
+ },
46253
+ availability: {
46254
+ mainChat: false,
46255
+ experts: true,
46256
+ embeds: true
46257
+ },
46258
+ createdAt: 1783590854
46259
+ },
46260
+ {
46261
+ id: "openai/gpt-5.6-sol",
46262
+ displayName: "GPT-5.6 Sol",
46263
+ vendor: "openai",
46264
+ category: "powerful",
46265
+ capabilities: {
46266
+ vision: true,
46267
+ reasoning: true,
46268
+ maxTokens: 128e3,
46269
+ contextLength: 105e4
46270
+ },
46271
+ pricing: {
46272
+ inputPer1M: 5,
46273
+ outputPer1M: 30,
46274
+ multiplier: 47
46275
+ },
46276
+ availability: {
46277
+ mainChat: false,
46278
+ experts: true,
46279
+ embeds: true
46280
+ },
46281
+ createdAt: 1783590850
46282
+ },
46002
46283
  {
46003
46284
  id: "anthropic/claude-sonnet-5",
46004
46285
  displayName: "Claude Sonnet 5",
@@ -46031,7 +46312,7 @@ var init_model_registry_generated = __esm({
46031
46312
  vision: true,
46032
46313
  reasoning: true,
46033
46314
  maxTokens: 32768,
46034
- contextLength: 65536
46315
+ contextLength: 131072
46035
46316
  },
46036
46317
  pricing: {
46037
46318
  inputPer1M: 2,
@@ -46100,7 +46381,7 @@ var init_model_registry_generated = __esm({
46100
46381
  vision: false,
46101
46382
  reasoning: false,
46102
46383
  maxTokens: 16384,
46103
- contextLength: 1e6
46384
+ contextLength: 512288
46104
46385
  },
46105
46386
  pricing: {
46106
46387
  inputPer1M: 0.5,
@@ -46122,7 +46403,7 @@ var init_model_registry_generated = __esm({
46122
46403
  capabilities: {
46123
46404
  vision: true,
46124
46405
  reasoning: false,
46125
- maxTokens: 65536,
46406
+ maxTokens: 131072,
46126
46407
  contextLength: 1e6
46127
46408
  },
46128
46409
  pricing: {
@@ -46168,13 +46449,13 @@ var init_model_registry_generated = __esm({
46168
46449
  capabilities: {
46169
46450
  vision: false,
46170
46451
  reasoning: false,
46171
- maxTokens: 65536,
46452
+ maxTokens: 131072,
46172
46453
  contextLength: 1e6
46173
46454
  },
46174
46455
  pricing: {
46175
- inputPer1M: 1.25,
46176
- outputPer1M: 3.75,
46177
- multiplier: 7
46456
+ inputPer1M: 1.475,
46457
+ outputPer1M: 4.425,
46458
+ multiplier: 8
46178
46459
  },
46179
46460
  availability: {
46180
46461
  mainChat: false,
@@ -46329,13 +46610,13 @@ var init_model_registry_generated = __esm({
46329
46610
  capabilities: {
46330
46611
  vision: true,
46331
46612
  reasoning: false,
46332
- maxTokens: 262144,
46613
+ maxTokens: 16384,
46333
46614
  contextLength: 262144
46334
46615
  },
46335
46616
  pricing: {
46336
- inputPer1M: 0.15,
46337
- outputPer1M: 1,
46338
- multiplier: 2
46617
+ inputPer1M: 0.1,
46618
+ outputPer1M: 0.95,
46619
+ multiplier: 1
46339
46620
  },
46340
46621
  availability: {
46341
46622
  mainChat: false,
@@ -46356,8 +46637,8 @@ var init_model_registry_generated = __esm({
46356
46637
  contextLength: 262144
46357
46638
  },
46358
46639
  pricing: {
46359
- inputPer1M: 1.04,
46360
- outputPer1M: 6.24,
46640
+ inputPer1M: 1.027,
46641
+ outputPer1M: 6.162,
46361
46642
  multiplier: 10
46362
46643
  },
46363
46644
  availability: {
@@ -46444,12 +46725,12 @@ var init_model_registry_generated = __esm({
46444
46725
  capabilities: {
46445
46726
  vision: false,
46446
46727
  reasoning: true,
46447
- maxTokens: 16384,
46728
+ maxTokens: 393216,
46448
46729
  contextLength: 1048576
46449
46730
  },
46450
46731
  pricing: {
46451
- inputPer1M: 1.3,
46452
- outputPer1M: 2.6,
46732
+ inputPer1M: 1.168,
46733
+ outputPer1M: 2.336,
46453
46734
  multiplier: 5
46454
46735
  },
46455
46736
  availability: {
@@ -46467,12 +46748,12 @@ var init_model_registry_generated = __esm({
46467
46748
  capabilities: {
46468
46749
  vision: false,
46469
46750
  reasoning: false,
46470
- maxTokens: 16384,
46751
+ maxTokens: 65536,
46471
46752
  contextLength: 1048576
46472
46753
  },
46473
46754
  pricing: {
46474
- inputPer1M: 0.1,
46475
- outputPer1M: 0.2,
46755
+ inputPer1M: 0.09,
46756
+ outputPer1M: 0.18,
46476
46757
  multiplier: 1
46477
46758
  },
46478
46759
  availability: {
@@ -46609,8 +46890,8 @@ var init_model_registry_generated = __esm({
46609
46890
  contextLength: 262144
46610
46891
  },
46611
46892
  pricing: {
46612
- inputPer1M: 0.12,
46613
- outputPer1M: 0.37,
46893
+ inputPer1M: 0.09,
46894
+ outputPer1M: 0.34,
46614
46895
  multiplier: 1
46615
46896
  },
46616
46897
  availability: {
@@ -46721,7 +47002,7 @@ var init_model_registry_generated = __esm({
46721
47002
  vision: false,
46722
47003
  reasoning: false,
46723
47004
  maxTokens: 16384,
46724
- contextLength: 1e6
47005
+ contextLength: 262144
46725
47006
  },
46726
47007
  pricing: {
46727
47008
  inputPer1M: 0.085,
@@ -46951,7 +47232,7 @@ var init_model_registry_generated = __esm({
46951
47232
  vision: true,
46952
47233
  reasoning: true,
46953
47234
  maxTokens: 65536,
46954
- contextLength: 1048756
47235
+ contextLength: 1048576
46955
47236
  },
46956
47237
  pricing: {
46957
47238
  inputPer1M: 2,
@@ -47088,7 +47369,7 @@ var init_model_registry_generated = __esm({
47088
47369
  capabilities: {
47089
47370
  vision: false,
47090
47371
  reasoning: true,
47091
- maxTokens: 32768,
47372
+ maxTokens: 65536,
47092
47373
  contextLength: 262144
47093
47374
  },
47094
47375
  pricing: {
@@ -47356,29 +47637,6 @@ var init_model_registry_generated = __esm({
47356
47637
  },
47357
47638
  createdAt: 1765389775
47358
47639
  },
47359
- {
47360
- id: "mistralai/devstral-2512",
47361
- displayName: "Devstral 2 2512",
47362
- vendor: "mistralai",
47363
- category: "fast",
47364
- capabilities: {
47365
- vision: false,
47366
- reasoning: false,
47367
- maxTokens: 4e4,
47368
- contextLength: 262144
47369
- },
47370
- pricing: {
47371
- inputPer1M: 0.4,
47372
- outputPer1M: 2,
47373
- multiplier: 3
47374
- },
47375
- availability: {
47376
- mainChat: false,
47377
- experts: true,
47378
- embeds: true
47379
- },
47380
- createdAt: 1765285419
47381
- },
47382
47640
  {
47383
47641
  id: "openai/gpt-5.1-codex-max",
47384
47642
  displayName: "GPT-5.1-Codex-Max",
@@ -47586,29 +47844,6 @@ var init_model_registry_generated = __esm({
47586
47844
  },
47587
47845
  createdAt: 1763060305
47588
47846
  },
47589
- {
47590
- id: "openai/gpt-5.1-chat",
47591
- displayName: "GPT-5.1 Chat",
47592
- vendor: "openai",
47593
- category: "balanced",
47594
- capabilities: {
47595
- vision: true,
47596
- reasoning: false,
47597
- maxTokens: 32e3,
47598
- contextLength: 128e3
47599
- },
47600
- pricing: {
47601
- inputPer1M: 1.25,
47602
- outputPer1M: 10,
47603
- multiplier: 15
47604
- },
47605
- availability: {
47606
- mainChat: false,
47607
- experts: true,
47608
- embeds: true
47609
- },
47610
- createdAt: 1763060302
47611
- },
47612
47847
  {
47613
47848
  id: "openai/gpt-5.1-codex",
47614
47849
  displayName: "GPT-5.1-Codex",
@@ -47640,7 +47875,7 @@ var init_model_registry_generated = __esm({
47640
47875
  capabilities: {
47641
47876
  vision: true,
47642
47877
  reasoning: true,
47643
- maxTokens: 1e5,
47878
+ maxTokens: 128e3,
47644
47879
  contextLength: 4e5
47645
47880
  },
47646
47881
  pricing: {
@@ -47756,7 +47991,7 @@ var init_model_registry_generated = __esm({
47756
47991
  vision: true,
47757
47992
  reasoning: false,
47758
47993
  maxTokens: 32768,
47759
- contextLength: 262144
47994
+ contextLength: 131072
47760
47995
  },
47761
47996
  pricing: {
47762
47997
  inputPer1M: 0.104,
@@ -47802,12 +48037,12 @@ var init_model_registry_generated = __esm({
47802
48037
  vision: true,
47803
48038
  reasoning: true,
47804
48039
  maxTokens: 32768,
47805
- contextLength: 256e3
48040
+ contextLength: 131072
47806
48041
  },
47807
48042
  pricing: {
47808
- inputPer1M: 0.117,
47809
- outputPer1M: 1.365,
47810
- multiplier: 2
48043
+ inputPer1M: 0.18,
48044
+ outputPer1M: 2.1,
48045
+ multiplier: 3
47811
48046
  },
47812
48047
  availability: {
47813
48048
  mainChat: false,
@@ -47825,11 +48060,11 @@ var init_model_registry_generated = __esm({
47825
48060
  vision: true,
47826
48061
  reasoning: false,
47827
48062
  maxTokens: 32768,
47828
- contextLength: 256e3
48063
+ contextLength: 262144
47829
48064
  },
47830
48065
  pricing: {
47831
- inputPer1M: 0.08,
47832
- outputPer1M: 0.5,
48066
+ inputPer1M: 0.117,
48067
+ outputPer1M: 0.455,
47833
48068
  multiplier: 1
47834
48069
  },
47835
48070
  availability: {
@@ -47839,75 +48074,6 @@ var init_model_registry_generated = __esm({
47839
48074
  },
47840
48075
  createdAt: 1760463308
47841
48076
  },
47842
- {
47843
- id: "openai/o3-deep-research",
47844
- displayName: "o3 Deep Research",
47845
- vendor: "openai",
47846
- category: "specialized",
47847
- capabilities: {
47848
- vision: true,
47849
- reasoning: true,
47850
- maxTokens: 1e5,
47851
- contextLength: 2e5
47852
- },
47853
- pricing: {
47854
- inputPer1M: 10,
47855
- outputPer1M: 40,
47856
- multiplier: 67
47857
- },
47858
- availability: {
47859
- mainChat: false,
47860
- experts: true,
47861
- embeds: true
47862
- },
47863
- createdAt: 1760129661
47864
- },
47865
- {
47866
- id: "openai/o4-mini-deep-research",
47867
- displayName: "o4 Mini Deep Research",
47868
- vendor: "openai",
47869
- category: "balanced",
47870
- capabilities: {
47871
- vision: true,
47872
- reasoning: true,
47873
- maxTokens: 1e5,
47874
- contextLength: 2e5
47875
- },
47876
- pricing: {
47877
- inputPer1M: 2,
47878
- outputPer1M: 8,
47879
- multiplier: 13
47880
- },
47881
- availability: {
47882
- mainChat: false,
47883
- experts: true,
47884
- embeds: true
47885
- },
47886
- createdAt: 1760129642
47887
- },
47888
- {
47889
- id: "nvidia/llama-3.3-nemotron-super-49b-v1.5",
47890
- displayName: "NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",
47891
- vendor: "nvidia",
47892
- category: "fast",
47893
- capabilities: {
47894
- vision: false,
47895
- reasoning: false,
47896
- maxTokens: 16384,
47897
- contextLength: 131072
47898
- },
47899
- pricing: {
47900
- inputPer1M: 0.4,
47901
- outputPer1M: 0.4,
47902
- multiplier: 1
47903
- },
47904
- availability: {
47905
- mainChat: false,
47906
- experts: true,
47907
- embeds: true
47908
- },
47909
- createdAt: 1760101395
47910
- },
47911
48077
  {
47912
48078
  id: "qwen/qwen3-vl-30b-a3b-thinking",
47913
48079
  displayName: "Qwen3 VL 30B A3B Thinking",
@@ -47917,12 +48083,12 @@ var init_model_registry_generated = __esm({
47917
48083
  vision: true,
47918
48084
  reasoning: true,
47919
48085
  maxTokens: 32768,
47920
- contextLength: 131072
48086
+ contextLength: 262144
47921
48087
  },
47922
48088
  pricing: {
47923
- inputPer1M: 0.13,
47924
- outputPer1M: 1.56,
47925
- multiplier: 2
48089
+ inputPer1M: 0.2,
48090
+ outputPer1M: 2.4,
48091
+ multiplier: 3
47926
48092
  },
47927
48093
  availability: {
47928
48094
  mainChat: false,
@@ -48023,34 +48189,11 @@ var init_model_registry_generated = __esm({
48023
48189
  },
48024
48190
  createdAt: 1759150481
48025
48191
  },
48026
- {
48027
- id: "google/gemini-2.5-flash-lite-preview-09-2025",
48028
- displayName: "Gemini 2.5 Flash Lite Preview 09-2025",
48029
- vendor: "google",
48030
- category: "fast",
48031
- capabilities: {
48032
- vision: true,
48033
- reasoning: false,
48034
- maxTokens: 65535,
48035
- contextLength: 1048576
48036
- },
48037
- pricing: {
48038
- inputPer1M: 0.1,
48039
- outputPer1M: 0.4,
48040
- multiplier: 1
48041
- },
48042
- availability: {
48043
- mainChat: false,
48044
- experts: true,
48045
- embeds: true
48046
- },
48047
- createdAt: 1758819686
48048
- },
48049
48192
  {
48050
48193
  id: "qwen/qwen3-vl-235b-a22b-thinking",
48051
48194
  displayName: "Qwen3 VL 235B A22B Thinking",
48052
48195
  vendor: "qwen",
48053
- category: "fast",
48196
+ category: "balanced",
48054
48197
  capabilities: {
48055
48198
  vision: true,
48056
48199
  reasoning: true,
@@ -48058,9 +48201,9 @@ var init_model_registry_generated = __esm({
48058
48201
  contextLength: 131072
48059
48202
  },
48060
48203
  pricing: {
48061
- inputPer1M: 0.26,
48062
- outputPer1M: 2.6,
48063
- multiplier: 4
48204
+ inputPer1M: 0.4,
48205
+ outputPer1M: 4,
48206
+ multiplier: 6
48064
48207
  },
48065
48208
  availability: {
48066
48209
  mainChat: false,
@@ -48100,7 +48243,7 @@ var init_model_registry_generated = __esm({
48100
48243
  capabilities: {
48101
48244
  vision: false,
48102
48245
  reasoning: false,
48103
- maxTokens: 32768,
48246
+ maxTokens: 65536,
48104
48247
  contextLength: 262144
48105
48248
  },
48106
48249
  pricing: {
@@ -48138,29 +48281,6 @@ var init_model_registry_generated = __esm({
48138
48281
  },
48139
48282
  createdAt: 1758662707
48140
48283
  },
48141
- {
48142
- id: "openai/gpt-5-codex",
48143
- displayName: "GPT-5 Codex",
48144
- vendor: "openai",
48145
- category: "balanced",
48146
- capabilities: {
48147
- vision: true,
48148
- reasoning: true,
48149
- maxTokens: 128e3,
48150
- contextLength: 4e5
48151
- },
48152
- pricing: {
48153
- inputPer1M: 1.25,
48154
- outputPer1M: 10,
48155
- multiplier: 15
48156
- },
48157
- availability: {
48158
- mainChat: false,
48159
- experts: true,
48160
- embeds: true
48161
- },
48162
- createdAt: 1758643403
48163
- },
48164
48284
  {
48165
48285
  id: "deepseek/deepseek-v3.1-terminus",
48166
48286
  displayName: "DeepSeek V3.1 Terminus",
@@ -48215,13 +48335,13 @@ var init_model_registry_generated = __esm({
48215
48335
  capabilities: {
48216
48336
  vision: false,
48217
48337
  reasoning: true,
48218
- maxTokens: 32768,
48338
+ maxTokens: 262144,
48219
48339
  contextLength: 262144
48220
48340
  },
48221
48341
  pricing: {
48222
- inputPer1M: 0.0975,
48223
- outputPer1M: 0.78,
48224
- multiplier: 1
48342
+ inputPer1M: 0.15,
48343
+ outputPer1M: 1.2,
48344
+ multiplier: 2
48225
48345
  },
48226
48346
  availability: {
48227
48347
  mainChat: false,
@@ -48254,13 +48374,13 @@ var init_model_registry_generated = __esm({
48254
48374
  createdAt: 1757612213
48255
48375
  },
48256
48376
  {
48257
- id: "qwen/qwen-plus-2025-07-28:thinking",
48258
- displayName: "Qwen Plus 0728 (thinking)",
48377
+ id: "qwen/qwen-plus-2025-07-28",
48378
+ displayName: "Qwen Plus 0728",
48259
48379
  vendor: "qwen",
48260
48380
  category: "fast",
48261
48381
  capabilities: {
48262
48382
  vision: false,
48263
- reasoning: true,
48383
+ reasoning: false,
48264
48384
  maxTokens: 32768,
48265
48385
  contextLength: 1e6
48266
48386
  },
@@ -48277,20 +48397,20 @@ var init_model_registry_generated = __esm({
48277
48397
  createdAt: 1757347599
48278
48398
  },
48279
48399
  {
48280
- id: "qwen/qwen-plus-2025-07-28",
48281
- displayName: "Qwen Plus 0728",
48400
+ id: "qwen/qwen-plus-2025-07-28:thinking",
48401
+ displayName: "Qwen Plus 0728 (thinking)",
48282
48402
  vendor: "qwen",
48283
48403
  category: "fast",
48284
48404
  capabilities: {
48285
48405
  vision: false,
48286
- reasoning: false,
48406
+ reasoning: true,
48287
48407
  maxTokens: 32768,
48288
48408
  contextLength: 1e6
48289
48409
  },
48290
48410
  pricing: {
48291
- inputPer1M: 0.26,
48292
- outputPer1M: 0.78,
48293
- multiplier: 1
48411
+ inputPer1M: 0.4,
48412
+ outputPer1M: 1.2,
48413
+ multiplier: 2
48294
48414
  },
48295
48415
  availability: {
48296
48416
  mainChat: false,
@@ -48331,12 +48451,12 @@ var init_model_registry_generated = __esm({
48331
48451
  vision: false,
48332
48452
  reasoning: true,
48333
48453
  maxTokens: 32768,
48334
- contextLength: 131072
48454
+ contextLength: 81920
48335
48455
  },
48336
48456
  pricing: {
48337
- inputPer1M: 0.13,
48338
- outputPer1M: 1.56,
48339
- multiplier: 2
48457
+ inputPer1M: 0.2,
48458
+ outputPer1M: 2.4,
48459
+ multiplier: 3
48340
48460
  },
48341
48461
  availability: {
48342
48462
  mainChat: false,
@@ -48357,9 +48477,9 @@ var init_model_registry_generated = __esm({
48357
48477
  contextLength: 163840
48358
48478
  },
48359
48479
  pricing: {
48360
- inputPer1M: 0.21,
48361
- outputPer1M: 0.79,
48362
- multiplier: 1
48480
+ inputPer1M: 0.25,
48481
+ outputPer1M: 0.95,
48482
+ multiplier: 2
48363
48483
  },
48364
48484
  availability: {
48365
48485
  mainChat: false,
@@ -48445,7 +48565,7 @@ var init_model_registry_generated = __esm({
48445
48565
  capabilities: {
48446
48566
  vision: true,
48447
48567
  reasoning: false,
48448
- maxTokens: 4e4,
48568
+ maxTokens: 128e3,
48449
48569
  contextLength: 4e5
48450
48570
  },
48451
48571
  pricing: {
@@ -48472,8 +48592,8 @@ var init_model_registry_generated = __esm({
48472
48592
  contextLength: 131072
48473
48593
  },
48474
48594
  pricing: {
48475
- inputPer1M: 0.039,
48476
- outputPer1M: 0.19,
48595
+ inputPer1M: 0.037,
48596
+ outputPer1M: 0.17,
48477
48597
  multiplier: 1
48478
48598
  },
48479
48599
  availability: {
@@ -48561,7 +48681,7 @@ var init_model_registry_generated = __esm({
48561
48681
  vision: false,
48562
48682
  reasoning: false,
48563
48683
  maxTokens: 32768,
48564
- contextLength: 16e4
48684
+ contextLength: 262144
48565
48685
  },
48566
48686
  pricing: {
48567
48687
  inputPer1M: 0.07,
@@ -48606,13 +48726,13 @@ var init_model_registry_generated = __esm({
48606
48726
  capabilities: {
48607
48727
  vision: false,
48608
48728
  reasoning: true,
48609
- maxTokens: 4e4,
48729
+ maxTokens: 32768,
48610
48730
  contextLength: 262144
48611
48731
  },
48612
48732
  pricing: {
48613
- inputPer1M: 0.1495,
48614
- outputPer1M: 1.495,
48615
- multiplier: 2
48733
+ inputPer1M: 0.23,
48734
+ outputPer1M: 2.3,
48735
+ multiplier: 3
48616
48736
  },
48617
48737
  availability: {
48618
48738
  mainChat: false,
@@ -48630,7 +48750,7 @@ var init_model_registry_generated = __esm({
48630
48750
  vision: false,
48631
48751
  reasoning: false,
48632
48752
  maxTokens: 65536,
48633
- contextLength: 1048576
48753
+ contextLength: 262144
48634
48754
  },
48635
48755
  pricing: {
48636
48756
  inputPer1M: 0.22,
@@ -48680,7 +48800,7 @@ var init_model_registry_generated = __esm({
48680
48800
  },
48681
48801
  pricing: {
48682
48802
  inputPer1M: 0.09,
48683
- outputPer1M: 0.1,
48803
+ outputPer1M: 0.55,
48684
48804
  multiplier: 1
48685
48805
  },
48686
48806
  availability: {
@@ -48722,7 +48842,7 @@ var init_model_registry_generated = __esm({
48722
48842
  vision: true,
48723
48843
  reasoning: false,
48724
48844
  maxTokens: 16384,
48725
- contextLength: 128e3
48845
+ contextLength: 131072
48726
48846
  },
48727
48847
  pricing: {
48728
48848
  inputPer1M: 0.075,
@@ -48998,7 +49118,7 @@ var init_model_registry_generated = __esm({
48998
49118
  vision: false,
48999
49119
  reasoning: false,
49000
49120
  maxTokens: 16384,
49001
- contextLength: 131702
49121
+ contextLength: 131072
49002
49122
  },
49003
49123
  pricing: {
49004
49124
  inputPer1M: 0.12,
@@ -49208,8 +49328,8 @@ var init_model_registry_generated = __esm({
49208
49328
  contextLength: 1048576
49209
49329
  },
49210
49330
  pricing: {
49211
- inputPer1M: 0.15,
49212
- outputPer1M: 0.6,
49331
+ inputPer1M: 0.2,
49332
+ outputPer1M: 0.8,
49213
49333
  multiplier: 1
49214
49334
  },
49215
49335
  availability: {
@@ -49228,7 +49348,7 @@ var init_model_registry_generated = __esm({
49228
49348
  vision: true,
49229
49349
  reasoning: false,
49230
49350
  maxTokens: 16384,
49231
- contextLength: 1e7
49351
+ contextLength: 1310720
49232
49352
  },
49233
49353
  pricing: {
49234
49354
  inputPer1M: 0.1,
@@ -49254,9 +49374,9 @@ var init_model_registry_generated = __esm({
49254
49374
  contextLength: 163840
49255
49375
  },
49256
49376
  pricing: {
49257
- inputPer1M: 0.2,
49258
- outputPer1M: 0.77,
49259
- multiplier: 1
49377
+ inputPer1M: 0.24,
49378
+ outputPer1M: 0.9,
49379
+ multiplier: 2
49260
49380
  },
49261
49381
  availability: {
49262
49382
  mainChat: false,
@@ -49619,7 +49739,7 @@ var init_model_registry_generated = __esm({
49619
49739
  vision: false,
49620
49740
  reasoning: false,
49621
49741
  maxTokens: 16384,
49622
- contextLength: 131072
49742
+ contextLength: 32768
49623
49743
  },
49624
49744
  pricing: {
49625
49745
  inputPer1M: 0.36,
@@ -49656,29 +49776,6 @@ var init_model_registry_generated = __esm({
49656
49776
  },
49657
49777
  createdAt: 1722902400
49658
49778
  },
49659
- {
49660
- id: "meta-llama/llama-3.1-8b-instruct",
49661
- displayName: "Llama 3.1 8B Instruct",
49662
- vendor: "meta-llama",
49663
- category: "fast",
49664
- capabilities: {
49665
- vision: false,
49666
- reasoning: false,
49667
- maxTokens: 16384,
49668
- contextLength: 131072
49669
- },
49670
- pricing: {
49671
- inputPer1M: 0.02,
49672
- outputPer1M: 0.03,
49673
- multiplier: 1
49674
- },
49675
- availability: {
49676
- mainChat: false,
49677
- experts: true,
49678
- embeds: true
49679
- },
49680
- createdAt: 1721692800
49681
- },
49682
49779
  {
49683
49780
  id: "meta-llama/llama-3.1-70b-instruct",
49684
49781
  displayName: "Llama 3.1 70B Instruct",
@@ -49703,9 +49800,9 @@ var init_model_registry_generated = __esm({
49703
49800
  createdAt: 1721692800
49704
49801
  },
49705
49802
  {
49706
- id: "mistralai/mistral-nemo",
49707
- displayName: "Mistral Nemo",
49708
- vendor: "mistralai",
49803
+ id: "meta-llama/llama-3.1-8b-instruct",
49804
+ displayName: "Llama 3.1 8B Instruct",
49805
+ vendor: "meta-llama",
49709
49806
  category: "fast",
49710
49807
  capabilities: {
49711
49808
  vision: false,
@@ -49723,11 +49820,11 @@ var init_model_registry_generated = __esm({
49723
49820
  experts: true,
49724
49821
  embeds: true
49725
49822
  },
49726
- createdAt: 1721347200
49823
+ createdAt: 1721692800
49727
49824
  },
49728
49825
  {
49729
- id: "openai/gpt-4o-mini-2024-07-18",
49730
- displayName: "GPT-4o-mini (2024-07-18)",
49826
+ id: "openai/gpt-4o-mini",
49827
+ displayName: "GPT-4o-mini",
49731
49828
  vendor: "openai",
49732
49829
  category: "fast",
49733
49830
  capabilities: {
@@ -49749,8 +49846,8 @@ var init_model_registry_generated = __esm({
49749
49846
  createdAt: 1721260800
49750
49847
  },
49751
49848
  {
49752
- id: "openai/gpt-4o-mini",
49753
- displayName: "GPT-4o-mini",
49849
+ id: "openai/gpt-4o-mini-2024-07-18",
49850
+ displayName: "GPT-4o-mini (2024-07-18)",
49754
49851
  vendor: "openai",
49755
49852
  category: "fast",
49756
49853
  capabilities: {
@@ -49772,20 +49869,20 @@ var init_model_registry_generated = __esm({
49772
49869
  createdAt: 1721260800
49773
49870
  },
49774
49871
  {
49775
- id: "openai/gpt-4o-2024-05-13",
49776
- displayName: "GPT-4o (2024-05-13)",
49872
+ id: "openai/gpt-4o",
49873
+ displayName: "GPT-4o",
49777
49874
  vendor: "openai",
49778
- category: "powerful",
49875
+ category: "balanced",
49779
49876
  capabilities: {
49780
49877
  vision: true,
49781
49878
  reasoning: false,
49782
- maxTokens: 4096,
49879
+ maxTokens: 16384,
49783
49880
  contextLength: 128e3
49784
49881
  },
49785
49882
  pricing: {
49786
- inputPer1M: 5,
49787
- outputPer1M: 15,
49788
- multiplier: 27
49883
+ inputPer1M: 2.5,
49884
+ outputPer1M: 10,
49885
+ multiplier: 17
49789
49886
  },
49790
49887
  availability: {
49791
49888
  mainChat: false,
@@ -49795,20 +49892,20 @@ var init_model_registry_generated = __esm({
49795
49892
  createdAt: 1715558400
49796
49893
  },
49797
49894
  {
49798
- id: "openai/gpt-4o",
49799
- displayName: "GPT-4o",
49895
+ id: "openai/gpt-4o-2024-05-13",
49896
+ displayName: "GPT-4o (2024-05-13)",
49800
49897
  vendor: "openai",
49801
- category: "balanced",
49898
+ category: "powerful",
49802
49899
  capabilities: {
49803
49900
  vision: true,
49804
49901
  reasoning: false,
49805
- maxTokens: 16384,
49902
+ maxTokens: 4096,
49806
49903
  contextLength: 128e3
49807
49904
  },
49808
49905
  pricing: {
49809
- inputPer1M: 2.5,
49810
- outputPer1M: 10,
49811
- multiplier: 17
49906
+ inputPer1M: 5,
49907
+ outputPer1M: 15,
49908
+ multiplier: 27
49812
49909
  },
49813
49910
  availability: {
49814
49911
  mainChat: false,
@@ -50108,6 +50205,7 @@ var init_model_registry = __esm({
50108
50205
  },
50109
50206
  "claude-sonnet-4-6": { bedrockId: "anthropic.claude-sonnet-4-6", crossRegion: true },
50110
50207
  "claude-sonnet-5": { bedrockId: "global.anthropic.claude-sonnet-5", crossRegion: false },
50208
+ "claude-opus-5": { bedrockId: "global.anthropic.claude-opus-5", crossRegion: false },
50111
50209
  // Opus 4.7 uses the Global Cross-Region Inference profile (no regional Geo access required)
50112
50210
  "claude-opus-4-7": { bedrockId: "global.anthropic.claude-opus-4-7", crossRegion: false },
50113
50211
  "claude-opus-4-20250514": {
@@ -147005,7 +147103,7 @@ var init_bedrock_sdk = __esm({
147005
147103
 
147006
147104
  // src/lib/claude-direct.ts
147007
147105
  function usesAdaptiveThinking(modelId) {
147008
- return modelId.includes("claude-opus-4-7") || modelId.includes("claude-sonnet-5");
147106
+ return modelId.includes("claude-opus-4-7") || modelId.includes("claude-opus-5") || modelId.includes("claude-sonnet-5");
147009
147107
  }
147010
147108
  function supportsSamplingParameters(modelId) {
147011
147109
  return !modelId.includes("claude-sonnet-5");
@@ -147473,6 +147571,7 @@ function extractClaudeModel(modelId) {
147473
147571
  // Fallback to 4.5
147474
147572
  // Claude Opus models
147475
147573
  "anthropic/claude-opus-4.7": "claude-opus-4-7",
147574
+ "anthropic/claude-opus-5": "claude-opus-5",
147476
147575
  // Claude Haiku 4.5 models
147477
147576
  "anthropic/claude-haiku-4.5": "claude-haiku-4-5-20251001",
147478
147577
  "anthropic/claude-4.5-haiku": "claude-haiku-4-5-20251001",
@@ -147548,6 +147647,7 @@ var init_model_config = __esm({
147548
147647
  "anthropic/claude-4.5-haiku": { vision: true, reasoning: true },
147549
147648
  "anthropic/claude-4.5-sonnet": { vision: true, reasoning: true },
147550
147649
  "anthropic/claude-opus-4.7": { vision: true, reasoning: false },
147650
+ "anthropic/claude-opus-5": { vision: true, reasoning: true },
147551
147651
  "google/gemini-2.5-flash": { vision: true, reasoning: true },
147552
147652
  "google/gemini-2.5-flash-lite": { vision: true, reasoning: true },
147553
147653
  "google/gemini-2.5-pro": { vision: true, reasoning: true },
@@ -147558,6 +147658,7 @@ var init_model_config = __esm({
147558
147658
  "openai/gpt-5-mini": { vision: true, reasoning: false },
147559
147659
  "openai/gpt-5.2-codex": { vision: true, reasoning: true },
147560
147660
  "openai/gpt-5.5": { vision: true, reasoning: true },
147661
+ "openai/gpt-5.6-sol": { vision: true, reasoning: true },
147561
147662
  "deepseek/deepseek-r1": { vision: false, reasoning: true }
147562
147663
  };
147563
147664
  }
@@ -147589,6 +147690,15 @@ var init_model_tiers = __esm({
147589
147690
  provider: "Google",
147590
147691
  multiLingual: true,
147591
147692
  zdr: true
147693
+ },
147694
+ {
147695
+ id: "openai/gpt-5.6-luna",
147696
+ displayName: "GPT-5.6 Luna",
147697
+ description: "Efficient high-volume reasoning, multimodal input, and 1M+ context",
147698
+ provider: "OpenAI",
147699
+ multiLingual: true,
147700
+ zdr: true,
147701
+ effort: "medium"
147592
147702
  }
147593
147703
  ]
147594
147704
  },
@@ -147611,6 +147721,15 @@ var init_model_tiers = __esm({
147611
147721
  costTier: "Expensive",
147612
147722
  multiLingual: true,
147613
147723
  zdr: true
147724
+ },
147725
+ {
147726
+ id: "openai/gpt-5.6-terra",
147727
+ displayName: "GPT-5.6 Terra",
147728
+ description: "Balanced intelligence and cost for reasoning, coding, and agents",
147729
+ provider: "OpenAI",
147730
+ multiLingual: true,
147731
+ zdr: true,
147732
+ effort: "medium"
147614
147733
  }
147615
147734
  ]
147616
147735
  },
@@ -147618,17 +147737,17 @@ var init_model_tiers = __esm({
147618
147737
  name: "Deep Research",
147619
147738
  models: [
147620
147739
  {
147621
- id: "anthropic/claude-opus-4.7",
147622
- displayName: "Claude Opus 4.7",
147623
- description: "Complex multi-agent workflows, creative work, architecture",
147740
+ id: "anthropic/claude-opus-5",
147741
+ displayName: "Claude Opus 5",
147742
+ description: "Frontier coding, agents, architecture, and long-running research",
147624
147743
  provider: "Anthropic",
147625
147744
  costTier: "Very Expensive",
147626
147745
  zdr: true
147627
147746
  },
147628
147747
  {
147629
- id: "openai/gpt-5.5",
147630
- displayName: "GPT-5.5",
147631
- description: "1M+ context, frontier reasoning, multimodal \u2014 upgrade over GPT-5.4",
147748
+ id: "openai/gpt-5.6-sol",
147749
+ displayName: "GPT-5.6 Sol",
147750
+ description: "1M+ context, frontier reasoning, multimodal, and agentic tool use",
147632
147751
  provider: "OpenAI",
147633
147752
  costTier: "Expensive",
147634
147753
  multiLingual: true,
@@ -309172,7 +309291,7 @@ init_tui_select();
309172
309291
  init_model_registry();
309173
309292
 
309174
309293
  // package.json
309175
- var version2 = "1.175.2";
309294
+ var version2 = "1.177.0";
309176
309295
 
309177
309296
  // src/adapters/cli/model-catalog.ts
309178
309297
  init_codex_auth();