@elyracode/ai 0.9.24 → 0.9.25

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.
@@ -3403,6 +3403,23 @@ export declare const MODELS: {
3403
3403
  contextWindow: number;
3404
3404
  maxTokens: number;
3405
3405
  };
3406
+ readonly "claude-opus-5": {
3407
+ id: string;
3408
+ name: string;
3409
+ api: "anthropic-messages";
3410
+ provider: string;
3411
+ baseUrl: string;
3412
+ reasoning: true;
3413
+ input: ("image" | "text")[];
3414
+ cost: {
3415
+ input: number;
3416
+ output: number;
3417
+ cacheRead: number;
3418
+ cacheWrite: number;
3419
+ };
3420
+ contextWindow: number;
3421
+ maxTokens: number;
3422
+ };
3406
3423
  readonly "claude-sonnet-4": {
3407
3424
  id: string;
3408
3425
  name: string;
@@ -4251,7 +4268,7 @@ export declare const MODELS: {
4251
4268
  contextWindow: number;
4252
4269
  maxTokens: number;
4253
4270
  };
4254
- readonly "accounts/fireworks/models/deepseek-v4-pro": {
4271
+ readonly "accounts/fireworks/models/deepseek-v4-flash-0731": {
4255
4272
  id: string;
4256
4273
  name: string;
4257
4274
  api: "anthropic-messages";
@@ -4268,7 +4285,7 @@ export declare const MODELS: {
4268
4285
  contextWindow: number;
4269
4286
  maxTokens: number;
4270
4287
  };
4271
- readonly "accounts/fireworks/models/glm-5p1": {
4288
+ readonly "accounts/fireworks/models/deepseek-v4-pro": {
4272
4289
  id: string;
4273
4290
  name: string;
4274
4291
  api: "anthropic-messages";
@@ -4370,6 +4387,23 @@ export declare const MODELS: {
4370
4387
  contextWindow: number;
4371
4388
  maxTokens: number;
4372
4389
  };
4390
+ readonly "accounts/fireworks/models/kimi-k3": {
4391
+ id: string;
4392
+ name: string;
4393
+ api: "anthropic-messages";
4394
+ provider: string;
4395
+ baseUrl: string;
4396
+ reasoning: true;
4397
+ input: ("image" | "text")[];
4398
+ cost: {
4399
+ input: number;
4400
+ output: number;
4401
+ cacheRead: number;
4402
+ cacheWrite: number;
4403
+ };
4404
+ contextWindow: number;
4405
+ maxTokens: number;
4406
+ };
4373
4407
  readonly "accounts/fireworks/models/minimax-m2p7": {
4374
4408
  id: string;
4375
4409
  name: string;
@@ -4421,7 +4455,7 @@ export declare const MODELS: {
4421
4455
  contextWindow: number;
4422
4456
  maxTokens: number;
4423
4457
  };
4424
- readonly "accounts/fireworks/routers/glm-5p1-fast": {
4458
+ readonly "accounts/fireworks/routers/glm-5p2-fast": {
4425
4459
  id: string;
4426
4460
  name: string;
4427
4461
  api: "anthropic-messages";
@@ -4438,14 +4472,14 @@ export declare const MODELS: {
4438
4472
  contextWindow: number;
4439
4473
  maxTokens: number;
4440
4474
  };
4441
- readonly "accounts/fireworks/routers/glm-5p2-fast": {
4475
+ readonly "accounts/fireworks/routers/kimi-k2p6-fast": {
4442
4476
  id: string;
4443
4477
  name: string;
4444
4478
  api: "anthropic-messages";
4445
4479
  provider: string;
4446
4480
  baseUrl: string;
4447
4481
  reasoning: true;
4448
- input: "text"[];
4482
+ input: ("image" | "text")[];
4449
4483
  cost: {
4450
4484
  input: number;
4451
4485
  output: number;
@@ -4455,7 +4489,7 @@ export declare const MODELS: {
4455
4489
  contextWindow: number;
4456
4490
  maxTokens: number;
4457
4491
  };
4458
- readonly "accounts/fireworks/routers/kimi-k2p6-fast": {
4492
+ readonly "accounts/fireworks/routers/kimi-k2p6-turbo": {
4459
4493
  id: string;
4460
4494
  name: string;
4461
4495
  api: "anthropic-messages";
@@ -4472,7 +4506,7 @@ export declare const MODELS: {
4472
4506
  contextWindow: number;
4473
4507
  maxTokens: number;
4474
4508
  };
4475
- readonly "accounts/fireworks/routers/kimi-k2p6-turbo": {
4509
+ readonly "accounts/fireworks/routers/kimi-k2p7-code-fast": {
4476
4510
  id: string;
4477
4511
  name: string;
4478
4512
  api: "anthropic-messages";
@@ -4489,7 +4523,7 @@ export declare const MODELS: {
4489
4523
  contextWindow: number;
4490
4524
  maxTokens: number;
4491
4525
  };
4492
- readonly "accounts/fireworks/routers/kimi-k2p7-code-fast": {
4526
+ readonly "accounts/fireworks/routers/kimi-k3-fast": {
4493
4527
  id: string;
4494
4528
  name: string;
4495
4529
  api: "anthropic-messages";
@@ -4674,10 +4708,10 @@ export declare const MODELS: {
4674
4708
  contextWindow: number;
4675
4709
  maxTokens: number;
4676
4710
  };
4677
- readonly "claude-sonnet-4": {
4711
+ readonly "claude-opus-5": {
4678
4712
  id: string;
4679
4713
  name: string;
4680
- api: "anthropic-messages";
4714
+ api: "openai-completions";
4681
4715
  provider: string;
4682
4716
  baseUrl: string;
4683
4717
  headers: {
@@ -4687,7 +4721,9 @@ export declare const MODELS: {
4687
4721
  "Copilot-Integration-Id": string;
4688
4722
  };
4689
4723
  compat: {
4690
- supportsEagerToolInputStreaming: false;
4724
+ supportsStore: false;
4725
+ supportsDeveloperRole: false;
4726
+ supportsReasoningEffort: false;
4691
4727
  };
4692
4728
  reasoning: true;
4693
4729
  input: ("image" | "text")[];
@@ -4700,7 +4736,7 @@ export declare const MODELS: {
4700
4736
  contextWindow: number;
4701
4737
  maxTokens: number;
4702
4738
  };
4703
- readonly "claude-sonnet-4.5": {
4739
+ readonly "claude-sonnet-4": {
4704
4740
  id: string;
4705
4741
  name: string;
4706
4742
  api: "anthropic-messages";
@@ -4726,7 +4762,7 @@ export declare const MODELS: {
4726
4762
  contextWindow: number;
4727
4763
  maxTokens: number;
4728
4764
  };
4729
- readonly "claude-sonnet-4.6": {
4765
+ readonly "claude-sonnet-4.5": {
4730
4766
  id: string;
4731
4767
  name: string;
4732
4768
  api: "anthropic-messages";
@@ -4738,6 +4774,9 @@ export declare const MODELS: {
4738
4774
  "Editor-Plugin-Version": string;
4739
4775
  "Copilot-Integration-Id": string;
4740
4776
  };
4777
+ compat: {
4778
+ supportsEagerToolInputStreaming: false;
4779
+ };
4741
4780
  reasoning: true;
4742
4781
  input: ("image" | "text")[];
4743
4782
  cost: {
@@ -4749,10 +4788,10 @@ export declare const MODELS: {
4749
4788
  contextWindow: number;
4750
4789
  maxTokens: number;
4751
4790
  };
4752
- readonly "claude-sonnet-5": {
4791
+ readonly "claude-sonnet-4.6": {
4753
4792
  id: string;
4754
4793
  name: string;
4755
- api: "openai-completions";
4794
+ api: "anthropic-messages";
4756
4795
  provider: string;
4757
4796
  baseUrl: string;
4758
4797
  headers: {
@@ -4761,11 +4800,6 @@ export declare const MODELS: {
4761
4800
  "Editor-Plugin-Version": string;
4762
4801
  "Copilot-Integration-Id": string;
4763
4802
  };
4764
- compat: {
4765
- supportsStore: false;
4766
- supportsDeveloperRole: false;
4767
- supportsReasoningEffort: false;
4768
- };
4769
4803
  reasoning: true;
4770
4804
  input: ("image" | "text")[];
4771
4805
  cost: {
@@ -4777,7 +4811,7 @@ export declare const MODELS: {
4777
4811
  contextWindow: number;
4778
4812
  maxTokens: number;
4779
4813
  };
4780
- readonly "gemini-2.5-pro": {
4814
+ readonly "claude-sonnet-5": {
4781
4815
  id: string;
4782
4816
  name: string;
4783
4817
  api: "openai-completions";
@@ -4805,7 +4839,7 @@ export declare const MODELS: {
4805
4839
  contextWindow: number;
4806
4840
  maxTokens: number;
4807
4841
  };
4808
- readonly "gemini-3-flash-preview": {
4842
+ readonly "gemini-3.1-pro-preview": {
4809
4843
  id: string;
4810
4844
  name: string;
4811
4845
  api: "openai-completions";
@@ -4833,7 +4867,7 @@ export declare const MODELS: {
4833
4867
  contextWindow: number;
4834
4868
  maxTokens: number;
4835
4869
  };
4836
- readonly "gemini-3.1-pro-preview": {
4870
+ readonly "gemini-3.5-flash": {
4837
4871
  id: string;
4838
4872
  name: string;
4839
4873
  api: "openai-completions";
@@ -4861,7 +4895,7 @@ export declare const MODELS: {
4861
4895
  contextWindow: number;
4862
4896
  maxTokens: number;
4863
4897
  };
4864
- readonly "gemini-3.5-flash": {
4898
+ readonly "gemini-3.6-flash": {
4865
4899
  id: string;
4866
4900
  name: string;
4867
4901
  api: "openai-completions";
@@ -5210,6 +5244,34 @@ export declare const MODELS: {
5210
5244
  contextWindow: number;
5211
5245
  maxTokens: number;
5212
5246
  };
5247
+ readonly "grok-4.5": {
5248
+ id: string;
5249
+ name: string;
5250
+ api: "openai-completions";
5251
+ provider: string;
5252
+ baseUrl: string;
5253
+ headers: {
5254
+ "User-Agent": string;
5255
+ "Editor-Version": string;
5256
+ "Editor-Plugin-Version": string;
5257
+ "Copilot-Integration-Id": string;
5258
+ };
5259
+ compat: {
5260
+ supportsStore: false;
5261
+ supportsDeveloperRole: false;
5262
+ supportsReasoningEffort: false;
5263
+ };
5264
+ reasoning: true;
5265
+ input: ("image" | "text")[];
5266
+ cost: {
5267
+ input: number;
5268
+ output: number;
5269
+ cacheRead: number;
5270
+ cacheWrite: number;
5271
+ };
5272
+ contextWindow: number;
5273
+ maxTokens: number;
5274
+ };
5213
5275
  readonly "kimi-k2.7-code": {
5214
5276
  id: string;
5215
5277
  name: string;
@@ -6631,6 +6693,26 @@ export declare const MODELS: {
6631
6693
  contextWindow: number;
6632
6694
  maxTokens: number;
6633
6695
  };
6696
+ readonly "deepseek-ai/DeepSeek-V4-Flash-0731": {
6697
+ id: string;
6698
+ name: string;
6699
+ api: "openai-completions";
6700
+ provider: string;
6701
+ baseUrl: string;
6702
+ compat: {
6703
+ supportsDeveloperRole: false;
6704
+ };
6705
+ reasoning: true;
6706
+ input: "text"[];
6707
+ cost: {
6708
+ input: number;
6709
+ output: number;
6710
+ cacheRead: number;
6711
+ cacheWrite: number;
6712
+ };
6713
+ contextWindow: number;
6714
+ maxTokens: number;
6715
+ };
6634
6716
  readonly "deepseek-ai/DeepSeek-V4-Pro": {
6635
6717
  id: string;
6636
6718
  name: string;
@@ -6831,6 +6913,26 @@ export declare const MODELS: {
6831
6913
  contextWindow: number;
6832
6914
  maxTokens: number;
6833
6915
  };
6916
+ readonly "moonshotai/Kimi-K3": {
6917
+ id: string;
6918
+ name: string;
6919
+ api: "openai-completions";
6920
+ provider: string;
6921
+ baseUrl: string;
6922
+ compat: {
6923
+ supportsDeveloperRole: false;
6924
+ };
6925
+ reasoning: true;
6926
+ input: ("image" | "text")[];
6927
+ cost: {
6928
+ input: number;
6929
+ output: number;
6930
+ cacheRead: number;
6931
+ cacheWrite: number;
6932
+ };
6933
+ contextWindow: number;
6934
+ maxTokens: number;
6935
+ };
6834
6936
  readonly "openai/gpt-oss-120b": {
6835
6937
  id: string;
6836
6938
  name: string;
@@ -6911,6 +7013,66 @@ export declare const MODELS: {
6911
7013
  contextWindow: number;
6912
7014
  maxTokens: number;
6913
7015
  };
7016
+ readonly "tencent/Hy3": {
7017
+ id: string;
7018
+ name: string;
7019
+ api: "openai-completions";
7020
+ provider: string;
7021
+ baseUrl: string;
7022
+ compat: {
7023
+ supportsDeveloperRole: false;
7024
+ };
7025
+ reasoning: true;
7026
+ input: "text"[];
7027
+ cost: {
7028
+ input: number;
7029
+ output: number;
7030
+ cacheRead: number;
7031
+ cacheWrite: number;
7032
+ };
7033
+ contextWindow: number;
7034
+ maxTokens: number;
7035
+ };
7036
+ readonly "thinkingmachines/Inkling": {
7037
+ id: string;
7038
+ name: string;
7039
+ api: "openai-completions";
7040
+ provider: string;
7041
+ baseUrl: string;
7042
+ compat: {
7043
+ supportsDeveloperRole: false;
7044
+ };
7045
+ reasoning: true;
7046
+ input: ("image" | "text")[];
7047
+ cost: {
7048
+ input: number;
7049
+ output: number;
7050
+ cacheRead: number;
7051
+ cacheWrite: number;
7052
+ };
7053
+ contextWindow: number;
7054
+ maxTokens: number;
7055
+ };
7056
+ readonly "thinkingmachines/Inkling-Small": {
7057
+ id: string;
7058
+ name: string;
7059
+ api: "openai-completions";
7060
+ provider: string;
7061
+ baseUrl: string;
7062
+ compat: {
7063
+ supportsDeveloperRole: false;
7064
+ };
7065
+ reasoning: true;
7066
+ input: ("image" | "text")[];
7067
+ cost: {
7068
+ input: number;
7069
+ output: number;
7070
+ cacheRead: number;
7071
+ cacheWrite: number;
7072
+ };
7073
+ contextWindow: number;
7074
+ maxTokens: number;
7075
+ };
6914
7076
  readonly "zai-org/GLM-4.5": {
6915
7077
  id: string;
6916
7078
  name: string;
@@ -7791,6 +7953,23 @@ export declare const MODELS: {
7791
7953
  contextWindow: number;
7792
7954
  maxTokens: number;
7793
7955
  };
7956
+ readonly "voxtral-small-latest": {
7957
+ id: string;
7958
+ name: string;
7959
+ api: "mistral-conversations";
7960
+ provider: string;
7961
+ baseUrl: string;
7962
+ reasoning: false;
7963
+ input: "text"[];
7964
+ cost: {
7965
+ input: number;
7966
+ output: number;
7967
+ cacheRead: number;
7968
+ cacheWrite: number;
7969
+ };
7970
+ contextWindow: number;
7971
+ maxTokens: number;
7972
+ };
7794
7973
  };
7795
7974
  readonly moonshotai: {
7796
7975
  readonly "kimi-k2-0711-preview": {
@@ -10152,6 +10331,23 @@ export declare const MODELS: {
10152
10331
  contextWindow: number;
10153
10332
  maxTokens: number;
10154
10333
  };
10334
+ readonly "kimi-k3": {
10335
+ id: string;
10336
+ name: string;
10337
+ api: "openai-completions";
10338
+ provider: string;
10339
+ baseUrl: string;
10340
+ reasoning: true;
10341
+ input: ("image" | "text")[];
10342
+ cost: {
10343
+ input: number;
10344
+ output: number;
10345
+ cacheRead: number;
10346
+ cacheWrite: number;
10347
+ };
10348
+ contextWindow: number;
10349
+ maxTokens: number;
10350
+ };
10155
10351
  readonly "laguna-s-2.1-free": {
10156
10352
  id: string;
10157
10353
  name: string;
@@ -10414,6 +10610,26 @@ export declare const MODELS: {
10414
10610
  contextWindow: number;
10415
10611
  maxTokens: number;
10416
10612
  };
10613
+ readonly "gpt-5.6-luna": {
10614
+ id: string;
10615
+ name: string;
10616
+ api: "openai-responses";
10617
+ provider: string;
10618
+ baseUrl: string;
10619
+ reasoning: true;
10620
+ thinkingLevelMap: {
10621
+ off: null;
10622
+ };
10623
+ input: ("image" | "text")[];
10624
+ cost: {
10625
+ input: number;
10626
+ output: number;
10627
+ cacheRead: number;
10628
+ cacheWrite: number;
10629
+ };
10630
+ contextWindow: number;
10631
+ maxTokens: number;
10632
+ };
10417
10633
  readonly "grok-4.5": {
10418
10634
  id: string;
10419
10635
  name: string;
@@ -10621,8 +10837,25 @@ export declare const MODELS: {
10621
10837
  contextWindow: number;
10622
10838
  maxTokens: number;
10623
10839
  };
10624
- };
10625
- readonly openrouter: {
10840
+ readonly "qwen3.8-max": {
10841
+ id: string;
10842
+ name: string;
10843
+ api: "anthropic-messages";
10844
+ provider: string;
10845
+ baseUrl: string;
10846
+ reasoning: true;
10847
+ input: ("image" | "text")[];
10848
+ cost: {
10849
+ input: number;
10850
+ output: number;
10851
+ cacheRead: number;
10852
+ cacheWrite: number;
10853
+ };
10854
+ contextWindow: number;
10855
+ maxTokens: number;
10856
+ };
10857
+ };
10858
+ readonly openrouter: {
10626
10859
  readonly "ai21/jamba-large-1.7": {
10627
10860
  id: string;
10628
10861
  name: string;
@@ -11429,6 +11662,34 @@ export declare const MODELS: {
11429
11662
  contextWindow: number;
11430
11663
  maxTokens: number;
11431
11664
  };
11665
+ readonly "deepseek/deepseek-v4-flash-0731": {
11666
+ id: string;
11667
+ name: string;
11668
+ api: "openai-completions";
11669
+ provider: string;
11670
+ baseUrl: string;
11671
+ compat: {
11672
+ requiresReasoningContentOnAssistantMessages: true;
11673
+ thinkingFormat: "deepseek";
11674
+ };
11675
+ reasoning: true;
11676
+ thinkingLevelMap: {
11677
+ minimal: null;
11678
+ low: null;
11679
+ medium: null;
11680
+ high: string;
11681
+ xhigh: string;
11682
+ };
11683
+ input: "text"[];
11684
+ cost: {
11685
+ input: number;
11686
+ output: number;
11687
+ cacheRead: number;
11688
+ cacheWrite: number;
11689
+ };
11690
+ contextWindow: number;
11691
+ maxTokens: number;
11692
+ };
11432
11693
  readonly "deepseek/deepseek-v4-pro": {
11433
11694
  id: string;
11434
11695
  name: string;
@@ -12188,23 +12449,6 @@ export declare const MODELS: {
12188
12449
  contextWindow: number;
12189
12450
  maxTokens: number;
12190
12451
  };
12191
- readonly "mistralai/devstral-2512": {
12192
- id: string;
12193
- name: string;
12194
- api: "openai-completions";
12195
- provider: string;
12196
- baseUrl: string;
12197
- reasoning: false;
12198
- input: "text"[];
12199
- cost: {
12200
- input: number;
12201
- output: number;
12202
- cacheRead: number;
12203
- cacheWrite: number;
12204
- };
12205
- contextWindow: number;
12206
- maxTokens: number;
12207
- };
12208
12452
  readonly "mistralai/ministral-14b-2512": {
12209
12453
  id: string;
12210
12454
  name: string;
@@ -12936,23 +13180,6 @@ export declare const MODELS: {
12936
13180
  contextWindow: number;
12937
13181
  maxTokens: number;
12938
13182
  };
12939
- readonly "openai/gpt-5-codex": {
12940
- id: string;
12941
- name: string;
12942
- api: "openai-completions";
12943
- provider: string;
12944
- baseUrl: string;
12945
- reasoning: true;
12946
- input: ("image" | "text")[];
12947
- cost: {
12948
- input: number;
12949
- output: number;
12950
- cacheRead: number;
12951
- cacheWrite: number;
12952
- };
12953
- contextWindow: number;
12954
- maxTokens: number;
12955
- };
12956
13183
  readonly "openai/gpt-5-mini": {
12957
13184
  id: string;
12958
13185
  name: string;
@@ -13021,23 +13248,6 @@ export declare const MODELS: {
13021
13248
  contextWindow: number;
13022
13249
  maxTokens: number;
13023
13250
  };
13024
- readonly "openai/gpt-5.1-chat": {
13025
- id: string;
13026
- name: string;
13027
- api: "openai-completions";
13028
- provider: string;
13029
- baseUrl: string;
13030
- reasoning: false;
13031
- input: ("image" | "text")[];
13032
- cost: {
13033
- input: number;
13034
- output: number;
13035
- cacheRead: number;
13036
- cacheWrite: number;
13037
- };
13038
- contextWindow: number;
13039
- maxTokens: number;
13040
- };
13041
13251
  readonly "openai/gpt-5.1-codex": {
13042
13252
  id: string;
13043
13253
  name: string;
@@ -13584,23 +13794,6 @@ export declare const MODELS: {
13584
13794
  contextWindow: number;
13585
13795
  maxTokens: number;
13586
13796
  };
13587
- readonly "openai/o3-deep-research": {
13588
- id: string;
13589
- name: string;
13590
- api: "openai-completions";
13591
- provider: string;
13592
- baseUrl: string;
13593
- reasoning: true;
13594
- input: ("image" | "text")[];
13595
- cost: {
13596
- input: number;
13597
- output: number;
13598
- cacheRead: number;
13599
- cacheWrite: number;
13600
- };
13601
- contextWindow: number;
13602
- maxTokens: number;
13603
- };
13604
13797
  readonly "openai/o3-mini": {
13605
13798
  id: string;
13606
13799
  name: string;
@@ -13669,23 +13862,6 @@ export declare const MODELS: {
13669
13862
  contextWindow: number;
13670
13863
  maxTokens: number;
13671
13864
  };
13672
- readonly "openai/o4-mini-deep-research": {
13673
- id: string;
13674
- name: string;
13675
- api: "openai-completions";
13676
- provider: string;
13677
- baseUrl: string;
13678
- reasoning: true;
13679
- input: ("image" | "text")[];
13680
- cost: {
13681
- input: number;
13682
- output: number;
13683
- cacheRead: number;
13684
- cacheWrite: number;
13685
- };
13686
- contextWindow: number;
13687
- maxTokens: number;
13688
- };
13689
13865
  readonly "openai/o4-mini-high": {
13690
13866
  id: string;
13691
13867
  name: string;
@@ -13754,40 +13930,6 @@ export declare const MODELS: {
13754
13930
  contextWindow: number;
13755
13931
  maxTokens: number;
13756
13932
  };
13757
- readonly "poolside/laguna-m.1": {
13758
- id: string;
13759
- name: string;
13760
- api: "openai-completions";
13761
- provider: string;
13762
- baseUrl: string;
13763
- reasoning: true;
13764
- input: "text"[];
13765
- cost: {
13766
- input: number;
13767
- output: number;
13768
- cacheRead: number;
13769
- cacheWrite: number;
13770
- };
13771
- contextWindow: number;
13772
- maxTokens: number;
13773
- };
13774
- readonly "poolside/laguna-m.1:free": {
13775
- id: string;
13776
- name: string;
13777
- api: "openai-completions";
13778
- provider: string;
13779
- baseUrl: string;
13780
- reasoning: true;
13781
- input: "text"[];
13782
- cost: {
13783
- input: number;
13784
- output: number;
13785
- cacheRead: number;
13786
- cacheWrite: number;
13787
- };
13788
- contextWindow: number;
13789
- maxTokens: number;
13790
- };
13791
13933
  readonly "poolside/laguna-s-2.1": {
13792
13934
  id: string;
13793
13935
  name: string;
@@ -14587,6 +14729,23 @@ export declare const MODELS: {
14587
14729
  contextWindow: number;
14588
14730
  maxTokens: number;
14589
14731
  };
14732
+ readonly "qwen/qwen3.7-flash": {
14733
+ id: string;
14734
+ name: string;
14735
+ api: "openai-completions";
14736
+ provider: string;
14737
+ baseUrl: string;
14738
+ reasoning: true;
14739
+ input: ("image" | "text")[];
14740
+ cost: {
14741
+ input: number;
14742
+ output: number;
14743
+ cacheRead: number;
14744
+ cacheWrite: number;
14745
+ };
14746
+ contextWindow: number;
14747
+ maxTokens: number;
14748
+ };
14590
14749
  readonly "qwen/qwen3.7-max": {
14591
14750
  id: string;
14592
14751
  name: string;
@@ -14621,6 +14780,23 @@ export declare const MODELS: {
14621
14780
  contextWindow: number;
14622
14781
  maxTokens: number;
14623
14782
  };
14783
+ readonly "qwen/qwen3.8-max": {
14784
+ id: string;
14785
+ name: string;
14786
+ api: "openai-completions";
14787
+ provider: string;
14788
+ baseUrl: string;
14789
+ reasoning: true;
14790
+ input: ("image" | "text")[];
14791
+ cost: {
14792
+ input: number;
14793
+ output: number;
14794
+ cacheRead: number;
14795
+ cacheWrite: number;
14796
+ };
14797
+ contextWindow: number;
14798
+ maxTokens: number;
14799
+ };
14624
14800
  readonly "rekaai/reka-edge": {
14625
14801
  id: string;
14626
14802
  name: string;
@@ -14774,6 +14950,23 @@ export declare const MODELS: {
14774
14950
  contextWindow: number;
14775
14951
  maxTokens: number;
14776
14952
  };
14953
+ readonly "thinkingmachines/inkling-small": {
14954
+ id: string;
14955
+ name: string;
14956
+ api: "openai-completions";
14957
+ provider: string;
14958
+ baseUrl: string;
14959
+ reasoning: true;
14960
+ input: ("image" | "text")[];
14961
+ cost: {
14962
+ input: number;
14963
+ output: number;
14964
+ cacheRead: number;
14965
+ cacheWrite: number;
14966
+ };
14967
+ contextWindow: number;
14968
+ maxTokens: number;
14969
+ };
14777
14970
  readonly "upstage/solar-pro-3": {
14778
14971
  id: string;
14779
14972
  name: string;
@@ -15172,6 +15365,34 @@ export declare const MODELS: {
15172
15365
  contextWindow: number;
15173
15366
  maxTokens: number;
15174
15367
  };
15368
+ readonly "~deepseek/deepseek-v4-flash-latest": {
15369
+ id: string;
15370
+ name: string;
15371
+ api: "openai-completions";
15372
+ provider: string;
15373
+ baseUrl: string;
15374
+ compat: {
15375
+ requiresReasoningContentOnAssistantMessages: true;
15376
+ thinkingFormat: "deepseek";
15377
+ };
15378
+ reasoning: true;
15379
+ thinkingLevelMap: {
15380
+ minimal: null;
15381
+ low: null;
15382
+ medium: null;
15383
+ high: string;
15384
+ xhigh: string;
15385
+ };
15386
+ input: "text"[];
15387
+ cost: {
15388
+ input: number;
15389
+ output: number;
15390
+ cacheRead: number;
15391
+ cacheWrite: number;
15392
+ };
15393
+ contextWindow: number;
15394
+ maxTokens: number;
15395
+ };
15175
15396
  readonly "~google/gemini-flash-latest": {
15176
15397
  id: string;
15177
15398
  name: string;
@@ -15601,6 +15822,37 @@ export declare const MODELS: {
15601
15822
  contextWindow: number;
15602
15823
  maxTokens: number;
15603
15824
  };
15825
+ readonly "moonshotai/Kimi-K3": {
15826
+ id: string;
15827
+ name: string;
15828
+ api: "openai-completions";
15829
+ provider: string;
15830
+ baseUrl: string;
15831
+ compat: {
15832
+ supportsStore: false;
15833
+ supportsDeveloperRole: false;
15834
+ supportsReasoningEffort: false;
15835
+ maxTokensField: "max_tokens";
15836
+ supportsStrictMode: false;
15837
+ supportsLongCacheRetention: false;
15838
+ thinkingFormat: "together";
15839
+ };
15840
+ reasoning: true;
15841
+ thinkingLevelMap: {
15842
+ minimal: null;
15843
+ low: null;
15844
+ medium: null;
15845
+ };
15846
+ input: ("image" | "text")[];
15847
+ cost: {
15848
+ input: number;
15849
+ output: number;
15850
+ cacheRead: number;
15851
+ cacheWrite: number;
15852
+ };
15853
+ contextWindow: number;
15854
+ maxTokens: number;
15855
+ };
15604
15856
  readonly "nvidia/nemotron-3-ultra-550b-a55b": {
15605
15857
  id: string;
15606
15858
  name: string;
@@ -16130,6 +16382,23 @@ export declare const MODELS: {
16130
16382
  contextWindow: number;
16131
16383
  maxTokens: number;
16132
16384
  };
16385
+ readonly "alibaba/qwen3.7-flash": {
16386
+ id: string;
16387
+ name: string;
16388
+ api: "anthropic-messages";
16389
+ provider: string;
16390
+ baseUrl: string;
16391
+ reasoning: true;
16392
+ input: ("image" | "text")[];
16393
+ cost: {
16394
+ input: number;
16395
+ output: number;
16396
+ cacheRead: number;
16397
+ cacheWrite: number;
16398
+ };
16399
+ contextWindow: number;
16400
+ maxTokens: number;
16401
+ };
16133
16402
  readonly "alibaba/qwen3.7-max": {
16134
16403
  id: string;
16135
16404
  name: string;
@@ -16164,6 +16433,23 @@ export declare const MODELS: {
16164
16433
  contextWindow: number;
16165
16434
  maxTokens: number;
16166
16435
  };
16436
+ readonly "alibaba/qwen3.8-max": {
16437
+ id: string;
16438
+ name: string;
16439
+ api: "anthropic-messages";
16440
+ provider: string;
16441
+ baseUrl: string;
16442
+ reasoning: true;
16443
+ input: ("image" | "text")[];
16444
+ cost: {
16445
+ input: number;
16446
+ output: number;
16447
+ cacheRead: number;
16448
+ cacheWrite: number;
16449
+ };
16450
+ contextWindow: number;
16451
+ maxTokens: number;
16452
+ };
16167
16453
  readonly "amazon/nova-2-lite": {
16168
16454
  id: string;
16169
16455
  name: string;
@@ -16381,26 +16667,6 @@ export declare const MODELS: {
16381
16667
  contextWindow: number;
16382
16668
  maxTokens: number;
16383
16669
  };
16384
- readonly "anthropic/claude-opus-4.7-fast": {
16385
- id: string;
16386
- name: string;
16387
- api: "anthropic-messages";
16388
- provider: string;
16389
- baseUrl: string;
16390
- reasoning: true;
16391
- thinkingLevelMap: {
16392
- xhigh: string;
16393
- };
16394
- input: ("image" | "text")[];
16395
- cost: {
16396
- input: number;
16397
- output: number;
16398
- cacheRead: number;
16399
- cacheWrite: number;
16400
- };
16401
- contextWindow: number;
16402
- maxTokens: number;
16403
- };
16404
16670
  readonly "anthropic/claude-opus-4.8": {
16405
16671
  id: string;
16406
16672
  name: string;
@@ -16727,7 +16993,7 @@ export declare const MODELS: {
16727
16993
  api: "anthropic-messages";
16728
16994
  provider: string;
16729
16995
  baseUrl: string;
16730
- reasoning: true;
16996
+ reasoning: false;
16731
16997
  input: "text"[];
16732
16998
  cost: {
16733
16999
  input: number;
@@ -16755,7 +17021,7 @@ export declare const MODELS: {
16755
17021
  contextWindow: number;
16756
17022
  maxTokens: number;
16757
17023
  };
16758
- readonly "deepseek/deepseek-v4-pro": {
17024
+ readonly "deepseek/deepseek-v4-flash-0731": {
16759
17025
  id: string;
16760
17026
  name: string;
16761
17027
  api: "anthropic-messages";
@@ -16772,14 +17038,14 @@ export declare const MODELS: {
16772
17038
  contextWindow: number;
16773
17039
  maxTokens: number;
16774
17040
  };
16775
- readonly "google/gemini-2.5-flash": {
17041
+ readonly "deepseek/deepseek-v4-pro": {
16776
17042
  id: string;
16777
17043
  name: string;
16778
17044
  api: "anthropic-messages";
16779
17045
  provider: string;
16780
17046
  baseUrl: string;
16781
17047
  reasoning: true;
16782
- input: ("image" | "text")[];
17048
+ input: "text"[];
16783
17049
  cost: {
16784
17050
  input: number;
16785
17051
  output: number;
@@ -16789,7 +17055,7 @@ export declare const MODELS: {
16789
17055
  contextWindow: number;
16790
17056
  maxTokens: number;
16791
17057
  };
16792
- readonly "google/gemini-2.5-flash-lite": {
17058
+ readonly "google/gemini-2.5-flash": {
16793
17059
  id: string;
16794
17060
  name: string;
16795
17061
  api: "anthropic-messages";
@@ -16806,7 +17072,7 @@ export declare const MODELS: {
16806
17072
  contextWindow: number;
16807
17073
  maxTokens: number;
16808
17074
  };
16809
- readonly "google/gemini-2.5-pro": {
17075
+ readonly "google/gemini-2.5-flash-lite": {
16810
17076
  id: string;
16811
17077
  name: string;
16812
17078
  api: "anthropic-messages";
@@ -16823,7 +17089,7 @@ export declare const MODELS: {
16823
17089
  contextWindow: number;
16824
17090
  maxTokens: number;
16825
17091
  };
16826
- readonly "google/gemini-3-flash": {
17092
+ readonly "google/gemini-2.5-pro": {
16827
17093
  id: string;
16828
17094
  name: string;
16829
17095
  api: "anthropic-messages";
@@ -16840,7 +17106,7 @@ export declare const MODELS: {
16840
17106
  contextWindow: number;
16841
17107
  maxTokens: number;
16842
17108
  };
16843
- readonly "google/gemini-3-pro-preview": {
17109
+ readonly "google/gemini-3-flash": {
16844
17110
  id: string;
16845
17111
  name: string;
16846
17112
  api: "anthropic-messages";
@@ -16874,23 +17140,6 @@ export declare const MODELS: {
16874
17140
  contextWindow: number;
16875
17141
  maxTokens: number;
16876
17142
  };
16877
- readonly "google/gemini-3.1-flash-lite-preview": {
16878
- id: string;
16879
- name: string;
16880
- api: "anthropic-messages";
16881
- provider: string;
16882
- baseUrl: string;
16883
- reasoning: true;
16884
- input: ("image" | "text")[];
16885
- cost: {
16886
- input: number;
16887
- output: number;
16888
- cacheRead: number;
16889
- cacheWrite: number;
16890
- };
16891
- contextWindow: number;
16892
- maxTokens: number;
16893
- };
16894
17143
  readonly "google/gemini-3.1-pro-preview": {
16895
17144
  id: string;
16896
17145
  name: string;
@@ -17068,7 +17317,7 @@ export declare const MODELS: {
17068
17317
  provider: string;
17069
17318
  baseUrl: string;
17070
17319
  reasoning: true;
17071
- input: "text"[];
17320
+ input: ("image" | "text")[];
17072
17321
  cost: {
17073
17322
  input: number;
17074
17323
  output: number;
@@ -17119,7 +17368,7 @@ export declare const MODELS: {
17119
17368
  provider: string;
17120
17369
  baseUrl: string;
17121
17370
  reasoning: true;
17122
- input: "text"[];
17371
+ input: ("image" | "text")[];
17123
17372
  cost: {
17124
17373
  input: number;
17125
17374
  output: number;
@@ -17476,7 +17725,7 @@ export declare const MODELS: {
17476
17725
  provider: string;
17477
17726
  baseUrl: string;
17478
17727
  reasoning: false;
17479
- input: "text"[];
17728
+ input: ("image" | "text")[];
17480
17729
  cost: {
17481
17730
  input: number;
17482
17731
  output: number;
@@ -17493,7 +17742,7 @@ export declare const MODELS: {
17493
17742
  provider: string;
17494
17743
  baseUrl: string;
17495
17744
  reasoning: false;
17496
- input: "text"[];
17745
+ input: ("image" | "text")[];
17497
17746
  cost: {
17498
17747
  input: number;
17499
17748
  output: number;
@@ -17561,7 +17810,7 @@ export declare const MODELS: {
17561
17810
  provider: string;
17562
17811
  baseUrl: string;
17563
17812
  reasoning: false;
17564
- input: "text"[];
17813
+ input: ("image" | "text")[];
17565
17814
  cost: {
17566
17815
  input: number;
17567
17816
  output: number;
@@ -17724,6 +17973,23 @@ export declare const MODELS: {
17724
17973
  contextWindow: number;
17725
17974
  maxTokens: number;
17726
17975
  };
17976
+ readonly "moonshotai/kimi-k3-fast": {
17977
+ id: string;
17978
+ name: string;
17979
+ api: "anthropic-messages";
17980
+ provider: string;
17981
+ baseUrl: string;
17982
+ reasoning: true;
17983
+ input: ("image" | "text")[];
17984
+ cost: {
17985
+ input: number;
17986
+ output: number;
17987
+ cacheRead: number;
17988
+ cacheWrite: number;
17989
+ };
17990
+ contextWindow: number;
17991
+ maxTokens: number;
17992
+ };
17727
17993
  readonly "nvidia/nemotron-3-nano-30b-a3b": {
17728
17994
  id: string;
17729
17995
  name: string;
@@ -17928,23 +18194,6 @@ export declare const MODELS: {
17928
18194
  contextWindow: number;
17929
18195
  maxTokens: number;
17930
18196
  };
17931
- readonly "openai/gpt-5-chat": {
17932
- id: string;
17933
- name: string;
17934
- api: "anthropic-messages";
17935
- provider: string;
17936
- baseUrl: string;
17937
- reasoning: false;
17938
- input: ("image" | "text")[];
17939
- cost: {
17940
- input: number;
17941
- output: number;
17942
- cacheRead: number;
17943
- cacheWrite: number;
17944
- };
17945
- contextWindow: number;
17946
- maxTokens: number;
17947
- };
17948
18197
  readonly "openai/gpt-5-codex": {
17949
18198
  id: string;
17950
18199
  name: string;
@@ -18118,26 +18367,6 @@ export declare const MODELS: {
18118
18367
  contextWindow: number;
18119
18368
  maxTokens: number;
18120
18369
  };
18121
- readonly "openai/gpt-5.2-chat": {
18122
- id: string;
18123
- name: string;
18124
- api: "anthropic-messages";
18125
- provider: string;
18126
- baseUrl: string;
18127
- reasoning: false;
18128
- thinkingLevelMap: {
18129
- xhigh: string;
18130
- };
18131
- input: ("image" | "text")[];
18132
- cost: {
18133
- input: number;
18134
- output: number;
18135
- cacheRead: number;
18136
- cacheWrite: number;
18137
- };
18138
- contextWindow: number;
18139
- maxTokens: number;
18140
- };
18141
18370
  readonly "openai/gpt-5.2-codex": {
18142
18371
  id: string;
18143
18372
  name: string;
@@ -18600,7 +18829,7 @@ export declare const MODELS: {
18600
18829
  provider: string;
18601
18830
  baseUrl: string;
18602
18831
  reasoning: true;
18603
- input: "text"[];
18832
+ input: ("image" | "text")[];
18604
18833
  cost: {
18605
18834
  input: number;
18606
18835
  output: number;
@@ -18661,6 +18890,23 @@ export declare const MODELS: {
18661
18890
  contextWindow: number;
18662
18891
  maxTokens: number;
18663
18892
  };
18893
+ readonly "thinkingmachines/inkling-small": {
18894
+ id: string;
18895
+ name: string;
18896
+ api: "anthropic-messages";
18897
+ provider: string;
18898
+ baseUrl: string;
18899
+ reasoning: true;
18900
+ input: ("image" | "text")[];
18901
+ cost: {
18902
+ input: number;
18903
+ output: number;
18904
+ cacheRead: number;
18905
+ cacheWrite: number;
18906
+ };
18907
+ contextWindow: number;
18908
+ maxTokens: number;
18909
+ };
18664
18910
  readonly "xai/grok-4.1-fast-non-reasoning": {
18665
18911
  id: string;
18666
18912
  name: string;
@@ -19455,27 +19701,6 @@ export declare const MODELS: {
19455
19701
  };
19456
19702
  };
19457
19703
  readonly zai: {
19458
- readonly "glm-4.5-air": {
19459
- id: string;
19460
- name: string;
19461
- api: "openai-completions";
19462
- provider: string;
19463
- baseUrl: string;
19464
- compat: {
19465
- supportsDeveloperRole: false;
19466
- thinkingFormat: "zai";
19467
- };
19468
- reasoning: true;
19469
- input: "text"[];
19470
- cost: {
19471
- input: number;
19472
- output: number;
19473
- cacheRead: number;
19474
- cacheWrite: number;
19475
- };
19476
- contextWindow: number;
19477
- maxTokens: number;
19478
- };
19479
19704
  readonly "glm-4.7": {
19480
19705
  id: string;
19481
19706
  name: string;
@@ -19520,28 +19745,6 @@ export declare const MODELS: {
19520
19745
  contextWindow: number;
19521
19746
  maxTokens: number;
19522
19747
  };
19523
- readonly "glm-5.1": {
19524
- id: string;
19525
- name: string;
19526
- api: "openai-completions";
19527
- provider: string;
19528
- baseUrl: string;
19529
- compat: {
19530
- supportsDeveloperRole: false;
19531
- thinkingFormat: "zai";
19532
- zaiToolStream: true;
19533
- };
19534
- reasoning: true;
19535
- input: "text"[];
19536
- cost: {
19537
- input: number;
19538
- output: number;
19539
- cacheRead: number;
19540
- cacheWrite: number;
19541
- };
19542
- contextWindow: number;
19543
- maxTokens: number;
19544
- };
19545
19748
  readonly "glm-5.2": {
19546
19749
  id: string;
19547
19750
  name: string;
@@ -19564,7 +19767,7 @@ export declare const MODELS: {
19564
19767
  contextWindow: number;
19565
19768
  maxTokens: number;
19566
19769
  };
19567
- readonly "glm-5v-turbo": {
19770
+ readonly "glm-5.2-highspeed": {
19568
19771
  id: string;
19569
19772
  name: string;
19570
19773
  api: "openai-completions";
@@ -19576,7 +19779,7 @@ export declare const MODELS: {
19576
19779
  zaiToolStream: true;
19577
19780
  };
19578
19781
  reasoning: true;
19579
- input: ("image" | "text")[];
19782
+ input: "text"[];
19580
19783
  cost: {
19581
19784
  input: number;
19582
19785
  output: number;