@elyracode/ai 0.9.1 → 0.9.3

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.
@@ -1130,6 +1130,63 @@ export declare const MODELS: {
1130
1130
  contextWindow: number;
1131
1131
  maxTokens: number;
1132
1132
  };
1133
+ readonly "openai.gpt-5.4": {
1134
+ id: string;
1135
+ name: string;
1136
+ api: "bedrock-converse-stream";
1137
+ provider: string;
1138
+ baseUrl: string;
1139
+ reasoning: true;
1140
+ thinkingLevelMap: {
1141
+ xhigh: string;
1142
+ };
1143
+ input: ("image" | "text")[];
1144
+ cost: {
1145
+ input: number;
1146
+ output: number;
1147
+ cacheRead: number;
1148
+ cacheWrite: number;
1149
+ };
1150
+ contextWindow: number;
1151
+ maxTokens: number;
1152
+ };
1153
+ readonly "openai.gpt-5.5": {
1154
+ id: string;
1155
+ name: string;
1156
+ api: "bedrock-converse-stream";
1157
+ provider: string;
1158
+ baseUrl: string;
1159
+ reasoning: true;
1160
+ thinkingLevelMap: {
1161
+ xhigh: string;
1162
+ };
1163
+ input: ("image" | "text")[];
1164
+ cost: {
1165
+ input: number;
1166
+ output: number;
1167
+ cacheRead: number;
1168
+ cacheWrite: number;
1169
+ };
1170
+ contextWindow: number;
1171
+ maxTokens: number;
1172
+ };
1173
+ readonly "openai.gpt-oss-120b": {
1174
+ id: string;
1175
+ name: string;
1176
+ api: "bedrock-converse-stream";
1177
+ provider: string;
1178
+ baseUrl: string;
1179
+ reasoning: false;
1180
+ input: "text"[];
1181
+ cost: {
1182
+ input: number;
1183
+ output: number;
1184
+ cacheRead: number;
1185
+ cacheWrite: number;
1186
+ };
1187
+ contextWindow: number;
1188
+ maxTokens: number;
1189
+ };
1133
1190
  readonly "openai.gpt-oss-120b-1:0": {
1134
1191
  id: string;
1135
1192
  name: string;
@@ -1147,6 +1204,23 @@ export declare const MODELS: {
1147
1204
  contextWindow: number;
1148
1205
  maxTokens: number;
1149
1206
  };
1207
+ readonly "openai.gpt-oss-20b": {
1208
+ id: string;
1209
+ name: string;
1210
+ api: "bedrock-converse-stream";
1211
+ provider: string;
1212
+ baseUrl: string;
1213
+ reasoning: false;
1214
+ input: "text"[];
1215
+ cost: {
1216
+ input: number;
1217
+ output: number;
1218
+ cacheRead: number;
1219
+ cacheWrite: number;
1220
+ };
1221
+ contextWindow: number;
1222
+ maxTokens: number;
1223
+ };
1150
1224
  readonly "openai.gpt-oss-20b-1:0": {
1151
1225
  id: string;
1152
1226
  name: string;
@@ -3860,6 +3934,23 @@ export declare const MODELS: {
3860
3934
  contextWindow: number;
3861
3935
  maxTokens: number;
3862
3936
  };
3937
+ readonly "accounts/fireworks/routers/kimi-k2p6-fast": {
3938
+ id: string;
3939
+ name: string;
3940
+ api: "anthropic-messages";
3941
+ provider: string;
3942
+ baseUrl: string;
3943
+ reasoning: true;
3944
+ input: ("image" | "text")[];
3945
+ cost: {
3946
+ input: number;
3947
+ output: number;
3948
+ cacheRead: number;
3949
+ cacheWrite: number;
3950
+ };
3951
+ contextWindow: number;
3952
+ maxTokens: number;
3953
+ };
3863
3954
  readonly "accounts/fireworks/routers/kimi-k2p6-turbo": {
3864
3955
  id: string;
3865
3956
  name: string;
@@ -4010,6 +4101,32 @@ export declare const MODELS: {
4010
4101
  contextWindow: number;
4011
4102
  maxTokens: number;
4012
4103
  };
4104
+ readonly "claude-sonnet-4": {
4105
+ id: string;
4106
+ name: string;
4107
+ api: "anthropic-messages";
4108
+ provider: string;
4109
+ baseUrl: string;
4110
+ headers: {
4111
+ "User-Agent": string;
4112
+ "Editor-Version": string;
4113
+ "Editor-Plugin-Version": string;
4114
+ "Copilot-Integration-Id": string;
4115
+ };
4116
+ compat: {
4117
+ supportsEagerToolInputStreaming: false;
4118
+ };
4119
+ reasoning: true;
4120
+ input: ("image" | "text")[];
4121
+ cost: {
4122
+ input: number;
4123
+ output: number;
4124
+ cacheRead: number;
4125
+ cacheWrite: number;
4126
+ };
4127
+ contextWindow: number;
4128
+ maxTokens: number;
4129
+ };
4013
4130
  readonly "claude-sonnet-4.5": {
4014
4131
  id: string;
4015
4132
  name: string;
@@ -4076,7 +4193,7 @@ export declare const MODELS: {
4076
4193
  supportsDeveloperRole: false;
4077
4194
  supportsReasoningEffort: false;
4078
4195
  };
4079
- reasoning: false;
4196
+ reasoning: true;
4080
4197
  input: ("image" | "text")[];
4081
4198
  cost: {
4082
4199
  input: number;
@@ -4199,10 +4316,10 @@ export declare const MODELS: {
4199
4316
  contextWindow: number;
4200
4317
  maxTokens: number;
4201
4318
  };
4202
- readonly "gpt-4o": {
4319
+ readonly "gpt-5-mini": {
4203
4320
  id: string;
4204
4321
  name: string;
4205
- api: "openai-completions";
4322
+ api: "openai-responses";
4206
4323
  provider: string;
4207
4324
  baseUrl: string;
4208
4325
  headers: {
@@ -4211,12 +4328,10 @@ export declare const MODELS: {
4211
4328
  "Editor-Plugin-Version": string;
4212
4329
  "Copilot-Integration-Id": string;
4213
4330
  };
4214
- compat: {
4215
- supportsStore: false;
4216
- supportsDeveloperRole: false;
4217
- supportsReasoningEffort: false;
4331
+ reasoning: true;
4332
+ thinkingLevelMap: {
4333
+ off: null;
4218
4334
  };
4219
- reasoning: false;
4220
4335
  input: ("image" | "text")[];
4221
4336
  cost: {
4222
4337
  input: number;
@@ -4227,7 +4342,7 @@ export declare const MODELS: {
4227
4342
  contextWindow: number;
4228
4343
  maxTokens: number;
4229
4344
  };
4230
- readonly "gpt-5-mini": {
4345
+ readonly "gpt-5.2": {
4231
4346
  id: string;
4232
4347
  name: string;
4233
4348
  api: "openai-responses";
@@ -4242,6 +4357,7 @@ export declare const MODELS: {
4242
4357
  reasoning: true;
4243
4358
  thinkingLevelMap: {
4244
4359
  off: null;
4360
+ xhigh: string;
4245
4361
  };
4246
4362
  input: ("image" | "text")[];
4247
4363
  cost: {
@@ -4253,7 +4369,7 @@ export declare const MODELS: {
4253
4369
  contextWindow: number;
4254
4370
  maxTokens: number;
4255
4371
  };
4256
- readonly "gpt-5.2": {
4372
+ readonly "gpt-5.2-codex": {
4257
4373
  id: string;
4258
4374
  name: string;
4259
4375
  api: "openai-responses";
@@ -4280,7 +4396,7 @@ export declare const MODELS: {
4280
4396
  contextWindow: number;
4281
4397
  maxTokens: number;
4282
4398
  };
4283
- readonly "gpt-5.2-codex": {
4399
+ readonly "gpt-5.3-codex": {
4284
4400
  id: string;
4285
4401
  name: string;
4286
4402
  api: "openai-responses";
@@ -4307,7 +4423,7 @@ export declare const MODELS: {
4307
4423
  contextWindow: number;
4308
4424
  maxTokens: number;
4309
4425
  };
4310
- readonly "gpt-5.3-codex": {
4426
+ readonly "gpt-5.4": {
4311
4427
  id: string;
4312
4428
  name: string;
4313
4429
  api: "openai-responses";
@@ -4334,7 +4450,7 @@ export declare const MODELS: {
4334
4450
  contextWindow: number;
4335
4451
  maxTokens: number;
4336
4452
  };
4337
- readonly "gpt-5.4": {
4453
+ readonly "gpt-5.4-mini": {
4338
4454
  id: string;
4339
4455
  name: string;
4340
4456
  api: "openai-responses";
@@ -4361,7 +4477,7 @@ export declare const MODELS: {
4361
4477
  contextWindow: number;
4362
4478
  maxTokens: number;
4363
4479
  };
4364
- readonly "gpt-5.4-mini": {
4480
+ readonly "gpt-5.4-nano": {
4365
4481
  id: string;
4366
4482
  name: string;
4367
4483
  api: "openai-responses";
@@ -4415,7 +4531,7 @@ export declare const MODELS: {
4415
4531
  contextWindow: number;
4416
4532
  maxTokens: number;
4417
4533
  };
4418
- readonly "grok-code-fast-1": {
4534
+ readonly "raptor-mini": {
4419
4535
  id: string;
4420
4536
  name: string;
4421
4537
  api: "openai-completions";
@@ -4433,7 +4549,7 @@ export declare const MODELS: {
4433
4549
  supportsReasoningEffort: false;
4434
4550
  };
4435
4551
  reasoning: true;
4436
- input: "text"[];
4552
+ input: ("image" | "text")[];
4437
4553
  cost: {
4438
4554
  input: number;
4439
4555
  output: number;
@@ -5897,6 +6013,23 @@ export declare const MODELS: {
5897
6013
  contextWindow: number;
5898
6014
  maxTokens: number;
5899
6015
  };
6016
+ readonly "devstral-latest": {
6017
+ id: string;
6018
+ name: string;
6019
+ api: "mistral-conversations";
6020
+ provider: string;
6021
+ baseUrl: string;
6022
+ reasoning: false;
6023
+ input: "text"[];
6024
+ cost: {
6025
+ input: number;
6026
+ output: number;
6027
+ cacheRead: number;
6028
+ cacheWrite: number;
6029
+ };
6030
+ contextWindow: number;
6031
+ maxTokens: number;
6032
+ };
5900
6033
  readonly "devstral-medium-2507": {
5901
6034
  id: string;
5902
6035
  name: string;
@@ -6175,7 +6308,7 @@ export declare const MODELS: {
6175
6308
  api: "mistral-conversations";
6176
6309
  provider: string;
6177
6310
  baseUrl: string;
6178
- reasoning: true;
6311
+ reasoning: false;
6179
6312
  input: ("image" | "text")[];
6180
6313
  cost: {
6181
6314
  input: number;
@@ -6271,6 +6404,23 @@ export declare const MODELS: {
6271
6404
  contextWindow: number;
6272
6405
  maxTokens: number;
6273
6406
  };
6407
+ readonly "open-mistral-nemo": {
6408
+ id: string;
6409
+ name: string;
6410
+ api: "mistral-conversations";
6411
+ provider: string;
6412
+ baseUrl: string;
6413
+ reasoning: false;
6414
+ input: "text"[];
6415
+ cost: {
6416
+ input: number;
6417
+ output: number;
6418
+ cacheRead: number;
6419
+ cacheWrite: number;
6420
+ };
6421
+ contextWindow: number;
6422
+ maxTokens: number;
6423
+ };
6274
6424
  readonly "open-mixtral-8x22b": {
6275
6425
  id: string;
6276
6426
  name: string;
@@ -8405,7 +8555,7 @@ export declare const MODELS: {
8405
8555
  contextWindow: number;
8406
8556
  maxTokens: number;
8407
8557
  };
8408
- readonly "nemotron-3-super-free": {
8558
+ readonly "nemotron-3-ultra-free": {
8409
8559
  id: string;
8410
8560
  name: string;
8411
8561
  api: "openai-completions";
@@ -8704,6 +8854,23 @@ export declare const MODELS: {
8704
8854
  contextWindow: number;
8705
8855
  maxTokens: number;
8706
8856
  };
8857
+ readonly "qwen3.7-plus": {
8858
+ id: string;
8859
+ name: string;
8860
+ api: "anthropic-messages";
8861
+ provider: string;
8862
+ baseUrl: string;
8863
+ reasoning: true;
8864
+ input: ("image" | "text")[];
8865
+ cost: {
8866
+ input: number;
8867
+ output: number;
8868
+ cacheRead: number;
8869
+ cacheWrite: number;
8870
+ };
8871
+ contextWindow: number;
8872
+ maxTokens: number;
8873
+ };
8707
8874
  };
8708
8875
  readonly openrouter: {
8709
8876
  readonly "ai21/jamba-large-1.7": {
@@ -9468,40 +9635,6 @@ export declare const MODELS: {
9468
9635
  contextWindow: number;
9469
9636
  maxTokens: number;
9470
9637
  };
9471
- readonly "google/gemini-2.0-flash-001": {
9472
- id: string;
9473
- name: string;
9474
- api: "openai-completions";
9475
- provider: string;
9476
- baseUrl: string;
9477
- reasoning: false;
9478
- input: ("image" | "text")[];
9479
- cost: {
9480
- input: number;
9481
- output: number;
9482
- cacheRead: number;
9483
- cacheWrite: number;
9484
- };
9485
- contextWindow: number;
9486
- maxTokens: number;
9487
- };
9488
- readonly "google/gemini-2.0-flash-lite-001": {
9489
- id: string;
9490
- name: string;
9491
- api: "openai-completions";
9492
- provider: string;
9493
- baseUrl: string;
9494
- reasoning: false;
9495
- input: ("image" | "text")[];
9496
- cost: {
9497
- input: number;
9498
- output: number;
9499
- cacheRead: number;
9500
- cacheWrite: number;
9501
- };
9502
- contextWindow: number;
9503
- maxTokens: number;
9504
- };
9505
9638
  readonly "google/gemini-2.5-flash": {
9506
9639
  id: string;
9507
9640
  name: string;
@@ -10624,14 +10757,14 @@ export declare const MODELS: {
10624
10757
  contextWindow: number;
10625
10758
  maxTokens: number;
10626
10759
  };
10627
- readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
10760
+ readonly "nvidia/nemotron-3-ultra-550b-a55b": {
10628
10761
  id: string;
10629
10762
  name: string;
10630
10763
  api: "openai-completions";
10631
10764
  provider: string;
10632
10765
  baseUrl: string;
10633
10766
  reasoning: true;
10634
- input: ("image" | "text")[];
10767
+ input: "text"[];
10635
10768
  cost: {
10636
10769
  input: number;
10637
10770
  output: number;
@@ -10641,7 +10774,7 @@ export declare const MODELS: {
10641
10774
  contextWindow: number;
10642
10775
  maxTokens: number;
10643
10776
  };
10644
- readonly "nvidia/nemotron-nano-9b-v2": {
10777
+ readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
10645
10778
  id: string;
10646
10779
  name: string;
10647
10780
  api: "openai-completions";
@@ -10658,7 +10791,24 @@ export declare const MODELS: {
10658
10791
  contextWindow: number;
10659
10792
  maxTokens: number;
10660
10793
  };
10661
- readonly "nvidia/nemotron-nano-9b-v2:free": {
10794
+ readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
10795
+ id: string;
10796
+ name: string;
10797
+ api: "openai-completions";
10798
+ provider: string;
10799
+ baseUrl: string;
10800
+ reasoning: true;
10801
+ input: ("image" | "text")[];
10802
+ cost: {
10803
+ input: number;
10804
+ output: number;
10805
+ cacheRead: number;
10806
+ cacheWrite: number;
10807
+ };
10808
+ contextWindow: number;
10809
+ maxTokens: number;
10810
+ };
10811
+ readonly "nvidia/nemotron-nano-9b-v2": {
10662
10812
  id: string;
10663
10813
  name: string;
10664
10814
  api: "openai-completions";
@@ -10675,13 +10825,13 @@ export declare const MODELS: {
10675
10825
  contextWindow: number;
10676
10826
  maxTokens: number;
10677
10827
  };
10678
- readonly "openai/gpt-3.5-turbo": {
10828
+ readonly "nvidia/nemotron-nano-9b-v2:free": {
10679
10829
  id: string;
10680
10830
  name: string;
10681
10831
  api: "openai-completions";
10682
10832
  provider: string;
10683
10833
  baseUrl: string;
10684
- reasoning: false;
10834
+ reasoning: true;
10685
10835
  input: "text"[];
10686
10836
  cost: {
10687
10837
  input: number;
@@ -10692,7 +10842,7 @@ export declare const MODELS: {
10692
10842
  contextWindow: number;
10693
10843
  maxTokens: number;
10694
10844
  };
10695
- readonly "openai/gpt-3.5-turbo-0613": {
10845
+ readonly "openai/gpt-3.5-turbo": {
10696
10846
  id: string;
10697
10847
  name: string;
10698
10848
  api: "openai-completions";
@@ -10709,7 +10859,7 @@ export declare const MODELS: {
10709
10859
  contextWindow: number;
10710
10860
  maxTokens: number;
10711
10861
  };
10712
- readonly "openai/gpt-3.5-turbo-16k": {
10862
+ readonly "openai/gpt-3.5-turbo-0613": {
10713
10863
  id: string;
10714
10864
  name: string;
10715
10865
  api: "openai-completions";
@@ -10726,7 +10876,7 @@ export declare const MODELS: {
10726
10876
  contextWindow: number;
10727
10877
  maxTokens: number;
10728
10878
  };
10729
- readonly "openai/gpt-4": {
10879
+ readonly "openai/gpt-3.5-turbo-16k": {
10730
10880
  id: string;
10731
10881
  name: string;
10732
10882
  api: "openai-completions";
@@ -10743,7 +10893,7 @@ export declare const MODELS: {
10743
10893
  contextWindow: number;
10744
10894
  maxTokens: number;
10745
10895
  };
10746
- readonly "openai/gpt-4-0314": {
10896
+ readonly "openai/gpt-4": {
10747
10897
  id: string;
10748
10898
  name: string;
10749
10899
  api: "openai-completions";
@@ -12428,13 +12578,13 @@ export declare const MODELS: {
12428
12578
  contextWindow: number;
12429
12579
  maxTokens: number;
12430
12580
  };
12431
- readonly "rekaai/reka-edge": {
12581
+ readonly "qwen/qwen3.7-plus": {
12432
12582
  id: string;
12433
12583
  name: string;
12434
12584
  api: "openai-completions";
12435
12585
  provider: string;
12436
12586
  baseUrl: string;
12437
- reasoning: false;
12587
+ reasoning: true;
12438
12588
  input: ("image" | "text")[];
12439
12589
  cost: {
12440
12590
  input: number;
@@ -12445,14 +12595,14 @@ export declare const MODELS: {
12445
12595
  contextWindow: number;
12446
12596
  maxTokens: number;
12447
12597
  };
12448
- readonly "relace/relace-search": {
12598
+ readonly "rekaai/reka-edge": {
12449
12599
  id: string;
12450
12600
  name: string;
12451
12601
  api: "openai-completions";
12452
12602
  provider: string;
12453
12603
  baseUrl: string;
12454
12604
  reasoning: false;
12455
- input: "text"[];
12605
+ input: ("image" | "text")[];
12456
12606
  cost: {
12457
12607
  input: number;
12458
12608
  output: number;
@@ -12462,7 +12612,7 @@ export declare const MODELS: {
12462
12612
  contextWindow: number;
12463
12613
  maxTokens: number;
12464
12614
  };
12465
- readonly "sao10k/l3-euryale-70b": {
12615
+ readonly "relace/relace-search": {
12466
12616
  id: string;
12467
12617
  name: string;
12468
12618
  api: "openai-completions";
@@ -13505,6 +13655,37 @@ export declare const MODELS: {
13505
13655
  contextWindow: number;
13506
13656
  maxTokens: number;
13507
13657
  };
13658
+ readonly "nvidia/nemotron-3-ultra-550b-a55b": {
13659
+ id: string;
13660
+ name: string;
13661
+ api: "openai-completions";
13662
+ provider: string;
13663
+ baseUrl: string;
13664
+ compat: {
13665
+ supportsStore: false;
13666
+ supportsDeveloperRole: false;
13667
+ supportsReasoningEffort: false;
13668
+ maxTokensField: "max_tokens";
13669
+ supportsStrictMode: false;
13670
+ supportsLongCacheRetention: false;
13671
+ thinkingFormat: "together";
13672
+ };
13673
+ reasoning: true;
13674
+ thinkingLevelMap: {
13675
+ minimal: null;
13676
+ low: null;
13677
+ medium: null;
13678
+ };
13679
+ input: "text"[];
13680
+ cost: {
13681
+ input: number;
13682
+ output: number;
13683
+ cacheRead: number;
13684
+ cacheWrite: number;
13685
+ };
13686
+ contextWindow: number;
13687
+ maxTokens: number;
13688
+ };
13508
13689
  readonly "openai/gpt-oss-120b": {
13509
13690
  id: string;
13510
13691
  name: string;
@@ -13643,7 +13824,7 @@ export declare const MODELS: {
13643
13824
  provider: string;
13644
13825
  baseUrl: string;
13645
13826
  reasoning: true;
13646
- input: ("image" | "text")[];
13827
+ input: "text"[];
13647
13828
  cost: {
13648
13829
  input: number;
13649
13830
  output: number;
@@ -13909,6 +14090,23 @@ export declare const MODELS: {
13909
14090
  maxTokens: number;
13910
14091
  };
13911
14092
  readonly "alibaba/qwen3.7-max": {
14093
+ id: string;
14094
+ name: string;
14095
+ api: "anthropic-messages";
14096
+ provider: string;
14097
+ baseUrl: string;
14098
+ reasoning: true;
14099
+ input: "text"[];
14100
+ cost: {
14101
+ input: number;
14102
+ output: number;
14103
+ cacheRead: number;
14104
+ cacheWrite: number;
14105
+ };
14106
+ contextWindow: number;
14107
+ maxTokens: number;
14108
+ };
14109
+ readonly "alibaba/qwen3.7-plus": {
13912
14110
  id: string;
13913
14111
  name: string;
13914
14112
  api: "anthropic-messages";
@@ -14319,7 +14517,7 @@ export declare const MODELS: {
14319
14517
  provider: string;
14320
14518
  baseUrl: string;
14321
14519
  reasoning: true;
14322
- input: ("image" | "text")[];
14520
+ input: "text"[];
14323
14521
  cost: {
14324
14522
  input: number;
14325
14523
  output: number;
@@ -14522,7 +14720,7 @@ export declare const MODELS: {
14522
14720
  api: "anthropic-messages";
14523
14721
  provider: string;
14524
14722
  baseUrl: string;
14525
- reasoning: false;
14723
+ reasoning: true;
14526
14724
  input: ("image" | "text")[];
14527
14725
  cost: {
14528
14726
  input: number;
@@ -14812,7 +15010,7 @@ export declare const MODELS: {
14812
15010
  provider: string;
14813
15011
  baseUrl: string;
14814
15012
  reasoning: true;
14815
- input: ("image" | "text")[];
15013
+ input: "text"[];
14816
15014
  cost: {
14817
15015
  input: number;
14818
15016
  output: number;
@@ -14829,7 +15027,7 @@ export declare const MODELS: {
14829
15027
  provider: string;
14830
15028
  baseUrl: string;
14831
15029
  reasoning: true;
14832
- input: ("image" | "text")[];
15030
+ input: "text"[];
14833
15031
  cost: {
14834
15032
  input: number;
14835
15033
  output: number;
@@ -14846,7 +15044,7 @@ export declare const MODELS: {
14846
15044
  provider: string;
14847
15045
  baseUrl: string;
14848
15046
  reasoning: true;
14849
- input: ("image" | "text")[];
15047
+ input: "text"[];
14850
15048
  cost: {
14851
15049
  input: number;
14852
15050
  output: number;
@@ -15196,6 +15394,23 @@ export declare const MODELS: {
15196
15394
  contextWindow: number;
15197
15395
  maxTokens: number;
15198
15396
  };
15397
+ readonly "nvidia/nemotron-3-ultra-550b-a55b": {
15398
+ id: string;
15399
+ name: string;
15400
+ api: "anthropic-messages";
15401
+ provider: string;
15402
+ baseUrl: string;
15403
+ reasoning: true;
15404
+ input: "text"[];
15405
+ cost: {
15406
+ input: number;
15407
+ output: number;
15408
+ cacheRead: number;
15409
+ cacheWrite: number;
15410
+ };
15411
+ contextWindow: number;
15412
+ maxTokens: number;
15413
+ };
15199
15414
  readonly "nvidia/nemotron-nano-12b-v2-vl": {
15200
15415
  id: string;
15201
15416
  name: string;