@fleetagent/pi-ai 0.2.4 → 0.2.6

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.
@@ -329,6 +329,23 @@ export declare const MODELS: {
329
329
  contextWindow: number;
330
330
  maxTokens: number;
331
331
  };
332
+ readonly "apac.anthropic.claude-sonnet-4-20250514-v1:0": {
333
+ id: string;
334
+ name: string;
335
+ api: "bedrock-converse-stream";
336
+ provider: string;
337
+ baseUrl: string;
338
+ reasoning: true;
339
+ input: ("image" | "text")[];
340
+ cost: {
341
+ input: number;
342
+ output: number;
343
+ cacheRead: number;
344
+ cacheWrite: number;
345
+ };
346
+ contextWindow: number;
347
+ maxTokens: number;
348
+ };
332
349
  readonly "au.anthropic.claude-haiku-4-5-20251001-v1:0": {
333
350
  id: string;
334
351
  name: string;
@@ -715,6 +732,23 @@ export declare const MODELS: {
715
732
  contextWindow: number;
716
733
  maxTokens: number;
717
734
  };
735
+ readonly "eu.anthropic.claude-sonnet-4-20250514-v1:0": {
736
+ id: string;
737
+ name: string;
738
+ api: "bedrock-converse-stream";
739
+ provider: string;
740
+ baseUrl: string;
741
+ reasoning: true;
742
+ input: ("image" | "text")[];
743
+ cost: {
744
+ input: number;
745
+ output: number;
746
+ cacheRead: number;
747
+ cacheWrite: number;
748
+ };
749
+ contextWindow: number;
750
+ maxTokens: number;
751
+ };
718
752
  readonly "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
719
753
  id: string;
720
754
  name: string;
@@ -942,6 +976,23 @@ export declare const MODELS: {
942
976
  contextWindow: number;
943
977
  maxTokens: number;
944
978
  };
979
+ readonly "global.anthropic.claude-sonnet-4-20250514-v1:0": {
980
+ id: string;
981
+ name: string;
982
+ api: "bedrock-converse-stream";
983
+ provider: string;
984
+ baseUrl: string;
985
+ reasoning: true;
986
+ input: ("image" | "text")[];
987
+ cost: {
988
+ input: number;
989
+ output: number;
990
+ cacheRead: number;
991
+ cacheWrite: number;
992
+ };
993
+ contextWindow: number;
994
+ maxTokens: number;
995
+ };
945
996
  readonly "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
946
997
  id: string;
947
998
  name: string;
@@ -2330,6 +2381,23 @@ export declare const MODELS: {
2330
2381
  contextWindow: number;
2331
2382
  maxTokens: number;
2332
2383
  };
2384
+ readonly "us.anthropic.claude-sonnet-4-20250514-v1:0": {
2385
+ id: string;
2386
+ name: string;
2387
+ api: "bedrock-converse-stream";
2388
+ provider: string;
2389
+ baseUrl: string;
2390
+ reasoning: true;
2391
+ input: ("image" | "text")[];
2392
+ cost: {
2393
+ input: number;
2394
+ output: number;
2395
+ cacheRead: number;
2396
+ cacheWrite: number;
2397
+ };
2398
+ contextWindow: number;
2399
+ maxTokens: number;
2400
+ };
2333
2401
  readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
2334
2402
  id: string;
2335
2403
  name: string;
@@ -4412,6 +4480,27 @@ export declare const MODELS: {
4412
4480
  contextWindow: number;
4413
4481
  maxTokens: number;
4414
4482
  };
4483
+ readonly "gpt-6-astra": {
4484
+ id: string;
4485
+ name: string;
4486
+ api: "openai-responses";
4487
+ provider: string;
4488
+ baseUrl: string;
4489
+ reasoning: true;
4490
+ thinkingLevelMap: {
4491
+ off: null;
4492
+ xhigh: string;
4493
+ };
4494
+ input: ("image" | "text")[];
4495
+ cost: {
4496
+ input: number;
4497
+ output: number;
4498
+ cacheRead: number;
4499
+ cacheWrite: number;
4500
+ };
4501
+ contextWindow: number;
4502
+ maxTokens: number;
4503
+ };
4415
4504
  readonly o3: {
4416
4505
  id: string;
4417
4506
  name: string;
@@ -4971,6 +5060,29 @@ export declare const MODELS: {
4971
5060
  contextWindow: number;
4972
5061
  maxTokens: number;
4973
5062
  };
5063
+ readonly "accounts/fireworks/models/deepseek-v4-pro": {
5064
+ id: string;
5065
+ name: string;
5066
+ api: "anthropic-messages";
5067
+ provider: string;
5068
+ baseUrl: string;
5069
+ compat: {
5070
+ sendSessionAffinityHeaders: true;
5071
+ supportsEagerToolInputStreaming: false;
5072
+ supportsCacheControlOnTools: false;
5073
+ supportsLongCacheRetention: false;
5074
+ };
5075
+ reasoning: true;
5076
+ input: "text"[];
5077
+ cost: {
5078
+ input: number;
5079
+ output: number;
5080
+ cacheRead: number;
5081
+ cacheWrite: number;
5082
+ };
5083
+ contextWindow: number;
5084
+ maxTokens: number;
5085
+ };
4974
5086
  readonly "accounts/fireworks/models/deepseek-v4-pro-0813": {
4975
5087
  id: string;
4976
5088
  name: string;
@@ -5201,7 +5313,7 @@ export declare const MODELS: {
5201
5313
  contextWindow: number;
5202
5314
  maxTokens: number;
5203
5315
  };
5204
- readonly "accounts/fireworks/models/minimax-m3": {
5316
+ readonly "accounts/fireworks/models/minimax-m2p7": {
5205
5317
  id: string;
5206
5318
  name: string;
5207
5319
  api: "anthropic-messages";
@@ -5214,7 +5326,7 @@ export declare const MODELS: {
5214
5326
  supportsLongCacheRetention: false;
5215
5327
  };
5216
5328
  reasoning: true;
5217
- input: ("image" | "text")[];
5329
+ input: "text"[];
5218
5330
  cost: {
5219
5331
  input: number;
5220
5332
  output: number;
@@ -5224,7 +5336,7 @@ export declare const MODELS: {
5224
5336
  contextWindow: number;
5225
5337
  maxTokens: number;
5226
5338
  };
5227
- readonly "accounts/fireworks/models/mistral-large-3-fp8": {
5339
+ readonly "accounts/fireworks/models/minimax-m3": {
5228
5340
  id: string;
5229
5341
  name: string;
5230
5342
  api: "anthropic-messages";
@@ -5236,8 +5348,8 @@ export declare const MODELS: {
5236
5348
  supportsCacheControlOnTools: false;
5237
5349
  supportsLongCacheRetention: false;
5238
5350
  };
5239
- reasoning: false;
5240
- input: ("image" | "text")[];
5351
+ reasoning: true;
5352
+ input: "text"[];
5241
5353
  cost: {
5242
5354
  input: number;
5243
5355
  output: number;
@@ -5363,6 +5475,52 @@ export declare const MODELS: {
5363
5475
  maxTokens: number;
5364
5476
  };
5365
5477
  readonly "accounts/fireworks/models/qwen3p8-max": {
5478
+ id: string;
5479
+ name: string;
5480
+ api: "anthropic-messages";
5481
+ provider: string;
5482
+ baseUrl: string;
5483
+ compat: {
5484
+ sendSessionAffinityHeaders: true;
5485
+ supportsEagerToolInputStreaming: false;
5486
+ supportsCacheControlOnTools: false;
5487
+ supportsLongCacheRetention: false;
5488
+ };
5489
+ reasoning: true;
5490
+ input: ("image" | "text")[];
5491
+ cost: {
5492
+ input: number;
5493
+ output: number;
5494
+ cacheRead: number;
5495
+ cacheWrite: number;
5496
+ };
5497
+ contextWindow: number;
5498
+ maxTokens: number;
5499
+ };
5500
+ readonly "accounts/fireworks/routers/deepseek-flash-latest": {
5501
+ id: string;
5502
+ name: string;
5503
+ api: "anthropic-messages";
5504
+ provider: string;
5505
+ baseUrl: string;
5506
+ compat: {
5507
+ sendSessionAffinityHeaders: true;
5508
+ supportsEagerToolInputStreaming: false;
5509
+ supportsCacheControlOnTools: false;
5510
+ supportsLongCacheRetention: false;
5511
+ };
5512
+ reasoning: true;
5513
+ input: ("image" | "text")[];
5514
+ cost: {
5515
+ input: number;
5516
+ output: number;
5517
+ cacheRead: number;
5518
+ cacheWrite: number;
5519
+ };
5520
+ contextWindow: number;
5521
+ maxTokens: number;
5522
+ };
5523
+ readonly "accounts/fireworks/routers/deepseek-pro-latest": {
5366
5524
  id: string;
5367
5525
  name: string;
5368
5526
  api: "anthropic-messages";
@@ -5431,6 +5589,98 @@ export declare const MODELS: {
5431
5589
  contextWindow: number;
5432
5590
  maxTokens: number;
5433
5591
  };
5592
+ readonly "accounts/fireworks/routers/glm-fast-latest": {
5593
+ id: string;
5594
+ name: string;
5595
+ api: "anthropic-messages";
5596
+ provider: string;
5597
+ baseUrl: string;
5598
+ compat: {
5599
+ sendSessionAffinityHeaders: true;
5600
+ supportsEagerToolInputStreaming: false;
5601
+ supportsCacheControlOnTools: false;
5602
+ supportsLongCacheRetention: false;
5603
+ };
5604
+ reasoning: true;
5605
+ input: "text"[];
5606
+ cost: {
5607
+ input: number;
5608
+ output: number;
5609
+ cacheRead: number;
5610
+ cacheWrite: number;
5611
+ };
5612
+ contextWindow: number;
5613
+ maxTokens: number;
5614
+ };
5615
+ readonly "accounts/fireworks/routers/glm-flash-latest": {
5616
+ id: string;
5617
+ name: string;
5618
+ api: "anthropic-messages";
5619
+ provider: string;
5620
+ baseUrl: string;
5621
+ compat: {
5622
+ sendSessionAffinityHeaders: true;
5623
+ supportsEagerToolInputStreaming: false;
5624
+ supportsCacheControlOnTools: false;
5625
+ supportsLongCacheRetention: false;
5626
+ };
5627
+ reasoning: true;
5628
+ input: ("image" | "text")[];
5629
+ cost: {
5630
+ input: number;
5631
+ output: number;
5632
+ cacheRead: number;
5633
+ cacheWrite: number;
5634
+ };
5635
+ contextWindow: number;
5636
+ maxTokens: number;
5637
+ };
5638
+ readonly "accounts/fireworks/routers/glm-latest": {
5639
+ id: string;
5640
+ name: string;
5641
+ api: "anthropic-messages";
5642
+ provider: string;
5643
+ baseUrl: string;
5644
+ compat: {
5645
+ sendSessionAffinityHeaders: true;
5646
+ supportsEagerToolInputStreaming: false;
5647
+ supportsCacheControlOnTools: false;
5648
+ supportsLongCacheRetention: false;
5649
+ };
5650
+ reasoning: true;
5651
+ input: "text"[];
5652
+ cost: {
5653
+ input: number;
5654
+ output: number;
5655
+ cacheRead: number;
5656
+ cacheWrite: number;
5657
+ };
5658
+ contextWindow: number;
5659
+ maxTokens: number;
5660
+ };
5661
+ readonly "accounts/fireworks/routers/kimi-fast-latest": {
5662
+ id: string;
5663
+ name: string;
5664
+ api: "anthropic-messages";
5665
+ provider: string;
5666
+ baseUrl: string;
5667
+ compat: {
5668
+ sendSessionAffinityHeaders: true;
5669
+ supportsEagerToolInputStreaming: false;
5670
+ supportsCacheControlOnTools: false;
5671
+ supportsLongCacheRetention: false;
5672
+ };
5673
+ reasoning: true;
5674
+ input: ("image" | "text")[];
5675
+ cost: {
5676
+ input: number;
5677
+ output: number;
5678
+ cacheRead: number;
5679
+ cacheWrite: number;
5680
+ };
5681
+ contextWindow: number;
5682
+ maxTokens: number;
5683
+ };
5434
5684
  readonly "accounts/fireworks/routers/kimi-k2p6-turbo": {
5435
5685
  id: string;
5436
5686
  name: string;
@@ -5477,6 +5727,75 @@ export declare const MODELS: {
5477
5727
  contextWindow: number;
5478
5728
  maxTokens: number;
5479
5729
  };
5730
+ readonly "accounts/fireworks/routers/kimi-latest": {
5731
+ id: string;
5732
+ name: string;
5733
+ api: "anthropic-messages";
5734
+ provider: string;
5735
+ baseUrl: string;
5736
+ compat: {
5737
+ sendSessionAffinityHeaders: true;
5738
+ supportsEagerToolInputStreaming: false;
5739
+ supportsCacheControlOnTools: false;
5740
+ supportsLongCacheRetention: false;
5741
+ };
5742
+ reasoning: true;
5743
+ input: ("image" | "text")[];
5744
+ cost: {
5745
+ input: number;
5746
+ output: number;
5747
+ cacheRead: number;
5748
+ cacheWrite: number;
5749
+ };
5750
+ contextWindow: number;
5751
+ maxTokens: number;
5752
+ };
5753
+ readonly "accounts/fireworks/routers/minimax-latest": {
5754
+ id: string;
5755
+ name: string;
5756
+ api: "anthropic-messages";
5757
+ provider: string;
5758
+ baseUrl: string;
5759
+ compat: {
5760
+ sendSessionAffinityHeaders: true;
5761
+ supportsEagerToolInputStreaming: false;
5762
+ supportsCacheControlOnTools: false;
5763
+ supportsLongCacheRetention: false;
5764
+ };
5765
+ reasoning: true;
5766
+ input: "text"[];
5767
+ cost: {
5768
+ input: number;
5769
+ output: number;
5770
+ cacheRead: number;
5771
+ cacheWrite: number;
5772
+ };
5773
+ contextWindow: number;
5774
+ maxTokens: number;
5775
+ };
5776
+ readonly "accounts/fireworks/routers/qwen-max-latest": {
5777
+ id: string;
5778
+ name: string;
5779
+ api: "anthropic-messages";
5780
+ provider: string;
5781
+ baseUrl: string;
5782
+ compat: {
5783
+ sendSessionAffinityHeaders: true;
5784
+ supportsEagerToolInputStreaming: false;
5785
+ supportsCacheControlOnTools: false;
5786
+ supportsLongCacheRetention: false;
5787
+ };
5788
+ reasoning: true;
5789
+ input: ("image" | "text")[];
5790
+ cost: {
5791
+ input: number;
5792
+ output: number;
5793
+ cacheRead: number;
5794
+ cacheWrite: number;
5795
+ };
5796
+ contextWindow: number;
5797
+ maxTokens: number;
5798
+ };
5480
5799
  };
5481
5800
  readonly "github-copilot": {
5482
5801
  readonly "claude-fable-5": {
@@ -11838,6 +12157,23 @@ export declare const MODELS: {
11838
12157
  contextWindow: number;
11839
12158
  maxTokens: number;
11840
12159
  };
12160
+ readonly "union-alpha": {
12161
+ id: string;
12162
+ name: string;
12163
+ api: "anthropic-messages";
12164
+ provider: string;
12165
+ baseUrl: string;
12166
+ reasoning: true;
12167
+ input: ("image" | "text")[];
12168
+ cost: {
12169
+ input: number;
12170
+ output: number;
12171
+ cacheRead: number;
12172
+ cacheWrite: number;
12173
+ };
12174
+ contextWindow: number;
12175
+ maxTokens: number;
12176
+ };
11841
12177
  };
11842
12178
  readonly "opencode-go": {
11843
12179
  readonly "deepseek-v4-flash": {
@@ -12359,6 +12695,23 @@ export declare const MODELS: {
12359
12695
  contextWindow: number;
12360
12696
  maxTokens: number;
12361
12697
  };
12698
+ readonly "union-alpha": {
12699
+ id: string;
12700
+ name: string;
12701
+ api: "anthropic-messages";
12702
+ provider: string;
12703
+ baseUrl: string;
12704
+ reasoning: true;
12705
+ input: ("image" | "text")[];
12706
+ cost: {
12707
+ input: number;
12708
+ output: number;
12709
+ cacheRead: number;
12710
+ cacheWrite: number;
12711
+ };
12712
+ contextWindow: number;
12713
+ maxTokens: number;
12714
+ };
12362
12715
  };
12363
12716
  readonly openrouter: {
12364
12717
  readonly "aion-labs/aion-2.0": {
@@ -13653,23 +14006,6 @@ export declare const MODELS: {
13653
14006
  contextWindow: number;
13654
14007
  maxTokens: number;
13655
14008
  };
13656
- readonly "google/gemini-2.5-pro-preview-05-06": {
13657
- id: string;
13658
- name: string;
13659
- api: "openai-completions";
13660
- provider: string;
13661
- baseUrl: string;
13662
- reasoning: true;
13663
- input: ("image" | "text")[];
13664
- cost: {
13665
- input: number;
13666
- output: number;
13667
- cacheRead: number;
13668
- cacheWrite: number;
13669
- };
13670
- contextWindow: number;
13671
- maxTokens: number;
13672
- };
13673
14009
  readonly "google/gemini-2.5-pro:batch": {
13674
14010
  id: string;
13675
14011
  name: string;
@@ -14095,23 +14431,6 @@ export declare const MODELS: {
14095
14431
  contextWindow: number;
14096
14432
  maxTokens: number;
14097
14433
  };
14098
- readonly "google/gemma-4-31b-it:batch": {
14099
- id: string;
14100
- name: string;
14101
- api: "openai-completions";
14102
- provider: string;
14103
- baseUrl: string;
14104
- reasoning: true;
14105
- input: ("image" | "text")[];
14106
- cost: {
14107
- input: number;
14108
- output: number;
14109
- cacheRead: number;
14110
- cacheWrite: number;
14111
- };
14112
- contextWindow: number;
14113
- maxTokens: number;
14114
- };
14115
14434
  readonly "google/gemma-4-31b-it:free": {
14116
14435
  id: string;
14117
14436
  name: string;
@@ -15430,24 +15749,7 @@ export declare const MODELS: {
15430
15749
  contextWindow: number;
15431
15750
  maxTokens: number;
15432
15751
  };
15433
- readonly "openai/gpt-3.5-turbo:batch": {
15434
- id: string;
15435
- name: string;
15436
- api: "openai-completions";
15437
- provider: string;
15438
- baseUrl: string;
15439
- reasoning: false;
15440
- input: "text"[];
15441
- cost: {
15442
- input: number;
15443
- output: number;
15444
- cacheRead: number;
15445
- cacheWrite: number;
15446
- };
15447
- contextWindow: number;
15448
- maxTokens: number;
15449
- };
15450
- readonly "openai/gpt-4": {
15752
+ readonly "openai/gpt-3.5-turbo:batch": {
15451
15753
  id: string;
15452
15754
  name: string;
15453
15755
  api: "openai-completions";
@@ -15464,14 +15766,14 @@ export declare const MODELS: {
15464
15766
  contextWindow: number;
15465
15767
  maxTokens: number;
15466
15768
  };
15467
- readonly "openai/gpt-4-turbo": {
15769
+ readonly "openai/gpt-4": {
15468
15770
  id: string;
15469
15771
  name: string;
15470
15772
  api: "openai-completions";
15471
15773
  provider: string;
15472
15774
  baseUrl: string;
15473
15775
  reasoning: false;
15474
- input: ("image" | "text")[];
15776
+ input: "text"[];
15475
15777
  cost: {
15476
15778
  input: number;
15477
15779
  output: number;
@@ -15481,14 +15783,14 @@ export declare const MODELS: {
15481
15783
  contextWindow: number;
15482
15784
  maxTokens: number;
15483
15785
  };
15484
- readonly "openai/gpt-4-turbo-preview": {
15786
+ readonly "openai/gpt-4-turbo": {
15485
15787
  id: string;
15486
15788
  name: string;
15487
15789
  api: "openai-completions";
15488
15790
  provider: string;
15489
15791
  baseUrl: string;
15490
15792
  reasoning: false;
15491
- input: "text"[];
15793
+ input: ("image" | "text")[];
15492
15794
  cost: {
15493
15795
  input: number;
15494
15796
  output: number;
@@ -18080,14 +18382,14 @@ export declare const MODELS: {
18080
18382
  contextWindow: number;
18081
18383
  maxTokens: number;
18082
18384
  };
18083
- readonly "stepfun/step-3.5-flash": {
18385
+ readonly "stealth/union-alpha": {
18084
18386
  id: string;
18085
18387
  name: string;
18086
18388
  api: "openai-completions";
18087
18389
  provider: string;
18088
18390
  baseUrl: string;
18089
- reasoning: true;
18090
- input: "text"[];
18391
+ reasoning: false;
18392
+ input: ("image" | "text")[];
18091
18393
  cost: {
18092
18394
  input: number;
18093
18395
  output: number;
@@ -18097,14 +18399,14 @@ export declare const MODELS: {
18097
18399
  contextWindow: number;
18098
18400
  maxTokens: number;
18099
18401
  };
18100
- readonly "stepfun/step-3.7-flash": {
18402
+ readonly "stepfun/step-3.5-flash": {
18101
18403
  id: string;
18102
18404
  name: string;
18103
18405
  api: "openai-completions";
18104
18406
  provider: string;
18105
18407
  baseUrl: string;
18106
18408
  reasoning: true;
18107
- input: ("image" | "text")[];
18409
+ input: "text"[];
18108
18410
  cost: {
18109
18411
  input: number;
18110
18412
  output: number;
@@ -18114,14 +18416,14 @@ export declare const MODELS: {
18114
18416
  contextWindow: number;
18115
18417
  maxTokens: number;
18116
18418
  };
18117
- readonly "tencent/hy3": {
18419
+ readonly "stepfun/step-3.7-flash": {
18118
18420
  id: string;
18119
18421
  name: string;
18120
18422
  api: "openai-completions";
18121
18423
  provider: string;
18122
18424
  baseUrl: string;
18123
18425
  reasoning: true;
18124
- input: "text"[];
18426
+ input: ("image" | "text")[];
18125
18427
  cost: {
18126
18428
  input: number;
18127
18429
  output: number;
@@ -18131,7 +18433,7 @@ export declare const MODELS: {
18131
18433
  contextWindow: number;
18132
18434
  maxTokens: number;
18133
18435
  };
18134
- readonly "tencent/hy3-preview": {
18436
+ readonly "tencent/hy3": {
18135
18437
  id: string;
18136
18438
  name: string;
18137
18439
  api: "openai-completions";
@@ -18148,7 +18450,7 @@ export declare const MODELS: {
18148
18450
  contextWindow: number;
18149
18451
  maxTokens: number;
18150
18452
  };
18151
- readonly "tencent/hy4-preview": {
18453
+ readonly "tencent/hy3-preview": {
18152
18454
  id: string;
18153
18455
  name: string;
18154
18456
  api: "openai-completions";
@@ -18165,13 +18467,13 @@ export declare const MODELS: {
18165
18467
  contextWindow: number;
18166
18468
  maxTokens: number;
18167
18469
  };
18168
- readonly "thedrummer/unslopnemo-12b": {
18470
+ readonly "tencent/hy4-preview": {
18169
18471
  id: string;
18170
18472
  name: string;
18171
18473
  api: "openai-completions";
18172
18474
  provider: string;
18173
18475
  baseUrl: string;
18174
- reasoning: false;
18476
+ reasoning: true;
18175
18477
  input: "text"[];
18176
18478
  cost: {
18177
18479
  input: number;
@@ -18216,23 +18518,6 @@ export declare const MODELS: {
18216
18518
  contextWindow: number;
18217
18519
  maxTokens: number;
18218
18520
  };
18219
- readonly "thinkingmachines/inkling-small:batch": {
18220
- id: string;
18221
- name: string;
18222
- api: "openai-completions";
18223
- provider: string;
18224
- baseUrl: string;
18225
- reasoning: true;
18226
- input: ("image" | "text")[];
18227
- cost: {
18228
- input: number;
18229
- output: number;
18230
- cacheRead: number;
18231
- cacheWrite: number;
18232
- };
18233
- contextWindow: number;
18234
- maxTokens: number;
18235
- };
18236
18521
  readonly "thinkingmachines/inkling-small:free": {
18237
18522
  id: string;
18238
18523
  name: string;
@@ -18811,6 +19096,40 @@ export declare const MODELS: {
18811
19096
  contextWindow: number;
18812
19097
  maxTokens: number;
18813
19098
  };
19099
+ readonly "~deepseek/deepseek-flash-latest": {
19100
+ id: string;
19101
+ name: string;
19102
+ api: "openai-completions";
19103
+ provider: string;
19104
+ baseUrl: string;
19105
+ reasoning: true;
19106
+ input: ("image" | "text")[];
19107
+ cost: {
19108
+ input: number;
19109
+ output: number;
19110
+ cacheRead: number;
19111
+ cacheWrite: number;
19112
+ };
19113
+ contextWindow: number;
19114
+ maxTokens: number;
19115
+ };
19116
+ readonly "~deepseek/deepseek-pro-latest": {
19117
+ id: string;
19118
+ name: string;
19119
+ api: "openai-completions";
19120
+ provider: string;
19121
+ baseUrl: string;
19122
+ reasoning: true;
19123
+ input: "text"[];
19124
+ cost: {
19125
+ input: number;
19126
+ output: number;
19127
+ cacheRead: number;
19128
+ cacheWrite: number;
19129
+ };
19130
+ contextWindow: number;
19131
+ maxTokens: number;
19132
+ };
18814
19133
  readonly "~deepseek/deepseek-v4-flash-latest": {
18815
19134
  id: string;
18816
19135
  name: string;
@@ -19296,6 +19615,37 @@ export declare const MODELS: {
19296
19615
  contextWindow: number;
19297
19616
  maxTokens: number;
19298
19617
  };
19618
+ readonly "deepseek-ai/DeepSeek-V4.1-Flash": {
19619
+ id: string;
19620
+ name: string;
19621
+ api: "openai-completions";
19622
+ provider: string;
19623
+ baseUrl: string;
19624
+ compat: {
19625
+ supportsStore: false;
19626
+ supportsDeveloperRole: false;
19627
+ supportsReasoningEffort: false;
19628
+ maxTokensField: "max_tokens";
19629
+ supportsStrictMode: false;
19630
+ supportsLongCacheRetention: false;
19631
+ thinkingFormat: "together";
19632
+ };
19633
+ reasoning: true;
19634
+ thinkingLevelMap: {
19635
+ minimal: null;
19636
+ low: null;
19637
+ medium: null;
19638
+ };
19639
+ input: ("image" | "text")[];
19640
+ cost: {
19641
+ input: number;
19642
+ output: number;
19643
+ cacheRead: number;
19644
+ cacheWrite: number;
19645
+ };
19646
+ contextWindow: number;
19647
+ maxTokens: number;
19648
+ };
19299
19649
  readonly "google/gemma-4-31B-it": {
19300
19650
  id: string;
19301
19651
  name: string;
@@ -20587,6 +20937,23 @@ export declare const MODELS: {
20587
20937
  contextWindow: number;
20588
20938
  maxTokens: number;
20589
20939
  };
20940
+ readonly "bytedance/seed-2.1-turbo": {
20941
+ id: string;
20942
+ name: string;
20943
+ api: "anthropic-messages";
20944
+ provider: string;
20945
+ baseUrl: string;
20946
+ reasoning: true;
20947
+ input: ("image" | "text")[];
20948
+ cost: {
20949
+ input: number;
20950
+ output: number;
20951
+ cacheRead: number;
20952
+ cacheWrite: number;
20953
+ };
20954
+ contextWindow: number;
20955
+ maxTokens: number;
20956
+ };
20590
20957
  readonly "cohere/command-a": {
20591
20958
  id: string;
20592
20959
  name: string;
@@ -21199,74 +21566,6 @@ export declare const MODELS: {
21199
21566
  contextWindow: number;
21200
21567
  maxTokens: number;
21201
21568
  };
21202
- readonly "kwaipilot/kat-coder-air-v2.5": {
21203
- id: string;
21204
- name: string;
21205
- api: "anthropic-messages";
21206
- provider: string;
21207
- baseUrl: string;
21208
- reasoning: true;
21209
- input: ("image" | "text")[];
21210
- cost: {
21211
- input: number;
21212
- output: number;
21213
- cacheRead: number;
21214
- cacheWrite: number;
21215
- };
21216
- contextWindow: number;
21217
- maxTokens: number;
21218
- };
21219
- readonly "kwaipilot/kat-coder-pro-v1": {
21220
- id: string;
21221
- name: string;
21222
- api: "anthropic-messages";
21223
- provider: string;
21224
- baseUrl: string;
21225
- reasoning: false;
21226
- input: "text"[];
21227
- cost: {
21228
- input: number;
21229
- output: number;
21230
- cacheRead: number;
21231
- cacheWrite: number;
21232
- };
21233
- contextWindow: number;
21234
- maxTokens: number;
21235
- };
21236
- readonly "kwaipilot/kat-coder-pro-v2": {
21237
- id: string;
21238
- name: string;
21239
- api: "anthropic-messages";
21240
- provider: string;
21241
- baseUrl: string;
21242
- reasoning: true;
21243
- input: "text"[];
21244
- cost: {
21245
- input: number;
21246
- output: number;
21247
- cacheRead: number;
21248
- cacheWrite: number;
21249
- };
21250
- contextWindow: number;
21251
- maxTokens: number;
21252
- };
21253
- readonly "kwaipilot/kat-coder-pro-v2.5": {
21254
- id: string;
21255
- name: string;
21256
- api: "anthropic-messages";
21257
- provider: string;
21258
- baseUrl: string;
21259
- reasoning: true;
21260
- input: ("image" | "text")[];
21261
- cost: {
21262
- input: number;
21263
- output: number;
21264
- cacheRead: number;
21265
- cacheWrite: number;
21266
- };
21267
- contextWindow: number;
21268
- maxTokens: number;
21269
- };
21270
21569
  readonly "meta/llama-3.1-70b": {
21271
21570
  id: string;
21272
21571
  name: string;
@@ -21607,40 +21906,6 @@ export declare const MODELS: {
21607
21906
  contextWindow: number;
21608
21907
  maxTokens: number;
21609
21908
  };
21610
- readonly "mistral/devstral-2": {
21611
- id: string;
21612
- name: string;
21613
- api: "anthropic-messages";
21614
- provider: string;
21615
- baseUrl: string;
21616
- reasoning: false;
21617
- input: "text"[];
21618
- cost: {
21619
- input: number;
21620
- output: number;
21621
- cacheRead: number;
21622
- cacheWrite: number;
21623
- };
21624
- contextWindow: number;
21625
- maxTokens: number;
21626
- };
21627
- readonly "mistral/devstral-small-2": {
21628
- id: string;
21629
- name: string;
21630
- api: "anthropic-messages";
21631
- provider: string;
21632
- baseUrl: string;
21633
- reasoning: false;
21634
- input: ("image" | "text")[];
21635
- cost: {
21636
- input: number;
21637
- output: number;
21638
- cacheRead: number;
21639
- cacheWrite: number;
21640
- };
21641
- contextWindow: number;
21642
- maxTokens: number;
21643
- };
21644
21909
  readonly "mistral/ministral-14b": {
21645
21910
  id: string;
21646
21911
  name: string;
@@ -21709,23 +21974,6 @@ export declare const MODELS: {
21709
21974
  contextWindow: number;
21710
21975
  maxTokens: number;
21711
21976
  };
21712
- readonly "mistral/mistral-medium": {
21713
- id: string;
21714
- name: string;
21715
- api: "anthropic-messages";
21716
- provider: string;
21717
- baseUrl: string;
21718
- reasoning: false;
21719
- input: ("image" | "text")[];
21720
- cost: {
21721
- input: number;
21722
- output: number;
21723
- cacheRead: number;
21724
- cacheWrite: number;
21725
- };
21726
- contextWindow: number;
21727
- maxTokens: number;
21728
- };
21729
21977
  readonly "mistral/mistral-medium-3.5": {
21730
21978
  id: string;
21731
21979
  name: string;
@@ -21750,7 +21998,7 @@ export declare const MODELS: {
21750
21998
  provider: string;
21751
21999
  baseUrl: string;
21752
22000
  reasoning: false;
21753
- input: ("image" | "text")[];
22001
+ input: "text"[];
21754
22002
  cost: {
21755
22003
  input: number;
21756
22004
  output: number;
@@ -21777,23 +22025,6 @@ export declare const MODELS: {
21777
22025
  contextWindow: number;
21778
22026
  maxTokens: number;
21779
22027
  };
21780
- readonly "mistral/pixtral-12b": {
21781
- id: string;
21782
- name: string;
21783
- api: "anthropic-messages";
21784
- provider: string;
21785
- baseUrl: string;
21786
- reasoning: false;
21787
- input: ("image" | "text")[];
21788
- cost: {
21789
- input: number;
21790
- output: number;
21791
- cacheRead: number;
21792
- cacheWrite: number;
21793
- };
21794
- contextWindow: number;
21795
- maxTokens: number;
21796
- };
21797
22028
  readonly "moonshotai/kimi-k2": {
21798
22029
  id: string;
21799
22030
  name: string;