@caupulican/pi-ai 0.80.31 → 0.80.37
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.
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +171 -171
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +563 -171
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +470 -110
- package/dist/models.generated.js.map +1 -1
- package/package.json +2 -2
|
@@ -5281,20 +5281,15 @@ export declare const MODELS: {
|
|
|
5281
5281
|
contextWindow: number;
|
|
5282
5282
|
maxTokens: number;
|
|
5283
5283
|
};
|
|
5284
|
-
|
|
5284
|
+
};
|
|
5285
|
+
readonly "google-vertex": {
|
|
5286
|
+
readonly "gemini-1.5-flash": {
|
|
5285
5287
|
id: string;
|
|
5286
5288
|
name: string;
|
|
5287
|
-
api: "google-
|
|
5289
|
+
api: "google-vertex";
|
|
5288
5290
|
provider: string;
|
|
5289
5291
|
baseUrl: string;
|
|
5290
|
-
reasoning:
|
|
5291
|
-
thinkingLevelMap: {
|
|
5292
|
-
off: null;
|
|
5293
|
-
minimal: string;
|
|
5294
|
-
low: null;
|
|
5295
|
-
medium: null;
|
|
5296
|
-
high: string;
|
|
5297
|
-
};
|
|
5292
|
+
reasoning: false;
|
|
5298
5293
|
input: ("image" | "text")[];
|
|
5299
5294
|
cost: {
|
|
5300
5295
|
input: number;
|
|
@@ -5305,20 +5300,13 @@ export declare const MODELS: {
|
|
|
5305
5300
|
contextWindow: number;
|
|
5306
5301
|
maxTokens: number;
|
|
5307
5302
|
};
|
|
5308
|
-
readonly "
|
|
5303
|
+
readonly "gemini-1.5-flash-8b": {
|
|
5309
5304
|
id: string;
|
|
5310
5305
|
name: string;
|
|
5311
|
-
api: "google-
|
|
5306
|
+
api: "google-vertex";
|
|
5312
5307
|
provider: string;
|
|
5313
5308
|
baseUrl: string;
|
|
5314
|
-
reasoning:
|
|
5315
|
-
thinkingLevelMap: {
|
|
5316
|
-
off: null;
|
|
5317
|
-
minimal: string;
|
|
5318
|
-
low: null;
|
|
5319
|
-
medium: null;
|
|
5320
|
-
high: string;
|
|
5321
|
-
};
|
|
5309
|
+
reasoning: false;
|
|
5322
5310
|
input: ("image" | "text")[];
|
|
5323
5311
|
cost: {
|
|
5324
5312
|
input: number;
|
|
@@ -5329,9 +5317,7 @@ export declare const MODELS: {
|
|
|
5329
5317
|
contextWindow: number;
|
|
5330
5318
|
maxTokens: number;
|
|
5331
5319
|
};
|
|
5332
|
-
|
|
5333
|
-
readonly "google-vertex": {
|
|
5334
|
-
readonly "gemini-1.5-flash": {
|
|
5320
|
+
readonly "gemini-1.5-pro": {
|
|
5335
5321
|
id: string;
|
|
5336
5322
|
name: string;
|
|
5337
5323
|
api: "google-vertex";
|
|
@@ -5348,7 +5334,7 @@ export declare const MODELS: {
|
|
|
5348
5334
|
contextWindow: number;
|
|
5349
5335
|
maxTokens: number;
|
|
5350
5336
|
};
|
|
5351
|
-
readonly "gemini-
|
|
5337
|
+
readonly "gemini-2.0-flash": {
|
|
5352
5338
|
id: string;
|
|
5353
5339
|
name: string;
|
|
5354
5340
|
api: "google-vertex";
|
|
@@ -5365,13 +5351,13 @@ export declare const MODELS: {
|
|
|
5365
5351
|
contextWindow: number;
|
|
5366
5352
|
maxTokens: number;
|
|
5367
5353
|
};
|
|
5368
|
-
readonly "gemini-
|
|
5354
|
+
readonly "gemini-2.0-flash-lite": {
|
|
5369
5355
|
id: string;
|
|
5370
5356
|
name: string;
|
|
5371
5357
|
api: "google-vertex";
|
|
5372
5358
|
provider: string;
|
|
5373
5359
|
baseUrl: string;
|
|
5374
|
-
reasoning:
|
|
5360
|
+
reasoning: true;
|
|
5375
5361
|
input: ("image" | "text")[];
|
|
5376
5362
|
cost: {
|
|
5377
5363
|
input: number;
|
|
@@ -5382,13 +5368,13 @@ export declare const MODELS: {
|
|
|
5382
5368
|
contextWindow: number;
|
|
5383
5369
|
maxTokens: number;
|
|
5384
5370
|
};
|
|
5385
|
-
readonly "gemini-2.
|
|
5371
|
+
readonly "gemini-2.5-flash": {
|
|
5386
5372
|
id: string;
|
|
5387
5373
|
name: string;
|
|
5388
5374
|
api: "google-vertex";
|
|
5389
5375
|
provider: string;
|
|
5390
5376
|
baseUrl: string;
|
|
5391
|
-
reasoning:
|
|
5377
|
+
reasoning: true;
|
|
5392
5378
|
input: ("image" | "text")[];
|
|
5393
5379
|
cost: {
|
|
5394
5380
|
input: number;
|
|
@@ -5399,7 +5385,7 @@ export declare const MODELS: {
|
|
|
5399
5385
|
contextWindow: number;
|
|
5400
5386
|
maxTokens: number;
|
|
5401
5387
|
};
|
|
5402
|
-
readonly "gemini-2.
|
|
5388
|
+
readonly "gemini-2.5-flash-lite": {
|
|
5403
5389
|
id: string;
|
|
5404
5390
|
name: string;
|
|
5405
5391
|
api: "google-vertex";
|
|
@@ -5416,7 +5402,7 @@ export declare const MODELS: {
|
|
|
5416
5402
|
contextWindow: number;
|
|
5417
5403
|
maxTokens: number;
|
|
5418
5404
|
};
|
|
5419
|
-
readonly "gemini-2.5-flash": {
|
|
5405
|
+
readonly "gemini-2.5-flash-lite-preview-09-2025": {
|
|
5420
5406
|
id: string;
|
|
5421
5407
|
name: string;
|
|
5422
5408
|
api: "google-vertex";
|
|
@@ -5433,7 +5419,7 @@ export declare const MODELS: {
|
|
|
5433
5419
|
contextWindow: number;
|
|
5434
5420
|
maxTokens: number;
|
|
5435
5421
|
};
|
|
5436
|
-
readonly "gemini-2.5-
|
|
5422
|
+
readonly "gemini-2.5-pro": {
|
|
5437
5423
|
id: string;
|
|
5438
5424
|
name: string;
|
|
5439
5425
|
api: "google-vertex";
|
|
@@ -5450,13 +5436,16 @@ export declare const MODELS: {
|
|
|
5450
5436
|
contextWindow: number;
|
|
5451
5437
|
maxTokens: number;
|
|
5452
5438
|
};
|
|
5453
|
-
readonly "gemini-
|
|
5439
|
+
readonly "gemini-3-flash-preview": {
|
|
5454
5440
|
id: string;
|
|
5455
5441
|
name: string;
|
|
5456
5442
|
api: "google-vertex";
|
|
5457
5443
|
provider: string;
|
|
5458
5444
|
baseUrl: string;
|
|
5459
5445
|
reasoning: true;
|
|
5446
|
+
thinkingLevelMap: {
|
|
5447
|
+
off: null;
|
|
5448
|
+
};
|
|
5460
5449
|
input: ("image" | "text")[];
|
|
5461
5450
|
cost: {
|
|
5462
5451
|
input: number;
|
|
@@ -5467,13 +5456,44 @@ export declare const MODELS: {
|
|
|
5467
5456
|
contextWindow: number;
|
|
5468
5457
|
maxTokens: number;
|
|
5469
5458
|
};
|
|
5470
|
-
readonly "gemini-
|
|
5459
|
+
readonly "gemini-3-pro-preview": {
|
|
5460
|
+
id: string;
|
|
5461
|
+
name: string;
|
|
5462
|
+
api: "google-vertex";
|
|
5463
|
+
provider: string;
|
|
5464
|
+
baseUrl: string;
|
|
5465
|
+
reasoning: true;
|
|
5466
|
+
thinkingLevelMap: {
|
|
5467
|
+
off: null;
|
|
5468
|
+
minimal: null;
|
|
5469
|
+
low: string;
|
|
5470
|
+
medium: null;
|
|
5471
|
+
high: string;
|
|
5472
|
+
};
|
|
5473
|
+
input: ("image" | "text")[];
|
|
5474
|
+
cost: {
|
|
5475
|
+
input: number;
|
|
5476
|
+
output: number;
|
|
5477
|
+
cacheRead: number;
|
|
5478
|
+
cacheWrite: number;
|
|
5479
|
+
};
|
|
5480
|
+
contextWindow: number;
|
|
5481
|
+
maxTokens: number;
|
|
5482
|
+
};
|
|
5483
|
+
readonly "gemini-3.1-pro-preview": {
|
|
5471
5484
|
id: string;
|
|
5472
5485
|
name: string;
|
|
5473
5486
|
api: "google-vertex";
|
|
5474
5487
|
provider: string;
|
|
5475
5488
|
baseUrl: string;
|
|
5476
5489
|
reasoning: true;
|
|
5490
|
+
thinkingLevelMap: {
|
|
5491
|
+
off: null;
|
|
5492
|
+
minimal: null;
|
|
5493
|
+
low: string;
|
|
5494
|
+
medium: null;
|
|
5495
|
+
high: string;
|
|
5496
|
+
};
|
|
5477
5497
|
input: ("image" | "text")[];
|
|
5478
5498
|
cost: {
|
|
5479
5499
|
input: number;
|
|
@@ -5484,7 +5504,7 @@ export declare const MODELS: {
|
|
|
5484
5504
|
contextWindow: number;
|
|
5485
5505
|
maxTokens: number;
|
|
5486
5506
|
};
|
|
5487
|
-
readonly "gemini-3-
|
|
5507
|
+
readonly "gemini-3.1-pro-preview-customtools": {
|
|
5488
5508
|
id: string;
|
|
5489
5509
|
name: string;
|
|
5490
5510
|
api: "google-vertex";
|
|
@@ -5493,8 +5513,381 @@ export declare const MODELS: {
|
|
|
5493
5513
|
reasoning: true;
|
|
5494
5514
|
thinkingLevelMap: {
|
|
5495
5515
|
off: null;
|
|
5516
|
+
minimal: null;
|
|
5517
|
+
low: string;
|
|
5518
|
+
medium: null;
|
|
5519
|
+
high: string;
|
|
5520
|
+
};
|
|
5521
|
+
input: ("image" | "text")[];
|
|
5522
|
+
cost: {
|
|
5523
|
+
input: number;
|
|
5524
|
+
output: number;
|
|
5525
|
+
cacheRead: number;
|
|
5526
|
+
cacheWrite: number;
|
|
5527
|
+
};
|
|
5528
|
+
contextWindow: number;
|
|
5529
|
+
maxTokens: number;
|
|
5530
|
+
};
|
|
5531
|
+
};
|
|
5532
|
+
readonly groq: {
|
|
5533
|
+
readonly "llama-3.1-8b-instant": {
|
|
5534
|
+
id: string;
|
|
5535
|
+
name: string;
|
|
5536
|
+
api: "openai-completions";
|
|
5537
|
+
provider: string;
|
|
5538
|
+
baseUrl: string;
|
|
5539
|
+
reasoning: false;
|
|
5540
|
+
input: "text"[];
|
|
5541
|
+
cost: {
|
|
5542
|
+
input: number;
|
|
5543
|
+
output: number;
|
|
5544
|
+
cacheRead: number;
|
|
5545
|
+
cacheWrite: number;
|
|
5546
|
+
};
|
|
5547
|
+
contextWindow: number;
|
|
5548
|
+
maxTokens: number;
|
|
5549
|
+
};
|
|
5550
|
+
readonly "llama-3.3-70b-versatile": {
|
|
5551
|
+
id: string;
|
|
5552
|
+
name: string;
|
|
5553
|
+
api: "openai-completions";
|
|
5554
|
+
provider: string;
|
|
5555
|
+
baseUrl: string;
|
|
5556
|
+
reasoning: false;
|
|
5557
|
+
input: "text"[];
|
|
5558
|
+
cost: {
|
|
5559
|
+
input: number;
|
|
5560
|
+
output: number;
|
|
5561
|
+
cacheRead: number;
|
|
5562
|
+
cacheWrite: number;
|
|
5563
|
+
};
|
|
5564
|
+
contextWindow: number;
|
|
5565
|
+
maxTokens: number;
|
|
5566
|
+
};
|
|
5567
|
+
readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
5568
|
+
id: string;
|
|
5569
|
+
name: string;
|
|
5570
|
+
api: "openai-completions";
|
|
5571
|
+
provider: string;
|
|
5572
|
+
baseUrl: string;
|
|
5573
|
+
reasoning: false;
|
|
5574
|
+
input: ("image" | "text")[];
|
|
5575
|
+
cost: {
|
|
5576
|
+
input: number;
|
|
5577
|
+
output: number;
|
|
5578
|
+
cacheRead: number;
|
|
5579
|
+
cacheWrite: number;
|
|
5580
|
+
};
|
|
5581
|
+
contextWindow: number;
|
|
5582
|
+
maxTokens: number;
|
|
5583
|
+
};
|
|
5584
|
+
readonly "openai/gpt-oss-120b": {
|
|
5585
|
+
id: string;
|
|
5586
|
+
name: string;
|
|
5587
|
+
api: "openai-completions";
|
|
5588
|
+
provider: string;
|
|
5589
|
+
baseUrl: string;
|
|
5590
|
+
reasoning: true;
|
|
5591
|
+
input: "text"[];
|
|
5592
|
+
cost: {
|
|
5593
|
+
input: number;
|
|
5594
|
+
output: number;
|
|
5595
|
+
cacheRead: number;
|
|
5596
|
+
cacheWrite: number;
|
|
5597
|
+
};
|
|
5598
|
+
contextWindow: number;
|
|
5599
|
+
maxTokens: number;
|
|
5600
|
+
};
|
|
5601
|
+
readonly "openai/gpt-oss-20b": {
|
|
5602
|
+
id: string;
|
|
5603
|
+
name: string;
|
|
5604
|
+
api: "openai-completions";
|
|
5605
|
+
provider: string;
|
|
5606
|
+
baseUrl: string;
|
|
5607
|
+
reasoning: true;
|
|
5608
|
+
input: "text"[];
|
|
5609
|
+
cost: {
|
|
5610
|
+
input: number;
|
|
5611
|
+
output: number;
|
|
5612
|
+
cacheRead: number;
|
|
5613
|
+
cacheWrite: number;
|
|
5614
|
+
};
|
|
5615
|
+
contextWindow: number;
|
|
5616
|
+
maxTokens: number;
|
|
5617
|
+
};
|
|
5618
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
5619
|
+
id: string;
|
|
5620
|
+
name: string;
|
|
5621
|
+
api: "openai-completions";
|
|
5622
|
+
provider: string;
|
|
5623
|
+
baseUrl: string;
|
|
5624
|
+
reasoning: true;
|
|
5625
|
+
input: "text"[];
|
|
5626
|
+
cost: {
|
|
5627
|
+
input: number;
|
|
5628
|
+
output: number;
|
|
5629
|
+
cacheRead: number;
|
|
5630
|
+
cacheWrite: number;
|
|
5631
|
+
};
|
|
5632
|
+
contextWindow: number;
|
|
5633
|
+
maxTokens: number;
|
|
5634
|
+
};
|
|
5635
|
+
readonly "qwen/qwen3-32b": {
|
|
5636
|
+
id: string;
|
|
5637
|
+
name: string;
|
|
5638
|
+
api: "openai-completions";
|
|
5639
|
+
provider: string;
|
|
5640
|
+
baseUrl: string;
|
|
5641
|
+
reasoning: true;
|
|
5642
|
+
thinkingLevelMap: {
|
|
5643
|
+
minimal: null;
|
|
5644
|
+
low: null;
|
|
5645
|
+
medium: null;
|
|
5646
|
+
high: string;
|
|
5647
|
+
};
|
|
5648
|
+
input: "text"[];
|
|
5649
|
+
cost: {
|
|
5650
|
+
input: number;
|
|
5651
|
+
output: number;
|
|
5652
|
+
cacheRead: number;
|
|
5653
|
+
cacheWrite: number;
|
|
5654
|
+
};
|
|
5655
|
+
contextWindow: number;
|
|
5656
|
+
maxTokens: number;
|
|
5657
|
+
};
|
|
5658
|
+
};
|
|
5659
|
+
readonly huggingface: {
|
|
5660
|
+
readonly "MiniMaxAI/MiniMax-M2": {
|
|
5661
|
+
id: string;
|
|
5662
|
+
name: string;
|
|
5663
|
+
api: "openai-completions";
|
|
5664
|
+
provider: string;
|
|
5665
|
+
baseUrl: string;
|
|
5666
|
+
compat: {
|
|
5667
|
+
supportsDeveloperRole: false;
|
|
5668
|
+
};
|
|
5669
|
+
reasoning: true;
|
|
5670
|
+
input: "text"[];
|
|
5671
|
+
cost: {
|
|
5672
|
+
input: number;
|
|
5673
|
+
output: number;
|
|
5674
|
+
cacheRead: number;
|
|
5675
|
+
cacheWrite: number;
|
|
5676
|
+
};
|
|
5677
|
+
contextWindow: number;
|
|
5678
|
+
maxTokens: number;
|
|
5679
|
+
};
|
|
5680
|
+
readonly "MiniMaxAI/MiniMax-M2.1": {
|
|
5681
|
+
id: string;
|
|
5682
|
+
name: string;
|
|
5683
|
+
api: "openai-completions";
|
|
5684
|
+
provider: string;
|
|
5685
|
+
baseUrl: string;
|
|
5686
|
+
compat: {
|
|
5687
|
+
supportsDeveloperRole: false;
|
|
5688
|
+
};
|
|
5689
|
+
reasoning: true;
|
|
5690
|
+
input: "text"[];
|
|
5691
|
+
cost: {
|
|
5692
|
+
input: number;
|
|
5693
|
+
output: number;
|
|
5694
|
+
cacheRead: number;
|
|
5695
|
+
cacheWrite: number;
|
|
5696
|
+
};
|
|
5697
|
+
contextWindow: number;
|
|
5698
|
+
maxTokens: number;
|
|
5699
|
+
};
|
|
5700
|
+
readonly "MiniMaxAI/MiniMax-M2.5": {
|
|
5701
|
+
id: string;
|
|
5702
|
+
name: string;
|
|
5703
|
+
api: "openai-completions";
|
|
5704
|
+
provider: string;
|
|
5705
|
+
baseUrl: string;
|
|
5706
|
+
compat: {
|
|
5707
|
+
supportsDeveloperRole: false;
|
|
5708
|
+
};
|
|
5709
|
+
reasoning: true;
|
|
5710
|
+
input: "text"[];
|
|
5711
|
+
cost: {
|
|
5712
|
+
input: number;
|
|
5713
|
+
output: number;
|
|
5714
|
+
cacheRead: number;
|
|
5715
|
+
cacheWrite: number;
|
|
5716
|
+
};
|
|
5717
|
+
contextWindow: number;
|
|
5718
|
+
maxTokens: number;
|
|
5719
|
+
};
|
|
5720
|
+
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
5721
|
+
id: string;
|
|
5722
|
+
name: string;
|
|
5723
|
+
api: "openai-completions";
|
|
5724
|
+
provider: string;
|
|
5725
|
+
baseUrl: string;
|
|
5726
|
+
compat: {
|
|
5727
|
+
supportsDeveloperRole: false;
|
|
5728
|
+
};
|
|
5729
|
+
reasoning: true;
|
|
5730
|
+
input: "text"[];
|
|
5731
|
+
cost: {
|
|
5732
|
+
input: number;
|
|
5733
|
+
output: number;
|
|
5734
|
+
cacheRead: number;
|
|
5735
|
+
cacheWrite: number;
|
|
5736
|
+
};
|
|
5737
|
+
contextWindow: number;
|
|
5738
|
+
maxTokens: number;
|
|
5739
|
+
};
|
|
5740
|
+
readonly "MiniMaxAI/MiniMax-M3": {
|
|
5741
|
+
id: string;
|
|
5742
|
+
name: string;
|
|
5743
|
+
api: "openai-completions";
|
|
5744
|
+
provider: string;
|
|
5745
|
+
baseUrl: string;
|
|
5746
|
+
compat: {
|
|
5747
|
+
supportsDeveloperRole: false;
|
|
5748
|
+
};
|
|
5749
|
+
reasoning: true;
|
|
5750
|
+
input: ("image" | "text")[];
|
|
5751
|
+
cost: {
|
|
5752
|
+
input: number;
|
|
5753
|
+
output: number;
|
|
5754
|
+
cacheRead: number;
|
|
5755
|
+
cacheWrite: number;
|
|
5756
|
+
};
|
|
5757
|
+
contextWindow: number;
|
|
5758
|
+
maxTokens: number;
|
|
5759
|
+
};
|
|
5760
|
+
readonly "Qwen/Qwen3-235B-A22B": {
|
|
5761
|
+
id: string;
|
|
5762
|
+
name: string;
|
|
5763
|
+
api: "openai-completions";
|
|
5764
|
+
provider: string;
|
|
5765
|
+
baseUrl: string;
|
|
5766
|
+
compat: {
|
|
5767
|
+
supportsDeveloperRole: false;
|
|
5768
|
+
};
|
|
5769
|
+
reasoning: true;
|
|
5770
|
+
input: "text"[];
|
|
5771
|
+
cost: {
|
|
5772
|
+
input: number;
|
|
5773
|
+
output: number;
|
|
5774
|
+
cacheRead: number;
|
|
5775
|
+
cacheWrite: number;
|
|
5776
|
+
};
|
|
5777
|
+
contextWindow: number;
|
|
5778
|
+
maxTokens: number;
|
|
5779
|
+
};
|
|
5780
|
+
readonly "Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
5781
|
+
id: string;
|
|
5782
|
+
name: string;
|
|
5783
|
+
api: "openai-completions";
|
|
5784
|
+
provider: string;
|
|
5785
|
+
baseUrl: string;
|
|
5786
|
+
compat: {
|
|
5787
|
+
supportsDeveloperRole: false;
|
|
5788
|
+
};
|
|
5789
|
+
reasoning: true;
|
|
5790
|
+
input: "text"[];
|
|
5791
|
+
cost: {
|
|
5792
|
+
input: number;
|
|
5793
|
+
output: number;
|
|
5794
|
+
cacheRead: number;
|
|
5795
|
+
cacheWrite: number;
|
|
5796
|
+
};
|
|
5797
|
+
contextWindow: number;
|
|
5798
|
+
maxTokens: number;
|
|
5799
|
+
};
|
|
5800
|
+
readonly "Qwen/Qwen3-32B": {
|
|
5801
|
+
id: string;
|
|
5802
|
+
name: string;
|
|
5803
|
+
api: "openai-completions";
|
|
5804
|
+
provider: string;
|
|
5805
|
+
baseUrl: string;
|
|
5806
|
+
compat: {
|
|
5807
|
+
supportsDeveloperRole: false;
|
|
5808
|
+
};
|
|
5809
|
+
reasoning: true;
|
|
5810
|
+
input: "text"[];
|
|
5811
|
+
cost: {
|
|
5812
|
+
input: number;
|
|
5813
|
+
output: number;
|
|
5814
|
+
cacheRead: number;
|
|
5815
|
+
cacheWrite: number;
|
|
5816
|
+
};
|
|
5817
|
+
contextWindow: number;
|
|
5818
|
+
maxTokens: number;
|
|
5819
|
+
};
|
|
5820
|
+
readonly "Qwen/Qwen3-Coder-30B-A3B-Instruct": {
|
|
5821
|
+
id: string;
|
|
5822
|
+
name: string;
|
|
5823
|
+
api: "openai-completions";
|
|
5824
|
+
provider: string;
|
|
5825
|
+
baseUrl: string;
|
|
5826
|
+
compat: {
|
|
5827
|
+
supportsDeveloperRole: false;
|
|
5828
|
+
};
|
|
5829
|
+
reasoning: false;
|
|
5830
|
+
input: "text"[];
|
|
5831
|
+
cost: {
|
|
5832
|
+
input: number;
|
|
5833
|
+
output: number;
|
|
5834
|
+
cacheRead: number;
|
|
5835
|
+
cacheWrite: number;
|
|
5836
|
+
};
|
|
5837
|
+
contextWindow: number;
|
|
5838
|
+
maxTokens: number;
|
|
5839
|
+
};
|
|
5840
|
+
readonly "Qwen/Qwen3-Coder-480B-A35B-Instruct": {
|
|
5841
|
+
id: string;
|
|
5842
|
+
name: string;
|
|
5843
|
+
api: "openai-completions";
|
|
5844
|
+
provider: string;
|
|
5845
|
+
baseUrl: string;
|
|
5846
|
+
compat: {
|
|
5847
|
+
supportsDeveloperRole: false;
|
|
5848
|
+
};
|
|
5849
|
+
reasoning: false;
|
|
5850
|
+
input: "text"[];
|
|
5851
|
+
cost: {
|
|
5852
|
+
input: number;
|
|
5853
|
+
output: number;
|
|
5854
|
+
cacheRead: number;
|
|
5855
|
+
cacheWrite: number;
|
|
5856
|
+
};
|
|
5857
|
+
contextWindow: number;
|
|
5858
|
+
maxTokens: number;
|
|
5859
|
+
};
|
|
5860
|
+
readonly "Qwen/Qwen3-Coder-Next": {
|
|
5861
|
+
id: string;
|
|
5862
|
+
name: string;
|
|
5863
|
+
api: "openai-completions";
|
|
5864
|
+
provider: string;
|
|
5865
|
+
baseUrl: string;
|
|
5866
|
+
compat: {
|
|
5867
|
+
supportsDeveloperRole: false;
|
|
5868
|
+
};
|
|
5869
|
+
reasoning: false;
|
|
5870
|
+
input: "text"[];
|
|
5871
|
+
cost: {
|
|
5872
|
+
input: number;
|
|
5873
|
+
output: number;
|
|
5874
|
+
cacheRead: number;
|
|
5875
|
+
cacheWrite: number;
|
|
5876
|
+
};
|
|
5877
|
+
contextWindow: number;
|
|
5878
|
+
maxTokens: number;
|
|
5879
|
+
};
|
|
5880
|
+
readonly "Qwen/Qwen3-Next-80B-A3B-Instruct": {
|
|
5881
|
+
id: string;
|
|
5882
|
+
name: string;
|
|
5883
|
+
api: "openai-completions";
|
|
5884
|
+
provider: string;
|
|
5885
|
+
baseUrl: string;
|
|
5886
|
+
compat: {
|
|
5887
|
+
supportsDeveloperRole: false;
|
|
5496
5888
|
};
|
|
5497
|
-
|
|
5889
|
+
reasoning: false;
|
|
5890
|
+
input: "text"[];
|
|
5498
5891
|
cost: {
|
|
5499
5892
|
input: number;
|
|
5500
5893
|
output: number;
|
|
@@ -5504,21 +5897,17 @@ export declare const MODELS: {
|
|
|
5504
5897
|
contextWindow: number;
|
|
5505
5898
|
maxTokens: number;
|
|
5506
5899
|
};
|
|
5507
|
-
readonly "
|
|
5900
|
+
readonly "Qwen/Qwen3-Next-80B-A3B-Thinking": {
|
|
5508
5901
|
id: string;
|
|
5509
5902
|
name: string;
|
|
5510
|
-
api: "
|
|
5903
|
+
api: "openai-completions";
|
|
5511
5904
|
provider: string;
|
|
5512
5905
|
baseUrl: string;
|
|
5513
|
-
|
|
5514
|
-
|
|
5515
|
-
off: null;
|
|
5516
|
-
minimal: null;
|
|
5517
|
-
low: string;
|
|
5518
|
-
medium: null;
|
|
5519
|
-
high: string;
|
|
5906
|
+
compat: {
|
|
5907
|
+
supportsDeveloperRole: false;
|
|
5520
5908
|
};
|
|
5521
|
-
|
|
5909
|
+
reasoning: false;
|
|
5910
|
+
input: "text"[];
|
|
5522
5911
|
cost: {
|
|
5523
5912
|
input: number;
|
|
5524
5913
|
output: number;
|
|
@@ -5528,20 +5917,16 @@ export declare const MODELS: {
|
|
|
5528
5917
|
contextWindow: number;
|
|
5529
5918
|
maxTokens: number;
|
|
5530
5919
|
};
|
|
5531
|
-
readonly "
|
|
5920
|
+
readonly "Qwen/Qwen3.5-122B-A10B": {
|
|
5532
5921
|
id: string;
|
|
5533
5922
|
name: string;
|
|
5534
|
-
api: "
|
|
5923
|
+
api: "openai-completions";
|
|
5535
5924
|
provider: string;
|
|
5536
5925
|
baseUrl: string;
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
off: null;
|
|
5540
|
-
minimal: null;
|
|
5541
|
-
low: string;
|
|
5542
|
-
medium: null;
|
|
5543
|
-
high: string;
|
|
5926
|
+
compat: {
|
|
5927
|
+
supportsDeveloperRole: false;
|
|
5544
5928
|
};
|
|
5929
|
+
reasoning: true;
|
|
5545
5930
|
input: ("image" | "text")[];
|
|
5546
5931
|
cost: {
|
|
5547
5932
|
input: number;
|
|
@@ -5552,20 +5937,16 @@ export declare const MODELS: {
|
|
|
5552
5937
|
contextWindow: number;
|
|
5553
5938
|
maxTokens: number;
|
|
5554
5939
|
};
|
|
5555
|
-
readonly "
|
|
5940
|
+
readonly "Qwen/Qwen3.5-27B": {
|
|
5556
5941
|
id: string;
|
|
5557
5942
|
name: string;
|
|
5558
|
-
api: "
|
|
5943
|
+
api: "openai-completions";
|
|
5559
5944
|
provider: string;
|
|
5560
5945
|
baseUrl: string;
|
|
5561
|
-
|
|
5562
|
-
|
|
5563
|
-
off: null;
|
|
5564
|
-
minimal: null;
|
|
5565
|
-
low: string;
|
|
5566
|
-
medium: null;
|
|
5567
|
-
high: string;
|
|
5946
|
+
compat: {
|
|
5947
|
+
supportsDeveloperRole: false;
|
|
5568
5948
|
};
|
|
5949
|
+
reasoning: true;
|
|
5569
5950
|
input: ("image" | "text")[];
|
|
5570
5951
|
cost: {
|
|
5571
5952
|
input: number;
|
|
@@ -5576,16 +5957,17 @@ export declare const MODELS: {
|
|
|
5576
5957
|
contextWindow: number;
|
|
5577
5958
|
maxTokens: number;
|
|
5578
5959
|
};
|
|
5579
|
-
|
|
5580
|
-
readonly groq: {
|
|
5581
|
-
readonly "llama-3.1-8b-instant": {
|
|
5960
|
+
readonly "Qwen/Qwen3.5-35B-A3B": {
|
|
5582
5961
|
id: string;
|
|
5583
5962
|
name: string;
|
|
5584
5963
|
api: "openai-completions";
|
|
5585
5964
|
provider: string;
|
|
5586
5965
|
baseUrl: string;
|
|
5587
|
-
|
|
5588
|
-
|
|
5966
|
+
compat: {
|
|
5967
|
+
supportsDeveloperRole: false;
|
|
5968
|
+
};
|
|
5969
|
+
reasoning: true;
|
|
5970
|
+
input: ("image" | "text")[];
|
|
5589
5971
|
cost: {
|
|
5590
5972
|
input: number;
|
|
5591
5973
|
output: number;
|
|
@@ -5595,14 +5977,17 @@ export declare const MODELS: {
|
|
|
5595
5977
|
contextWindow: number;
|
|
5596
5978
|
maxTokens: number;
|
|
5597
5979
|
};
|
|
5598
|
-
readonly "
|
|
5980
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
5599
5981
|
id: string;
|
|
5600
5982
|
name: string;
|
|
5601
5983
|
api: "openai-completions";
|
|
5602
5984
|
provider: string;
|
|
5603
5985
|
baseUrl: string;
|
|
5604
|
-
|
|
5605
|
-
|
|
5986
|
+
compat: {
|
|
5987
|
+
supportsDeveloperRole: false;
|
|
5988
|
+
};
|
|
5989
|
+
reasoning: true;
|
|
5990
|
+
input: ("image" | "text")[];
|
|
5606
5991
|
cost: {
|
|
5607
5992
|
input: number;
|
|
5608
5993
|
output: number;
|
|
@@ -5612,13 +5997,16 @@ export declare const MODELS: {
|
|
|
5612
5997
|
contextWindow: number;
|
|
5613
5998
|
maxTokens: number;
|
|
5614
5999
|
};
|
|
5615
|
-
readonly "
|
|
6000
|
+
readonly "Qwen/Qwen3.5-9B": {
|
|
5616
6001
|
id: string;
|
|
5617
6002
|
name: string;
|
|
5618
6003
|
api: "openai-completions";
|
|
5619
6004
|
provider: string;
|
|
5620
6005
|
baseUrl: string;
|
|
5621
|
-
|
|
6006
|
+
compat: {
|
|
6007
|
+
supportsDeveloperRole: false;
|
|
6008
|
+
};
|
|
6009
|
+
reasoning: true;
|
|
5622
6010
|
input: ("image" | "text")[];
|
|
5623
6011
|
cost: {
|
|
5624
6012
|
input: number;
|
|
@@ -5629,14 +6017,17 @@ export declare const MODELS: {
|
|
|
5629
6017
|
contextWindow: number;
|
|
5630
6018
|
maxTokens: number;
|
|
5631
6019
|
};
|
|
5632
|
-
readonly "
|
|
6020
|
+
readonly "Qwen/Qwen3.6-35B-A3B": {
|
|
5633
6021
|
id: string;
|
|
5634
6022
|
name: string;
|
|
5635
6023
|
api: "openai-completions";
|
|
5636
6024
|
provider: string;
|
|
5637
6025
|
baseUrl: string;
|
|
6026
|
+
compat: {
|
|
6027
|
+
supportsDeveloperRole: false;
|
|
6028
|
+
};
|
|
5638
6029
|
reasoning: true;
|
|
5639
|
-
input: "text"[];
|
|
6030
|
+
input: ("image" | "text")[];
|
|
5640
6031
|
cost: {
|
|
5641
6032
|
input: number;
|
|
5642
6033
|
output: number;
|
|
@@ -5646,12 +6037,15 @@ export declare const MODELS: {
|
|
|
5646
6037
|
contextWindow: number;
|
|
5647
6038
|
maxTokens: number;
|
|
5648
6039
|
};
|
|
5649
|
-
readonly "
|
|
6040
|
+
readonly "XiaomiMiMo/MiMo-V2-Flash": {
|
|
5650
6041
|
id: string;
|
|
5651
6042
|
name: string;
|
|
5652
6043
|
api: "openai-completions";
|
|
5653
6044
|
provider: string;
|
|
5654
6045
|
baseUrl: string;
|
|
6046
|
+
compat: {
|
|
6047
|
+
supportsDeveloperRole: false;
|
|
6048
|
+
};
|
|
5655
6049
|
reasoning: true;
|
|
5656
6050
|
input: "text"[];
|
|
5657
6051
|
cost: {
|
|
@@ -5663,12 +6057,15 @@ export declare const MODELS: {
|
|
|
5663
6057
|
contextWindow: number;
|
|
5664
6058
|
maxTokens: number;
|
|
5665
6059
|
};
|
|
5666
|
-
readonly "
|
|
6060
|
+
readonly "deepseek-ai/DeepSeek-R1": {
|
|
5667
6061
|
id: string;
|
|
5668
6062
|
name: string;
|
|
5669
6063
|
api: "openai-completions";
|
|
5670
6064
|
provider: string;
|
|
5671
6065
|
baseUrl: string;
|
|
6066
|
+
compat: {
|
|
6067
|
+
supportsDeveloperRole: false;
|
|
6068
|
+
};
|
|
5672
6069
|
reasoning: true;
|
|
5673
6070
|
input: "text"[];
|
|
5674
6071
|
cost: {
|
|
@@ -5680,19 +6077,16 @@ export declare const MODELS: {
|
|
|
5680
6077
|
contextWindow: number;
|
|
5681
6078
|
maxTokens: number;
|
|
5682
6079
|
};
|
|
5683
|
-
readonly "
|
|
6080
|
+
readonly "deepseek-ai/DeepSeek-R1-0528": {
|
|
5684
6081
|
id: string;
|
|
5685
6082
|
name: string;
|
|
5686
6083
|
api: "openai-completions";
|
|
5687
6084
|
provider: string;
|
|
5688
6085
|
baseUrl: string;
|
|
5689
|
-
|
|
5690
|
-
|
|
5691
|
-
minimal: null;
|
|
5692
|
-
low: null;
|
|
5693
|
-
medium: null;
|
|
5694
|
-
high: string;
|
|
6086
|
+
compat: {
|
|
6087
|
+
supportsDeveloperRole: false;
|
|
5695
6088
|
};
|
|
6089
|
+
reasoning: true;
|
|
5696
6090
|
input: "text"[];
|
|
5697
6091
|
cost: {
|
|
5698
6092
|
input: number;
|
|
@@ -5703,9 +6097,7 @@ export declare const MODELS: {
|
|
|
5703
6097
|
contextWindow: number;
|
|
5704
6098
|
maxTokens: number;
|
|
5705
6099
|
};
|
|
5706
|
-
|
|
5707
|
-
readonly huggingface: {
|
|
5708
|
-
readonly "MiniMaxAI/MiniMax-M2.1": {
|
|
6100
|
+
readonly "deepseek-ai/DeepSeek-V3.2": {
|
|
5709
6101
|
id: string;
|
|
5710
6102
|
name: string;
|
|
5711
6103
|
api: "openai-completions";
|
|
@@ -5725,7 +6117,7 @@ export declare const MODELS: {
|
|
|
5725
6117
|
contextWindow: number;
|
|
5726
6118
|
maxTokens: number;
|
|
5727
6119
|
};
|
|
5728
|
-
readonly "
|
|
6120
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash": {
|
|
5729
6121
|
id: string;
|
|
5730
6122
|
name: string;
|
|
5731
6123
|
api: "openai-completions";
|
|
@@ -5745,7 +6137,7 @@ export declare const MODELS: {
|
|
|
5745
6137
|
contextWindow: number;
|
|
5746
6138
|
maxTokens: number;
|
|
5747
6139
|
};
|
|
5748
|
-
readonly "
|
|
6140
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
5749
6141
|
id: string;
|
|
5750
6142
|
name: string;
|
|
5751
6143
|
api: "openai-completions";
|
|
@@ -5765,7 +6157,7 @@ export declare const MODELS: {
|
|
|
5765
6157
|
contextWindow: number;
|
|
5766
6158
|
maxTokens: number;
|
|
5767
6159
|
};
|
|
5768
|
-
readonly "
|
|
6160
|
+
readonly "google/gemma-4-26B-A4B-it": {
|
|
5769
6161
|
id: string;
|
|
5770
6162
|
name: string;
|
|
5771
6163
|
api: "openai-completions";
|
|
@@ -5775,7 +6167,7 @@ export declare const MODELS: {
|
|
|
5775
6167
|
supportsDeveloperRole: false;
|
|
5776
6168
|
};
|
|
5777
6169
|
reasoning: true;
|
|
5778
|
-
input: "text"[];
|
|
6170
|
+
input: ("image" | "text")[];
|
|
5779
6171
|
cost: {
|
|
5780
6172
|
input: number;
|
|
5781
6173
|
output: number;
|
|
@@ -5785,7 +6177,7 @@ export declare const MODELS: {
|
|
|
5785
6177
|
contextWindow: number;
|
|
5786
6178
|
maxTokens: number;
|
|
5787
6179
|
};
|
|
5788
|
-
readonly "
|
|
6180
|
+
readonly "google/gemma-4-31B-it": {
|
|
5789
6181
|
id: string;
|
|
5790
6182
|
name: string;
|
|
5791
6183
|
api: "openai-completions";
|
|
@@ -5794,8 +6186,8 @@ export declare const MODELS: {
|
|
|
5794
6186
|
compat: {
|
|
5795
6187
|
supportsDeveloperRole: false;
|
|
5796
6188
|
};
|
|
5797
|
-
reasoning:
|
|
5798
|
-
input: "text"[];
|
|
6189
|
+
reasoning: true;
|
|
6190
|
+
input: ("image" | "text")[];
|
|
5799
6191
|
cost: {
|
|
5800
6192
|
input: number;
|
|
5801
6193
|
output: number;
|
|
@@ -5805,7 +6197,7 @@ export declare const MODELS: {
|
|
|
5805
6197
|
contextWindow: number;
|
|
5806
6198
|
maxTokens: number;
|
|
5807
6199
|
};
|
|
5808
|
-
readonly "
|
|
6200
|
+
readonly "meta-llama/Llama-3.3-70B-Instruct": {
|
|
5809
6201
|
id: string;
|
|
5810
6202
|
name: string;
|
|
5811
6203
|
api: "openai-completions";
|
|
@@ -5825,7 +6217,7 @@ export declare const MODELS: {
|
|
|
5825
6217
|
contextWindow: number;
|
|
5826
6218
|
maxTokens: number;
|
|
5827
6219
|
};
|
|
5828
|
-
readonly "
|
|
6220
|
+
readonly "moonshotai/Kimi-K2-Instruct": {
|
|
5829
6221
|
id: string;
|
|
5830
6222
|
name: string;
|
|
5831
6223
|
api: "openai-completions";
|
|
@@ -5845,7 +6237,7 @@ export declare const MODELS: {
|
|
|
5845
6237
|
contextWindow: number;
|
|
5846
6238
|
maxTokens: number;
|
|
5847
6239
|
};
|
|
5848
|
-
readonly "
|
|
6240
|
+
readonly "moonshotai/Kimi-K2-Instruct-0905": {
|
|
5849
6241
|
id: string;
|
|
5850
6242
|
name: string;
|
|
5851
6243
|
api: "openai-completions";
|
|
@@ -5865,7 +6257,7 @@ export declare const MODELS: {
|
|
|
5865
6257
|
contextWindow: number;
|
|
5866
6258
|
maxTokens: number;
|
|
5867
6259
|
};
|
|
5868
|
-
readonly "
|
|
6260
|
+
readonly "moonshotai/Kimi-K2-Thinking": {
|
|
5869
6261
|
id: string;
|
|
5870
6262
|
name: string;
|
|
5871
6263
|
api: "openai-completions";
|
|
@@ -5875,7 +6267,7 @@ export declare const MODELS: {
|
|
|
5875
6267
|
supportsDeveloperRole: false;
|
|
5876
6268
|
};
|
|
5877
6269
|
reasoning: true;
|
|
5878
|
-
input:
|
|
6270
|
+
input: "text"[];
|
|
5879
6271
|
cost: {
|
|
5880
6272
|
input: number;
|
|
5881
6273
|
output: number;
|
|
@@ -5885,7 +6277,7 @@ export declare const MODELS: {
|
|
|
5885
6277
|
contextWindow: number;
|
|
5886
6278
|
maxTokens: number;
|
|
5887
6279
|
};
|
|
5888
|
-
readonly "
|
|
6280
|
+
readonly "moonshotai/Kimi-K2.5": {
|
|
5889
6281
|
id: string;
|
|
5890
6282
|
name: string;
|
|
5891
6283
|
api: "openai-completions";
|
|
@@ -5895,7 +6287,7 @@ export declare const MODELS: {
|
|
|
5895
6287
|
supportsDeveloperRole: false;
|
|
5896
6288
|
};
|
|
5897
6289
|
reasoning: true;
|
|
5898
|
-
input: "text"[];
|
|
6290
|
+
input: ("image" | "text")[];
|
|
5899
6291
|
cost: {
|
|
5900
6292
|
input: number;
|
|
5901
6293
|
output: number;
|
|
@@ -5905,7 +6297,7 @@ export declare const MODELS: {
|
|
|
5905
6297
|
contextWindow: number;
|
|
5906
6298
|
maxTokens: number;
|
|
5907
6299
|
};
|
|
5908
|
-
readonly "
|
|
6300
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
5909
6301
|
id: string;
|
|
5910
6302
|
name: string;
|
|
5911
6303
|
api: "openai-completions";
|
|
@@ -5915,7 +6307,7 @@ export declare const MODELS: {
|
|
|
5915
6307
|
supportsDeveloperRole: false;
|
|
5916
6308
|
};
|
|
5917
6309
|
reasoning: true;
|
|
5918
|
-
input: "text"[];
|
|
6310
|
+
input: ("image" | "text")[];
|
|
5919
6311
|
cost: {
|
|
5920
6312
|
input: number;
|
|
5921
6313
|
output: number;
|
|
@@ -5925,7 +6317,7 @@ export declare const MODELS: {
|
|
|
5925
6317
|
contextWindow: number;
|
|
5926
6318
|
maxTokens: number;
|
|
5927
6319
|
};
|
|
5928
|
-
readonly "
|
|
6320
|
+
readonly "moonshotai/Kimi-K2.7-Code": {
|
|
5929
6321
|
id: string;
|
|
5930
6322
|
name: string;
|
|
5931
6323
|
api: "openai-completions";
|
|
@@ -5935,7 +6327,7 @@ export declare const MODELS: {
|
|
|
5935
6327
|
supportsDeveloperRole: false;
|
|
5936
6328
|
};
|
|
5937
6329
|
reasoning: true;
|
|
5938
|
-
input: "text"[];
|
|
6330
|
+
input: ("image" | "text")[];
|
|
5939
6331
|
cost: {
|
|
5940
6332
|
input: number;
|
|
5941
6333
|
output: number;
|
|
@@ -5945,7 +6337,7 @@ export declare const MODELS: {
|
|
|
5945
6337
|
contextWindow: number;
|
|
5946
6338
|
maxTokens: number;
|
|
5947
6339
|
};
|
|
5948
|
-
readonly "
|
|
6340
|
+
readonly "stepfun-ai/Step-3.5-Flash": {
|
|
5949
6341
|
id: string;
|
|
5950
6342
|
name: string;
|
|
5951
6343
|
api: "openai-completions";
|
|
@@ -5965,7 +6357,7 @@ export declare const MODELS: {
|
|
|
5965
6357
|
contextWindow: number;
|
|
5966
6358
|
maxTokens: number;
|
|
5967
6359
|
};
|
|
5968
|
-
readonly "
|
|
6360
|
+
readonly "zai-org/GLM-4.5": {
|
|
5969
6361
|
id: string;
|
|
5970
6362
|
name: string;
|
|
5971
6363
|
api: "openai-completions";
|
|
@@ -5974,7 +6366,7 @@ export declare const MODELS: {
|
|
|
5974
6366
|
compat: {
|
|
5975
6367
|
supportsDeveloperRole: false;
|
|
5976
6368
|
};
|
|
5977
|
-
reasoning:
|
|
6369
|
+
reasoning: true;
|
|
5978
6370
|
input: "text"[];
|
|
5979
6371
|
cost: {
|
|
5980
6372
|
input: number;
|
|
@@ -5985,7 +6377,7 @@ export declare const MODELS: {
|
|
|
5985
6377
|
contextWindow: number;
|
|
5986
6378
|
maxTokens: number;
|
|
5987
6379
|
};
|
|
5988
|
-
readonly "
|
|
6380
|
+
readonly "zai-org/GLM-4.5-Air": {
|
|
5989
6381
|
id: string;
|
|
5990
6382
|
name: string;
|
|
5991
6383
|
api: "openai-completions";
|
|
@@ -5994,7 +6386,7 @@ export declare const MODELS: {
|
|
|
5994
6386
|
compat: {
|
|
5995
6387
|
supportsDeveloperRole: false;
|
|
5996
6388
|
};
|
|
5997
|
-
reasoning:
|
|
6389
|
+
reasoning: true;
|
|
5998
6390
|
input: "text"[];
|
|
5999
6391
|
cost: {
|
|
6000
6392
|
input: number;
|
|
@@ -6005,7 +6397,7 @@ export declare const MODELS: {
|
|
|
6005
6397
|
contextWindow: number;
|
|
6006
6398
|
maxTokens: number;
|
|
6007
6399
|
};
|
|
6008
|
-
readonly "
|
|
6400
|
+
readonly "zai-org/GLM-4.5V": {
|
|
6009
6401
|
id: string;
|
|
6010
6402
|
name: string;
|
|
6011
6403
|
api: "openai-completions";
|
|
@@ -6015,7 +6407,7 @@ export declare const MODELS: {
|
|
|
6015
6407
|
supportsDeveloperRole: false;
|
|
6016
6408
|
};
|
|
6017
6409
|
reasoning: true;
|
|
6018
|
-
input: "text"[];
|
|
6410
|
+
input: ("image" | "text")[];
|
|
6019
6411
|
cost: {
|
|
6020
6412
|
input: number;
|
|
6021
6413
|
output: number;
|
|
@@ -6025,7 +6417,7 @@ export declare const MODELS: {
|
|
|
6025
6417
|
contextWindow: number;
|
|
6026
6418
|
maxTokens: number;
|
|
6027
6419
|
};
|
|
6028
|
-
readonly "
|
|
6420
|
+
readonly "zai-org/GLM-4.6": {
|
|
6029
6421
|
id: string;
|
|
6030
6422
|
name: string;
|
|
6031
6423
|
api: "openai-completions";
|
|
@@ -6035,7 +6427,7 @@ export declare const MODELS: {
|
|
|
6035
6427
|
supportsDeveloperRole: false;
|
|
6036
6428
|
};
|
|
6037
6429
|
reasoning: true;
|
|
6038
|
-
input:
|
|
6430
|
+
input: "text"[];
|
|
6039
6431
|
cost: {
|
|
6040
6432
|
input: number;
|
|
6041
6433
|
output: number;
|
|
@@ -6045,7 +6437,7 @@ export declare const MODELS: {
|
|
|
6045
6437
|
contextWindow: number;
|
|
6046
6438
|
maxTokens: number;
|
|
6047
6439
|
};
|
|
6048
|
-
readonly "
|
|
6440
|
+
readonly "zai-org/GLM-4.7": {
|
|
6049
6441
|
id: string;
|
|
6050
6442
|
name: string;
|
|
6051
6443
|
api: "openai-completions";
|
|
@@ -6055,7 +6447,7 @@ export declare const MODELS: {
|
|
|
6055
6447
|
supportsDeveloperRole: false;
|
|
6056
6448
|
};
|
|
6057
6449
|
reasoning: true;
|
|
6058
|
-
input:
|
|
6450
|
+
input: "text"[];
|
|
6059
6451
|
cost: {
|
|
6060
6452
|
input: number;
|
|
6061
6453
|
output: number;
|
|
@@ -6065,7 +6457,7 @@ export declare const MODELS: {
|
|
|
6065
6457
|
contextWindow: number;
|
|
6066
6458
|
maxTokens: number;
|
|
6067
6459
|
};
|
|
6068
|
-
readonly "zai-org/GLM-4.7": {
|
|
6460
|
+
readonly "zai-org/GLM-4.7-Flash": {
|
|
6069
6461
|
id: string;
|
|
6070
6462
|
name: string;
|
|
6071
6463
|
api: "openai-completions";
|
|
@@ -6085,7 +6477,7 @@ export declare const MODELS: {
|
|
|
6085
6477
|
contextWindow: number;
|
|
6086
6478
|
maxTokens: number;
|
|
6087
6479
|
};
|
|
6088
|
-
readonly "zai-org/GLM-
|
|
6480
|
+
readonly "zai-org/GLM-5": {
|
|
6089
6481
|
id: string;
|
|
6090
6482
|
name: string;
|
|
6091
6483
|
api: "openai-completions";
|
|
@@ -6105,7 +6497,7 @@ export declare const MODELS: {
|
|
|
6105
6497
|
contextWindow: number;
|
|
6106
6498
|
maxTokens: number;
|
|
6107
6499
|
};
|
|
6108
|
-
readonly "zai-org/GLM-5": {
|
|
6500
|
+
readonly "zai-org/GLM-5.1": {
|
|
6109
6501
|
id: string;
|
|
6110
6502
|
name: string;
|
|
6111
6503
|
api: "openai-completions";
|
|
@@ -6125,7 +6517,7 @@ export declare const MODELS: {
|
|
|
6125
6517
|
contextWindow: number;
|
|
6126
6518
|
maxTokens: number;
|
|
6127
6519
|
};
|
|
6128
|
-
readonly "zai-org/GLM-5.
|
|
6520
|
+
readonly "zai-org/GLM-5.2": {
|
|
6129
6521
|
id: string;
|
|
6130
6522
|
name: string;
|
|
6131
6523
|
api: "openai-completions";
|
|
@@ -8562,6 +8954,23 @@ export declare const MODELS: {
|
|
|
8562
8954
|
contextWindow: number;
|
|
8563
8955
|
maxTokens: number;
|
|
8564
8956
|
};
|
|
8957
|
+
readonly "glm-5.2": {
|
|
8958
|
+
id: string;
|
|
8959
|
+
name: string;
|
|
8960
|
+
api: "openai-completions";
|
|
8961
|
+
provider: string;
|
|
8962
|
+
baseUrl: string;
|
|
8963
|
+
reasoning: true;
|
|
8964
|
+
input: "text"[];
|
|
8965
|
+
cost: {
|
|
8966
|
+
input: number;
|
|
8967
|
+
output: number;
|
|
8968
|
+
cacheRead: number;
|
|
8969
|
+
cacheWrite: number;
|
|
8970
|
+
};
|
|
8971
|
+
contextWindow: number;
|
|
8972
|
+
maxTokens: number;
|
|
8973
|
+
};
|
|
8565
8974
|
readonly "gpt-5": {
|
|
8566
8975
|
id: string;
|
|
8567
8976
|
name: string;
|
|
@@ -9454,23 +9863,6 @@ export declare const MODELS: {
|
|
|
9454
9863
|
contextWindow: number;
|
|
9455
9864
|
maxTokens: number;
|
|
9456
9865
|
};
|
|
9457
|
-
readonly "anthropic/claude-3.5-haiku": {
|
|
9458
|
-
id: string;
|
|
9459
|
-
name: string;
|
|
9460
|
-
api: "openai-completions";
|
|
9461
|
-
provider: string;
|
|
9462
|
-
baseUrl: string;
|
|
9463
|
-
reasoning: false;
|
|
9464
|
-
input: ("image" | "text")[];
|
|
9465
|
-
cost: {
|
|
9466
|
-
input: number;
|
|
9467
|
-
output: number;
|
|
9468
|
-
cacheRead: number;
|
|
9469
|
-
cacheWrite: number;
|
|
9470
|
-
};
|
|
9471
|
-
contextWindow: number;
|
|
9472
|
-
maxTokens: number;
|
|
9473
|
-
};
|
|
9474
9866
|
readonly "anthropic/claude-fable-5": {
|
|
9475
9867
|
id: string;
|
|
9476
9868
|
name: string;
|
|
@@ -11164,23 +11556,6 @@ export declare const MODELS: {
|
|
|
11164
11556
|
contextWindow: number;
|
|
11165
11557
|
maxTokens: number;
|
|
11166
11558
|
};
|
|
11167
|
-
readonly "nex-agi/nex-n2-pro:free": {
|
|
11168
|
-
id: string;
|
|
11169
|
-
name: string;
|
|
11170
|
-
api: "openai-completions";
|
|
11171
|
-
provider: string;
|
|
11172
|
-
baseUrl: string;
|
|
11173
|
-
reasoning: true;
|
|
11174
|
-
input: ("image" | "text")[];
|
|
11175
|
-
cost: {
|
|
11176
|
-
input: number;
|
|
11177
|
-
output: number;
|
|
11178
|
-
cacheRead: number;
|
|
11179
|
-
cacheWrite: number;
|
|
11180
|
-
};
|
|
11181
|
-
contextWindow: number;
|
|
11182
|
-
maxTokens: number;
|
|
11183
|
-
};
|
|
11184
11559
|
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
11185
11560
|
id: string;
|
|
11186
11561
|
name: string;
|
|
@@ -12444,23 +12819,6 @@ export declare const MODELS: {
|
|
|
12444
12819
|
contextWindow: number;
|
|
12445
12820
|
maxTokens: number;
|
|
12446
12821
|
};
|
|
12447
|
-
readonly "prime-intellect/intellect-3": {
|
|
12448
|
-
id: string;
|
|
12449
|
-
name: string;
|
|
12450
|
-
api: "openai-completions";
|
|
12451
|
-
provider: string;
|
|
12452
|
-
baseUrl: string;
|
|
12453
|
-
reasoning: true;
|
|
12454
|
-
input: "text"[];
|
|
12455
|
-
cost: {
|
|
12456
|
-
input: number;
|
|
12457
|
-
output: number;
|
|
12458
|
-
cacheRead: number;
|
|
12459
|
-
cacheWrite: number;
|
|
12460
|
-
};
|
|
12461
|
-
contextWindow: number;
|
|
12462
|
-
maxTokens: number;
|
|
12463
|
-
};
|
|
12464
12822
|
readonly "qwen/qwen-2.5-72b-instruct": {
|
|
12465
12823
|
id: string;
|
|
12466
12824
|
name: string;
|
|
@@ -13685,6 +14043,23 @@ export declare const MODELS: {
|
|
|
13685
14043
|
contextWindow: number;
|
|
13686
14044
|
maxTokens: number;
|
|
13687
14045
|
};
|
|
14046
|
+
readonly "z-ai/glm-5v-turbo": {
|
|
14047
|
+
id: string;
|
|
14048
|
+
name: string;
|
|
14049
|
+
api: "openai-completions";
|
|
14050
|
+
provider: string;
|
|
14051
|
+
baseUrl: string;
|
|
14052
|
+
reasoning: true;
|
|
14053
|
+
input: ("image" | "text")[];
|
|
14054
|
+
cost: {
|
|
14055
|
+
input: number;
|
|
14056
|
+
output: number;
|
|
14057
|
+
cacheRead: number;
|
|
14058
|
+
cacheWrite: number;
|
|
14059
|
+
};
|
|
14060
|
+
contextWindow: number;
|
|
14061
|
+
maxTokens: number;
|
|
14062
|
+
};
|
|
13688
14063
|
readonly "~anthropic/claude-fable-latest": {
|
|
13689
14064
|
id: string;
|
|
13690
14065
|
name: string;
|
|
@@ -16809,6 +17184,23 @@ export declare const MODELS: {
|
|
|
16809
17184
|
contextWindow: number;
|
|
16810
17185
|
maxTokens: number;
|
|
16811
17186
|
};
|
|
17187
|
+
readonly "sakana/fugu-ultra": {
|
|
17188
|
+
id: string;
|
|
17189
|
+
name: string;
|
|
17190
|
+
api: "anthropic-messages";
|
|
17191
|
+
provider: string;
|
|
17192
|
+
baseUrl: string;
|
|
17193
|
+
reasoning: true;
|
|
17194
|
+
input: ("image" | "text")[];
|
|
17195
|
+
cost: {
|
|
17196
|
+
input: number;
|
|
17197
|
+
output: number;
|
|
17198
|
+
cacheRead: number;
|
|
17199
|
+
cacheWrite: number;
|
|
17200
|
+
};
|
|
17201
|
+
contextWindow: number;
|
|
17202
|
+
maxTokens: number;
|
|
17203
|
+
};
|
|
16812
17204
|
readonly "stepfun/step-3.5-flash": {
|
|
16813
17205
|
id: string;
|
|
16814
17206
|
name: string;
|