@earendil-works/pi-ai 0.79.1 → 0.79.2
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/models.generated.d.ts +273 -501
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +519 -740
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.js +11 -2
- package/dist/providers/amazon-bedrock.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +18 -11
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/openai-codex-responses.d.ts.map +1 -1
- package/dist/providers/openai-codex-responses.js +3 -1
- package/dist/providers/openai-codex-responses.js.map +1 -1
- package/dist/utils/overflow.d.ts +1 -1
- package/dist/utils/overflow.d.ts.map +1 -1
- package/dist/utils/overflow.js +3 -2
- package/dist/utils/overflow.js.map +1 -1
- package/package.json +1 -1
|
@@ -363,6 +363,7 @@ export declare const MODELS: {
|
|
|
363
363
|
baseUrl: string;
|
|
364
364
|
reasoning: true;
|
|
365
365
|
thinkingLevelMap: {
|
|
366
|
+
off: null;
|
|
366
367
|
xhigh: string;
|
|
367
368
|
};
|
|
368
369
|
input: ("image" | "text")[];
|
|
@@ -511,6 +512,7 @@ export declare const MODELS: {
|
|
|
511
512
|
baseUrl: string;
|
|
512
513
|
reasoning: true;
|
|
513
514
|
thinkingLevelMap: {
|
|
515
|
+
off: null;
|
|
514
516
|
xhigh: string;
|
|
515
517
|
};
|
|
516
518
|
input: ("image" | "text")[];
|
|
@@ -1419,6 +1421,7 @@ export declare const MODELS: {
|
|
|
1419
1421
|
baseUrl: string;
|
|
1420
1422
|
reasoning: true;
|
|
1421
1423
|
thinkingLevelMap: {
|
|
1424
|
+
off: null;
|
|
1422
1425
|
xhigh: string;
|
|
1423
1426
|
};
|
|
1424
1427
|
input: ("image" | "text")[];
|
|
@@ -1944,6 +1947,7 @@ export declare const MODELS: {
|
|
|
1944
1947
|
};
|
|
1945
1948
|
reasoning: true;
|
|
1946
1949
|
thinkingLevelMap: {
|
|
1950
|
+
off: null;
|
|
1947
1951
|
xhigh: string;
|
|
1948
1952
|
};
|
|
1949
1953
|
input: ("image" | "text")[];
|
|
@@ -3073,30 +3077,13 @@ export declare const MODELS: {
|
|
|
3073
3077
|
contextWindow: number;
|
|
3074
3078
|
maxTokens: number;
|
|
3075
3079
|
};
|
|
3076
|
-
readonly "llama3.1-8b": {
|
|
3077
|
-
id: string;
|
|
3078
|
-
name: string;
|
|
3079
|
-
api: "openai-completions";
|
|
3080
|
-
provider: string;
|
|
3081
|
-
baseUrl: string;
|
|
3082
|
-
reasoning: false;
|
|
3083
|
-
input: "text"[];
|
|
3084
|
-
cost: {
|
|
3085
|
-
input: number;
|
|
3086
|
-
output: number;
|
|
3087
|
-
cacheRead: number;
|
|
3088
|
-
cacheWrite: number;
|
|
3089
|
-
};
|
|
3090
|
-
contextWindow: number;
|
|
3091
|
-
maxTokens: number;
|
|
3092
|
-
};
|
|
3093
3080
|
readonly "zai-glm-4.7": {
|
|
3094
3081
|
id: string;
|
|
3095
3082
|
name: string;
|
|
3096
3083
|
api: "openai-completions";
|
|
3097
3084
|
provider: string;
|
|
3098
3085
|
baseUrl: string;
|
|
3099
|
-
reasoning:
|
|
3086
|
+
reasoning: true;
|
|
3100
3087
|
input: "text"[];
|
|
3101
3088
|
cost: {
|
|
3102
3089
|
input: number;
|
|
@@ -3222,6 +3209,7 @@ export declare const MODELS: {
|
|
|
3222
3209
|
};
|
|
3223
3210
|
reasoning: true;
|
|
3224
3211
|
thinkingLevelMap: {
|
|
3212
|
+
off: null;
|
|
3225
3213
|
xhigh: string;
|
|
3226
3214
|
};
|
|
3227
3215
|
input: ("image" | "text")[];
|
|
@@ -3927,6 +3915,26 @@ export declare const MODELS: {
|
|
|
3927
3915
|
contextWindow: number;
|
|
3928
3916
|
maxTokens: number;
|
|
3929
3917
|
};
|
|
3918
|
+
readonly "@cf/moonshotai/kimi-k2.7-code": {
|
|
3919
|
+
id: string;
|
|
3920
|
+
name: string;
|
|
3921
|
+
api: "openai-completions";
|
|
3922
|
+
provider: string;
|
|
3923
|
+
baseUrl: string;
|
|
3924
|
+
compat: {
|
|
3925
|
+
sendSessionAffinityHeaders: true;
|
|
3926
|
+
};
|
|
3927
|
+
reasoning: true;
|
|
3928
|
+
input: ("image" | "text")[];
|
|
3929
|
+
cost: {
|
|
3930
|
+
input: number;
|
|
3931
|
+
output: number;
|
|
3932
|
+
cacheRead: number;
|
|
3933
|
+
cacheWrite: number;
|
|
3934
|
+
};
|
|
3935
|
+
contextWindow: number;
|
|
3936
|
+
maxTokens: number;
|
|
3937
|
+
};
|
|
3930
3938
|
readonly "@cf/nvidia/nemotron-3-120b-a12b": {
|
|
3931
3939
|
id: string;
|
|
3932
3940
|
name: string;
|
|
@@ -4388,6 +4396,34 @@ export declare const MODELS: {
|
|
|
4388
4396
|
};
|
|
4389
4397
|
};
|
|
4390
4398
|
readonly "github-copilot": {
|
|
4399
|
+
readonly "claude-fable-5": {
|
|
4400
|
+
id: string;
|
|
4401
|
+
name: string;
|
|
4402
|
+
api: "openai-completions";
|
|
4403
|
+
provider: string;
|
|
4404
|
+
baseUrl: string;
|
|
4405
|
+
headers: {
|
|
4406
|
+
"User-Agent": string;
|
|
4407
|
+
"Editor-Version": string;
|
|
4408
|
+
"Editor-Plugin-Version": string;
|
|
4409
|
+
"Copilot-Integration-Id": string;
|
|
4410
|
+
};
|
|
4411
|
+
compat: {
|
|
4412
|
+
supportsStore: false;
|
|
4413
|
+
supportsDeveloperRole: false;
|
|
4414
|
+
supportsReasoningEffort: false;
|
|
4415
|
+
};
|
|
4416
|
+
reasoning: true;
|
|
4417
|
+
input: ("image" | "text")[];
|
|
4418
|
+
cost: {
|
|
4419
|
+
input: number;
|
|
4420
|
+
output: number;
|
|
4421
|
+
cacheRead: number;
|
|
4422
|
+
cacheWrite: number;
|
|
4423
|
+
};
|
|
4424
|
+
contextWindow: number;
|
|
4425
|
+
maxTokens: number;
|
|
4426
|
+
};
|
|
4391
4427
|
readonly "claude-haiku-4.5": {
|
|
4392
4428
|
id: string;
|
|
4393
4429
|
name: string;
|
|
@@ -5565,74 +5601,6 @@ export declare const MODELS: {
|
|
|
5565
5601
|
};
|
|
5566
5602
|
};
|
|
5567
5603
|
readonly groq: {
|
|
5568
|
-
readonly "deepseek-r1-distill-llama-70b": {
|
|
5569
|
-
id: string;
|
|
5570
|
-
name: string;
|
|
5571
|
-
api: "openai-completions";
|
|
5572
|
-
provider: string;
|
|
5573
|
-
baseUrl: string;
|
|
5574
|
-
reasoning: true;
|
|
5575
|
-
input: "text"[];
|
|
5576
|
-
cost: {
|
|
5577
|
-
input: number;
|
|
5578
|
-
output: number;
|
|
5579
|
-
cacheRead: number;
|
|
5580
|
-
cacheWrite: number;
|
|
5581
|
-
};
|
|
5582
|
-
contextWindow: number;
|
|
5583
|
-
maxTokens: number;
|
|
5584
|
-
};
|
|
5585
|
-
readonly "gemma2-9b-it": {
|
|
5586
|
-
id: string;
|
|
5587
|
-
name: string;
|
|
5588
|
-
api: "openai-completions";
|
|
5589
|
-
provider: string;
|
|
5590
|
-
baseUrl: string;
|
|
5591
|
-
reasoning: false;
|
|
5592
|
-
input: "text"[];
|
|
5593
|
-
cost: {
|
|
5594
|
-
input: number;
|
|
5595
|
-
output: number;
|
|
5596
|
-
cacheRead: number;
|
|
5597
|
-
cacheWrite: number;
|
|
5598
|
-
};
|
|
5599
|
-
contextWindow: number;
|
|
5600
|
-
maxTokens: number;
|
|
5601
|
-
};
|
|
5602
|
-
readonly "groq/compound": {
|
|
5603
|
-
id: string;
|
|
5604
|
-
name: string;
|
|
5605
|
-
api: "openai-completions";
|
|
5606
|
-
provider: string;
|
|
5607
|
-
baseUrl: string;
|
|
5608
|
-
reasoning: true;
|
|
5609
|
-
input: "text"[];
|
|
5610
|
-
cost: {
|
|
5611
|
-
input: number;
|
|
5612
|
-
output: number;
|
|
5613
|
-
cacheRead: number;
|
|
5614
|
-
cacheWrite: number;
|
|
5615
|
-
};
|
|
5616
|
-
contextWindow: number;
|
|
5617
|
-
maxTokens: number;
|
|
5618
|
-
};
|
|
5619
|
-
readonly "groq/compound-mini": {
|
|
5620
|
-
id: string;
|
|
5621
|
-
name: string;
|
|
5622
|
-
api: "openai-completions";
|
|
5623
|
-
provider: string;
|
|
5624
|
-
baseUrl: string;
|
|
5625
|
-
reasoning: true;
|
|
5626
|
-
input: "text"[];
|
|
5627
|
-
cost: {
|
|
5628
|
-
input: number;
|
|
5629
|
-
output: number;
|
|
5630
|
-
cacheRead: number;
|
|
5631
|
-
cacheWrite: number;
|
|
5632
|
-
};
|
|
5633
|
-
contextWindow: number;
|
|
5634
|
-
maxTokens: number;
|
|
5635
|
-
};
|
|
5636
5604
|
readonly "llama-3.1-8b-instant": {
|
|
5637
5605
|
id: string;
|
|
5638
5606
|
name: string;
|
|
@@ -5667,57 +5635,6 @@ export declare const MODELS: {
|
|
|
5667
5635
|
contextWindow: number;
|
|
5668
5636
|
maxTokens: number;
|
|
5669
5637
|
};
|
|
5670
|
-
readonly "llama3-70b-8192": {
|
|
5671
|
-
id: string;
|
|
5672
|
-
name: string;
|
|
5673
|
-
api: "openai-completions";
|
|
5674
|
-
provider: string;
|
|
5675
|
-
baseUrl: string;
|
|
5676
|
-
reasoning: false;
|
|
5677
|
-
input: "text"[];
|
|
5678
|
-
cost: {
|
|
5679
|
-
input: number;
|
|
5680
|
-
output: number;
|
|
5681
|
-
cacheRead: number;
|
|
5682
|
-
cacheWrite: number;
|
|
5683
|
-
};
|
|
5684
|
-
contextWindow: number;
|
|
5685
|
-
maxTokens: number;
|
|
5686
|
-
};
|
|
5687
|
-
readonly "llama3-8b-8192": {
|
|
5688
|
-
id: string;
|
|
5689
|
-
name: string;
|
|
5690
|
-
api: "openai-completions";
|
|
5691
|
-
provider: string;
|
|
5692
|
-
baseUrl: string;
|
|
5693
|
-
reasoning: false;
|
|
5694
|
-
input: "text"[];
|
|
5695
|
-
cost: {
|
|
5696
|
-
input: number;
|
|
5697
|
-
output: number;
|
|
5698
|
-
cacheRead: number;
|
|
5699
|
-
cacheWrite: number;
|
|
5700
|
-
};
|
|
5701
|
-
contextWindow: number;
|
|
5702
|
-
maxTokens: number;
|
|
5703
|
-
};
|
|
5704
|
-
readonly "meta-llama/llama-4-maverick-17b-128e-instruct": {
|
|
5705
|
-
id: string;
|
|
5706
|
-
name: string;
|
|
5707
|
-
api: "openai-completions";
|
|
5708
|
-
provider: string;
|
|
5709
|
-
baseUrl: string;
|
|
5710
|
-
reasoning: false;
|
|
5711
|
-
input: ("image" | "text")[];
|
|
5712
|
-
cost: {
|
|
5713
|
-
input: number;
|
|
5714
|
-
output: number;
|
|
5715
|
-
cacheRead: number;
|
|
5716
|
-
cacheWrite: number;
|
|
5717
|
-
};
|
|
5718
|
-
contextWindow: number;
|
|
5719
|
-
maxTokens: number;
|
|
5720
|
-
};
|
|
5721
5638
|
readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
5722
5639
|
id: string;
|
|
5723
5640
|
name: string;
|
|
@@ -5735,57 +5652,6 @@ export declare const MODELS: {
|
|
|
5735
5652
|
contextWindow: number;
|
|
5736
5653
|
maxTokens: number;
|
|
5737
5654
|
};
|
|
5738
|
-
readonly "mistral-saba-24b": {
|
|
5739
|
-
id: string;
|
|
5740
|
-
name: string;
|
|
5741
|
-
api: "openai-completions";
|
|
5742
|
-
provider: string;
|
|
5743
|
-
baseUrl: string;
|
|
5744
|
-
reasoning: false;
|
|
5745
|
-
input: "text"[];
|
|
5746
|
-
cost: {
|
|
5747
|
-
input: number;
|
|
5748
|
-
output: number;
|
|
5749
|
-
cacheRead: number;
|
|
5750
|
-
cacheWrite: number;
|
|
5751
|
-
};
|
|
5752
|
-
contextWindow: number;
|
|
5753
|
-
maxTokens: number;
|
|
5754
|
-
};
|
|
5755
|
-
readonly "moonshotai/kimi-k2-instruct": {
|
|
5756
|
-
id: string;
|
|
5757
|
-
name: string;
|
|
5758
|
-
api: "openai-completions";
|
|
5759
|
-
provider: string;
|
|
5760
|
-
baseUrl: string;
|
|
5761
|
-
reasoning: false;
|
|
5762
|
-
input: "text"[];
|
|
5763
|
-
cost: {
|
|
5764
|
-
input: number;
|
|
5765
|
-
output: number;
|
|
5766
|
-
cacheRead: number;
|
|
5767
|
-
cacheWrite: number;
|
|
5768
|
-
};
|
|
5769
|
-
contextWindow: number;
|
|
5770
|
-
maxTokens: number;
|
|
5771
|
-
};
|
|
5772
|
-
readonly "moonshotai/kimi-k2-instruct-0905": {
|
|
5773
|
-
id: string;
|
|
5774
|
-
name: string;
|
|
5775
|
-
api: "openai-completions";
|
|
5776
|
-
provider: string;
|
|
5777
|
-
baseUrl: string;
|
|
5778
|
-
reasoning: false;
|
|
5779
|
-
input: "text"[];
|
|
5780
|
-
cost: {
|
|
5781
|
-
input: number;
|
|
5782
|
-
output: number;
|
|
5783
|
-
cacheRead: number;
|
|
5784
|
-
cacheWrite: number;
|
|
5785
|
-
};
|
|
5786
|
-
contextWindow: number;
|
|
5787
|
-
maxTokens: number;
|
|
5788
|
-
};
|
|
5789
5655
|
readonly "openai/gpt-oss-120b": {
|
|
5790
5656
|
id: string;
|
|
5791
5657
|
name: string;
|
|
@@ -5837,23 +5703,6 @@ export declare const MODELS: {
|
|
|
5837
5703
|
contextWindow: number;
|
|
5838
5704
|
maxTokens: number;
|
|
5839
5705
|
};
|
|
5840
|
-
readonly "qwen-qwq-32b": {
|
|
5841
|
-
id: string;
|
|
5842
|
-
name: string;
|
|
5843
|
-
api: "openai-completions";
|
|
5844
|
-
provider: string;
|
|
5845
|
-
baseUrl: string;
|
|
5846
|
-
reasoning: true;
|
|
5847
|
-
input: "text"[];
|
|
5848
|
-
cost: {
|
|
5849
|
-
input: number;
|
|
5850
|
-
output: number;
|
|
5851
|
-
cacheRead: number;
|
|
5852
|
-
cacheWrite: number;
|
|
5853
|
-
};
|
|
5854
|
-
contextWindow: number;
|
|
5855
|
-
maxTokens: number;
|
|
5856
|
-
};
|
|
5857
5706
|
readonly "qwen/qwen3-32b": {
|
|
5858
5707
|
id: string;
|
|
5859
5708
|
name: string;
|
|
@@ -6321,7 +6170,7 @@ export declare const MODELS: {
|
|
|
6321
6170
|
};
|
|
6322
6171
|
};
|
|
6323
6172
|
readonly "kimi-coding": {
|
|
6324
|
-
readonly
|
|
6173
|
+
readonly k2p7: {
|
|
6325
6174
|
id: string;
|
|
6326
6175
|
name: string;
|
|
6327
6176
|
api: "anthropic-messages";
|
|
@@ -6341,7 +6190,7 @@ export declare const MODELS: {
|
|
|
6341
6190
|
contextWindow: number;
|
|
6342
6191
|
maxTokens: number;
|
|
6343
6192
|
};
|
|
6344
|
-
readonly "kimi-
|
|
6193
|
+
readonly "kimi-for-coding": {
|
|
6345
6194
|
id: string;
|
|
6346
6195
|
name: string;
|
|
6347
6196
|
api: "anthropic-messages";
|
|
@@ -6351,7 +6200,7 @@ export declare const MODELS: {
|
|
|
6351
6200
|
"User-Agent": string;
|
|
6352
6201
|
};
|
|
6353
6202
|
reasoning: true;
|
|
6354
|
-
input: "text"[];
|
|
6203
|
+
input: ("image" | "text")[];
|
|
6355
6204
|
cost: {
|
|
6356
6205
|
input: number;
|
|
6357
6206
|
output: number;
|
|
@@ -6361,15 +6210,35 @@ export declare const MODELS: {
|
|
|
6361
6210
|
contextWindow: number;
|
|
6362
6211
|
maxTokens: number;
|
|
6363
6212
|
};
|
|
6364
|
-
|
|
6365
|
-
readonly minimax: {
|
|
6366
|
-
readonly "MiniMax-M2.7": {
|
|
6213
|
+
readonly "kimi-k2-thinking": {
|
|
6367
6214
|
id: string;
|
|
6368
6215
|
name: string;
|
|
6369
6216
|
api: "anthropic-messages";
|
|
6370
6217
|
provider: string;
|
|
6371
6218
|
baseUrl: string;
|
|
6372
|
-
|
|
6219
|
+
headers: {
|
|
6220
|
+
"User-Agent": string;
|
|
6221
|
+
};
|
|
6222
|
+
reasoning: true;
|
|
6223
|
+
input: "text"[];
|
|
6224
|
+
cost: {
|
|
6225
|
+
input: number;
|
|
6226
|
+
output: number;
|
|
6227
|
+
cacheRead: number;
|
|
6228
|
+
cacheWrite: number;
|
|
6229
|
+
};
|
|
6230
|
+
contextWindow: number;
|
|
6231
|
+
maxTokens: number;
|
|
6232
|
+
};
|
|
6233
|
+
};
|
|
6234
|
+
readonly minimax: {
|
|
6235
|
+
readonly "MiniMax-M2.7": {
|
|
6236
|
+
id: string;
|
|
6237
|
+
name: string;
|
|
6238
|
+
api: "anthropic-messages";
|
|
6239
|
+
provider: string;
|
|
6240
|
+
baseUrl: string;
|
|
6241
|
+
reasoning: true;
|
|
6373
6242
|
input: "text"[];
|
|
6374
6243
|
cost: {
|
|
6375
6244
|
input: number;
|
|
@@ -7156,6 +7025,31 @@ export declare const MODELS: {
|
|
|
7156
7025
|
contextWindow: number;
|
|
7157
7026
|
maxTokens: number;
|
|
7158
7027
|
};
|
|
7028
|
+
readonly "kimi-k2.7-code": {
|
|
7029
|
+
id: string;
|
|
7030
|
+
name: string;
|
|
7031
|
+
api: "openai-completions";
|
|
7032
|
+
provider: string;
|
|
7033
|
+
baseUrl: string;
|
|
7034
|
+
compat: {
|
|
7035
|
+
supportsStore: false;
|
|
7036
|
+
supportsDeveloperRole: false;
|
|
7037
|
+
supportsReasoningEffort: false;
|
|
7038
|
+
maxTokensField: "max_tokens";
|
|
7039
|
+
supportsStrictMode: false;
|
|
7040
|
+
thinkingFormat: "deepseek";
|
|
7041
|
+
};
|
|
7042
|
+
reasoning: true;
|
|
7043
|
+
input: ("image" | "text")[];
|
|
7044
|
+
cost: {
|
|
7045
|
+
input: number;
|
|
7046
|
+
output: number;
|
|
7047
|
+
cacheRead: number;
|
|
7048
|
+
cacheWrite: number;
|
|
7049
|
+
};
|
|
7050
|
+
contextWindow: number;
|
|
7051
|
+
maxTokens: number;
|
|
7052
|
+
};
|
|
7159
7053
|
};
|
|
7160
7054
|
readonly "moonshotai-cn": {
|
|
7161
7055
|
readonly "kimi-k2-0711-preview": {
|
|
@@ -7504,34 +7398,6 @@ export declare const MODELS: {
|
|
|
7504
7398
|
maxTokens: number;
|
|
7505
7399
|
};
|
|
7506
7400
|
readonly "mistralai/mistral-small-4-119b-2603": {
|
|
7507
|
-
id: string;
|
|
7508
|
-
name: string;
|
|
7509
|
-
api: "openai-completions";
|
|
7510
|
-
provider: string;
|
|
7511
|
-
baseUrl: string;
|
|
7512
|
-
headers: {
|
|
7513
|
-
"NVCF-POLL-SECONDS": string;
|
|
7514
|
-
};
|
|
7515
|
-
compat: {
|
|
7516
|
-
supportsStore: false;
|
|
7517
|
-
supportsDeveloperRole: false;
|
|
7518
|
-
supportsReasoningEffort: false;
|
|
7519
|
-
maxTokensField: "max_tokens";
|
|
7520
|
-
supportsStrictMode: false;
|
|
7521
|
-
supportsLongCacheRetention: false;
|
|
7522
|
-
};
|
|
7523
|
-
reasoning: false;
|
|
7524
|
-
input: "text"[];
|
|
7525
|
-
cost: {
|
|
7526
|
-
input: number;
|
|
7527
|
-
output: number;
|
|
7528
|
-
cacheRead: number;
|
|
7529
|
-
cacheWrite: number;
|
|
7530
|
-
};
|
|
7531
|
-
contextWindow: number;
|
|
7532
|
-
maxTokens: number;
|
|
7533
|
-
};
|
|
7534
|
-
readonly "moonshotai/kimi-k2.6": {
|
|
7535
7401
|
id: string;
|
|
7536
7402
|
name: string;
|
|
7537
7403
|
api: "openai-completions";
|
|
@@ -7559,35 +7425,7 @@ export declare const MODELS: {
|
|
|
7559
7425
|
contextWindow: number;
|
|
7560
7426
|
maxTokens: number;
|
|
7561
7427
|
};
|
|
7562
|
-
readonly "
|
|
7563
|
-
id: string;
|
|
7564
|
-
name: string;
|
|
7565
|
-
api: "openai-completions";
|
|
7566
|
-
provider: string;
|
|
7567
|
-
baseUrl: string;
|
|
7568
|
-
headers: {
|
|
7569
|
-
"NVCF-POLL-SECONDS": string;
|
|
7570
|
-
};
|
|
7571
|
-
compat: {
|
|
7572
|
-
supportsStore: false;
|
|
7573
|
-
supportsDeveloperRole: false;
|
|
7574
|
-
supportsReasoningEffort: false;
|
|
7575
|
-
maxTokensField: "max_tokens";
|
|
7576
|
-
supportsStrictMode: false;
|
|
7577
|
-
supportsLongCacheRetention: false;
|
|
7578
|
-
};
|
|
7579
|
-
reasoning: true;
|
|
7580
|
-
input: "text"[];
|
|
7581
|
-
cost: {
|
|
7582
|
-
input: number;
|
|
7583
|
-
output: number;
|
|
7584
|
-
cacheRead: number;
|
|
7585
|
-
cacheWrite: number;
|
|
7586
|
-
};
|
|
7587
|
-
contextWindow: number;
|
|
7588
|
-
maxTokens: number;
|
|
7589
|
-
};
|
|
7590
|
-
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
7428
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
7591
7429
|
id: string;
|
|
7592
7430
|
name: string;
|
|
7593
7431
|
api: "openai-completions";
|
|
@@ -7605,7 +7443,7 @@ export declare const MODELS: {
|
|
|
7605
7443
|
supportsLongCacheRetention: false;
|
|
7606
7444
|
};
|
|
7607
7445
|
reasoning: true;
|
|
7608
|
-
input: "text"[];
|
|
7446
|
+
input: ("image" | "text")[];
|
|
7609
7447
|
cost: {
|
|
7610
7448
|
input: number;
|
|
7611
7449
|
output: number;
|
|
@@ -7755,7 +7593,7 @@ export declare const MODELS: {
|
|
|
7755
7593
|
contextWindow: number;
|
|
7756
7594
|
maxTokens: number;
|
|
7757
7595
|
};
|
|
7758
|
-
readonly "openai/gpt-oss-
|
|
7596
|
+
readonly "openai/gpt-oss-120b": {
|
|
7759
7597
|
id: string;
|
|
7760
7598
|
name: string;
|
|
7761
7599
|
api: "openai-completions";
|
|
@@ -7783,7 +7621,7 @@ export declare const MODELS: {
|
|
|
7783
7621
|
contextWindow: number;
|
|
7784
7622
|
maxTokens: number;
|
|
7785
7623
|
};
|
|
7786
|
-
readonly "
|
|
7624
|
+
readonly "openai/gpt-oss-20b": {
|
|
7787
7625
|
id: string;
|
|
7788
7626
|
name: string;
|
|
7789
7627
|
api: "openai-completions";
|
|
@@ -7800,7 +7638,7 @@ export declare const MODELS: {
|
|
|
7800
7638
|
supportsStrictMode: false;
|
|
7801
7639
|
supportsLongCacheRetention: false;
|
|
7802
7640
|
};
|
|
7803
|
-
reasoning:
|
|
7641
|
+
reasoning: true;
|
|
7804
7642
|
input: "text"[];
|
|
7805
7643
|
cost: {
|
|
7806
7644
|
input: number;
|
|
@@ -8846,6 +8684,7 @@ export declare const MODELS: {
|
|
|
8846
8684
|
};
|
|
8847
8685
|
reasoning: true;
|
|
8848
8686
|
thinkingLevelMap: {
|
|
8687
|
+
off: null;
|
|
8849
8688
|
xhigh: string;
|
|
8850
8689
|
};
|
|
8851
8690
|
input: ("image" | "text")[];
|
|
@@ -9092,6 +8931,35 @@ export declare const MODELS: {
|
|
|
9092
8931
|
contextWindow: number;
|
|
9093
8932
|
maxTokens: number;
|
|
9094
8933
|
};
|
|
8934
|
+
readonly "deepseek-v4-pro": {
|
|
8935
|
+
id: string;
|
|
8936
|
+
name: string;
|
|
8937
|
+
api: "openai-completions";
|
|
8938
|
+
provider: string;
|
|
8939
|
+
baseUrl: string;
|
|
8940
|
+
compat: {
|
|
8941
|
+
maxTokensField: "max_tokens";
|
|
8942
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
8943
|
+
thinkingFormat: "deepseek";
|
|
8944
|
+
};
|
|
8945
|
+
reasoning: true;
|
|
8946
|
+
thinkingLevelMap: {
|
|
8947
|
+
minimal: null;
|
|
8948
|
+
low: null;
|
|
8949
|
+
medium: null;
|
|
8950
|
+
high: string;
|
|
8951
|
+
xhigh: string;
|
|
8952
|
+
};
|
|
8953
|
+
input: "text"[];
|
|
8954
|
+
cost: {
|
|
8955
|
+
input: number;
|
|
8956
|
+
output: number;
|
|
8957
|
+
cacheRead: number;
|
|
8958
|
+
cacheWrite: number;
|
|
8959
|
+
};
|
|
8960
|
+
contextWindow: number;
|
|
8961
|
+
maxTokens: number;
|
|
8962
|
+
};
|
|
9095
8963
|
readonly "gemini-3-flash": {
|
|
9096
8964
|
id: string;
|
|
9097
8965
|
name: string;
|
|
@@ -9830,26 +9698,6 @@ export declare const MODELS: {
|
|
|
9830
9698
|
contextWindow: number;
|
|
9831
9699
|
maxTokens: number;
|
|
9832
9700
|
};
|
|
9833
|
-
readonly "kimi-k2.5": {
|
|
9834
|
-
id: string;
|
|
9835
|
-
name: string;
|
|
9836
|
-
api: "openai-completions";
|
|
9837
|
-
provider: string;
|
|
9838
|
-
baseUrl: string;
|
|
9839
|
-
compat: {
|
|
9840
|
-
maxTokensField: "max_tokens";
|
|
9841
|
-
};
|
|
9842
|
-
reasoning: true;
|
|
9843
|
-
input: ("image" | "text")[];
|
|
9844
|
-
cost: {
|
|
9845
|
-
input: number;
|
|
9846
|
-
output: number;
|
|
9847
|
-
cacheRead: number;
|
|
9848
|
-
cacheWrite: number;
|
|
9849
|
-
};
|
|
9850
|
-
contextWindow: number;
|
|
9851
|
-
maxTokens: number;
|
|
9852
|
-
};
|
|
9853
9701
|
readonly "kimi-k2.6": {
|
|
9854
9702
|
id: string;
|
|
9855
9703
|
name: string;
|
|
@@ -9877,7 +9725,7 @@ export declare const MODELS: {
|
|
|
9877
9725
|
contextWindow: number;
|
|
9878
9726
|
maxTokens: number;
|
|
9879
9727
|
};
|
|
9880
|
-
readonly "
|
|
9728
|
+
readonly "kimi-k2.7-code": {
|
|
9881
9729
|
id: string;
|
|
9882
9730
|
name: string;
|
|
9883
9731
|
api: "openai-completions";
|
|
@@ -9897,7 +9745,7 @@ export declare const MODELS: {
|
|
|
9897
9745
|
contextWindow: number;
|
|
9898
9746
|
maxTokens: number;
|
|
9899
9747
|
};
|
|
9900
|
-
readonly "mimo-v2.5
|
|
9748
|
+
readonly "mimo-v2.5": {
|
|
9901
9749
|
id: string;
|
|
9902
9750
|
name: string;
|
|
9903
9751
|
api: "openai-completions";
|
|
@@ -9907,7 +9755,7 @@ export declare const MODELS: {
|
|
|
9907
9755
|
maxTokensField: "max_tokens";
|
|
9908
9756
|
};
|
|
9909
9757
|
reasoning: true;
|
|
9910
|
-
input: "text"[];
|
|
9758
|
+
input: ("image" | "text")[];
|
|
9911
9759
|
cost: {
|
|
9912
9760
|
input: number;
|
|
9913
9761
|
output: number;
|
|
@@ -9917,12 +9765,15 @@ export declare const MODELS: {
|
|
|
9917
9765
|
contextWindow: number;
|
|
9918
9766
|
maxTokens: number;
|
|
9919
9767
|
};
|
|
9920
|
-
readonly "
|
|
9768
|
+
readonly "mimo-v2.5-pro": {
|
|
9921
9769
|
id: string;
|
|
9922
9770
|
name: string;
|
|
9923
|
-
api: "
|
|
9771
|
+
api: "openai-completions";
|
|
9924
9772
|
provider: string;
|
|
9925
9773
|
baseUrl: string;
|
|
9774
|
+
compat: {
|
|
9775
|
+
maxTokensField: "max_tokens";
|
|
9776
|
+
};
|
|
9926
9777
|
reasoning: true;
|
|
9927
9778
|
input: "text"[];
|
|
9928
9779
|
cost: {
|
|
@@ -11790,16 +11641,12 @@ export declare const MODELS: {
|
|
|
11790
11641
|
contextWindow: number;
|
|
11791
11642
|
maxTokens: number;
|
|
11792
11643
|
};
|
|
11793
|
-
readonly "moonshotai/kimi-k2.
|
|
11644
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
11794
11645
|
id: string;
|
|
11795
11646
|
name: string;
|
|
11796
11647
|
api: "openai-completions";
|
|
11797
11648
|
provider: string;
|
|
11798
11649
|
baseUrl: string;
|
|
11799
|
-
compat: {
|
|
11800
|
-
supportsDeveloperRole: false;
|
|
11801
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
11802
|
-
};
|
|
11803
11650
|
reasoning: true;
|
|
11804
11651
|
input: ("image" | "text")[];
|
|
11805
11652
|
cost: {
|
|
@@ -11981,23 +11828,6 @@ export declare const MODELS: {
|
|
|
11981
11828
|
contextWindow: number;
|
|
11982
11829
|
maxTokens: number;
|
|
11983
11830
|
};
|
|
11984
|
-
readonly "nvidia/nemotron-nano-9b-v2": {
|
|
11985
|
-
id: string;
|
|
11986
|
-
name: string;
|
|
11987
|
-
api: "openai-completions";
|
|
11988
|
-
provider: string;
|
|
11989
|
-
baseUrl: string;
|
|
11990
|
-
reasoning: true;
|
|
11991
|
-
input: "text"[];
|
|
11992
|
-
cost: {
|
|
11993
|
-
input: number;
|
|
11994
|
-
output: number;
|
|
11995
|
-
cacheRead: number;
|
|
11996
|
-
cacheWrite: number;
|
|
11997
|
-
};
|
|
11998
|
-
contextWindow: number;
|
|
11999
|
-
maxTokens: number;
|
|
12000
|
-
};
|
|
12001
11831
|
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
12002
11832
|
id: string;
|
|
12003
11833
|
name: string;
|
|
@@ -14111,23 +13941,6 @@ export declare const MODELS: {
|
|
|
14111
13941
|
contextWindow: number;
|
|
14112
13942
|
maxTokens: number;
|
|
14113
13943
|
};
|
|
14114
|
-
readonly "z-ai/glm-4-32b": {
|
|
14115
|
-
id: string;
|
|
14116
|
-
name: string;
|
|
14117
|
-
api: "openai-completions";
|
|
14118
|
-
provider: string;
|
|
14119
|
-
baseUrl: string;
|
|
14120
|
-
reasoning: false;
|
|
14121
|
-
input: "text"[];
|
|
14122
|
-
cost: {
|
|
14123
|
-
input: number;
|
|
14124
|
-
output: number;
|
|
14125
|
-
cacheRead: number;
|
|
14126
|
-
cacheWrite: number;
|
|
14127
|
-
};
|
|
14128
|
-
contextWindow: number;
|
|
14129
|
-
maxTokens: number;
|
|
14130
|
-
};
|
|
14131
13944
|
readonly "z-ai/glm-4.5": {
|
|
14132
13945
|
id: string;
|
|
14133
13946
|
name: string;
|
|
@@ -14162,23 +13975,6 @@ export declare const MODELS: {
|
|
|
14162
13975
|
contextWindow: number;
|
|
14163
13976
|
maxTokens: number;
|
|
14164
13977
|
};
|
|
14165
|
-
readonly "z-ai/glm-4.5-air:free": {
|
|
14166
|
-
id: string;
|
|
14167
|
-
name: string;
|
|
14168
|
-
api: "openai-completions";
|
|
14169
|
-
provider: string;
|
|
14170
|
-
baseUrl: string;
|
|
14171
|
-
reasoning: true;
|
|
14172
|
-
input: "text"[];
|
|
14173
|
-
cost: {
|
|
14174
|
-
input: number;
|
|
14175
|
-
output: number;
|
|
14176
|
-
cacheRead: number;
|
|
14177
|
-
cacheWrite: number;
|
|
14178
|
-
};
|
|
14179
|
-
contextWindow: number;
|
|
14180
|
-
maxTokens: number;
|
|
14181
|
-
};
|
|
14182
13978
|
readonly "z-ai/glm-4.5v": {
|
|
14183
13979
|
id: string;
|
|
14184
13980
|
name: string;
|
|
@@ -14315,23 +14111,6 @@ export declare const MODELS: {
|
|
|
14315
14111
|
contextWindow: number;
|
|
14316
14112
|
maxTokens: number;
|
|
14317
14113
|
};
|
|
14318
|
-
readonly "z-ai/glm-5v-turbo": {
|
|
14319
|
-
id: string;
|
|
14320
|
-
name: string;
|
|
14321
|
-
api: "openai-completions";
|
|
14322
|
-
provider: string;
|
|
14323
|
-
baseUrl: string;
|
|
14324
|
-
reasoning: true;
|
|
14325
|
-
input: ("image" | "text")[];
|
|
14326
|
-
cost: {
|
|
14327
|
-
input: number;
|
|
14328
|
-
output: number;
|
|
14329
|
-
cacheRead: number;
|
|
14330
|
-
cacheWrite: number;
|
|
14331
|
-
};
|
|
14332
|
-
contextWindow: number;
|
|
14333
|
-
maxTokens: number;
|
|
14334
|
-
};
|
|
14335
14114
|
readonly "~anthropic/claude-fable-latest": {
|
|
14336
14115
|
id: string;
|
|
14337
14116
|
name: string;
|
|
@@ -14487,37 +14266,6 @@ export declare const MODELS: {
|
|
|
14487
14266
|
};
|
|
14488
14267
|
};
|
|
14489
14268
|
readonly together: {
|
|
14490
|
-
readonly "MiniMaxAI/MiniMax-M2.5": {
|
|
14491
|
-
id: string;
|
|
14492
|
-
name: string;
|
|
14493
|
-
api: "openai-completions";
|
|
14494
|
-
provider: string;
|
|
14495
|
-
baseUrl: string;
|
|
14496
|
-
compat: {
|
|
14497
|
-
supportsStore: false;
|
|
14498
|
-
supportsDeveloperRole: false;
|
|
14499
|
-
supportsReasoningEffort: false;
|
|
14500
|
-
maxTokensField: "max_tokens";
|
|
14501
|
-
supportsStrictMode: false;
|
|
14502
|
-
supportsLongCacheRetention: false;
|
|
14503
|
-
thinkingFormat: "together";
|
|
14504
|
-
};
|
|
14505
|
-
reasoning: true;
|
|
14506
|
-
thinkingLevelMap: {
|
|
14507
|
-
minimal: null;
|
|
14508
|
-
low: null;
|
|
14509
|
-
medium: null;
|
|
14510
|
-
};
|
|
14511
|
-
input: "text"[];
|
|
14512
|
-
cost: {
|
|
14513
|
-
input: number;
|
|
14514
|
-
output: number;
|
|
14515
|
-
cacheRead: number;
|
|
14516
|
-
cacheWrite: number;
|
|
14517
|
-
};
|
|
14518
|
-
contextWindow: number;
|
|
14519
|
-
maxTokens: number;
|
|
14520
|
-
};
|
|
14521
14269
|
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
14522
14270
|
id: string;
|
|
14523
14271
|
name: string;
|
|
@@ -14549,7 +14297,7 @@ export declare const MODELS: {
|
|
|
14549
14297
|
contextWindow: number;
|
|
14550
14298
|
maxTokens: number;
|
|
14551
14299
|
};
|
|
14552
|
-
readonly "Qwen/
|
|
14300
|
+
readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
|
|
14553
14301
|
id: string;
|
|
14554
14302
|
name: string;
|
|
14555
14303
|
api: "openai-completions";
|
|
@@ -14562,14 +14310,8 @@ export declare const MODELS: {
|
|
|
14562
14310
|
maxTokensField: "max_tokens";
|
|
14563
14311
|
supportsStrictMode: false;
|
|
14564
14312
|
supportsLongCacheRetention: false;
|
|
14565
|
-
thinkingFormat: "together";
|
|
14566
|
-
};
|
|
14567
|
-
reasoning: true;
|
|
14568
|
-
thinkingLevelMap: {
|
|
14569
|
-
minimal: null;
|
|
14570
|
-
low: null;
|
|
14571
|
-
medium: null;
|
|
14572
14313
|
};
|
|
14314
|
+
reasoning: false;
|
|
14573
14315
|
input: "text"[];
|
|
14574
14316
|
cost: {
|
|
14575
14317
|
input: number;
|
|
@@ -14580,7 +14322,7 @@ export declare const MODELS: {
|
|
|
14580
14322
|
contextWindow: number;
|
|
14581
14323
|
maxTokens: number;
|
|
14582
14324
|
};
|
|
14583
|
-
readonly "Qwen/Qwen3-
|
|
14325
|
+
readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
|
|
14584
14326
|
id: string;
|
|
14585
14327
|
name: string;
|
|
14586
14328
|
api: "openai-completions";
|
|
@@ -14605,7 +14347,7 @@ export declare const MODELS: {
|
|
|
14605
14347
|
contextWindow: number;
|
|
14606
14348
|
maxTokens: number;
|
|
14607
14349
|
};
|
|
14608
|
-
readonly "Qwen/Qwen3-
|
|
14350
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
14609
14351
|
id: string;
|
|
14610
14352
|
name: string;
|
|
14611
14353
|
api: "openai-completions";
|
|
@@ -14626,7 +14368,7 @@ export declare const MODELS: {
|
|
|
14626
14368
|
low: null;
|
|
14627
14369
|
medium: null;
|
|
14628
14370
|
};
|
|
14629
|
-
input: "text"[];
|
|
14371
|
+
input: ("image" | "text")[];
|
|
14630
14372
|
cost: {
|
|
14631
14373
|
input: number;
|
|
14632
14374
|
output: number;
|
|
@@ -14636,7 +14378,7 @@ export declare const MODELS: {
|
|
|
14636
14378
|
contextWindow: number;
|
|
14637
14379
|
maxTokens: number;
|
|
14638
14380
|
};
|
|
14639
|
-
readonly "Qwen/Qwen3.5-
|
|
14381
|
+
readonly "Qwen/Qwen3.5-9B": {
|
|
14640
14382
|
id: string;
|
|
14641
14383
|
name: string;
|
|
14642
14384
|
api: "openai-completions";
|
|
@@ -14711,14 +14453,8 @@ export declare const MODELS: {
|
|
|
14711
14453
|
maxTokensField: "max_tokens";
|
|
14712
14454
|
supportsStrictMode: false;
|
|
14713
14455
|
supportsLongCacheRetention: false;
|
|
14714
|
-
thinkingFormat: "together";
|
|
14715
|
-
};
|
|
14716
|
-
reasoning: true;
|
|
14717
|
-
thinkingLevelMap: {
|
|
14718
|
-
minimal: null;
|
|
14719
|
-
low: null;
|
|
14720
|
-
medium: null;
|
|
14721
14456
|
};
|
|
14457
|
+
reasoning: false;
|
|
14722
14458
|
input: "text"[];
|
|
14723
14459
|
cost: {
|
|
14724
14460
|
input: number;
|
|
@@ -14729,7 +14465,7 @@ export declare const MODELS: {
|
|
|
14729
14465
|
contextWindow: number;
|
|
14730
14466
|
maxTokens: number;
|
|
14731
14467
|
};
|
|
14732
|
-
readonly "deepseek-ai/DeepSeek-
|
|
14468
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
14733
14469
|
id: string;
|
|
14734
14470
|
name: string;
|
|
14735
14471
|
api: "openai-completions";
|
|
@@ -14738,7 +14474,7 @@ export declare const MODELS: {
|
|
|
14738
14474
|
compat: {
|
|
14739
14475
|
supportsStore: false;
|
|
14740
14476
|
supportsDeveloperRole: false;
|
|
14741
|
-
supportsReasoningEffort:
|
|
14477
|
+
supportsReasoningEffort: true;
|
|
14742
14478
|
maxTokensField: "max_tokens";
|
|
14743
14479
|
supportsStrictMode: false;
|
|
14744
14480
|
supportsLongCacheRetention: false;
|
|
@@ -14749,6 +14485,8 @@ export declare const MODELS: {
|
|
|
14749
14485
|
minimal: null;
|
|
14750
14486
|
low: null;
|
|
14751
14487
|
medium: null;
|
|
14488
|
+
high: string;
|
|
14489
|
+
xhigh: null;
|
|
14752
14490
|
};
|
|
14753
14491
|
input: "text"[];
|
|
14754
14492
|
cost: {
|
|
@@ -14760,7 +14498,7 @@ export declare const MODELS: {
|
|
|
14760
14498
|
contextWindow: number;
|
|
14761
14499
|
maxTokens: number;
|
|
14762
14500
|
};
|
|
14763
|
-
readonly "
|
|
14501
|
+
readonly "essentialai/Rnj-1-Instruct": {
|
|
14764
14502
|
id: string;
|
|
14765
14503
|
name: string;
|
|
14766
14504
|
api: "openai-completions";
|
|
@@ -14773,14 +14511,8 @@ export declare const MODELS: {
|
|
|
14773
14511
|
maxTokensField: "max_tokens";
|
|
14774
14512
|
supportsStrictMode: false;
|
|
14775
14513
|
supportsLongCacheRetention: false;
|
|
14776
|
-
thinkingFormat: "together";
|
|
14777
|
-
};
|
|
14778
|
-
reasoning: true;
|
|
14779
|
-
thinkingLevelMap: {
|
|
14780
|
-
minimal: null;
|
|
14781
|
-
low: null;
|
|
14782
|
-
medium: null;
|
|
14783
14514
|
};
|
|
14515
|
+
reasoning: false;
|
|
14784
14516
|
input: "text"[];
|
|
14785
14517
|
cost: {
|
|
14786
14518
|
input: number;
|
|
@@ -14791,7 +14523,7 @@ export declare const MODELS: {
|
|
|
14791
14523
|
contextWindow: number;
|
|
14792
14524
|
maxTokens: number;
|
|
14793
14525
|
};
|
|
14794
|
-
readonly "
|
|
14526
|
+
readonly "google/gemma-4-31B-it": {
|
|
14795
14527
|
id: string;
|
|
14796
14528
|
name: string;
|
|
14797
14529
|
api: "openai-completions";
|
|
@@ -14800,7 +14532,7 @@ export declare const MODELS: {
|
|
|
14800
14532
|
compat: {
|
|
14801
14533
|
supportsStore: false;
|
|
14802
14534
|
supportsDeveloperRole: false;
|
|
14803
|
-
supportsReasoningEffort:
|
|
14535
|
+
supportsReasoningEffort: false;
|
|
14804
14536
|
maxTokensField: "max_tokens";
|
|
14805
14537
|
supportsStrictMode: false;
|
|
14806
14538
|
supportsLongCacheRetention: false;
|
|
@@ -14811,10 +14543,8 @@ export declare const MODELS: {
|
|
|
14811
14543
|
minimal: null;
|
|
14812
14544
|
low: null;
|
|
14813
14545
|
medium: null;
|
|
14814
|
-
high: string;
|
|
14815
|
-
xhigh: null;
|
|
14816
14546
|
};
|
|
14817
|
-
input: "text"[];
|
|
14547
|
+
input: ("image" | "text")[];
|
|
14818
14548
|
cost: {
|
|
14819
14549
|
input: number;
|
|
14820
14550
|
output: number;
|
|
@@ -14824,7 +14554,7 @@ export declare const MODELS: {
|
|
|
14824
14554
|
contextWindow: number;
|
|
14825
14555
|
maxTokens: number;
|
|
14826
14556
|
};
|
|
14827
|
-
readonly "
|
|
14557
|
+
readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
|
|
14828
14558
|
id: string;
|
|
14829
14559
|
name: string;
|
|
14830
14560
|
api: "openai-completions";
|
|
@@ -14849,7 +14579,7 @@ export declare const MODELS: {
|
|
|
14849
14579
|
contextWindow: number;
|
|
14850
14580
|
maxTokens: number;
|
|
14851
14581
|
};
|
|
14852
|
-
readonly "
|
|
14582
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
14853
14583
|
id: string;
|
|
14854
14584
|
name: string;
|
|
14855
14585
|
api: "openai-completions";
|
|
@@ -14880,32 +14610,7 @@ export declare const MODELS: {
|
|
|
14880
14610
|
contextWindow: number;
|
|
14881
14611
|
maxTokens: number;
|
|
14882
14612
|
};
|
|
14883
|
-
readonly "
|
|
14884
|
-
id: string;
|
|
14885
|
-
name: string;
|
|
14886
|
-
api: "openai-completions";
|
|
14887
|
-
provider: string;
|
|
14888
|
-
baseUrl: string;
|
|
14889
|
-
compat: {
|
|
14890
|
-
supportsStore: false;
|
|
14891
|
-
supportsDeveloperRole: false;
|
|
14892
|
-
supportsReasoningEffort: false;
|
|
14893
|
-
maxTokensField: "max_tokens";
|
|
14894
|
-
supportsStrictMode: false;
|
|
14895
|
-
supportsLongCacheRetention: false;
|
|
14896
|
-
};
|
|
14897
|
-
reasoning: false;
|
|
14898
|
-
input: "text"[];
|
|
14899
|
-
cost: {
|
|
14900
|
-
input: number;
|
|
14901
|
-
output: number;
|
|
14902
|
-
cacheRead: number;
|
|
14903
|
-
cacheWrite: number;
|
|
14904
|
-
};
|
|
14905
|
-
contextWindow: number;
|
|
14906
|
-
maxTokens: number;
|
|
14907
|
-
};
|
|
14908
|
-
readonly "moonshotai/Kimi-K2.5": {
|
|
14613
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
14909
14614
|
id: string;
|
|
14910
14615
|
name: string;
|
|
14911
14616
|
api: "openai-completions";
|
|
@@ -14926,7 +14631,7 @@ export declare const MODELS: {
|
|
|
14926
14631
|
low: null;
|
|
14927
14632
|
medium: null;
|
|
14928
14633
|
};
|
|
14929
|
-
input:
|
|
14634
|
+
input: "text"[];
|
|
14930
14635
|
cost: {
|
|
14931
14636
|
input: number;
|
|
14932
14637
|
output: number;
|
|
@@ -14936,7 +14641,7 @@ export declare const MODELS: {
|
|
|
14936
14641
|
contextWindow: number;
|
|
14937
14642
|
maxTokens: number;
|
|
14938
14643
|
};
|
|
14939
|
-
readonly "
|
|
14644
|
+
readonly "openai/gpt-oss-120b": {
|
|
14940
14645
|
id: string;
|
|
14941
14646
|
name: string;
|
|
14942
14647
|
api: "openai-completions";
|
|
@@ -14945,19 +14650,18 @@ export declare const MODELS: {
|
|
|
14945
14650
|
compat: {
|
|
14946
14651
|
supportsStore: false;
|
|
14947
14652
|
supportsDeveloperRole: false;
|
|
14948
|
-
supportsReasoningEffort:
|
|
14653
|
+
supportsReasoningEffort: true;
|
|
14949
14654
|
maxTokensField: "max_tokens";
|
|
14950
14655
|
supportsStrictMode: false;
|
|
14951
14656
|
supportsLongCacheRetention: false;
|
|
14952
|
-
thinkingFormat: "
|
|
14657
|
+
thinkingFormat: "openai";
|
|
14953
14658
|
};
|
|
14954
14659
|
reasoning: true;
|
|
14955
14660
|
thinkingLevelMap: {
|
|
14661
|
+
off: null;
|
|
14956
14662
|
minimal: null;
|
|
14957
|
-
low: null;
|
|
14958
|
-
medium: null;
|
|
14959
14663
|
};
|
|
14960
|
-
input:
|
|
14664
|
+
input: "text"[];
|
|
14961
14665
|
cost: {
|
|
14962
14666
|
input: number;
|
|
14963
14667
|
output: number;
|
|
@@ -14967,7 +14671,7 @@ export declare const MODELS: {
|
|
|
14967
14671
|
contextWindow: number;
|
|
14968
14672
|
maxTokens: number;
|
|
14969
14673
|
};
|
|
14970
|
-
readonly "
|
|
14674
|
+
readonly "openai/gpt-oss-20b": {
|
|
14971
14675
|
id: string;
|
|
14972
14676
|
name: string;
|
|
14973
14677
|
api: "openai-completions";
|
|
@@ -14976,17 +14680,16 @@ export declare const MODELS: {
|
|
|
14976
14680
|
compat: {
|
|
14977
14681
|
supportsStore: false;
|
|
14978
14682
|
supportsDeveloperRole: false;
|
|
14979
|
-
supportsReasoningEffort:
|
|
14683
|
+
supportsReasoningEffort: true;
|
|
14980
14684
|
maxTokensField: "max_tokens";
|
|
14981
14685
|
supportsStrictMode: false;
|
|
14982
14686
|
supportsLongCacheRetention: false;
|
|
14983
|
-
thinkingFormat: "
|
|
14687
|
+
thinkingFormat: "openai";
|
|
14984
14688
|
};
|
|
14985
14689
|
reasoning: true;
|
|
14986
14690
|
thinkingLevelMap: {
|
|
14691
|
+
off: null;
|
|
14987
14692
|
minimal: null;
|
|
14988
|
-
low: null;
|
|
14989
|
-
medium: null;
|
|
14990
14693
|
};
|
|
14991
14694
|
input: "text"[];
|
|
14992
14695
|
cost: {
|
|
@@ -14998,7 +14701,7 @@ export declare const MODELS: {
|
|
|
14998
14701
|
contextWindow: number;
|
|
14999
14702
|
maxTokens: number;
|
|
15000
14703
|
};
|
|
15001
|
-
readonly "
|
|
14704
|
+
readonly "zai-org/GLM-5": {
|
|
15002
14705
|
id: string;
|
|
15003
14706
|
name: string;
|
|
15004
14707
|
api: "openai-completions";
|
|
@@ -15007,16 +14710,17 @@ export declare const MODELS: {
|
|
|
15007
14710
|
compat: {
|
|
15008
14711
|
supportsStore: false;
|
|
15009
14712
|
supportsDeveloperRole: false;
|
|
15010
|
-
supportsReasoningEffort:
|
|
14713
|
+
supportsReasoningEffort: false;
|
|
15011
14714
|
maxTokensField: "max_tokens";
|
|
15012
14715
|
supportsStrictMode: false;
|
|
15013
14716
|
supportsLongCacheRetention: false;
|
|
15014
|
-
thinkingFormat: "
|
|
14717
|
+
thinkingFormat: "together";
|
|
15015
14718
|
};
|
|
15016
14719
|
reasoning: true;
|
|
15017
14720
|
thinkingLevelMap: {
|
|
15018
|
-
off: null;
|
|
15019
14721
|
minimal: null;
|
|
14722
|
+
low: null;
|
|
14723
|
+
medium: null;
|
|
15020
14724
|
};
|
|
15021
14725
|
input: "text"[];
|
|
15022
14726
|
cost: {
|
|
@@ -15480,6 +15184,7 @@ export declare const MODELS: {
|
|
|
15480
15184
|
};
|
|
15481
15185
|
reasoning: true;
|
|
15482
15186
|
thinkingLevelMap: {
|
|
15187
|
+
off: null;
|
|
15483
15188
|
xhigh: string;
|
|
15484
15189
|
};
|
|
15485
15190
|
input: ("image" | "text")[];
|
|
@@ -16637,31 +16342,14 @@ export declare const MODELS: {
|
|
|
16637
16342
|
contextWindow: number;
|
|
16638
16343
|
maxTokens: number;
|
|
16639
16344
|
};
|
|
16640
|
-
readonly "moonshotai/kimi-k2
|
|
16345
|
+
readonly "moonshotai/kimi-k2.5": {
|
|
16641
16346
|
id: string;
|
|
16642
16347
|
name: string;
|
|
16643
16348
|
api: "anthropic-messages";
|
|
16644
16349
|
provider: string;
|
|
16645
16350
|
baseUrl: string;
|
|
16646
16351
|
reasoning: true;
|
|
16647
|
-
input: "text"[];
|
|
16648
|
-
cost: {
|
|
16649
|
-
input: number;
|
|
16650
|
-
output: number;
|
|
16651
|
-
cacheRead: number;
|
|
16652
|
-
cacheWrite: number;
|
|
16653
|
-
};
|
|
16654
|
-
contextWindow: number;
|
|
16655
|
-
maxTokens: number;
|
|
16656
|
-
};
|
|
16657
|
-
readonly "moonshotai/kimi-k2-turbo": {
|
|
16658
|
-
id: string;
|
|
16659
|
-
name: string;
|
|
16660
|
-
api: "anthropic-messages";
|
|
16661
|
-
provider: string;
|
|
16662
|
-
baseUrl: string;
|
|
16663
|
-
reasoning: false;
|
|
16664
|
-
input: "text"[];
|
|
16352
|
+
input: ("image" | "text")[];
|
|
16665
16353
|
cost: {
|
|
16666
16354
|
input: number;
|
|
16667
16355
|
output: number;
|
|
@@ -16671,7 +16359,7 @@ export declare const MODELS: {
|
|
|
16671
16359
|
contextWindow: number;
|
|
16672
16360
|
maxTokens: number;
|
|
16673
16361
|
};
|
|
16674
|
-
readonly "moonshotai/kimi-k2.
|
|
16362
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
16675
16363
|
id: string;
|
|
16676
16364
|
name: string;
|
|
16677
16365
|
api: "anthropic-messages";
|
|
@@ -16688,7 +16376,7 @@ export declare const MODELS: {
|
|
|
16688
16376
|
contextWindow: number;
|
|
16689
16377
|
maxTokens: number;
|
|
16690
16378
|
};
|
|
16691
|
-
readonly "moonshotai/kimi-k2.
|
|
16379
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
16692
16380
|
id: string;
|
|
16693
16381
|
name: string;
|
|
16694
16382
|
api: "anthropic-messages";
|
|
@@ -18213,6 +17901,27 @@ export declare const MODELS: {
|
|
|
18213
17901
|
contextWindow: number;
|
|
18214
17902
|
maxTokens: number;
|
|
18215
17903
|
};
|
|
17904
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
17905
|
+
id: string;
|
|
17906
|
+
name: string;
|
|
17907
|
+
api: "openai-completions";
|
|
17908
|
+
provider: string;
|
|
17909
|
+
baseUrl: string;
|
|
17910
|
+
compat: {
|
|
17911
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17912
|
+
thinkingFormat: "deepseek";
|
|
17913
|
+
};
|
|
17914
|
+
reasoning: true;
|
|
17915
|
+
input: "text"[];
|
|
17916
|
+
cost: {
|
|
17917
|
+
input: number;
|
|
17918
|
+
output: number;
|
|
17919
|
+
cacheRead: number;
|
|
17920
|
+
cacheWrite: number;
|
|
17921
|
+
};
|
|
17922
|
+
contextWindow: number;
|
|
17923
|
+
maxTokens: number;
|
|
17924
|
+
};
|
|
18216
17925
|
};
|
|
18217
17926
|
readonly "xiaomi-token-plan-ams": {
|
|
18218
17927
|
readonly "mimo-v2-omni": {
|
|
@@ -18299,6 +18008,27 @@ export declare const MODELS: {
|
|
|
18299
18008
|
contextWindow: number;
|
|
18300
18009
|
maxTokens: number;
|
|
18301
18010
|
};
|
|
18011
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18012
|
+
id: string;
|
|
18013
|
+
name: string;
|
|
18014
|
+
api: "openai-completions";
|
|
18015
|
+
provider: string;
|
|
18016
|
+
baseUrl: string;
|
|
18017
|
+
compat: {
|
|
18018
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18019
|
+
thinkingFormat: "deepseek";
|
|
18020
|
+
};
|
|
18021
|
+
reasoning: true;
|
|
18022
|
+
input: "text"[];
|
|
18023
|
+
cost: {
|
|
18024
|
+
input: number;
|
|
18025
|
+
output: number;
|
|
18026
|
+
cacheRead: number;
|
|
18027
|
+
cacheWrite: number;
|
|
18028
|
+
};
|
|
18029
|
+
contextWindow: number;
|
|
18030
|
+
maxTokens: number;
|
|
18031
|
+
};
|
|
18302
18032
|
};
|
|
18303
18033
|
readonly "xiaomi-token-plan-cn": {
|
|
18304
18034
|
readonly "mimo-v2-omni": {
|
|
@@ -18385,6 +18115,27 @@ export declare const MODELS: {
|
|
|
18385
18115
|
contextWindow: number;
|
|
18386
18116
|
maxTokens: number;
|
|
18387
18117
|
};
|
|
18118
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18119
|
+
id: string;
|
|
18120
|
+
name: string;
|
|
18121
|
+
api: "openai-completions";
|
|
18122
|
+
provider: string;
|
|
18123
|
+
baseUrl: string;
|
|
18124
|
+
compat: {
|
|
18125
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18126
|
+
thinkingFormat: "deepseek";
|
|
18127
|
+
};
|
|
18128
|
+
reasoning: true;
|
|
18129
|
+
input: "text"[];
|
|
18130
|
+
cost: {
|
|
18131
|
+
input: number;
|
|
18132
|
+
output: number;
|
|
18133
|
+
cacheRead: number;
|
|
18134
|
+
cacheWrite: number;
|
|
18135
|
+
};
|
|
18136
|
+
contextWindow: number;
|
|
18137
|
+
maxTokens: number;
|
|
18138
|
+
};
|
|
18388
18139
|
};
|
|
18389
18140
|
readonly "xiaomi-token-plan-sgp": {
|
|
18390
18141
|
readonly "mimo-v2-omni": {
|
|
@@ -18471,6 +18222,27 @@ export declare const MODELS: {
|
|
|
18471
18222
|
contextWindow: number;
|
|
18472
18223
|
maxTokens: number;
|
|
18473
18224
|
};
|
|
18225
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18226
|
+
id: string;
|
|
18227
|
+
name: string;
|
|
18228
|
+
api: "openai-completions";
|
|
18229
|
+
provider: string;
|
|
18230
|
+
baseUrl: string;
|
|
18231
|
+
compat: {
|
|
18232
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18233
|
+
thinkingFormat: "deepseek";
|
|
18234
|
+
};
|
|
18235
|
+
reasoning: true;
|
|
18236
|
+
input: "text"[];
|
|
18237
|
+
cost: {
|
|
18238
|
+
input: number;
|
|
18239
|
+
output: number;
|
|
18240
|
+
cacheRead: number;
|
|
18241
|
+
cacheWrite: number;
|
|
18242
|
+
};
|
|
18243
|
+
contextWindow: number;
|
|
18244
|
+
maxTokens: number;
|
|
18245
|
+
};
|
|
18474
18246
|
};
|
|
18475
18247
|
readonly zai: {
|
|
18476
18248
|
readonly "glm-4.5-air": {
|