@fleetagent/pi-ai 0.0.9 → 0.0.10

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.
@@ -6,7 +6,7 @@ export declare const MODELS: {
6
6
  api: "bedrock-converse-stream";
7
7
  provider: string;
8
8
  baseUrl: string;
9
- reasoning: false;
9
+ reasoning: true;
10
10
  input: ("image" | "text")[];
11
11
  cost: {
12
12
  input: number;
@@ -349,6 +349,23 @@ export declare const MODELS: {
349
349
  contextWindow: number;
350
350
  maxTokens: number;
351
351
  };
352
+ readonly "eu.anthropic.claude-fable-5": {
353
+ id: string;
354
+ name: string;
355
+ api: "bedrock-converse-stream";
356
+ provider: string;
357
+ baseUrl: string;
358
+ reasoning: true;
359
+ input: ("image" | "text")[];
360
+ cost: {
361
+ input: number;
362
+ output: number;
363
+ cacheRead: number;
364
+ cacheWrite: number;
365
+ };
366
+ contextWindow: number;
367
+ maxTokens: number;
368
+ };
352
369
  readonly "eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
353
370
  id: string;
354
371
  name: string;
@@ -474,6 +491,23 @@ export declare const MODELS: {
474
491
  contextWindow: number;
475
492
  maxTokens: number;
476
493
  };
494
+ readonly "global.anthropic.claude-fable-5": {
495
+ id: string;
496
+ name: string;
497
+ api: "bedrock-converse-stream";
498
+ provider: string;
499
+ baseUrl: string;
500
+ reasoning: true;
501
+ input: ("image" | "text")[];
502
+ cost: {
503
+ input: number;
504
+ output: number;
505
+ cacheRead: number;
506
+ cacheWrite: number;
507
+ };
508
+ contextWindow: number;
509
+ maxTokens: number;
510
+ };
477
511
  readonly "global.anthropic.claude-haiku-4-5-20251001-v1:0": {
478
512
  id: string;
479
513
  name: string;
@@ -1141,7 +1175,7 @@ export declare const MODELS: {
1141
1175
  api: "bedrock-converse-stream";
1142
1176
  provider: string;
1143
1177
  baseUrl: string;
1144
- reasoning: false;
1178
+ reasoning: true;
1145
1179
  input: "text"[];
1146
1180
  cost: {
1147
1181
  input: number;
@@ -1158,7 +1192,7 @@ export declare const MODELS: {
1158
1192
  api: "bedrock-converse-stream";
1159
1193
  provider: string;
1160
1194
  baseUrl: string;
1161
- reasoning: false;
1195
+ reasoning: true;
1162
1196
  input: "text"[];
1163
1197
  cost: {
1164
1198
  input: number;
@@ -1175,7 +1209,7 @@ export declare const MODELS: {
1175
1209
  api: "bedrock-converse-stream";
1176
1210
  provider: string;
1177
1211
  baseUrl: string;
1178
- reasoning: false;
1212
+ reasoning: true;
1179
1213
  input: "text"[];
1180
1214
  cost: {
1181
1215
  input: number;
@@ -1192,7 +1226,7 @@ export declare const MODELS: {
1192
1226
  api: "bedrock-converse-stream";
1193
1227
  provider: string;
1194
1228
  baseUrl: string;
1195
- reasoning: false;
1229
+ reasoning: true;
1196
1230
  input: "text"[];
1197
1231
  cost: {
1198
1232
  input: number;
@@ -1356,6 +1390,23 @@ export declare const MODELS: {
1356
1390
  contextWindow: number;
1357
1391
  maxTokens: number;
1358
1392
  };
1393
+ readonly "us.anthropic.claude-fable-5": {
1394
+ id: string;
1395
+ name: string;
1396
+ api: "bedrock-converse-stream";
1397
+ provider: string;
1398
+ baseUrl: string;
1399
+ reasoning: true;
1400
+ input: ("image" | "text")[];
1401
+ cost: {
1402
+ input: number;
1403
+ output: number;
1404
+ cacheRead: number;
1405
+ cacheWrite: number;
1406
+ };
1407
+ contextWindow: number;
1408
+ maxTokens: number;
1409
+ };
1359
1410
  readonly "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
1360
1411
  id: string;
1361
1412
  name: string;
@@ -1772,6 +1823,23 @@ export declare const MODELS: {
1772
1823
  contextWindow: number;
1773
1824
  maxTokens: number;
1774
1825
  };
1826
+ readonly "claude-fable-5": {
1827
+ id: string;
1828
+ name: string;
1829
+ api: "anthropic-messages";
1830
+ provider: string;
1831
+ baseUrl: string;
1832
+ reasoning: true;
1833
+ input: ("image" | "text")[];
1834
+ cost: {
1835
+ input: number;
1836
+ output: number;
1837
+ cacheRead: number;
1838
+ cacheWrite: number;
1839
+ };
1840
+ contextWindow: number;
1841
+ maxTokens: number;
1842
+ };
1775
1843
  readonly "claude-haiku-4-5": {
1776
1844
  id: string;
1777
1845
  name: string;
@@ -3024,6 +3092,23 @@ export declare const MODELS: {
3024
3092
  contextWindow: number;
3025
3093
  maxTokens: number;
3026
3094
  };
3095
+ readonly "claude-fable-5": {
3096
+ id: string;
3097
+ name: string;
3098
+ api: "anthropic-messages";
3099
+ provider: string;
3100
+ baseUrl: string;
3101
+ reasoning: true;
3102
+ input: ("image" | "text")[];
3103
+ cost: {
3104
+ input: number;
3105
+ output: number;
3106
+ cacheRead: number;
3107
+ cacheWrite: number;
3108
+ };
3109
+ contextWindow: number;
3110
+ maxTokens: number;
3111
+ };
3027
3112
  readonly "claude-haiku-4-5": {
3028
3113
  id: string;
3029
3114
  name: string;
@@ -5349,74 +5434,6 @@ export declare const MODELS: {
5349
5434
  };
5350
5435
  };
5351
5436
  readonly groq: {
5352
- readonly "deepseek-r1-distill-llama-70b": {
5353
- id: string;
5354
- name: string;
5355
- api: "openai-completions";
5356
- provider: string;
5357
- baseUrl: string;
5358
- reasoning: true;
5359
- input: "text"[];
5360
- cost: {
5361
- input: number;
5362
- output: number;
5363
- cacheRead: number;
5364
- cacheWrite: number;
5365
- };
5366
- contextWindow: number;
5367
- maxTokens: number;
5368
- };
5369
- readonly "gemma2-9b-it": {
5370
- id: string;
5371
- name: string;
5372
- api: "openai-completions";
5373
- provider: string;
5374
- baseUrl: string;
5375
- reasoning: false;
5376
- input: "text"[];
5377
- cost: {
5378
- input: number;
5379
- output: number;
5380
- cacheRead: number;
5381
- cacheWrite: number;
5382
- };
5383
- contextWindow: number;
5384
- maxTokens: number;
5385
- };
5386
- readonly "groq/compound": {
5387
- id: string;
5388
- name: string;
5389
- api: "openai-completions";
5390
- provider: string;
5391
- baseUrl: string;
5392
- reasoning: true;
5393
- input: "text"[];
5394
- cost: {
5395
- input: number;
5396
- output: number;
5397
- cacheRead: number;
5398
- cacheWrite: number;
5399
- };
5400
- contextWindow: number;
5401
- maxTokens: number;
5402
- };
5403
- readonly "groq/compound-mini": {
5404
- id: string;
5405
- name: string;
5406
- api: "openai-completions";
5407
- provider: string;
5408
- baseUrl: string;
5409
- reasoning: true;
5410
- input: "text"[];
5411
- cost: {
5412
- input: number;
5413
- output: number;
5414
- cacheRead: number;
5415
- cacheWrite: number;
5416
- };
5417
- contextWindow: number;
5418
- maxTokens: number;
5419
- };
5420
5437
  readonly "llama-3.1-8b-instant": {
5421
5438
  id: string;
5422
5439
  name: string;
@@ -5451,57 +5468,6 @@ export declare const MODELS: {
5451
5468
  contextWindow: number;
5452
5469
  maxTokens: number;
5453
5470
  };
5454
- readonly "llama3-70b-8192": {
5455
- id: string;
5456
- name: string;
5457
- api: "openai-completions";
5458
- provider: string;
5459
- baseUrl: string;
5460
- reasoning: false;
5461
- input: "text"[];
5462
- cost: {
5463
- input: number;
5464
- output: number;
5465
- cacheRead: number;
5466
- cacheWrite: number;
5467
- };
5468
- contextWindow: number;
5469
- maxTokens: number;
5470
- };
5471
- readonly "llama3-8b-8192": {
5472
- id: string;
5473
- name: string;
5474
- api: "openai-completions";
5475
- provider: string;
5476
- baseUrl: string;
5477
- reasoning: false;
5478
- input: "text"[];
5479
- cost: {
5480
- input: number;
5481
- output: number;
5482
- cacheRead: number;
5483
- cacheWrite: number;
5484
- };
5485
- contextWindow: number;
5486
- maxTokens: number;
5487
- };
5488
- readonly "meta-llama/llama-4-maverick-17b-128e-instruct": {
5489
- id: string;
5490
- name: string;
5491
- api: "openai-completions";
5492
- provider: string;
5493
- baseUrl: string;
5494
- reasoning: false;
5495
- input: ("image" | "text")[];
5496
- cost: {
5497
- input: number;
5498
- output: number;
5499
- cacheRead: number;
5500
- cacheWrite: number;
5501
- };
5502
- contextWindow: number;
5503
- maxTokens: number;
5504
- };
5505
5471
  readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
5506
5472
  id: string;
5507
5473
  name: string;
@@ -5519,57 +5485,6 @@ export declare const MODELS: {
5519
5485
  contextWindow: number;
5520
5486
  maxTokens: number;
5521
5487
  };
5522
- readonly "mistral-saba-24b": {
5523
- id: string;
5524
- name: string;
5525
- api: "openai-completions";
5526
- provider: string;
5527
- baseUrl: string;
5528
- reasoning: false;
5529
- input: "text"[];
5530
- cost: {
5531
- input: number;
5532
- output: number;
5533
- cacheRead: number;
5534
- cacheWrite: number;
5535
- };
5536
- contextWindow: number;
5537
- maxTokens: number;
5538
- };
5539
- readonly "moonshotai/kimi-k2-instruct": {
5540
- id: string;
5541
- name: string;
5542
- api: "openai-completions";
5543
- provider: string;
5544
- baseUrl: string;
5545
- reasoning: false;
5546
- input: "text"[];
5547
- cost: {
5548
- input: number;
5549
- output: number;
5550
- cacheRead: number;
5551
- cacheWrite: number;
5552
- };
5553
- contextWindow: number;
5554
- maxTokens: number;
5555
- };
5556
- readonly "moonshotai/kimi-k2-instruct-0905": {
5557
- id: string;
5558
- name: string;
5559
- api: "openai-completions";
5560
- provider: string;
5561
- baseUrl: string;
5562
- reasoning: false;
5563
- input: "text"[];
5564
- cost: {
5565
- input: number;
5566
- output: number;
5567
- cacheRead: number;
5568
- cacheWrite: number;
5569
- };
5570
- contextWindow: number;
5571
- maxTokens: number;
5572
- };
5573
5488
  readonly "openai/gpt-oss-120b": {
5574
5489
  id: string;
5575
5490
  name: string;
@@ -5604,24 +5519,7 @@ export declare const MODELS: {
5604
5519
  contextWindow: number;
5605
5520
  maxTokens: number;
5606
5521
  };
5607
- readonly "openai/gpt-oss-safeguard-20b": {
5608
- id: string;
5609
- name: string;
5610
- api: "openai-completions";
5611
- provider: string;
5612
- baseUrl: string;
5613
- reasoning: true;
5614
- input: "text"[];
5615
- cost: {
5616
- input: number;
5617
- output: number;
5618
- cacheRead: number;
5619
- cacheWrite: number;
5620
- };
5621
- contextWindow: number;
5622
- maxTokens: number;
5623
- };
5624
- readonly "qwen-qwq-32b": {
5522
+ readonly "openai/gpt-oss-safeguard-20b": {
5625
5523
  id: string;
5626
5524
  name: string;
5627
5525
  api: "openai-completions";
@@ -8020,6 +7918,23 @@ export declare const MODELS: {
8020
7918
  contextWindow: number;
8021
7919
  maxTokens: number;
8022
7920
  };
7921
+ readonly "claude-fable-5": {
7922
+ id: string;
7923
+ name: string;
7924
+ api: "anthropic-messages";
7925
+ provider: string;
7926
+ baseUrl: string;
7927
+ reasoning: true;
7928
+ input: ("image" | "text")[];
7929
+ cost: {
7930
+ input: number;
7931
+ output: number;
7932
+ cacheRead: number;
7933
+ cacheWrite: number;
7934
+ };
7935
+ contextWindow: number;
7936
+ maxTokens: number;
7937
+ };
8023
7938
  readonly "claude-haiku-4-5": {
8024
7939
  id: string;
8025
7940
  name: string;
@@ -8249,6 +8164,34 @@ export declare const MODELS: {
8249
8164
  contextWindow: number;
8250
8165
  maxTokens: number;
8251
8166
  };
8167
+ readonly "deepseek-v4-pro": {
8168
+ id: string;
8169
+ name: string;
8170
+ api: "openai-completions";
8171
+ provider: string;
8172
+ baseUrl: string;
8173
+ compat: {
8174
+ requiresReasoningContentOnAssistantMessages: true;
8175
+ thinkingFormat: "deepseek";
8176
+ };
8177
+ reasoning: true;
8178
+ thinkingLevelMap: {
8179
+ minimal: null;
8180
+ low: null;
8181
+ medium: null;
8182
+ high: string;
8183
+ xhigh: string;
8184
+ };
8185
+ input: "text"[];
8186
+ cost: {
8187
+ input: number;
8188
+ output: number;
8189
+ cacheRead: number;
8190
+ cacheWrite: number;
8191
+ };
8192
+ contextWindow: number;
8193
+ maxTokens: number;
8194
+ };
8252
8195
  readonly "gemini-3-flash": {
8253
8196
  id: string;
8254
8197
  name: string;
@@ -8810,6 +8753,23 @@ export declare const MODELS: {
8810
8753
  contextWindow: number;
8811
8754
  maxTokens: number;
8812
8755
  };
8756
+ readonly "north-mini-code-free": {
8757
+ id: string;
8758
+ name: string;
8759
+ api: "openai-completions";
8760
+ provider: string;
8761
+ baseUrl: string;
8762
+ reasoning: true;
8763
+ input: "text"[];
8764
+ cost: {
8765
+ input: number;
8766
+ output: number;
8767
+ cacheRead: number;
8768
+ cacheWrite: number;
8769
+ };
8770
+ contextWindow: number;
8771
+ maxTokens: number;
8772
+ };
8813
8773
  readonly "qwen3.5-plus": {
8814
8774
  id: string;
8815
8775
  name: string;
@@ -9256,6 +9216,23 @@ export declare const MODELS: {
9256
9216
  contextWindow: number;
9257
9217
  maxTokens: number;
9258
9218
  };
9219
+ readonly "anthropic/claude-fable-5": {
9220
+ id: string;
9221
+ name: string;
9222
+ api: "openai-completions";
9223
+ provider: string;
9224
+ baseUrl: string;
9225
+ reasoning: true;
9226
+ input: ("image" | "text")[];
9227
+ cost: {
9228
+ input: number;
9229
+ output: number;
9230
+ cacheRead: number;
9231
+ cacheWrite: number;
9232
+ };
9233
+ contextWindow: number;
9234
+ maxTokens: number;
9235
+ };
9259
9236
  readonly "anthropic/claude-haiku-4.5": {
9260
9237
  id: string;
9261
9238
  name: string;
@@ -10858,15 +10835,12 @@ export declare const MODELS: {
10858
10835
  contextWindow: number;
10859
10836
  maxTokens: number;
10860
10837
  };
10861
- readonly "moonshotai/kimi-k2.6:free": {
10838
+ readonly "nex-agi/nex-n2-pro:free": {
10862
10839
  id: string;
10863
10840
  name: string;
10864
10841
  api: "openai-completions";
10865
10842
  provider: string;
10866
10843
  baseUrl: string;
10867
- compat: {
10868
- supportsDeveloperRole: false;
10869
- };
10870
10844
  reasoning: true;
10871
10845
  input: ("image" | "text")[];
10872
10846
  cost: {
@@ -10878,23 +10852,6 @@ export declare const MODELS: {
10878
10852
  contextWindow: number;
10879
10853
  maxTokens: number;
10880
10854
  };
10881
- readonly "nex-agi/deepseek-v3.1-nex-n1": {
10882
- id: string;
10883
- name: string;
10884
- api: "openai-completions";
10885
- provider: string;
10886
- baseUrl: string;
10887
- reasoning: false;
10888
- input: "text"[];
10889
- cost: {
10890
- input: number;
10891
- output: number;
10892
- cacheRead: number;
10893
- cacheWrite: number;
10894
- };
10895
- contextWindow: number;
10896
- maxTokens: number;
10897
- };
10898
10855
  readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
10899
10856
  id: string;
10900
10857
  name: string;
@@ -13178,23 +13135,6 @@ export declare const MODELS: {
13178
13135
  contextWindow: number;
13179
13136
  maxTokens: number;
13180
13137
  };
13181
- readonly "z-ai/glm-4-32b": {
13182
- id: string;
13183
- name: string;
13184
- api: "openai-completions";
13185
- provider: string;
13186
- baseUrl: string;
13187
- reasoning: false;
13188
- input: "text"[];
13189
- cost: {
13190
- input: number;
13191
- output: number;
13192
- cacheRead: number;
13193
- cacheWrite: number;
13194
- };
13195
- contextWindow: number;
13196
- maxTokens: number;
13197
- };
13198
13138
  readonly "z-ai/glm-4.5": {
13199
13139
  id: string;
13200
13140
  name: string;
@@ -13229,23 +13169,6 @@ export declare const MODELS: {
13229
13169
  contextWindow: number;
13230
13170
  maxTokens: number;
13231
13171
  };
13232
- readonly "z-ai/glm-4.5-air:free": {
13233
- id: string;
13234
- name: string;
13235
- api: "openai-completions";
13236
- provider: string;
13237
- baseUrl: string;
13238
- reasoning: true;
13239
- input: "text"[];
13240
- cost: {
13241
- input: number;
13242
- output: number;
13243
- cacheRead: number;
13244
- cacheWrite: number;
13245
- };
13246
- contextWindow: number;
13247
- maxTokens: number;
13248
- };
13249
13172
  readonly "z-ai/glm-4.5v": {
13250
13173
  id: string;
13251
13174
  name: string;
@@ -13382,7 +13305,7 @@ export declare const MODELS: {
13382
13305
  contextWindow: number;
13383
13306
  maxTokens: number;
13384
13307
  };
13385
- readonly "z-ai/glm-5v-turbo": {
13308
+ readonly "~anthropic/claude-fable-latest": {
13386
13309
  id: string;
13387
13310
  name: string;
13388
13311
  api: "openai-completions";
@@ -14519,6 +14442,23 @@ export declare const MODELS: {
14519
14442
  contextWindow: number;
14520
14443
  maxTokens: number;
14521
14444
  };
14445
+ readonly "anthropic/claude-fable-5": {
14446
+ id: string;
14447
+ name: string;
14448
+ api: "anthropic-messages";
14449
+ provider: string;
14450
+ baseUrl: string;
14451
+ reasoning: true;
14452
+ input: ("image" | "text")[];
14453
+ cost: {
14454
+ input: number;
14455
+ output: number;
14456
+ cacheRead: number;
14457
+ cacheWrite: number;
14458
+ };
14459
+ contextWindow: number;
14460
+ maxTokens: number;
14461
+ };
14522
14462
  readonly "anthropic/claude-haiku-4.5": {
14523
14463
  id: string;
14524
14464
  name: string;
@@ -14913,40 +14853,6 @@ export declare const MODELS: {
14913
14853
  contextWindow: number;
14914
14854
  maxTokens: number;
14915
14855
  };
14916
- readonly "google/gemini-2.0-flash": {
14917
- id: string;
14918
- name: string;
14919
- api: "anthropic-messages";
14920
- provider: string;
14921
- baseUrl: string;
14922
- reasoning: false;
14923
- input: ("image" | "text")[];
14924
- cost: {
14925
- input: number;
14926
- output: number;
14927
- cacheRead: number;
14928
- cacheWrite: number;
14929
- };
14930
- contextWindow: number;
14931
- maxTokens: number;
14932
- };
14933
- readonly "google/gemini-2.0-flash-lite": {
14934
- id: string;
14935
- name: string;
14936
- api: "anthropic-messages";
14937
- provider: string;
14938
- baseUrl: string;
14939
- reasoning: false;
14940
- input: ("image" | "text")[];
14941
- cost: {
14942
- input: number;
14943
- output: number;
14944
- cacheRead: number;
14945
- cacheWrite: number;
14946
- };
14947
- contextWindow: number;
14948
- maxTokens: number;
14949
- };
14950
14856
  readonly "google/gemini-2.5-flash": {
14951
14857
  id: string;
14952
14858
  name: string;
@@ -17271,6 +17177,27 @@ export declare const MODELS: {
17271
17177
  contextWindow: number;
17272
17178
  maxTokens: number;
17273
17179
  };
17180
+ readonly "mimo-v2.5-pro-ultraspeed": {
17181
+ id: string;
17182
+ name: string;
17183
+ api: "openai-completions";
17184
+ provider: string;
17185
+ baseUrl: string;
17186
+ compat: {
17187
+ requiresReasoningContentOnAssistantMessages: true;
17188
+ thinkingFormat: "deepseek";
17189
+ };
17190
+ reasoning: true;
17191
+ input: "text"[];
17192
+ cost: {
17193
+ input: number;
17194
+ output: number;
17195
+ cacheRead: number;
17196
+ cacheWrite: number;
17197
+ };
17198
+ contextWindow: number;
17199
+ maxTokens: number;
17200
+ };
17274
17201
  };
17275
17202
  readonly "xiaomi-token-plan-ams": {
17276
17203
  readonly "mimo-v2-omni": {
@@ -17357,6 +17284,27 @@ export declare const MODELS: {
17357
17284
  contextWindow: number;
17358
17285
  maxTokens: number;
17359
17286
  };
17287
+ readonly "mimo-v2.5-pro-ultraspeed": {
17288
+ id: string;
17289
+ name: string;
17290
+ api: "openai-completions";
17291
+ provider: string;
17292
+ baseUrl: string;
17293
+ compat: {
17294
+ requiresReasoningContentOnAssistantMessages: true;
17295
+ thinkingFormat: "deepseek";
17296
+ };
17297
+ reasoning: true;
17298
+ input: "text"[];
17299
+ cost: {
17300
+ input: number;
17301
+ output: number;
17302
+ cacheRead: number;
17303
+ cacheWrite: number;
17304
+ };
17305
+ contextWindow: number;
17306
+ maxTokens: number;
17307
+ };
17360
17308
  };
17361
17309
  readonly "xiaomi-token-plan-cn": {
17362
17310
  readonly "mimo-v2-omni": {
@@ -17443,6 +17391,27 @@ export declare const MODELS: {
17443
17391
  contextWindow: number;
17444
17392
  maxTokens: number;
17445
17393
  };
17394
+ readonly "mimo-v2.5-pro-ultraspeed": {
17395
+ id: string;
17396
+ name: string;
17397
+ api: "openai-completions";
17398
+ provider: string;
17399
+ baseUrl: string;
17400
+ compat: {
17401
+ requiresReasoningContentOnAssistantMessages: true;
17402
+ thinkingFormat: "deepseek";
17403
+ };
17404
+ reasoning: true;
17405
+ input: "text"[];
17406
+ cost: {
17407
+ input: number;
17408
+ output: number;
17409
+ cacheRead: number;
17410
+ cacheWrite: number;
17411
+ };
17412
+ contextWindow: number;
17413
+ maxTokens: number;
17414
+ };
17446
17415
  };
17447
17416
  readonly "xiaomi-token-plan-sgp": {
17448
17417
  readonly "mimo-v2-omni": {
@@ -17529,6 +17498,27 @@ export declare const MODELS: {
17529
17498
  contextWindow: number;
17530
17499
  maxTokens: number;
17531
17500
  };
17501
+ readonly "mimo-v2.5-pro-ultraspeed": {
17502
+ id: string;
17503
+ name: string;
17504
+ api: "openai-completions";
17505
+ provider: string;
17506
+ baseUrl: string;
17507
+ compat: {
17508
+ requiresReasoningContentOnAssistantMessages: true;
17509
+ thinkingFormat: "deepseek";
17510
+ };
17511
+ reasoning: true;
17512
+ input: "text"[];
17513
+ cost: {
17514
+ input: number;
17515
+ output: number;
17516
+ cacheRead: number;
17517
+ cacheWrite: number;
17518
+ };
17519
+ contextWindow: number;
17520
+ maxTokens: number;
17521
+ };
17532
17522
  };
17533
17523
  readonly zai: {
17534
17524
  readonly "glm-4.5-air": {