@caupulican/pi-ai 0.80.34 → 0.80.38
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/README.md +4 -0
- package/dist/env-api-keys.d.ts.map +1 -1
- package/dist/env-api-keys.js +6 -0
- package/dist/env-api-keys.js.map +1 -1
- package/dist/models.generated.d.ts +615 -151
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +506 -104
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/openai-responses-shared.d.ts.map +1 -1
- package/dist/providers/openai-responses-shared.js +33 -5
- package/dist/providers/openai-responses-shared.js.map +1 -1
- package/dist/providers/openai-responses.d.ts.map +1 -1
- package/dist/providers/openai-responses.js +35 -8
- package/dist/providers/openai-responses.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +2 -2
|
@@ -4352,6 +4352,64 @@ export declare const MODELS: {
|
|
|
4352
4352
|
maxTokens: number;
|
|
4353
4353
|
};
|
|
4354
4354
|
};
|
|
4355
|
+
readonly fugu: {
|
|
4356
|
+
readonly fugu: {
|
|
4357
|
+
id: string;
|
|
4358
|
+
name: string;
|
|
4359
|
+
api: "openai-responses";
|
|
4360
|
+
provider: string;
|
|
4361
|
+
baseUrl: string;
|
|
4362
|
+
compat: {
|
|
4363
|
+
supportsLongCacheRetention: false;
|
|
4364
|
+
};
|
|
4365
|
+
reasoning: true;
|
|
4366
|
+
thinkingLevelMap: {
|
|
4367
|
+
off: null;
|
|
4368
|
+
minimal: null;
|
|
4369
|
+
low: null;
|
|
4370
|
+
medium: null;
|
|
4371
|
+
high: string;
|
|
4372
|
+
xhigh: string;
|
|
4373
|
+
};
|
|
4374
|
+
input: ("image" | "text")[];
|
|
4375
|
+
cost: {
|
|
4376
|
+
input: number;
|
|
4377
|
+
output: number;
|
|
4378
|
+
cacheRead: number;
|
|
4379
|
+
cacheWrite: number;
|
|
4380
|
+
};
|
|
4381
|
+
contextWindow: number;
|
|
4382
|
+
maxTokens: number;
|
|
4383
|
+
};
|
|
4384
|
+
readonly "fugu-ultra": {
|
|
4385
|
+
id: string;
|
|
4386
|
+
name: string;
|
|
4387
|
+
api: "openai-responses";
|
|
4388
|
+
provider: string;
|
|
4389
|
+
baseUrl: string;
|
|
4390
|
+
compat: {
|
|
4391
|
+
supportsLongCacheRetention: false;
|
|
4392
|
+
};
|
|
4393
|
+
reasoning: true;
|
|
4394
|
+
thinkingLevelMap: {
|
|
4395
|
+
off: null;
|
|
4396
|
+
minimal: null;
|
|
4397
|
+
low: null;
|
|
4398
|
+
medium: null;
|
|
4399
|
+
high: string;
|
|
4400
|
+
xhigh: string;
|
|
4401
|
+
};
|
|
4402
|
+
input: ("image" | "text")[];
|
|
4403
|
+
cost: {
|
|
4404
|
+
input: number;
|
|
4405
|
+
output: number;
|
|
4406
|
+
cacheRead: number;
|
|
4407
|
+
cacheWrite: number;
|
|
4408
|
+
};
|
|
4409
|
+
contextWindow: number;
|
|
4410
|
+
maxTokens: number;
|
|
4411
|
+
};
|
|
4412
|
+
};
|
|
4355
4413
|
readonly "github-copilot": {
|
|
4356
4414
|
readonly "claude-fable-5": {
|
|
4357
4415
|
id: string;
|
|
@@ -5504,20 +5562,449 @@ export declare const MODELS: {
|
|
|
5504
5562
|
contextWindow: number;
|
|
5505
5563
|
maxTokens: number;
|
|
5506
5564
|
};
|
|
5507
|
-
readonly "gemini-3.1-pro-preview-customtools": {
|
|
5565
|
+
readonly "gemini-3.1-pro-preview-customtools": {
|
|
5566
|
+
id: string;
|
|
5567
|
+
name: string;
|
|
5568
|
+
api: "google-vertex";
|
|
5569
|
+
provider: string;
|
|
5570
|
+
baseUrl: string;
|
|
5571
|
+
reasoning: true;
|
|
5572
|
+
thinkingLevelMap: {
|
|
5573
|
+
off: null;
|
|
5574
|
+
minimal: null;
|
|
5575
|
+
low: string;
|
|
5576
|
+
medium: null;
|
|
5577
|
+
high: string;
|
|
5578
|
+
};
|
|
5579
|
+
input: ("image" | "text")[];
|
|
5580
|
+
cost: {
|
|
5581
|
+
input: number;
|
|
5582
|
+
output: number;
|
|
5583
|
+
cacheRead: number;
|
|
5584
|
+
cacheWrite: number;
|
|
5585
|
+
};
|
|
5586
|
+
contextWindow: number;
|
|
5587
|
+
maxTokens: number;
|
|
5588
|
+
};
|
|
5589
|
+
};
|
|
5590
|
+
readonly groq: {
|
|
5591
|
+
readonly "llama-3.1-8b-instant": {
|
|
5592
|
+
id: string;
|
|
5593
|
+
name: string;
|
|
5594
|
+
api: "openai-completions";
|
|
5595
|
+
provider: string;
|
|
5596
|
+
baseUrl: string;
|
|
5597
|
+
reasoning: false;
|
|
5598
|
+
input: "text"[];
|
|
5599
|
+
cost: {
|
|
5600
|
+
input: number;
|
|
5601
|
+
output: number;
|
|
5602
|
+
cacheRead: number;
|
|
5603
|
+
cacheWrite: number;
|
|
5604
|
+
};
|
|
5605
|
+
contextWindow: number;
|
|
5606
|
+
maxTokens: number;
|
|
5607
|
+
};
|
|
5608
|
+
readonly "llama-3.3-70b-versatile": {
|
|
5609
|
+
id: string;
|
|
5610
|
+
name: string;
|
|
5611
|
+
api: "openai-completions";
|
|
5612
|
+
provider: string;
|
|
5613
|
+
baseUrl: string;
|
|
5614
|
+
reasoning: false;
|
|
5615
|
+
input: "text"[];
|
|
5616
|
+
cost: {
|
|
5617
|
+
input: number;
|
|
5618
|
+
output: number;
|
|
5619
|
+
cacheRead: number;
|
|
5620
|
+
cacheWrite: number;
|
|
5621
|
+
};
|
|
5622
|
+
contextWindow: number;
|
|
5623
|
+
maxTokens: number;
|
|
5624
|
+
};
|
|
5625
|
+
readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
5626
|
+
id: string;
|
|
5627
|
+
name: string;
|
|
5628
|
+
api: "openai-completions";
|
|
5629
|
+
provider: string;
|
|
5630
|
+
baseUrl: string;
|
|
5631
|
+
reasoning: false;
|
|
5632
|
+
input: ("image" | "text")[];
|
|
5633
|
+
cost: {
|
|
5634
|
+
input: number;
|
|
5635
|
+
output: number;
|
|
5636
|
+
cacheRead: number;
|
|
5637
|
+
cacheWrite: number;
|
|
5638
|
+
};
|
|
5639
|
+
contextWindow: number;
|
|
5640
|
+
maxTokens: number;
|
|
5641
|
+
};
|
|
5642
|
+
readonly "openai/gpt-oss-120b": {
|
|
5643
|
+
id: string;
|
|
5644
|
+
name: string;
|
|
5645
|
+
api: "openai-completions";
|
|
5646
|
+
provider: string;
|
|
5647
|
+
baseUrl: string;
|
|
5648
|
+
reasoning: true;
|
|
5649
|
+
input: "text"[];
|
|
5650
|
+
cost: {
|
|
5651
|
+
input: number;
|
|
5652
|
+
output: number;
|
|
5653
|
+
cacheRead: number;
|
|
5654
|
+
cacheWrite: number;
|
|
5655
|
+
};
|
|
5656
|
+
contextWindow: number;
|
|
5657
|
+
maxTokens: number;
|
|
5658
|
+
};
|
|
5659
|
+
readonly "openai/gpt-oss-20b": {
|
|
5660
|
+
id: string;
|
|
5661
|
+
name: string;
|
|
5662
|
+
api: "openai-completions";
|
|
5663
|
+
provider: string;
|
|
5664
|
+
baseUrl: string;
|
|
5665
|
+
reasoning: true;
|
|
5666
|
+
input: "text"[];
|
|
5667
|
+
cost: {
|
|
5668
|
+
input: number;
|
|
5669
|
+
output: number;
|
|
5670
|
+
cacheRead: number;
|
|
5671
|
+
cacheWrite: number;
|
|
5672
|
+
};
|
|
5673
|
+
contextWindow: number;
|
|
5674
|
+
maxTokens: number;
|
|
5675
|
+
};
|
|
5676
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
5677
|
+
id: string;
|
|
5678
|
+
name: string;
|
|
5679
|
+
api: "openai-completions";
|
|
5680
|
+
provider: string;
|
|
5681
|
+
baseUrl: string;
|
|
5682
|
+
reasoning: true;
|
|
5683
|
+
input: "text"[];
|
|
5684
|
+
cost: {
|
|
5685
|
+
input: number;
|
|
5686
|
+
output: number;
|
|
5687
|
+
cacheRead: number;
|
|
5688
|
+
cacheWrite: number;
|
|
5689
|
+
};
|
|
5690
|
+
contextWindow: number;
|
|
5691
|
+
maxTokens: number;
|
|
5692
|
+
};
|
|
5693
|
+
readonly "qwen/qwen3-32b": {
|
|
5694
|
+
id: string;
|
|
5695
|
+
name: string;
|
|
5696
|
+
api: "openai-completions";
|
|
5697
|
+
provider: string;
|
|
5698
|
+
baseUrl: string;
|
|
5699
|
+
reasoning: true;
|
|
5700
|
+
thinkingLevelMap: {
|
|
5701
|
+
minimal: null;
|
|
5702
|
+
low: null;
|
|
5703
|
+
medium: null;
|
|
5704
|
+
high: string;
|
|
5705
|
+
};
|
|
5706
|
+
input: "text"[];
|
|
5707
|
+
cost: {
|
|
5708
|
+
input: number;
|
|
5709
|
+
output: number;
|
|
5710
|
+
cacheRead: number;
|
|
5711
|
+
cacheWrite: number;
|
|
5712
|
+
};
|
|
5713
|
+
contextWindow: number;
|
|
5714
|
+
maxTokens: number;
|
|
5715
|
+
};
|
|
5716
|
+
};
|
|
5717
|
+
readonly huggingface: {
|
|
5718
|
+
readonly "MiniMaxAI/MiniMax-M2": {
|
|
5719
|
+
id: string;
|
|
5720
|
+
name: string;
|
|
5721
|
+
api: "openai-completions";
|
|
5722
|
+
provider: string;
|
|
5723
|
+
baseUrl: string;
|
|
5724
|
+
compat: {
|
|
5725
|
+
supportsDeveloperRole: false;
|
|
5726
|
+
};
|
|
5727
|
+
reasoning: true;
|
|
5728
|
+
input: "text"[];
|
|
5729
|
+
cost: {
|
|
5730
|
+
input: number;
|
|
5731
|
+
output: number;
|
|
5732
|
+
cacheRead: number;
|
|
5733
|
+
cacheWrite: number;
|
|
5734
|
+
};
|
|
5735
|
+
contextWindow: number;
|
|
5736
|
+
maxTokens: number;
|
|
5737
|
+
};
|
|
5738
|
+
readonly "MiniMaxAI/MiniMax-M2.1": {
|
|
5739
|
+
id: string;
|
|
5740
|
+
name: string;
|
|
5741
|
+
api: "openai-completions";
|
|
5742
|
+
provider: string;
|
|
5743
|
+
baseUrl: string;
|
|
5744
|
+
compat: {
|
|
5745
|
+
supportsDeveloperRole: false;
|
|
5746
|
+
};
|
|
5747
|
+
reasoning: true;
|
|
5748
|
+
input: "text"[];
|
|
5749
|
+
cost: {
|
|
5750
|
+
input: number;
|
|
5751
|
+
output: number;
|
|
5752
|
+
cacheRead: number;
|
|
5753
|
+
cacheWrite: number;
|
|
5754
|
+
};
|
|
5755
|
+
contextWindow: number;
|
|
5756
|
+
maxTokens: number;
|
|
5757
|
+
};
|
|
5758
|
+
readonly "MiniMaxAI/MiniMax-M2.5": {
|
|
5759
|
+
id: string;
|
|
5760
|
+
name: string;
|
|
5761
|
+
api: "openai-completions";
|
|
5762
|
+
provider: string;
|
|
5763
|
+
baseUrl: string;
|
|
5764
|
+
compat: {
|
|
5765
|
+
supportsDeveloperRole: false;
|
|
5766
|
+
};
|
|
5767
|
+
reasoning: true;
|
|
5768
|
+
input: "text"[];
|
|
5769
|
+
cost: {
|
|
5770
|
+
input: number;
|
|
5771
|
+
output: number;
|
|
5772
|
+
cacheRead: number;
|
|
5773
|
+
cacheWrite: number;
|
|
5774
|
+
};
|
|
5775
|
+
contextWindow: number;
|
|
5776
|
+
maxTokens: number;
|
|
5777
|
+
};
|
|
5778
|
+
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
5779
|
+
id: string;
|
|
5780
|
+
name: string;
|
|
5781
|
+
api: "openai-completions";
|
|
5782
|
+
provider: string;
|
|
5783
|
+
baseUrl: string;
|
|
5784
|
+
compat: {
|
|
5785
|
+
supportsDeveloperRole: false;
|
|
5786
|
+
};
|
|
5787
|
+
reasoning: true;
|
|
5788
|
+
input: "text"[];
|
|
5789
|
+
cost: {
|
|
5790
|
+
input: number;
|
|
5791
|
+
output: number;
|
|
5792
|
+
cacheRead: number;
|
|
5793
|
+
cacheWrite: number;
|
|
5794
|
+
};
|
|
5795
|
+
contextWindow: number;
|
|
5796
|
+
maxTokens: number;
|
|
5797
|
+
};
|
|
5798
|
+
readonly "MiniMaxAI/MiniMax-M3": {
|
|
5799
|
+
id: string;
|
|
5800
|
+
name: string;
|
|
5801
|
+
api: "openai-completions";
|
|
5802
|
+
provider: string;
|
|
5803
|
+
baseUrl: string;
|
|
5804
|
+
compat: {
|
|
5805
|
+
supportsDeveloperRole: false;
|
|
5806
|
+
};
|
|
5807
|
+
reasoning: true;
|
|
5808
|
+
input: ("image" | "text")[];
|
|
5809
|
+
cost: {
|
|
5810
|
+
input: number;
|
|
5811
|
+
output: number;
|
|
5812
|
+
cacheRead: number;
|
|
5813
|
+
cacheWrite: number;
|
|
5814
|
+
};
|
|
5815
|
+
contextWindow: number;
|
|
5816
|
+
maxTokens: number;
|
|
5817
|
+
};
|
|
5818
|
+
readonly "Qwen/Qwen3-235B-A22B": {
|
|
5819
|
+
id: string;
|
|
5820
|
+
name: string;
|
|
5821
|
+
api: "openai-completions";
|
|
5822
|
+
provider: string;
|
|
5823
|
+
baseUrl: string;
|
|
5824
|
+
compat: {
|
|
5825
|
+
supportsDeveloperRole: false;
|
|
5826
|
+
};
|
|
5827
|
+
reasoning: true;
|
|
5828
|
+
input: "text"[];
|
|
5829
|
+
cost: {
|
|
5830
|
+
input: number;
|
|
5831
|
+
output: number;
|
|
5832
|
+
cacheRead: number;
|
|
5833
|
+
cacheWrite: number;
|
|
5834
|
+
};
|
|
5835
|
+
contextWindow: number;
|
|
5836
|
+
maxTokens: number;
|
|
5837
|
+
};
|
|
5838
|
+
readonly "Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
5839
|
+
id: string;
|
|
5840
|
+
name: string;
|
|
5841
|
+
api: "openai-completions";
|
|
5842
|
+
provider: string;
|
|
5843
|
+
baseUrl: string;
|
|
5844
|
+
compat: {
|
|
5845
|
+
supportsDeveloperRole: false;
|
|
5846
|
+
};
|
|
5847
|
+
reasoning: true;
|
|
5848
|
+
input: "text"[];
|
|
5849
|
+
cost: {
|
|
5850
|
+
input: number;
|
|
5851
|
+
output: number;
|
|
5852
|
+
cacheRead: number;
|
|
5853
|
+
cacheWrite: number;
|
|
5854
|
+
};
|
|
5855
|
+
contextWindow: number;
|
|
5856
|
+
maxTokens: number;
|
|
5857
|
+
};
|
|
5858
|
+
readonly "Qwen/Qwen3-32B": {
|
|
5859
|
+
id: string;
|
|
5860
|
+
name: string;
|
|
5861
|
+
api: "openai-completions";
|
|
5862
|
+
provider: string;
|
|
5863
|
+
baseUrl: string;
|
|
5864
|
+
compat: {
|
|
5865
|
+
supportsDeveloperRole: false;
|
|
5866
|
+
};
|
|
5867
|
+
reasoning: true;
|
|
5868
|
+
input: "text"[];
|
|
5869
|
+
cost: {
|
|
5870
|
+
input: number;
|
|
5871
|
+
output: number;
|
|
5872
|
+
cacheRead: number;
|
|
5873
|
+
cacheWrite: number;
|
|
5874
|
+
};
|
|
5875
|
+
contextWindow: number;
|
|
5876
|
+
maxTokens: number;
|
|
5877
|
+
};
|
|
5878
|
+
readonly "Qwen/Qwen3-Coder-30B-A3B-Instruct": {
|
|
5879
|
+
id: string;
|
|
5880
|
+
name: string;
|
|
5881
|
+
api: "openai-completions";
|
|
5882
|
+
provider: string;
|
|
5883
|
+
baseUrl: string;
|
|
5884
|
+
compat: {
|
|
5885
|
+
supportsDeveloperRole: false;
|
|
5886
|
+
};
|
|
5887
|
+
reasoning: false;
|
|
5888
|
+
input: "text"[];
|
|
5889
|
+
cost: {
|
|
5890
|
+
input: number;
|
|
5891
|
+
output: number;
|
|
5892
|
+
cacheRead: number;
|
|
5893
|
+
cacheWrite: number;
|
|
5894
|
+
};
|
|
5895
|
+
contextWindow: number;
|
|
5896
|
+
maxTokens: number;
|
|
5897
|
+
};
|
|
5898
|
+
readonly "Qwen/Qwen3-Coder-480B-A35B-Instruct": {
|
|
5899
|
+
id: string;
|
|
5900
|
+
name: string;
|
|
5901
|
+
api: "openai-completions";
|
|
5902
|
+
provider: string;
|
|
5903
|
+
baseUrl: string;
|
|
5904
|
+
compat: {
|
|
5905
|
+
supportsDeveloperRole: false;
|
|
5906
|
+
};
|
|
5907
|
+
reasoning: false;
|
|
5908
|
+
input: "text"[];
|
|
5909
|
+
cost: {
|
|
5910
|
+
input: number;
|
|
5911
|
+
output: number;
|
|
5912
|
+
cacheRead: number;
|
|
5913
|
+
cacheWrite: number;
|
|
5914
|
+
};
|
|
5915
|
+
contextWindow: number;
|
|
5916
|
+
maxTokens: number;
|
|
5917
|
+
};
|
|
5918
|
+
readonly "Qwen/Qwen3-Coder-Next": {
|
|
5919
|
+
id: string;
|
|
5920
|
+
name: string;
|
|
5921
|
+
api: "openai-completions";
|
|
5922
|
+
provider: string;
|
|
5923
|
+
baseUrl: string;
|
|
5924
|
+
compat: {
|
|
5925
|
+
supportsDeveloperRole: false;
|
|
5926
|
+
};
|
|
5927
|
+
reasoning: false;
|
|
5928
|
+
input: "text"[];
|
|
5929
|
+
cost: {
|
|
5930
|
+
input: number;
|
|
5931
|
+
output: number;
|
|
5932
|
+
cacheRead: number;
|
|
5933
|
+
cacheWrite: number;
|
|
5934
|
+
};
|
|
5935
|
+
contextWindow: number;
|
|
5936
|
+
maxTokens: number;
|
|
5937
|
+
};
|
|
5938
|
+
readonly "Qwen/Qwen3-Next-80B-A3B-Instruct": {
|
|
5939
|
+
id: string;
|
|
5940
|
+
name: string;
|
|
5941
|
+
api: "openai-completions";
|
|
5942
|
+
provider: string;
|
|
5943
|
+
baseUrl: string;
|
|
5944
|
+
compat: {
|
|
5945
|
+
supportsDeveloperRole: false;
|
|
5946
|
+
};
|
|
5947
|
+
reasoning: false;
|
|
5948
|
+
input: "text"[];
|
|
5949
|
+
cost: {
|
|
5950
|
+
input: number;
|
|
5951
|
+
output: number;
|
|
5952
|
+
cacheRead: number;
|
|
5953
|
+
cacheWrite: number;
|
|
5954
|
+
};
|
|
5955
|
+
contextWindow: number;
|
|
5956
|
+
maxTokens: number;
|
|
5957
|
+
};
|
|
5958
|
+
readonly "Qwen/Qwen3-Next-80B-A3B-Thinking": {
|
|
5959
|
+
id: string;
|
|
5960
|
+
name: string;
|
|
5961
|
+
api: "openai-completions";
|
|
5962
|
+
provider: string;
|
|
5963
|
+
baseUrl: string;
|
|
5964
|
+
compat: {
|
|
5965
|
+
supportsDeveloperRole: false;
|
|
5966
|
+
};
|
|
5967
|
+
reasoning: false;
|
|
5968
|
+
input: "text"[];
|
|
5969
|
+
cost: {
|
|
5970
|
+
input: number;
|
|
5971
|
+
output: number;
|
|
5972
|
+
cacheRead: number;
|
|
5973
|
+
cacheWrite: number;
|
|
5974
|
+
};
|
|
5975
|
+
contextWindow: number;
|
|
5976
|
+
maxTokens: number;
|
|
5977
|
+
};
|
|
5978
|
+
readonly "Qwen/Qwen3.5-122B-A10B": {
|
|
5979
|
+
id: string;
|
|
5980
|
+
name: string;
|
|
5981
|
+
api: "openai-completions";
|
|
5982
|
+
provider: string;
|
|
5983
|
+
baseUrl: string;
|
|
5984
|
+
compat: {
|
|
5985
|
+
supportsDeveloperRole: false;
|
|
5986
|
+
};
|
|
5987
|
+
reasoning: true;
|
|
5988
|
+
input: ("image" | "text")[];
|
|
5989
|
+
cost: {
|
|
5990
|
+
input: number;
|
|
5991
|
+
output: number;
|
|
5992
|
+
cacheRead: number;
|
|
5993
|
+
cacheWrite: number;
|
|
5994
|
+
};
|
|
5995
|
+
contextWindow: number;
|
|
5996
|
+
maxTokens: number;
|
|
5997
|
+
};
|
|
5998
|
+
readonly "Qwen/Qwen3.5-27B": {
|
|
5508
5999
|
id: string;
|
|
5509
6000
|
name: string;
|
|
5510
|
-
api: "
|
|
6001
|
+
api: "openai-completions";
|
|
5511
6002
|
provider: string;
|
|
5512
6003
|
baseUrl: string;
|
|
5513
|
-
|
|
5514
|
-
|
|
5515
|
-
off: null;
|
|
5516
|
-
minimal: null;
|
|
5517
|
-
low: string;
|
|
5518
|
-
medium: null;
|
|
5519
|
-
high: string;
|
|
6004
|
+
compat: {
|
|
6005
|
+
supportsDeveloperRole: false;
|
|
5520
6006
|
};
|
|
6007
|
+
reasoning: true;
|
|
5521
6008
|
input: ("image" | "text")[];
|
|
5522
6009
|
cost: {
|
|
5523
6010
|
input: number;
|
|
@@ -5528,16 +6015,17 @@ export declare const MODELS: {
|
|
|
5528
6015
|
contextWindow: number;
|
|
5529
6016
|
maxTokens: number;
|
|
5530
6017
|
};
|
|
5531
|
-
|
|
5532
|
-
readonly groq: {
|
|
5533
|
-
readonly "llama-3.1-8b-instant": {
|
|
6018
|
+
readonly "Qwen/Qwen3.5-35B-A3B": {
|
|
5534
6019
|
id: string;
|
|
5535
6020
|
name: string;
|
|
5536
6021
|
api: "openai-completions";
|
|
5537
6022
|
provider: string;
|
|
5538
6023
|
baseUrl: string;
|
|
5539
|
-
|
|
5540
|
-
|
|
6024
|
+
compat: {
|
|
6025
|
+
supportsDeveloperRole: false;
|
|
6026
|
+
};
|
|
6027
|
+
reasoning: true;
|
|
6028
|
+
input: ("image" | "text")[];
|
|
5541
6029
|
cost: {
|
|
5542
6030
|
input: number;
|
|
5543
6031
|
output: number;
|
|
@@ -5547,14 +6035,17 @@ export declare const MODELS: {
|
|
|
5547
6035
|
contextWindow: number;
|
|
5548
6036
|
maxTokens: number;
|
|
5549
6037
|
};
|
|
5550
|
-
readonly "
|
|
6038
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
5551
6039
|
id: string;
|
|
5552
6040
|
name: string;
|
|
5553
6041
|
api: "openai-completions";
|
|
5554
6042
|
provider: string;
|
|
5555
6043
|
baseUrl: string;
|
|
5556
|
-
|
|
5557
|
-
|
|
6044
|
+
compat: {
|
|
6045
|
+
supportsDeveloperRole: false;
|
|
6046
|
+
};
|
|
6047
|
+
reasoning: true;
|
|
6048
|
+
input: ("image" | "text")[];
|
|
5558
6049
|
cost: {
|
|
5559
6050
|
input: number;
|
|
5560
6051
|
output: number;
|
|
@@ -5564,13 +6055,16 @@ export declare const MODELS: {
|
|
|
5564
6055
|
contextWindow: number;
|
|
5565
6056
|
maxTokens: number;
|
|
5566
6057
|
};
|
|
5567
|
-
readonly "
|
|
6058
|
+
readonly "Qwen/Qwen3.5-9B": {
|
|
5568
6059
|
id: string;
|
|
5569
6060
|
name: string;
|
|
5570
6061
|
api: "openai-completions";
|
|
5571
6062
|
provider: string;
|
|
5572
6063
|
baseUrl: string;
|
|
5573
|
-
|
|
6064
|
+
compat: {
|
|
6065
|
+
supportsDeveloperRole: false;
|
|
6066
|
+
};
|
|
6067
|
+
reasoning: true;
|
|
5574
6068
|
input: ("image" | "text")[];
|
|
5575
6069
|
cost: {
|
|
5576
6070
|
input: number;
|
|
@@ -5581,14 +6075,17 @@ export declare const MODELS: {
|
|
|
5581
6075
|
contextWindow: number;
|
|
5582
6076
|
maxTokens: number;
|
|
5583
6077
|
};
|
|
5584
|
-
readonly "
|
|
6078
|
+
readonly "Qwen/Qwen3.6-35B-A3B": {
|
|
5585
6079
|
id: string;
|
|
5586
6080
|
name: string;
|
|
5587
6081
|
api: "openai-completions";
|
|
5588
6082
|
provider: string;
|
|
5589
6083
|
baseUrl: string;
|
|
6084
|
+
compat: {
|
|
6085
|
+
supportsDeveloperRole: false;
|
|
6086
|
+
};
|
|
5590
6087
|
reasoning: true;
|
|
5591
|
-
input: "text"[];
|
|
6088
|
+
input: ("image" | "text")[];
|
|
5592
6089
|
cost: {
|
|
5593
6090
|
input: number;
|
|
5594
6091
|
output: number;
|
|
@@ -5598,12 +6095,15 @@ export declare const MODELS: {
|
|
|
5598
6095
|
contextWindow: number;
|
|
5599
6096
|
maxTokens: number;
|
|
5600
6097
|
};
|
|
5601
|
-
readonly "
|
|
6098
|
+
readonly "XiaomiMiMo/MiMo-V2-Flash": {
|
|
5602
6099
|
id: string;
|
|
5603
6100
|
name: string;
|
|
5604
6101
|
api: "openai-completions";
|
|
5605
6102
|
provider: string;
|
|
5606
6103
|
baseUrl: string;
|
|
6104
|
+
compat: {
|
|
6105
|
+
supportsDeveloperRole: false;
|
|
6106
|
+
};
|
|
5607
6107
|
reasoning: true;
|
|
5608
6108
|
input: "text"[];
|
|
5609
6109
|
cost: {
|
|
@@ -5615,12 +6115,15 @@ export declare const MODELS: {
|
|
|
5615
6115
|
contextWindow: number;
|
|
5616
6116
|
maxTokens: number;
|
|
5617
6117
|
};
|
|
5618
|
-
readonly "
|
|
6118
|
+
readonly "deepseek-ai/DeepSeek-R1": {
|
|
5619
6119
|
id: string;
|
|
5620
6120
|
name: string;
|
|
5621
6121
|
api: "openai-completions";
|
|
5622
6122
|
provider: string;
|
|
5623
6123
|
baseUrl: string;
|
|
6124
|
+
compat: {
|
|
6125
|
+
supportsDeveloperRole: false;
|
|
6126
|
+
};
|
|
5624
6127
|
reasoning: true;
|
|
5625
6128
|
input: "text"[];
|
|
5626
6129
|
cost: {
|
|
@@ -5632,19 +6135,16 @@ export declare const MODELS: {
|
|
|
5632
6135
|
contextWindow: number;
|
|
5633
6136
|
maxTokens: number;
|
|
5634
6137
|
};
|
|
5635
|
-
readonly "
|
|
6138
|
+
readonly "deepseek-ai/DeepSeek-R1-0528": {
|
|
5636
6139
|
id: string;
|
|
5637
6140
|
name: string;
|
|
5638
6141
|
api: "openai-completions";
|
|
5639
6142
|
provider: string;
|
|
5640
6143
|
baseUrl: string;
|
|
5641
|
-
|
|
5642
|
-
|
|
5643
|
-
minimal: null;
|
|
5644
|
-
low: null;
|
|
5645
|
-
medium: null;
|
|
5646
|
-
high: string;
|
|
6144
|
+
compat: {
|
|
6145
|
+
supportsDeveloperRole: false;
|
|
5647
6146
|
};
|
|
6147
|
+
reasoning: true;
|
|
5648
6148
|
input: "text"[];
|
|
5649
6149
|
cost: {
|
|
5650
6150
|
input: number;
|
|
@@ -5655,9 +6155,7 @@ export declare const MODELS: {
|
|
|
5655
6155
|
contextWindow: number;
|
|
5656
6156
|
maxTokens: number;
|
|
5657
6157
|
};
|
|
5658
|
-
|
|
5659
|
-
readonly huggingface: {
|
|
5660
|
-
readonly "MiniMaxAI/MiniMax-M2.1": {
|
|
6158
|
+
readonly "deepseek-ai/DeepSeek-V3.2": {
|
|
5661
6159
|
id: string;
|
|
5662
6160
|
name: string;
|
|
5663
6161
|
api: "openai-completions";
|
|
@@ -5677,7 +6175,7 @@ export declare const MODELS: {
|
|
|
5677
6175
|
contextWindow: number;
|
|
5678
6176
|
maxTokens: number;
|
|
5679
6177
|
};
|
|
5680
|
-
readonly "
|
|
6178
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash": {
|
|
5681
6179
|
id: string;
|
|
5682
6180
|
name: string;
|
|
5683
6181
|
api: "openai-completions";
|
|
@@ -5697,7 +6195,7 @@ export declare const MODELS: {
|
|
|
5697
6195
|
contextWindow: number;
|
|
5698
6196
|
maxTokens: number;
|
|
5699
6197
|
};
|
|
5700
|
-
readonly "
|
|
6198
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
5701
6199
|
id: string;
|
|
5702
6200
|
name: string;
|
|
5703
6201
|
api: "openai-completions";
|
|
@@ -5717,7 +6215,7 @@ export declare const MODELS: {
|
|
|
5717
6215
|
contextWindow: number;
|
|
5718
6216
|
maxTokens: number;
|
|
5719
6217
|
};
|
|
5720
|
-
readonly "
|
|
6218
|
+
readonly "google/gemma-4-26B-A4B-it": {
|
|
5721
6219
|
id: string;
|
|
5722
6220
|
name: string;
|
|
5723
6221
|
api: "openai-completions";
|
|
@@ -5727,7 +6225,7 @@ export declare const MODELS: {
|
|
|
5727
6225
|
supportsDeveloperRole: false;
|
|
5728
6226
|
};
|
|
5729
6227
|
reasoning: true;
|
|
5730
|
-
input: "text"[];
|
|
6228
|
+
input: ("image" | "text")[];
|
|
5731
6229
|
cost: {
|
|
5732
6230
|
input: number;
|
|
5733
6231
|
output: number;
|
|
@@ -5737,7 +6235,7 @@ export declare const MODELS: {
|
|
|
5737
6235
|
contextWindow: number;
|
|
5738
6236
|
maxTokens: number;
|
|
5739
6237
|
};
|
|
5740
|
-
readonly "
|
|
6238
|
+
readonly "google/gemma-4-31B-it": {
|
|
5741
6239
|
id: string;
|
|
5742
6240
|
name: string;
|
|
5743
6241
|
api: "openai-completions";
|
|
@@ -5746,8 +6244,8 @@ export declare const MODELS: {
|
|
|
5746
6244
|
compat: {
|
|
5747
6245
|
supportsDeveloperRole: false;
|
|
5748
6246
|
};
|
|
5749
|
-
reasoning:
|
|
5750
|
-
input: "text"[];
|
|
6247
|
+
reasoning: true;
|
|
6248
|
+
input: ("image" | "text")[];
|
|
5751
6249
|
cost: {
|
|
5752
6250
|
input: number;
|
|
5753
6251
|
output: number;
|
|
@@ -5757,7 +6255,7 @@ export declare const MODELS: {
|
|
|
5757
6255
|
contextWindow: number;
|
|
5758
6256
|
maxTokens: number;
|
|
5759
6257
|
};
|
|
5760
|
-
readonly "
|
|
6258
|
+
readonly "meta-llama/Llama-3.3-70B-Instruct": {
|
|
5761
6259
|
id: string;
|
|
5762
6260
|
name: string;
|
|
5763
6261
|
api: "openai-completions";
|
|
@@ -5777,7 +6275,7 @@ export declare const MODELS: {
|
|
|
5777
6275
|
contextWindow: number;
|
|
5778
6276
|
maxTokens: number;
|
|
5779
6277
|
};
|
|
5780
|
-
readonly "
|
|
6278
|
+
readonly "moonshotai/Kimi-K2-Instruct": {
|
|
5781
6279
|
id: string;
|
|
5782
6280
|
name: string;
|
|
5783
6281
|
api: "openai-completions";
|
|
@@ -5797,7 +6295,7 @@ export declare const MODELS: {
|
|
|
5797
6295
|
contextWindow: number;
|
|
5798
6296
|
maxTokens: number;
|
|
5799
6297
|
};
|
|
5800
|
-
readonly "
|
|
6298
|
+
readonly "moonshotai/Kimi-K2-Instruct-0905": {
|
|
5801
6299
|
id: string;
|
|
5802
6300
|
name: string;
|
|
5803
6301
|
api: "openai-completions";
|
|
@@ -5817,7 +6315,7 @@ export declare const MODELS: {
|
|
|
5817
6315
|
contextWindow: number;
|
|
5818
6316
|
maxTokens: number;
|
|
5819
6317
|
};
|
|
5820
|
-
readonly "
|
|
6318
|
+
readonly "moonshotai/Kimi-K2-Thinking": {
|
|
5821
6319
|
id: string;
|
|
5822
6320
|
name: string;
|
|
5823
6321
|
api: "openai-completions";
|
|
@@ -5827,7 +6325,7 @@ export declare const MODELS: {
|
|
|
5827
6325
|
supportsDeveloperRole: false;
|
|
5828
6326
|
};
|
|
5829
6327
|
reasoning: true;
|
|
5830
|
-
input:
|
|
6328
|
+
input: "text"[];
|
|
5831
6329
|
cost: {
|
|
5832
6330
|
input: number;
|
|
5833
6331
|
output: number;
|
|
@@ -5837,7 +6335,7 @@ export declare const MODELS: {
|
|
|
5837
6335
|
contextWindow: number;
|
|
5838
6336
|
maxTokens: number;
|
|
5839
6337
|
};
|
|
5840
|
-
readonly "
|
|
6338
|
+
readonly "moonshotai/Kimi-K2.5": {
|
|
5841
6339
|
id: string;
|
|
5842
6340
|
name: string;
|
|
5843
6341
|
api: "openai-completions";
|
|
@@ -5847,7 +6345,7 @@ export declare const MODELS: {
|
|
|
5847
6345
|
supportsDeveloperRole: false;
|
|
5848
6346
|
};
|
|
5849
6347
|
reasoning: true;
|
|
5850
|
-
input: "text"[];
|
|
6348
|
+
input: ("image" | "text")[];
|
|
5851
6349
|
cost: {
|
|
5852
6350
|
input: number;
|
|
5853
6351
|
output: number;
|
|
@@ -5857,7 +6355,7 @@ export declare const MODELS: {
|
|
|
5857
6355
|
contextWindow: number;
|
|
5858
6356
|
maxTokens: number;
|
|
5859
6357
|
};
|
|
5860
|
-
readonly "
|
|
6358
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
5861
6359
|
id: string;
|
|
5862
6360
|
name: string;
|
|
5863
6361
|
api: "openai-completions";
|
|
@@ -5867,7 +6365,7 @@ export declare const MODELS: {
|
|
|
5867
6365
|
supportsDeveloperRole: false;
|
|
5868
6366
|
};
|
|
5869
6367
|
reasoning: true;
|
|
5870
|
-
input: "text"[];
|
|
6368
|
+
input: ("image" | "text")[];
|
|
5871
6369
|
cost: {
|
|
5872
6370
|
input: number;
|
|
5873
6371
|
output: number;
|
|
@@ -5877,7 +6375,7 @@ export declare const MODELS: {
|
|
|
5877
6375
|
contextWindow: number;
|
|
5878
6376
|
maxTokens: number;
|
|
5879
6377
|
};
|
|
5880
|
-
readonly "
|
|
6378
|
+
readonly "moonshotai/Kimi-K2.7-Code": {
|
|
5881
6379
|
id: string;
|
|
5882
6380
|
name: string;
|
|
5883
6381
|
api: "openai-completions";
|
|
@@ -5887,7 +6385,7 @@ export declare const MODELS: {
|
|
|
5887
6385
|
supportsDeveloperRole: false;
|
|
5888
6386
|
};
|
|
5889
6387
|
reasoning: true;
|
|
5890
|
-
input: "text"[];
|
|
6388
|
+
input: ("image" | "text")[];
|
|
5891
6389
|
cost: {
|
|
5892
6390
|
input: number;
|
|
5893
6391
|
output: number;
|
|
@@ -5897,7 +6395,7 @@ export declare const MODELS: {
|
|
|
5897
6395
|
contextWindow: number;
|
|
5898
6396
|
maxTokens: number;
|
|
5899
6397
|
};
|
|
5900
|
-
readonly "
|
|
6398
|
+
readonly "stepfun-ai/Step-3.5-Flash": {
|
|
5901
6399
|
id: string;
|
|
5902
6400
|
name: string;
|
|
5903
6401
|
api: "openai-completions";
|
|
@@ -5917,7 +6415,7 @@ export declare const MODELS: {
|
|
|
5917
6415
|
contextWindow: number;
|
|
5918
6416
|
maxTokens: number;
|
|
5919
6417
|
};
|
|
5920
|
-
readonly "
|
|
6418
|
+
readonly "zai-org/GLM-4.5": {
|
|
5921
6419
|
id: string;
|
|
5922
6420
|
name: string;
|
|
5923
6421
|
api: "openai-completions";
|
|
@@ -5926,7 +6424,7 @@ export declare const MODELS: {
|
|
|
5926
6424
|
compat: {
|
|
5927
6425
|
supportsDeveloperRole: false;
|
|
5928
6426
|
};
|
|
5929
|
-
reasoning:
|
|
6427
|
+
reasoning: true;
|
|
5930
6428
|
input: "text"[];
|
|
5931
6429
|
cost: {
|
|
5932
6430
|
input: number;
|
|
@@ -5937,7 +6435,7 @@ export declare const MODELS: {
|
|
|
5937
6435
|
contextWindow: number;
|
|
5938
6436
|
maxTokens: number;
|
|
5939
6437
|
};
|
|
5940
|
-
readonly "
|
|
6438
|
+
readonly "zai-org/GLM-4.5-Air": {
|
|
5941
6439
|
id: string;
|
|
5942
6440
|
name: string;
|
|
5943
6441
|
api: "openai-completions";
|
|
@@ -5946,7 +6444,7 @@ export declare const MODELS: {
|
|
|
5946
6444
|
compat: {
|
|
5947
6445
|
supportsDeveloperRole: false;
|
|
5948
6446
|
};
|
|
5949
|
-
reasoning:
|
|
6447
|
+
reasoning: true;
|
|
5950
6448
|
input: "text"[];
|
|
5951
6449
|
cost: {
|
|
5952
6450
|
input: number;
|
|
@@ -5957,7 +6455,7 @@ export declare const MODELS: {
|
|
|
5957
6455
|
contextWindow: number;
|
|
5958
6456
|
maxTokens: number;
|
|
5959
6457
|
};
|
|
5960
|
-
readonly "
|
|
6458
|
+
readonly "zai-org/GLM-4.5V": {
|
|
5961
6459
|
id: string;
|
|
5962
6460
|
name: string;
|
|
5963
6461
|
api: "openai-completions";
|
|
@@ -5967,7 +6465,7 @@ export declare const MODELS: {
|
|
|
5967
6465
|
supportsDeveloperRole: false;
|
|
5968
6466
|
};
|
|
5969
6467
|
reasoning: true;
|
|
5970
|
-
input: "text"[];
|
|
6468
|
+
input: ("image" | "text")[];
|
|
5971
6469
|
cost: {
|
|
5972
6470
|
input: number;
|
|
5973
6471
|
output: number;
|
|
@@ -5977,7 +6475,7 @@ export declare const MODELS: {
|
|
|
5977
6475
|
contextWindow: number;
|
|
5978
6476
|
maxTokens: number;
|
|
5979
6477
|
};
|
|
5980
|
-
readonly "
|
|
6478
|
+
readonly "zai-org/GLM-4.6": {
|
|
5981
6479
|
id: string;
|
|
5982
6480
|
name: string;
|
|
5983
6481
|
api: "openai-completions";
|
|
@@ -5987,7 +6485,7 @@ export declare const MODELS: {
|
|
|
5987
6485
|
supportsDeveloperRole: false;
|
|
5988
6486
|
};
|
|
5989
6487
|
reasoning: true;
|
|
5990
|
-
input:
|
|
6488
|
+
input: "text"[];
|
|
5991
6489
|
cost: {
|
|
5992
6490
|
input: number;
|
|
5993
6491
|
output: number;
|
|
@@ -5997,7 +6495,7 @@ export declare const MODELS: {
|
|
|
5997
6495
|
contextWindow: number;
|
|
5998
6496
|
maxTokens: number;
|
|
5999
6497
|
};
|
|
6000
|
-
readonly "
|
|
6498
|
+
readonly "zai-org/GLM-4.7": {
|
|
6001
6499
|
id: string;
|
|
6002
6500
|
name: string;
|
|
6003
6501
|
api: "openai-completions";
|
|
@@ -6007,7 +6505,7 @@ export declare const MODELS: {
|
|
|
6007
6505
|
supportsDeveloperRole: false;
|
|
6008
6506
|
};
|
|
6009
6507
|
reasoning: true;
|
|
6010
|
-
input:
|
|
6508
|
+
input: "text"[];
|
|
6011
6509
|
cost: {
|
|
6012
6510
|
input: number;
|
|
6013
6511
|
output: number;
|
|
@@ -6017,7 +6515,7 @@ export declare const MODELS: {
|
|
|
6017
6515
|
contextWindow: number;
|
|
6018
6516
|
maxTokens: number;
|
|
6019
6517
|
};
|
|
6020
|
-
readonly "zai-org/GLM-4.7": {
|
|
6518
|
+
readonly "zai-org/GLM-4.7-Flash": {
|
|
6021
6519
|
id: string;
|
|
6022
6520
|
name: string;
|
|
6023
6521
|
api: "openai-completions";
|
|
@@ -6037,7 +6535,7 @@ export declare const MODELS: {
|
|
|
6037
6535
|
contextWindow: number;
|
|
6038
6536
|
maxTokens: number;
|
|
6039
6537
|
};
|
|
6040
|
-
readonly "zai-org/GLM-
|
|
6538
|
+
readonly "zai-org/GLM-5": {
|
|
6041
6539
|
id: string;
|
|
6042
6540
|
name: string;
|
|
6043
6541
|
api: "openai-completions";
|
|
@@ -6057,7 +6555,7 @@ export declare const MODELS: {
|
|
|
6057
6555
|
contextWindow: number;
|
|
6058
6556
|
maxTokens: number;
|
|
6059
6557
|
};
|
|
6060
|
-
readonly "zai-org/GLM-5": {
|
|
6558
|
+
readonly "zai-org/GLM-5.1": {
|
|
6061
6559
|
id: string;
|
|
6062
6560
|
name: string;
|
|
6063
6561
|
api: "openai-completions";
|
|
@@ -6077,7 +6575,7 @@ export declare const MODELS: {
|
|
|
6077
6575
|
contextWindow: number;
|
|
6078
6576
|
maxTokens: number;
|
|
6079
6577
|
};
|
|
6080
|
-
readonly "zai-org/GLM-5.
|
|
6578
|
+
readonly "zai-org/GLM-5.2": {
|
|
6081
6579
|
id: string;
|
|
6082
6580
|
name: string;
|
|
6083
6581
|
api: "openai-completions";
|
|
@@ -8514,6 +9012,23 @@ export declare const MODELS: {
|
|
|
8514
9012
|
contextWindow: number;
|
|
8515
9013
|
maxTokens: number;
|
|
8516
9014
|
};
|
|
9015
|
+
readonly "glm-5.2": {
|
|
9016
|
+
id: string;
|
|
9017
|
+
name: string;
|
|
9018
|
+
api: "openai-completions";
|
|
9019
|
+
provider: string;
|
|
9020
|
+
baseUrl: string;
|
|
9021
|
+
reasoning: true;
|
|
9022
|
+
input: "text"[];
|
|
9023
|
+
cost: {
|
|
9024
|
+
input: number;
|
|
9025
|
+
output: number;
|
|
9026
|
+
cacheRead: number;
|
|
9027
|
+
cacheWrite: number;
|
|
9028
|
+
};
|
|
9029
|
+
contextWindow: number;
|
|
9030
|
+
maxTokens: number;
|
|
9031
|
+
};
|
|
8517
9032
|
readonly "gpt-5": {
|
|
8518
9033
|
id: string;
|
|
8519
9034
|
name: string;
|
|
@@ -9406,23 +9921,6 @@ export declare const MODELS: {
|
|
|
9406
9921
|
contextWindow: number;
|
|
9407
9922
|
maxTokens: number;
|
|
9408
9923
|
};
|
|
9409
|
-
readonly "anthropic/claude-3.5-haiku": {
|
|
9410
|
-
id: string;
|
|
9411
|
-
name: string;
|
|
9412
|
-
api: "openai-completions";
|
|
9413
|
-
provider: string;
|
|
9414
|
-
baseUrl: string;
|
|
9415
|
-
reasoning: false;
|
|
9416
|
-
input: ("image" | "text")[];
|
|
9417
|
-
cost: {
|
|
9418
|
-
input: number;
|
|
9419
|
-
output: number;
|
|
9420
|
-
cacheRead: number;
|
|
9421
|
-
cacheWrite: number;
|
|
9422
|
-
};
|
|
9423
|
-
contextWindow: number;
|
|
9424
|
-
maxTokens: number;
|
|
9425
|
-
};
|
|
9426
9924
|
readonly "anthropic/claude-fable-5": {
|
|
9427
9925
|
id: string;
|
|
9428
9926
|
name: string;
|
|
@@ -10056,23 +10554,6 @@ export declare const MODELS: {
|
|
|
10056
10554
|
contextWindow: number;
|
|
10057
10555
|
maxTokens: number;
|
|
10058
10556
|
};
|
|
10059
|
-
readonly "essentialai/rnj-1-instruct": {
|
|
10060
|
-
id: string;
|
|
10061
|
-
name: string;
|
|
10062
|
-
api: "openai-completions";
|
|
10063
|
-
provider: string;
|
|
10064
|
-
baseUrl: string;
|
|
10065
|
-
reasoning: false;
|
|
10066
|
-
input: "text"[];
|
|
10067
|
-
cost: {
|
|
10068
|
-
input: number;
|
|
10069
|
-
output: number;
|
|
10070
|
-
cacheRead: number;
|
|
10071
|
-
cacheWrite: number;
|
|
10072
|
-
};
|
|
10073
|
-
contextWindow: number;
|
|
10074
|
-
maxTokens: number;
|
|
10075
|
-
};
|
|
10076
10557
|
readonly "google/gemini-2.5-flash": {
|
|
10077
10558
|
id: string;
|
|
10078
10559
|
name: string;
|
|
@@ -11116,23 +11597,6 @@ export declare const MODELS: {
|
|
|
11116
11597
|
contextWindow: number;
|
|
11117
11598
|
maxTokens: number;
|
|
11118
11599
|
};
|
|
11119
|
-
readonly "nex-agi/nex-n2-pro:free": {
|
|
11120
|
-
id: string;
|
|
11121
|
-
name: string;
|
|
11122
|
-
api: "openai-completions";
|
|
11123
|
-
provider: string;
|
|
11124
|
-
baseUrl: string;
|
|
11125
|
-
reasoning: true;
|
|
11126
|
-
input: ("image" | "text")[];
|
|
11127
|
-
cost: {
|
|
11128
|
-
input: number;
|
|
11129
|
-
output: number;
|
|
11130
|
-
cacheRead: number;
|
|
11131
|
-
cacheWrite: number;
|
|
11132
|
-
};
|
|
11133
|
-
contextWindow: number;
|
|
11134
|
-
maxTokens: number;
|
|
11135
|
-
};
|
|
11136
11600
|
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
11137
11601
|
id: string;
|
|
11138
11602
|
name: string;
|
|
@@ -12396,23 +12860,6 @@ export declare const MODELS: {
|
|
|
12396
12860
|
contextWindow: number;
|
|
12397
12861
|
maxTokens: number;
|
|
12398
12862
|
};
|
|
12399
|
-
readonly "prime-intellect/intellect-3": {
|
|
12400
|
-
id: string;
|
|
12401
|
-
name: string;
|
|
12402
|
-
api: "openai-completions";
|
|
12403
|
-
provider: string;
|
|
12404
|
-
baseUrl: string;
|
|
12405
|
-
reasoning: true;
|
|
12406
|
-
input: "text"[];
|
|
12407
|
-
cost: {
|
|
12408
|
-
input: number;
|
|
12409
|
-
output: number;
|
|
12410
|
-
cacheRead: number;
|
|
12411
|
-
cacheWrite: number;
|
|
12412
|
-
};
|
|
12413
|
-
contextWindow: number;
|
|
12414
|
-
maxTokens: number;
|
|
12415
|
-
};
|
|
12416
12863
|
readonly "qwen/qwen-2.5-72b-instruct": {
|
|
12417
12864
|
id: string;
|
|
12418
12865
|
name: string;
|
|
@@ -13314,23 +13761,6 @@ export declare const MODELS: {
|
|
|
13314
13761
|
contextWindow: number;
|
|
13315
13762
|
maxTokens: number;
|
|
13316
13763
|
};
|
|
13317
|
-
readonly "thedrummer/rocinante-12b": {
|
|
13318
|
-
id: string;
|
|
13319
|
-
name: string;
|
|
13320
|
-
api: "openai-completions";
|
|
13321
|
-
provider: string;
|
|
13322
|
-
baseUrl: string;
|
|
13323
|
-
reasoning: false;
|
|
13324
|
-
input: "text"[];
|
|
13325
|
-
cost: {
|
|
13326
|
-
input: number;
|
|
13327
|
-
output: number;
|
|
13328
|
-
cacheRead: number;
|
|
13329
|
-
cacheWrite: number;
|
|
13330
|
-
};
|
|
13331
|
-
contextWindow: number;
|
|
13332
|
-
maxTokens: number;
|
|
13333
|
-
};
|
|
13334
13764
|
readonly "thedrummer/unslopnemo-12b": {
|
|
13335
13765
|
id: string;
|
|
13336
13766
|
name: string;
|
|
@@ -13637,6 +14067,23 @@ export declare const MODELS: {
|
|
|
13637
14067
|
contextWindow: number;
|
|
13638
14068
|
maxTokens: number;
|
|
13639
14069
|
};
|
|
14070
|
+
readonly "z-ai/glm-5v-turbo": {
|
|
14071
|
+
id: string;
|
|
14072
|
+
name: string;
|
|
14073
|
+
api: "openai-completions";
|
|
14074
|
+
provider: string;
|
|
14075
|
+
baseUrl: string;
|
|
14076
|
+
reasoning: true;
|
|
14077
|
+
input: ("image" | "text")[];
|
|
14078
|
+
cost: {
|
|
14079
|
+
input: number;
|
|
14080
|
+
output: number;
|
|
14081
|
+
cacheRead: number;
|
|
14082
|
+
cacheWrite: number;
|
|
14083
|
+
};
|
|
14084
|
+
contextWindow: number;
|
|
14085
|
+
maxTokens: number;
|
|
14086
|
+
};
|
|
13640
14087
|
readonly "~anthropic/claude-fable-latest": {
|
|
13641
14088
|
id: string;
|
|
13642
14089
|
name: string;
|
|
@@ -16761,6 +17208,23 @@ export declare const MODELS: {
|
|
|
16761
17208
|
contextWindow: number;
|
|
16762
17209
|
maxTokens: number;
|
|
16763
17210
|
};
|
|
17211
|
+
readonly "sakana/fugu-ultra": {
|
|
17212
|
+
id: string;
|
|
17213
|
+
name: string;
|
|
17214
|
+
api: "anthropic-messages";
|
|
17215
|
+
provider: string;
|
|
17216
|
+
baseUrl: string;
|
|
17217
|
+
reasoning: true;
|
|
17218
|
+
input: ("image" | "text")[];
|
|
17219
|
+
cost: {
|
|
17220
|
+
input: number;
|
|
17221
|
+
output: number;
|
|
17222
|
+
cacheRead: number;
|
|
17223
|
+
cacheWrite: number;
|
|
17224
|
+
};
|
|
17225
|
+
contextWindow: number;
|
|
17226
|
+
maxTokens: number;
|
|
17227
|
+
};
|
|
16764
17228
|
readonly "stepfun/step-3.5-flash": {
|
|
16765
17229
|
id: string;
|
|
16766
17230
|
name: string;
|