@ashx-j/lunr-ai 0.2.7 → 0.2.8

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.
@@ -10392,7 +10392,7 @@ export declare const MODELS: {
10392
10392
  contextWindow: number;
10393
10393
  maxTokens: number;
10394
10394
  };
10395
- readonly "claude-opus-4-1": {
10395
+ readonly "claude-opus-4-5": {
10396
10396
  id: string;
10397
10397
  name: string;
10398
10398
  api: "anthropic-messages";
@@ -10409,13 +10409,19 @@ export declare const MODELS: {
10409
10409
  contextWindow: number;
10410
10410
  maxTokens: number;
10411
10411
  };
10412
- readonly "claude-opus-4-5": {
10412
+ readonly "claude-opus-4-6": {
10413
10413
  id: string;
10414
10414
  name: string;
10415
10415
  api: "anthropic-messages";
10416
10416
  provider: string;
10417
10417
  baseUrl: string;
10418
+ compat: {
10419
+ forceAdaptiveThinking: true;
10420
+ };
10418
10421
  reasoning: true;
10422
+ thinkingLevelMap: {
10423
+ max: string;
10424
+ };
10419
10425
  input: ("image" | "text")[];
10420
10426
  cost: {
10421
10427
  input: number;
@@ -10426,7 +10432,7 @@ export declare const MODELS: {
10426
10432
  contextWindow: number;
10427
10433
  maxTokens: number;
10428
10434
  };
10429
- readonly "claude-opus-4-6": {
10435
+ readonly "claude-opus-4-7": {
10430
10436
  id: string;
10431
10437
  name: string;
10432
10438
  api: "anthropic-messages";
@@ -10434,9 +10440,11 @@ export declare const MODELS: {
10434
10440
  baseUrl: string;
10435
10441
  compat: {
10436
10442
  forceAdaptiveThinking: true;
10443
+ supportsTemperature: false;
10437
10444
  };
10438
10445
  reasoning: true;
10439
10446
  thinkingLevelMap: {
10447
+ xhigh: string;
10440
10448
  max: string;
10441
10449
  };
10442
10450
  input: ("image" | "text")[];
@@ -10449,7 +10457,7 @@ export declare const MODELS: {
10449
10457
  contextWindow: number;
10450
10458
  maxTokens: number;
10451
10459
  };
10452
- readonly "claude-opus-4-7": {
10460
+ readonly "claude-opus-4-8": {
10453
10461
  id: string;
10454
10462
  name: string;
10455
10463
  api: "anthropic-messages";
@@ -10474,21 +10482,13 @@ export declare const MODELS: {
10474
10482
  contextWindow: number;
10475
10483
  maxTokens: number;
10476
10484
  };
10477
- readonly "claude-opus-4-8": {
10485
+ readonly "claude-opus-5": {
10478
10486
  id: string;
10479
10487
  name: string;
10480
10488
  api: "anthropic-messages";
10481
10489
  provider: string;
10482
10490
  baseUrl: string;
10483
- compat: {
10484
- forceAdaptiveThinking: true;
10485
- supportsTemperature: false;
10486
- };
10487
10491
  reasoning: true;
10488
- thinkingLevelMap: {
10489
- xhigh: string;
10490
- max: string;
10491
- };
10492
10492
  input: ("image" | "text")[];
10493
10493
  cost: {
10494
10494
  input: number;
@@ -10736,6 +10736,66 @@ export declare const MODELS: {
10736
10736
  contextWindow: number;
10737
10737
  maxTokens: number;
10738
10738
  };
10739
+ readonly "gemini-3.5-flash-lite": {
10740
+ id: string;
10741
+ name: string;
10742
+ api: "google-generative-ai";
10743
+ provider: string;
10744
+ baseUrl: string;
10745
+ reasoning: true;
10746
+ thinkingLevelMap: {
10747
+ off: null;
10748
+ };
10749
+ input: ("image" | "text")[];
10750
+ cost: {
10751
+ input: number;
10752
+ output: number;
10753
+ cacheRead: number;
10754
+ cacheWrite: number;
10755
+ };
10756
+ contextWindow: number;
10757
+ maxTokens: number;
10758
+ };
10759
+ readonly "gemini-3.6-flash": {
10760
+ id: string;
10761
+ name: string;
10762
+ api: "google-generative-ai";
10763
+ provider: string;
10764
+ baseUrl: string;
10765
+ reasoning: true;
10766
+ thinkingLevelMap: {
10767
+ off: null;
10768
+ };
10769
+ input: ("image" | "text")[];
10770
+ cost: {
10771
+ input: number;
10772
+ output: number;
10773
+ cacheRead: number;
10774
+ cacheWrite: number;
10775
+ };
10776
+ contextWindow: number;
10777
+ maxTokens: number;
10778
+ };
10779
+ readonly "gemini-3.7-flash": {
10780
+ id: string;
10781
+ name: string;
10782
+ api: "google-generative-ai";
10783
+ provider: string;
10784
+ baseUrl: string;
10785
+ reasoning: true;
10786
+ thinkingLevelMap: {
10787
+ off: null;
10788
+ };
10789
+ input: ("image" | "text")[];
10790
+ cost: {
10791
+ input: number;
10792
+ output: number;
10793
+ cacheRead: number;
10794
+ cacheWrite: number;
10795
+ };
10796
+ contextWindow: number;
10797
+ maxTokens: number;
10798
+ };
10739
10799
  readonly "glm-5": {
10740
10800
  id: string;
10741
10801
  name: string;
@@ -11259,13 +11319,31 @@ export declare const MODELS: {
11259
11319
  readonly "grok-4.5": {
11260
11320
  id: string;
11261
11321
  name: string;
11262
- api: "openai-completions";
11322
+ api: "openai-responses";
11263
11323
  provider: string;
11264
11324
  baseUrl: string;
11265
11325
  compat: {
11266
- supportsStore: false;
11267
- supportsDeveloperRole: false;
11268
- maxTokensField: "max_tokens";
11326
+ sessionAffinityFormat: "openai-nosession";
11327
+ };
11328
+ reasoning: true;
11329
+ input: ("image" | "text")[];
11330
+ cost: {
11331
+ input: number;
11332
+ output: number;
11333
+ cacheRead: number;
11334
+ cacheWrite: number;
11335
+ };
11336
+ contextWindow: number;
11337
+ maxTokens: number;
11338
+ };
11339
+ readonly "grok-4.6": {
11340
+ id: string;
11341
+ name: string;
11342
+ api: "openai-responses";
11343
+ provider: string;
11344
+ baseUrl: string;
11345
+ compat: {
11346
+ sessionAffinityFormat: "openai-nosession";
11269
11347
  };
11270
11348
  reasoning: true;
11271
11349
  input: ("image" | "text")[];
@@ -11281,14 +11359,12 @@ export declare const MODELS: {
11281
11359
  readonly "grok-build-0.1": {
11282
11360
  id: string;
11283
11361
  name: string;
11284
- api: "openai-completions";
11362
+ api: "openai-responses";
11285
11363
  provider: string;
11286
11364
  baseUrl: string;
11287
11365
  compat: {
11288
- supportsStore: false;
11289
- supportsDeveloperRole: false;
11366
+ sessionAffinityFormat: "openai-nosession";
11290
11367
  supportsReasoningEffort: false;
11291
- maxTokensField: "max_tokens";
11292
11368
  };
11293
11369
  reasoning: true;
11294
11370
  thinkingLevelMap: {
@@ -11399,6 +11475,50 @@ export declare const MODELS: {
11399
11475
  contextWindow: number;
11400
11476
  maxTokens: number;
11401
11477
  };
11478
+ readonly "kimi-k3": {
11479
+ id: string;
11480
+ name: string;
11481
+ api: "openai-completions";
11482
+ provider: string;
11483
+ baseUrl: string;
11484
+ compat: {
11485
+ supportsStore: false;
11486
+ supportsDeveloperRole: false;
11487
+ maxTokensField: "max_tokens";
11488
+ };
11489
+ reasoning: true;
11490
+ input: ("image" | "text")[];
11491
+ cost: {
11492
+ input: number;
11493
+ output: number;
11494
+ cacheRead: number;
11495
+ cacheWrite: number;
11496
+ };
11497
+ contextWindow: number;
11498
+ maxTokens: number;
11499
+ };
11500
+ readonly "laguna-s-2.1-free": {
11501
+ id: string;
11502
+ name: string;
11503
+ api: "openai-completions";
11504
+ provider: string;
11505
+ baseUrl: string;
11506
+ compat: {
11507
+ supportsStore: false;
11508
+ supportsDeveloperRole: false;
11509
+ maxTokensField: "max_tokens";
11510
+ };
11511
+ reasoning: true;
11512
+ input: "text"[];
11513
+ cost: {
11514
+ input: number;
11515
+ output: number;
11516
+ cacheRead: number;
11517
+ cacheWrite: number;
11518
+ };
11519
+ contextWindow: number;
11520
+ maxTokens: number;
11521
+ };
11402
11522
  readonly "mimo-v2.5-free": {
11403
11523
  id: string;
11404
11524
  name: string;
@@ -11488,6 +11608,46 @@ export declare const MODELS: {
11488
11608
  contextWindow: number;
11489
11609
  maxTokens: number;
11490
11610
  };
11611
+ readonly "muse-spark-1.2": {
11612
+ id: string;
11613
+ name: string;
11614
+ api: "openai-responses";
11615
+ provider: string;
11616
+ baseUrl: string;
11617
+ compat: {
11618
+ sessionAffinityFormat: "openai-nosession";
11619
+ };
11620
+ reasoning: true;
11621
+ input: ("image" | "text")[];
11622
+ cost: {
11623
+ input: number;
11624
+ output: number;
11625
+ cacheRead: number;
11626
+ cacheWrite: number;
11627
+ };
11628
+ contextWindow: number;
11629
+ maxTokens: number;
11630
+ };
11631
+ readonly "muse-spark-1.2-contributor-free": {
11632
+ id: string;
11633
+ name: string;
11634
+ api: "openai-responses";
11635
+ provider: string;
11636
+ baseUrl: string;
11637
+ compat: {
11638
+ sessionAffinityFormat: "openai-nosession";
11639
+ };
11640
+ reasoning: true;
11641
+ input: ("image" | "text")[];
11642
+ cost: {
11643
+ input: number;
11644
+ output: number;
11645
+ cacheRead: number;
11646
+ cacheWrite: number;
11647
+ };
11648
+ contextWindow: number;
11649
+ maxTokens: number;
11650
+ };
11491
11651
  readonly "nemotron-3-ultra-free": {
11492
11652
  id: string;
11493
11653
  name: string;
@@ -11510,7 +11670,7 @@ export declare const MODELS: {
11510
11670
  contextWindow: number;
11511
11671
  maxTokens: number;
11512
11672
  };
11513
- readonly "north-mini-code-free": {
11673
+ readonly "nemotron-3.5-lightning-free": {
11514
11674
  id: string;
11515
11675
  name: string;
11516
11676
  api: "openai-completions";
@@ -11566,6 +11726,28 @@ export declare const MODELS: {
11566
11726
  contextWindow: number;
11567
11727
  maxTokens: number;
11568
11728
  };
11729
+ readonly "x-preview-f-free": {
11730
+ id: string;
11731
+ name: string;
11732
+ api: "openai-completions";
11733
+ provider: string;
11734
+ baseUrl: string;
11735
+ compat: {
11736
+ supportsStore: false;
11737
+ supportsDeveloperRole: false;
11738
+ maxTokensField: "max_tokens";
11739
+ };
11740
+ reasoning: true;
11741
+ input: ("image" | "text")[];
11742
+ cost: {
11743
+ input: number;
11744
+ output: number;
11745
+ cacheRead: number;
11746
+ cacheWrite: number;
11747
+ };
11748
+ contextWindow: number;
11749
+ maxTokens: number;
11750
+ };
11569
11751
  };
11570
11752
  readonly "opencode-go": {
11571
11753
  readonly "deepseek-v4-flash": {
@@ -11630,6 +11812,28 @@ export declare const MODELS: {
11630
11812
  contextWindow: number;
11631
11813
  maxTokens: number;
11632
11814
  };
11815
+ readonly "glm-5": {
11816
+ id: string;
11817
+ name: string;
11818
+ api: "openai-completions";
11819
+ provider: string;
11820
+ baseUrl: string;
11821
+ compat: {
11822
+ supportsStore: false;
11823
+ supportsDeveloperRole: false;
11824
+ maxTokensField: "max_tokens";
11825
+ };
11826
+ reasoning: true;
11827
+ input: "text"[];
11828
+ cost: {
11829
+ input: number;
11830
+ output: number;
11831
+ cacheRead: number;
11832
+ cacheWrite: number;
11833
+ };
11834
+ contextWindow: number;
11835
+ maxTokens: number;
11836
+ };
11633
11837
  readonly "glm-5.1": {
11634
11838
  id: string;
11635
11839
  name: string;
@@ -11682,7 +11886,118 @@ export declare const MODELS: {
11682
11886
  contextWindow: number;
11683
11887
  maxTokens: number;
11684
11888
  };
11889
+ readonly "glm-5.3": {
11890
+ id: string;
11891
+ name: string;
11892
+ api: "openai-completions";
11893
+ provider: string;
11894
+ baseUrl: string;
11895
+ compat: {
11896
+ supportsStore: false;
11897
+ supportsDeveloperRole: false;
11898
+ maxTokensField: "max_tokens";
11899
+ };
11900
+ reasoning: true;
11901
+ input: "text"[];
11902
+ cost: {
11903
+ input: number;
11904
+ output: number;
11905
+ cacheRead: number;
11906
+ cacheWrite: number;
11907
+ };
11908
+ contextWindow: number;
11909
+ maxTokens: number;
11910
+ };
11911
+ readonly "gpt-5.6-luna": {
11912
+ id: string;
11913
+ name: string;
11914
+ api: "openai-responses";
11915
+ provider: string;
11916
+ baseUrl: string;
11917
+ compat: {
11918
+ sessionAffinityFormat: "openai-nosession";
11919
+ };
11920
+ reasoning: true;
11921
+ thinkingLevelMap: {
11922
+ off: null;
11923
+ xhigh: string;
11924
+ max: string;
11925
+ };
11926
+ input: ("image" | "text")[];
11927
+ cost: {
11928
+ input: number;
11929
+ output: number;
11930
+ cacheRead: number;
11931
+ cacheWrite: number;
11932
+ };
11933
+ contextWindow: number;
11934
+ maxTokens: number;
11935
+ };
11685
11936
  readonly "grok-4.5": {
11937
+ id: string;
11938
+ name: string;
11939
+ api: "openai-responses";
11940
+ provider: string;
11941
+ baseUrl: string;
11942
+ compat: {
11943
+ sessionAffinityFormat: "openai-nosession";
11944
+ };
11945
+ reasoning: true;
11946
+ input: ("image" | "text")[];
11947
+ cost: {
11948
+ input: number;
11949
+ output: number;
11950
+ cacheRead: number;
11951
+ cacheWrite: number;
11952
+ };
11953
+ contextWindow: number;
11954
+ maxTokens: number;
11955
+ };
11956
+ readonly hy3: {
11957
+ id: string;
11958
+ name: string;
11959
+ api: "openai-completions";
11960
+ provider: string;
11961
+ baseUrl: string;
11962
+ compat: {
11963
+ supportsStore: false;
11964
+ supportsDeveloperRole: false;
11965
+ maxTokensField: "max_tokens";
11966
+ };
11967
+ reasoning: true;
11968
+ input: "text"[];
11969
+ cost: {
11970
+ input: number;
11971
+ output: number;
11972
+ cacheRead: number;
11973
+ cacheWrite: number;
11974
+ };
11975
+ contextWindow: number;
11976
+ maxTokens: number;
11977
+ };
11978
+ readonly "hy3-preview": {
11979
+ id: string;
11980
+ name: string;
11981
+ api: "openai-completions";
11982
+ provider: string;
11983
+ baseUrl: string;
11984
+ compat: {
11985
+ supportsStore: false;
11986
+ supportsDeveloperRole: false;
11987
+ maxTokensField: "max_tokens";
11988
+ };
11989
+ reasoning: true;
11990
+ input: "text"[];
11991
+ cost: {
11992
+ input: number;
11993
+ output: number;
11994
+ cacheRead: number;
11995
+ cacheWrite: number;
11996
+ };
11997
+ contextWindow: number;
11998
+ maxTokens: number;
11999
+ };
12000
+ readonly "kimi-k2.5": {
11686
12001
  id: string;
11687
12002
  name: string;
11688
12003
  api: "openai-completions";
@@ -11778,6 +12093,50 @@ export declare const MODELS: {
11778
12093
  contextWindow: number;
11779
12094
  maxTokens: number;
11780
12095
  };
12096
+ readonly "mimo-v2-omni": {
12097
+ id: string;
12098
+ name: string;
12099
+ api: "openai-completions";
12100
+ provider: string;
12101
+ baseUrl: string;
12102
+ compat: {
12103
+ supportsStore: false;
12104
+ supportsDeveloperRole: false;
12105
+ maxTokensField: "max_tokens";
12106
+ };
12107
+ reasoning: true;
12108
+ input: ("image" | "text")[];
12109
+ cost: {
12110
+ input: number;
12111
+ output: number;
12112
+ cacheRead: number;
12113
+ cacheWrite: number;
12114
+ };
12115
+ contextWindow: number;
12116
+ maxTokens: number;
12117
+ };
12118
+ readonly "mimo-v2-pro": {
12119
+ id: string;
12120
+ name: string;
12121
+ api: "openai-completions";
12122
+ provider: string;
12123
+ baseUrl: string;
12124
+ compat: {
12125
+ supportsStore: false;
12126
+ supportsDeveloperRole: false;
12127
+ maxTokensField: "max_tokens";
12128
+ };
12129
+ reasoning: true;
12130
+ input: "text"[];
12131
+ cost: {
12132
+ input: number;
12133
+ output: number;
12134
+ cacheRead: number;
12135
+ cacheWrite: number;
12136
+ };
12137
+ contextWindow: number;
12138
+ maxTokens: number;
12139
+ };
11781
12140
  readonly "mimo-v2.5": {
11782
12141
  id: string;
11783
12142
  name: string;
@@ -11822,6 +12181,23 @@ export declare const MODELS: {
11822
12181
  contextWindow: number;
11823
12182
  maxTokens: number;
11824
12183
  };
12184
+ readonly "minimax-m2.5": {
12185
+ id: string;
12186
+ name: string;
12187
+ api: "anthropic-messages";
12188
+ provider: string;
12189
+ baseUrl: string;
12190
+ reasoning: true;
12191
+ input: "text"[];
12192
+ cost: {
12193
+ input: number;
12194
+ output: number;
12195
+ cacheRead: number;
12196
+ cacheWrite: number;
12197
+ };
12198
+ contextWindow: number;
12199
+ maxTokens: number;
12200
+ };
11825
12201
  readonly "minimax-m2.7": {
11826
12202
  id: string;
11827
12203
  name: string;
@@ -11861,6 +12237,71 @@ export declare const MODELS: {
11861
12237
  contextWindow: number;
11862
12238
  maxTokens: number;
11863
12239
  };
12240
+ readonly "muse-spark-1.2-contributor": {
12241
+ id: string;
12242
+ name: string;
12243
+ api: "openai-responses";
12244
+ provider: string;
12245
+ baseUrl: string;
12246
+ compat: {
12247
+ sessionAffinityFormat: "openai-nosession";
12248
+ };
12249
+ reasoning: true;
12250
+ input: ("image" | "text")[];
12251
+ cost: {
12252
+ input: number;
12253
+ output: number;
12254
+ cacheRead: number;
12255
+ cacheWrite: number;
12256
+ };
12257
+ contextWindow: number;
12258
+ maxTokens: number;
12259
+ };
12260
+ readonly "ox-alpha-free": {
12261
+ id: string;
12262
+ name: string;
12263
+ api: "openai-completions";
12264
+ provider: string;
12265
+ baseUrl: string;
12266
+ compat: {
12267
+ supportsStore: false;
12268
+ supportsDeveloperRole: false;
12269
+ maxTokensField: "max_tokens";
12270
+ };
12271
+ reasoning: true;
12272
+ input: ("image" | "text")[];
12273
+ cost: {
12274
+ input: number;
12275
+ output: number;
12276
+ cacheRead: number;
12277
+ cacheWrite: number;
12278
+ };
12279
+ contextWindow: number;
12280
+ maxTokens: number;
12281
+ };
12282
+ readonly "qwen3.5-plus": {
12283
+ id: string;
12284
+ name: string;
12285
+ api: "openai-completions";
12286
+ provider: string;
12287
+ baseUrl: string;
12288
+ compat: {
12289
+ supportsStore: false;
12290
+ supportsDeveloperRole: false;
12291
+ thinkingFormat: "qwen";
12292
+ maxTokensField: "max_tokens";
12293
+ };
12294
+ reasoning: true;
12295
+ input: ("image" | "text")[];
12296
+ cost: {
12297
+ input: number;
12298
+ output: number;
12299
+ cacheRead: number;
12300
+ cacheWrite: number;
12301
+ };
12302
+ contextWindow: number;
12303
+ maxTokens: number;
12304
+ };
11864
12305
  readonly "qwen3.6-plus": {
11865
12306
  id: string;
11866
12307
  name: string;
@@ -11918,6 +12359,23 @@ export declare const MODELS: {
11918
12359
  contextWindow: number;
11919
12360
  maxTokens: number;
11920
12361
  };
12362
+ readonly "qwen3.8-max": {
12363
+ id: string;
12364
+ name: string;
12365
+ api: "anthropic-messages";
12366
+ provider: string;
12367
+ baseUrl: string;
12368
+ reasoning: true;
12369
+ input: ("image" | "text")[];
12370
+ cost: {
12371
+ input: number;
12372
+ output: number;
12373
+ cacheRead: number;
12374
+ cacheWrite: number;
12375
+ };
12376
+ contextWindow: number;
12377
+ maxTokens: number;
12378
+ };
11921
12379
  };
11922
12380
  readonly openrouter: {
11923
12381
  readonly "ai21/jamba-large-1.7": {