@earendil-works/pi-ai 0.79.1 → 0.79.3
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 +380 -602
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +651 -873
- 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;
|
|
@@ -4202,7 +4210,7 @@ export declare const MODELS: {
|
|
|
4202
4210
|
contextWindow: number;
|
|
4203
4211
|
maxTokens: number;
|
|
4204
4212
|
};
|
|
4205
|
-
readonly "accounts/fireworks/models/kimi-
|
|
4213
|
+
readonly "accounts/fireworks/models/kimi-k2p6": {
|
|
4206
4214
|
id: string;
|
|
4207
4215
|
name: string;
|
|
4208
4216
|
api: "anthropic-messages";
|
|
@@ -4225,7 +4233,7 @@ export declare const MODELS: {
|
|
|
4225
4233
|
contextWindow: number;
|
|
4226
4234
|
maxTokens: number;
|
|
4227
4235
|
};
|
|
4228
|
-
readonly "accounts/fireworks/models/kimi-
|
|
4236
|
+
readonly "accounts/fireworks/models/kimi-k2p7-code": {
|
|
4229
4237
|
id: string;
|
|
4230
4238
|
name: string;
|
|
4231
4239
|
api: "anthropic-messages";
|
|
@@ -4248,7 +4256,7 @@ export declare const MODELS: {
|
|
|
4248
4256
|
contextWindow: number;
|
|
4249
4257
|
maxTokens: number;
|
|
4250
4258
|
};
|
|
4251
|
-
readonly "accounts/fireworks/models/minimax-
|
|
4259
|
+
readonly "accounts/fireworks/models/minimax-m2p7": {
|
|
4252
4260
|
id: string;
|
|
4253
4261
|
name: string;
|
|
4254
4262
|
api: "anthropic-messages";
|
|
@@ -4271,7 +4279,7 @@ export declare const MODELS: {
|
|
|
4271
4279
|
contextWindow: number;
|
|
4272
4280
|
maxTokens: number;
|
|
4273
4281
|
};
|
|
4274
|
-
readonly "accounts/fireworks/models/minimax-
|
|
4282
|
+
readonly "accounts/fireworks/models/minimax-m3": {
|
|
4275
4283
|
id: string;
|
|
4276
4284
|
name: string;
|
|
4277
4285
|
api: "anthropic-messages";
|
|
@@ -4294,7 +4302,7 @@ export declare const MODELS: {
|
|
|
4294
4302
|
contextWindow: number;
|
|
4295
4303
|
maxTokens: number;
|
|
4296
4304
|
};
|
|
4297
|
-
readonly "accounts/fireworks/models/
|
|
4305
|
+
readonly "accounts/fireworks/models/qwen3p7-plus": {
|
|
4298
4306
|
id: string;
|
|
4299
4307
|
name: string;
|
|
4300
4308
|
api: "anthropic-messages";
|
|
@@ -4386,8 +4394,59 @@ export declare const MODELS: {
|
|
|
4386
4394
|
contextWindow: number;
|
|
4387
4395
|
maxTokens: number;
|
|
4388
4396
|
};
|
|
4397
|
+
readonly "accounts/fireworks/routers/kimi-k2p7-code-fast": {
|
|
4398
|
+
id: string;
|
|
4399
|
+
name: string;
|
|
4400
|
+
api: "anthropic-messages";
|
|
4401
|
+
provider: string;
|
|
4402
|
+
baseUrl: string;
|
|
4403
|
+
compat: {
|
|
4404
|
+
sendSessionAffinityHeaders: true;
|
|
4405
|
+
supportsEagerToolInputStreaming: false;
|
|
4406
|
+
supportsCacheControlOnTools: false;
|
|
4407
|
+
supportsLongCacheRetention: false;
|
|
4408
|
+
};
|
|
4409
|
+
reasoning: true;
|
|
4410
|
+
input: ("image" | "text")[];
|
|
4411
|
+
cost: {
|
|
4412
|
+
input: number;
|
|
4413
|
+
output: number;
|
|
4414
|
+
cacheRead: number;
|
|
4415
|
+
cacheWrite: number;
|
|
4416
|
+
};
|
|
4417
|
+
contextWindow: number;
|
|
4418
|
+
maxTokens: number;
|
|
4419
|
+
};
|
|
4389
4420
|
};
|
|
4390
4421
|
readonly "github-copilot": {
|
|
4422
|
+
readonly "claude-fable-5": {
|
|
4423
|
+
id: string;
|
|
4424
|
+
name: string;
|
|
4425
|
+
api: "openai-completions";
|
|
4426
|
+
provider: string;
|
|
4427
|
+
baseUrl: string;
|
|
4428
|
+
headers: {
|
|
4429
|
+
"User-Agent": string;
|
|
4430
|
+
"Editor-Version": string;
|
|
4431
|
+
"Editor-Plugin-Version": string;
|
|
4432
|
+
"Copilot-Integration-Id": string;
|
|
4433
|
+
};
|
|
4434
|
+
compat: {
|
|
4435
|
+
supportsStore: false;
|
|
4436
|
+
supportsDeveloperRole: false;
|
|
4437
|
+
supportsReasoningEffort: false;
|
|
4438
|
+
};
|
|
4439
|
+
reasoning: true;
|
|
4440
|
+
input: ("image" | "text")[];
|
|
4441
|
+
cost: {
|
|
4442
|
+
input: number;
|
|
4443
|
+
output: number;
|
|
4444
|
+
cacheRead: number;
|
|
4445
|
+
cacheWrite: number;
|
|
4446
|
+
};
|
|
4447
|
+
contextWindow: number;
|
|
4448
|
+
maxTokens: number;
|
|
4449
|
+
};
|
|
4391
4450
|
readonly "claude-haiku-4.5": {
|
|
4392
4451
|
id: string;
|
|
4393
4452
|
name: string;
|
|
@@ -5565,13 +5624,13 @@ export declare const MODELS: {
|
|
|
5565
5624
|
};
|
|
5566
5625
|
};
|
|
5567
5626
|
readonly groq: {
|
|
5568
|
-
readonly "
|
|
5627
|
+
readonly "llama-3.1-8b-instant": {
|
|
5569
5628
|
id: string;
|
|
5570
5629
|
name: string;
|
|
5571
5630
|
api: "openai-completions";
|
|
5572
5631
|
provider: string;
|
|
5573
5632
|
baseUrl: string;
|
|
5574
|
-
reasoning:
|
|
5633
|
+
reasoning: false;
|
|
5575
5634
|
input: "text"[];
|
|
5576
5635
|
cost: {
|
|
5577
5636
|
input: number;
|
|
@@ -5582,7 +5641,7 @@ export declare const MODELS: {
|
|
|
5582
5641
|
contextWindow: number;
|
|
5583
5642
|
maxTokens: number;
|
|
5584
5643
|
};
|
|
5585
|
-
readonly "
|
|
5644
|
+
readonly "llama-3.3-70b-versatile": {
|
|
5586
5645
|
id: string;
|
|
5587
5646
|
name: string;
|
|
5588
5647
|
api: "openai-completions";
|
|
@@ -5599,14 +5658,14 @@ export declare const MODELS: {
|
|
|
5599
5658
|
contextWindow: number;
|
|
5600
5659
|
maxTokens: number;
|
|
5601
5660
|
};
|
|
5602
|
-
readonly "
|
|
5661
|
+
readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
5603
5662
|
id: string;
|
|
5604
5663
|
name: string;
|
|
5605
5664
|
api: "openai-completions";
|
|
5606
5665
|
provider: string;
|
|
5607
5666
|
baseUrl: string;
|
|
5608
|
-
reasoning:
|
|
5609
|
-
input: "text"[];
|
|
5667
|
+
reasoning: false;
|
|
5668
|
+
input: ("image" | "text")[];
|
|
5610
5669
|
cost: {
|
|
5611
5670
|
input: number;
|
|
5612
5671
|
output: number;
|
|
@@ -5616,7 +5675,7 @@ export declare const MODELS: {
|
|
|
5616
5675
|
contextWindow: number;
|
|
5617
5676
|
maxTokens: number;
|
|
5618
5677
|
};
|
|
5619
|
-
readonly "
|
|
5678
|
+
readonly "openai/gpt-oss-120b": {
|
|
5620
5679
|
id: string;
|
|
5621
5680
|
name: string;
|
|
5622
5681
|
api: "openai-completions";
|
|
@@ -5633,13 +5692,13 @@ export declare const MODELS: {
|
|
|
5633
5692
|
contextWindow: number;
|
|
5634
5693
|
maxTokens: number;
|
|
5635
5694
|
};
|
|
5636
|
-
readonly "
|
|
5695
|
+
readonly "openai/gpt-oss-20b": {
|
|
5637
5696
|
id: string;
|
|
5638
5697
|
name: string;
|
|
5639
5698
|
api: "openai-completions";
|
|
5640
5699
|
provider: string;
|
|
5641
5700
|
baseUrl: string;
|
|
5642
|
-
reasoning:
|
|
5701
|
+
reasoning: true;
|
|
5643
5702
|
input: "text"[];
|
|
5644
5703
|
cost: {
|
|
5645
5704
|
input: number;
|
|
@@ -5650,13 +5709,13 @@ export declare const MODELS: {
|
|
|
5650
5709
|
contextWindow: number;
|
|
5651
5710
|
maxTokens: number;
|
|
5652
5711
|
};
|
|
5653
|
-
readonly "
|
|
5712
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
5654
5713
|
id: string;
|
|
5655
5714
|
name: string;
|
|
5656
5715
|
api: "openai-completions";
|
|
5657
5716
|
provider: string;
|
|
5658
5717
|
baseUrl: string;
|
|
5659
|
-
reasoning:
|
|
5718
|
+
reasoning: true;
|
|
5660
5719
|
input: "text"[];
|
|
5661
5720
|
cost: {
|
|
5662
5721
|
input: number;
|
|
@@ -5667,13 +5726,19 @@ export declare const MODELS: {
|
|
|
5667
5726
|
contextWindow: number;
|
|
5668
5727
|
maxTokens: number;
|
|
5669
5728
|
};
|
|
5670
|
-
readonly "
|
|
5729
|
+
readonly "qwen/qwen3-32b": {
|
|
5671
5730
|
id: string;
|
|
5672
5731
|
name: string;
|
|
5673
5732
|
api: "openai-completions";
|
|
5674
5733
|
provider: string;
|
|
5675
5734
|
baseUrl: string;
|
|
5676
|
-
reasoning:
|
|
5735
|
+
reasoning: true;
|
|
5736
|
+
thinkingLevelMap: {
|
|
5737
|
+
minimal: null;
|
|
5738
|
+
low: null;
|
|
5739
|
+
medium: null;
|
|
5740
|
+
high: string;
|
|
5741
|
+
};
|
|
5677
5742
|
input: "text"[];
|
|
5678
5743
|
cost: {
|
|
5679
5744
|
input: number;
|
|
@@ -5684,13 +5749,18 @@ export declare const MODELS: {
|
|
|
5684
5749
|
contextWindow: number;
|
|
5685
5750
|
maxTokens: number;
|
|
5686
5751
|
};
|
|
5687
|
-
|
|
5752
|
+
};
|
|
5753
|
+
readonly huggingface: {
|
|
5754
|
+
readonly "MiniMaxAI/MiniMax-M2.1": {
|
|
5688
5755
|
id: string;
|
|
5689
5756
|
name: string;
|
|
5690
5757
|
api: "openai-completions";
|
|
5691
5758
|
provider: string;
|
|
5692
5759
|
baseUrl: string;
|
|
5693
|
-
|
|
5760
|
+
compat: {
|
|
5761
|
+
supportsDeveloperRole: false;
|
|
5762
|
+
};
|
|
5763
|
+
reasoning: true;
|
|
5694
5764
|
input: "text"[];
|
|
5695
5765
|
cost: {
|
|
5696
5766
|
input: number;
|
|
@@ -5701,14 +5771,17 @@ export declare const MODELS: {
|
|
|
5701
5771
|
contextWindow: number;
|
|
5702
5772
|
maxTokens: number;
|
|
5703
5773
|
};
|
|
5704
|
-
readonly "
|
|
5774
|
+
readonly "MiniMaxAI/MiniMax-M2.5": {
|
|
5705
5775
|
id: string;
|
|
5706
5776
|
name: string;
|
|
5707
5777
|
api: "openai-completions";
|
|
5708
5778
|
provider: string;
|
|
5709
5779
|
baseUrl: string;
|
|
5710
|
-
|
|
5711
|
-
|
|
5780
|
+
compat: {
|
|
5781
|
+
supportsDeveloperRole: false;
|
|
5782
|
+
};
|
|
5783
|
+
reasoning: true;
|
|
5784
|
+
input: "text"[];
|
|
5712
5785
|
cost: {
|
|
5713
5786
|
input: number;
|
|
5714
5787
|
output: number;
|
|
@@ -5718,14 +5791,17 @@ export declare const MODELS: {
|
|
|
5718
5791
|
contextWindow: number;
|
|
5719
5792
|
maxTokens: number;
|
|
5720
5793
|
};
|
|
5721
|
-
readonly "
|
|
5794
|
+
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
5722
5795
|
id: string;
|
|
5723
5796
|
name: string;
|
|
5724
5797
|
api: "openai-completions";
|
|
5725
5798
|
provider: string;
|
|
5726
5799
|
baseUrl: string;
|
|
5727
|
-
|
|
5728
|
-
|
|
5800
|
+
compat: {
|
|
5801
|
+
supportsDeveloperRole: false;
|
|
5802
|
+
};
|
|
5803
|
+
reasoning: true;
|
|
5804
|
+
input: "text"[];
|
|
5729
5805
|
cost: {
|
|
5730
5806
|
input: number;
|
|
5731
5807
|
output: number;
|
|
@@ -5735,13 +5811,16 @@ export declare const MODELS: {
|
|
|
5735
5811
|
contextWindow: number;
|
|
5736
5812
|
maxTokens: number;
|
|
5737
5813
|
};
|
|
5738
|
-
readonly "
|
|
5814
|
+
readonly "Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
5739
5815
|
id: string;
|
|
5740
5816
|
name: string;
|
|
5741
5817
|
api: "openai-completions";
|
|
5742
5818
|
provider: string;
|
|
5743
5819
|
baseUrl: string;
|
|
5744
|
-
|
|
5820
|
+
compat: {
|
|
5821
|
+
supportsDeveloperRole: false;
|
|
5822
|
+
};
|
|
5823
|
+
reasoning: true;
|
|
5745
5824
|
input: "text"[];
|
|
5746
5825
|
cost: {
|
|
5747
5826
|
input: number;
|
|
@@ -5752,12 +5831,15 @@ export declare const MODELS: {
|
|
|
5752
5831
|
contextWindow: number;
|
|
5753
5832
|
maxTokens: number;
|
|
5754
5833
|
};
|
|
5755
|
-
readonly "
|
|
5834
|
+
readonly "Qwen/Qwen3-Coder-480B-A35B-Instruct": {
|
|
5756
5835
|
id: string;
|
|
5757
5836
|
name: string;
|
|
5758
5837
|
api: "openai-completions";
|
|
5759
5838
|
provider: string;
|
|
5760
5839
|
baseUrl: string;
|
|
5840
|
+
compat: {
|
|
5841
|
+
supportsDeveloperRole: false;
|
|
5842
|
+
};
|
|
5761
5843
|
reasoning: false;
|
|
5762
5844
|
input: "text"[];
|
|
5763
5845
|
cost: {
|
|
@@ -5769,12 +5851,15 @@ export declare const MODELS: {
|
|
|
5769
5851
|
contextWindow: number;
|
|
5770
5852
|
maxTokens: number;
|
|
5771
5853
|
};
|
|
5772
|
-
readonly "
|
|
5854
|
+
readonly "Qwen/Qwen3-Coder-Next": {
|
|
5773
5855
|
id: string;
|
|
5774
5856
|
name: string;
|
|
5775
5857
|
api: "openai-completions";
|
|
5776
5858
|
provider: string;
|
|
5777
5859
|
baseUrl: string;
|
|
5860
|
+
compat: {
|
|
5861
|
+
supportsDeveloperRole: false;
|
|
5862
|
+
};
|
|
5778
5863
|
reasoning: false;
|
|
5779
5864
|
input: "text"[];
|
|
5780
5865
|
cost: {
|
|
@@ -5786,13 +5871,16 @@ export declare const MODELS: {
|
|
|
5786
5871
|
contextWindow: number;
|
|
5787
5872
|
maxTokens: number;
|
|
5788
5873
|
};
|
|
5789
|
-
readonly "
|
|
5874
|
+
readonly "Qwen/Qwen3-Next-80B-A3B-Instruct": {
|
|
5790
5875
|
id: string;
|
|
5791
5876
|
name: string;
|
|
5792
5877
|
api: "openai-completions";
|
|
5793
5878
|
provider: string;
|
|
5794
5879
|
baseUrl: string;
|
|
5795
|
-
|
|
5880
|
+
compat: {
|
|
5881
|
+
supportsDeveloperRole: false;
|
|
5882
|
+
};
|
|
5883
|
+
reasoning: false;
|
|
5796
5884
|
input: "text"[];
|
|
5797
5885
|
cost: {
|
|
5798
5886
|
input: number;
|
|
@@ -5803,13 +5891,16 @@ export declare const MODELS: {
|
|
|
5803
5891
|
contextWindow: number;
|
|
5804
5892
|
maxTokens: number;
|
|
5805
5893
|
};
|
|
5806
|
-
readonly "
|
|
5894
|
+
readonly "Qwen/Qwen3-Next-80B-A3B-Thinking": {
|
|
5807
5895
|
id: string;
|
|
5808
5896
|
name: string;
|
|
5809
5897
|
api: "openai-completions";
|
|
5810
5898
|
provider: string;
|
|
5811
5899
|
baseUrl: string;
|
|
5812
|
-
|
|
5900
|
+
compat: {
|
|
5901
|
+
supportsDeveloperRole: false;
|
|
5902
|
+
};
|
|
5903
|
+
reasoning: false;
|
|
5813
5904
|
input: "text"[];
|
|
5814
5905
|
cost: {
|
|
5815
5906
|
input: number;
|
|
@@ -5820,14 +5911,17 @@ export declare const MODELS: {
|
|
|
5820
5911
|
contextWindow: number;
|
|
5821
5912
|
maxTokens: number;
|
|
5822
5913
|
};
|
|
5823
|
-
readonly "
|
|
5914
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
5824
5915
|
id: string;
|
|
5825
5916
|
name: string;
|
|
5826
5917
|
api: "openai-completions";
|
|
5827
5918
|
provider: string;
|
|
5828
5919
|
baseUrl: string;
|
|
5920
|
+
compat: {
|
|
5921
|
+
supportsDeveloperRole: false;
|
|
5922
|
+
};
|
|
5829
5923
|
reasoning: true;
|
|
5830
|
-
input: "text"[];
|
|
5924
|
+
input: ("image" | "text")[];
|
|
5831
5925
|
cost: {
|
|
5832
5926
|
input: number;
|
|
5833
5927
|
output: number;
|
|
@@ -5837,12 +5931,15 @@ export declare const MODELS: {
|
|
|
5837
5931
|
contextWindow: number;
|
|
5838
5932
|
maxTokens: number;
|
|
5839
5933
|
};
|
|
5840
|
-
readonly "
|
|
5934
|
+
readonly "XiaomiMiMo/MiMo-V2-Flash": {
|
|
5841
5935
|
id: string;
|
|
5842
5936
|
name: string;
|
|
5843
5937
|
api: "openai-completions";
|
|
5844
5938
|
provider: string;
|
|
5845
5939
|
baseUrl: string;
|
|
5940
|
+
compat: {
|
|
5941
|
+
supportsDeveloperRole: false;
|
|
5942
|
+
};
|
|
5846
5943
|
reasoning: true;
|
|
5847
5944
|
input: "text"[];
|
|
5848
5945
|
cost: {
|
|
@@ -5854,19 +5951,16 @@ export declare const MODELS: {
|
|
|
5854
5951
|
contextWindow: number;
|
|
5855
5952
|
maxTokens: number;
|
|
5856
5953
|
};
|
|
5857
|
-
readonly "
|
|
5954
|
+
readonly "deepseek-ai/DeepSeek-R1-0528": {
|
|
5858
5955
|
id: string;
|
|
5859
5956
|
name: string;
|
|
5860
5957
|
api: "openai-completions";
|
|
5861
5958
|
provider: string;
|
|
5862
5959
|
baseUrl: string;
|
|
5863
|
-
|
|
5864
|
-
|
|
5865
|
-
minimal: null;
|
|
5866
|
-
low: null;
|
|
5867
|
-
medium: null;
|
|
5868
|
-
high: string;
|
|
5960
|
+
compat: {
|
|
5961
|
+
supportsDeveloperRole: false;
|
|
5869
5962
|
};
|
|
5963
|
+
reasoning: true;
|
|
5870
5964
|
input: "text"[];
|
|
5871
5965
|
cost: {
|
|
5872
5966
|
input: number;
|
|
@@ -5877,9 +5971,7 @@ export declare const MODELS: {
|
|
|
5877
5971
|
contextWindow: number;
|
|
5878
5972
|
maxTokens: number;
|
|
5879
5973
|
};
|
|
5880
|
-
|
|
5881
|
-
readonly huggingface: {
|
|
5882
|
-
readonly "MiniMaxAI/MiniMax-M2.1": {
|
|
5974
|
+
readonly "deepseek-ai/DeepSeek-V3.2": {
|
|
5883
5975
|
id: string;
|
|
5884
5976
|
name: string;
|
|
5885
5977
|
api: "openai-completions";
|
|
@@ -5899,7 +5991,7 @@ export declare const MODELS: {
|
|
|
5899
5991
|
contextWindow: number;
|
|
5900
5992
|
maxTokens: number;
|
|
5901
5993
|
};
|
|
5902
|
-
readonly "
|
|
5994
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
5903
5995
|
id: string;
|
|
5904
5996
|
name: string;
|
|
5905
5997
|
api: "openai-completions";
|
|
@@ -5919,7 +6011,7 @@ export declare const MODELS: {
|
|
|
5919
6011
|
contextWindow: number;
|
|
5920
6012
|
maxTokens: number;
|
|
5921
6013
|
};
|
|
5922
|
-
readonly "
|
|
6014
|
+
readonly "moonshotai/Kimi-K2-Instruct": {
|
|
5923
6015
|
id: string;
|
|
5924
6016
|
name: string;
|
|
5925
6017
|
api: "openai-completions";
|
|
@@ -5928,7 +6020,7 @@ export declare const MODELS: {
|
|
|
5928
6020
|
compat: {
|
|
5929
6021
|
supportsDeveloperRole: false;
|
|
5930
6022
|
};
|
|
5931
|
-
reasoning:
|
|
6023
|
+
reasoning: false;
|
|
5932
6024
|
input: "text"[];
|
|
5933
6025
|
cost: {
|
|
5934
6026
|
input: number;
|
|
@@ -5939,7 +6031,7 @@ export declare const MODELS: {
|
|
|
5939
6031
|
contextWindow: number;
|
|
5940
6032
|
maxTokens: number;
|
|
5941
6033
|
};
|
|
5942
|
-
readonly "
|
|
6034
|
+
readonly "moonshotai/Kimi-K2-Instruct-0905": {
|
|
5943
6035
|
id: string;
|
|
5944
6036
|
name: string;
|
|
5945
6037
|
api: "openai-completions";
|
|
@@ -5948,7 +6040,7 @@ export declare const MODELS: {
|
|
|
5948
6040
|
compat: {
|
|
5949
6041
|
supportsDeveloperRole: false;
|
|
5950
6042
|
};
|
|
5951
|
-
reasoning:
|
|
6043
|
+
reasoning: false;
|
|
5952
6044
|
input: "text"[];
|
|
5953
6045
|
cost: {
|
|
5954
6046
|
input: number;
|
|
@@ -5959,7 +6051,7 @@ export declare const MODELS: {
|
|
|
5959
6051
|
contextWindow: number;
|
|
5960
6052
|
maxTokens: number;
|
|
5961
6053
|
};
|
|
5962
|
-
readonly "
|
|
6054
|
+
readonly "moonshotai/Kimi-K2-Thinking": {
|
|
5963
6055
|
id: string;
|
|
5964
6056
|
name: string;
|
|
5965
6057
|
api: "openai-completions";
|
|
@@ -5968,7 +6060,7 @@ export declare const MODELS: {
|
|
|
5968
6060
|
compat: {
|
|
5969
6061
|
supportsDeveloperRole: false;
|
|
5970
6062
|
};
|
|
5971
|
-
reasoning:
|
|
6063
|
+
reasoning: true;
|
|
5972
6064
|
input: "text"[];
|
|
5973
6065
|
cost: {
|
|
5974
6066
|
input: number;
|
|
@@ -5979,7 +6071,7 @@ export declare const MODELS: {
|
|
|
5979
6071
|
contextWindow: number;
|
|
5980
6072
|
maxTokens: number;
|
|
5981
6073
|
};
|
|
5982
|
-
readonly "
|
|
6074
|
+
readonly "moonshotai/Kimi-K2.5": {
|
|
5983
6075
|
id: string;
|
|
5984
6076
|
name: string;
|
|
5985
6077
|
api: "openai-completions";
|
|
@@ -5988,8 +6080,8 @@ export declare const MODELS: {
|
|
|
5988
6080
|
compat: {
|
|
5989
6081
|
supportsDeveloperRole: false;
|
|
5990
6082
|
};
|
|
5991
|
-
reasoning:
|
|
5992
|
-
input: "text"[];
|
|
6083
|
+
reasoning: true;
|
|
6084
|
+
input: ("image" | "text")[];
|
|
5993
6085
|
cost: {
|
|
5994
6086
|
input: number;
|
|
5995
6087
|
output: number;
|
|
@@ -5999,7 +6091,7 @@ export declare const MODELS: {
|
|
|
5999
6091
|
contextWindow: number;
|
|
6000
6092
|
maxTokens: number;
|
|
6001
6093
|
};
|
|
6002
|
-
readonly "
|
|
6094
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
6003
6095
|
id: string;
|
|
6004
6096
|
name: string;
|
|
6005
6097
|
api: "openai-completions";
|
|
@@ -6008,8 +6100,8 @@ export declare const MODELS: {
|
|
|
6008
6100
|
compat: {
|
|
6009
6101
|
supportsDeveloperRole: false;
|
|
6010
6102
|
};
|
|
6011
|
-
reasoning:
|
|
6012
|
-
input: "text"[];
|
|
6103
|
+
reasoning: true;
|
|
6104
|
+
input: ("image" | "text")[];
|
|
6013
6105
|
cost: {
|
|
6014
6106
|
input: number;
|
|
6015
6107
|
output: number;
|
|
@@ -6019,7 +6111,7 @@ export declare const MODELS: {
|
|
|
6019
6111
|
contextWindow: number;
|
|
6020
6112
|
maxTokens: number;
|
|
6021
6113
|
};
|
|
6022
|
-
readonly "
|
|
6114
|
+
readonly "zai-org/GLM-4.7": {
|
|
6023
6115
|
id: string;
|
|
6024
6116
|
name: string;
|
|
6025
6117
|
api: "openai-completions";
|
|
@@ -6028,7 +6120,7 @@ export declare const MODELS: {
|
|
|
6028
6120
|
compat: {
|
|
6029
6121
|
supportsDeveloperRole: false;
|
|
6030
6122
|
};
|
|
6031
|
-
reasoning:
|
|
6123
|
+
reasoning: true;
|
|
6032
6124
|
input: "text"[];
|
|
6033
6125
|
cost: {
|
|
6034
6126
|
input: number;
|
|
@@ -6039,7 +6131,7 @@ export declare const MODELS: {
|
|
|
6039
6131
|
contextWindow: number;
|
|
6040
6132
|
maxTokens: number;
|
|
6041
6133
|
};
|
|
6042
|
-
readonly "
|
|
6134
|
+
readonly "zai-org/GLM-4.7-Flash": {
|
|
6043
6135
|
id: string;
|
|
6044
6136
|
name: string;
|
|
6045
6137
|
api: "openai-completions";
|
|
@@ -6049,7 +6141,7 @@ export declare const MODELS: {
|
|
|
6049
6141
|
supportsDeveloperRole: false;
|
|
6050
6142
|
};
|
|
6051
6143
|
reasoning: true;
|
|
6052
|
-
input:
|
|
6144
|
+
input: "text"[];
|
|
6053
6145
|
cost: {
|
|
6054
6146
|
input: number;
|
|
6055
6147
|
output: number;
|
|
@@ -6059,7 +6151,7 @@ export declare const MODELS: {
|
|
|
6059
6151
|
contextWindow: number;
|
|
6060
6152
|
maxTokens: number;
|
|
6061
6153
|
};
|
|
6062
|
-
readonly "
|
|
6154
|
+
readonly "zai-org/GLM-5": {
|
|
6063
6155
|
id: string;
|
|
6064
6156
|
name: string;
|
|
6065
6157
|
api: "openai-completions";
|
|
@@ -6079,7 +6171,7 @@ export declare const MODELS: {
|
|
|
6079
6171
|
contextWindow: number;
|
|
6080
6172
|
maxTokens: number;
|
|
6081
6173
|
};
|
|
6082
|
-
readonly "
|
|
6174
|
+
readonly "zai-org/GLM-5.1": {
|
|
6083
6175
|
id: string;
|
|
6084
6176
|
name: string;
|
|
6085
6177
|
api: "openai-completions";
|
|
@@ -6099,17 +6191,19 @@ export declare const MODELS: {
|
|
|
6099
6191
|
contextWindow: number;
|
|
6100
6192
|
maxTokens: number;
|
|
6101
6193
|
};
|
|
6102
|
-
|
|
6194
|
+
};
|
|
6195
|
+
readonly "kimi-coding": {
|
|
6196
|
+
readonly k2p7: {
|
|
6103
6197
|
id: string;
|
|
6104
6198
|
name: string;
|
|
6105
|
-
api: "
|
|
6199
|
+
api: "anthropic-messages";
|
|
6106
6200
|
provider: string;
|
|
6107
6201
|
baseUrl: string;
|
|
6108
|
-
|
|
6109
|
-
|
|
6202
|
+
headers: {
|
|
6203
|
+
"User-Agent": string;
|
|
6110
6204
|
};
|
|
6111
6205
|
reasoning: true;
|
|
6112
|
-
input: "text"[];
|
|
6206
|
+
input: ("image" | "text")[];
|
|
6113
6207
|
cost: {
|
|
6114
6208
|
input: number;
|
|
6115
6209
|
output: number;
|
|
@@ -6119,212 +6213,10 @@ export declare const MODELS: {
|
|
|
6119
6213
|
contextWindow: number;
|
|
6120
6214
|
maxTokens: number;
|
|
6121
6215
|
};
|
|
6122
|
-
readonly "
|
|
6216
|
+
readonly "kimi-for-coding": {
|
|
6123
6217
|
id: string;
|
|
6124
6218
|
name: string;
|
|
6125
|
-
api: "
|
|
6126
|
-
provider: string;
|
|
6127
|
-
baseUrl: string;
|
|
6128
|
-
compat: {
|
|
6129
|
-
supportsDeveloperRole: false;
|
|
6130
|
-
};
|
|
6131
|
-
reasoning: true;
|
|
6132
|
-
input: "text"[];
|
|
6133
|
-
cost: {
|
|
6134
|
-
input: number;
|
|
6135
|
-
output: number;
|
|
6136
|
-
cacheRead: number;
|
|
6137
|
-
cacheWrite: number;
|
|
6138
|
-
};
|
|
6139
|
-
contextWindow: number;
|
|
6140
|
-
maxTokens: number;
|
|
6141
|
-
};
|
|
6142
|
-
readonly "moonshotai/Kimi-K2-Instruct": {
|
|
6143
|
-
id: string;
|
|
6144
|
-
name: string;
|
|
6145
|
-
api: "openai-completions";
|
|
6146
|
-
provider: string;
|
|
6147
|
-
baseUrl: string;
|
|
6148
|
-
compat: {
|
|
6149
|
-
supportsDeveloperRole: false;
|
|
6150
|
-
};
|
|
6151
|
-
reasoning: false;
|
|
6152
|
-
input: "text"[];
|
|
6153
|
-
cost: {
|
|
6154
|
-
input: number;
|
|
6155
|
-
output: number;
|
|
6156
|
-
cacheRead: number;
|
|
6157
|
-
cacheWrite: number;
|
|
6158
|
-
};
|
|
6159
|
-
contextWindow: number;
|
|
6160
|
-
maxTokens: number;
|
|
6161
|
-
};
|
|
6162
|
-
readonly "moonshotai/Kimi-K2-Instruct-0905": {
|
|
6163
|
-
id: string;
|
|
6164
|
-
name: string;
|
|
6165
|
-
api: "openai-completions";
|
|
6166
|
-
provider: string;
|
|
6167
|
-
baseUrl: string;
|
|
6168
|
-
compat: {
|
|
6169
|
-
supportsDeveloperRole: false;
|
|
6170
|
-
};
|
|
6171
|
-
reasoning: false;
|
|
6172
|
-
input: "text"[];
|
|
6173
|
-
cost: {
|
|
6174
|
-
input: number;
|
|
6175
|
-
output: number;
|
|
6176
|
-
cacheRead: number;
|
|
6177
|
-
cacheWrite: number;
|
|
6178
|
-
};
|
|
6179
|
-
contextWindow: number;
|
|
6180
|
-
maxTokens: number;
|
|
6181
|
-
};
|
|
6182
|
-
readonly "moonshotai/Kimi-K2-Thinking": {
|
|
6183
|
-
id: string;
|
|
6184
|
-
name: string;
|
|
6185
|
-
api: "openai-completions";
|
|
6186
|
-
provider: string;
|
|
6187
|
-
baseUrl: string;
|
|
6188
|
-
compat: {
|
|
6189
|
-
supportsDeveloperRole: false;
|
|
6190
|
-
};
|
|
6191
|
-
reasoning: true;
|
|
6192
|
-
input: "text"[];
|
|
6193
|
-
cost: {
|
|
6194
|
-
input: number;
|
|
6195
|
-
output: number;
|
|
6196
|
-
cacheRead: number;
|
|
6197
|
-
cacheWrite: number;
|
|
6198
|
-
};
|
|
6199
|
-
contextWindow: number;
|
|
6200
|
-
maxTokens: number;
|
|
6201
|
-
};
|
|
6202
|
-
readonly "moonshotai/Kimi-K2.5": {
|
|
6203
|
-
id: string;
|
|
6204
|
-
name: string;
|
|
6205
|
-
api: "openai-completions";
|
|
6206
|
-
provider: string;
|
|
6207
|
-
baseUrl: string;
|
|
6208
|
-
compat: {
|
|
6209
|
-
supportsDeveloperRole: false;
|
|
6210
|
-
};
|
|
6211
|
-
reasoning: true;
|
|
6212
|
-
input: ("image" | "text")[];
|
|
6213
|
-
cost: {
|
|
6214
|
-
input: number;
|
|
6215
|
-
output: number;
|
|
6216
|
-
cacheRead: number;
|
|
6217
|
-
cacheWrite: number;
|
|
6218
|
-
};
|
|
6219
|
-
contextWindow: number;
|
|
6220
|
-
maxTokens: number;
|
|
6221
|
-
};
|
|
6222
|
-
readonly "moonshotai/Kimi-K2.6": {
|
|
6223
|
-
id: string;
|
|
6224
|
-
name: string;
|
|
6225
|
-
api: "openai-completions";
|
|
6226
|
-
provider: string;
|
|
6227
|
-
baseUrl: string;
|
|
6228
|
-
compat: {
|
|
6229
|
-
supportsDeveloperRole: false;
|
|
6230
|
-
};
|
|
6231
|
-
reasoning: true;
|
|
6232
|
-
input: ("image" | "text")[];
|
|
6233
|
-
cost: {
|
|
6234
|
-
input: number;
|
|
6235
|
-
output: number;
|
|
6236
|
-
cacheRead: number;
|
|
6237
|
-
cacheWrite: number;
|
|
6238
|
-
};
|
|
6239
|
-
contextWindow: number;
|
|
6240
|
-
maxTokens: number;
|
|
6241
|
-
};
|
|
6242
|
-
readonly "zai-org/GLM-4.7": {
|
|
6243
|
-
id: string;
|
|
6244
|
-
name: string;
|
|
6245
|
-
api: "openai-completions";
|
|
6246
|
-
provider: string;
|
|
6247
|
-
baseUrl: string;
|
|
6248
|
-
compat: {
|
|
6249
|
-
supportsDeveloperRole: false;
|
|
6250
|
-
};
|
|
6251
|
-
reasoning: true;
|
|
6252
|
-
input: "text"[];
|
|
6253
|
-
cost: {
|
|
6254
|
-
input: number;
|
|
6255
|
-
output: number;
|
|
6256
|
-
cacheRead: number;
|
|
6257
|
-
cacheWrite: number;
|
|
6258
|
-
};
|
|
6259
|
-
contextWindow: number;
|
|
6260
|
-
maxTokens: number;
|
|
6261
|
-
};
|
|
6262
|
-
readonly "zai-org/GLM-4.7-Flash": {
|
|
6263
|
-
id: string;
|
|
6264
|
-
name: string;
|
|
6265
|
-
api: "openai-completions";
|
|
6266
|
-
provider: string;
|
|
6267
|
-
baseUrl: string;
|
|
6268
|
-
compat: {
|
|
6269
|
-
supportsDeveloperRole: false;
|
|
6270
|
-
};
|
|
6271
|
-
reasoning: true;
|
|
6272
|
-
input: "text"[];
|
|
6273
|
-
cost: {
|
|
6274
|
-
input: number;
|
|
6275
|
-
output: number;
|
|
6276
|
-
cacheRead: number;
|
|
6277
|
-
cacheWrite: number;
|
|
6278
|
-
};
|
|
6279
|
-
contextWindow: number;
|
|
6280
|
-
maxTokens: number;
|
|
6281
|
-
};
|
|
6282
|
-
readonly "zai-org/GLM-5": {
|
|
6283
|
-
id: string;
|
|
6284
|
-
name: string;
|
|
6285
|
-
api: "openai-completions";
|
|
6286
|
-
provider: string;
|
|
6287
|
-
baseUrl: string;
|
|
6288
|
-
compat: {
|
|
6289
|
-
supportsDeveloperRole: false;
|
|
6290
|
-
};
|
|
6291
|
-
reasoning: true;
|
|
6292
|
-
input: "text"[];
|
|
6293
|
-
cost: {
|
|
6294
|
-
input: number;
|
|
6295
|
-
output: number;
|
|
6296
|
-
cacheRead: number;
|
|
6297
|
-
cacheWrite: number;
|
|
6298
|
-
};
|
|
6299
|
-
contextWindow: number;
|
|
6300
|
-
maxTokens: number;
|
|
6301
|
-
};
|
|
6302
|
-
readonly "zai-org/GLM-5.1": {
|
|
6303
|
-
id: string;
|
|
6304
|
-
name: string;
|
|
6305
|
-
api: "openai-completions";
|
|
6306
|
-
provider: string;
|
|
6307
|
-
baseUrl: string;
|
|
6308
|
-
compat: {
|
|
6309
|
-
supportsDeveloperRole: false;
|
|
6310
|
-
};
|
|
6311
|
-
reasoning: true;
|
|
6312
|
-
input: "text"[];
|
|
6313
|
-
cost: {
|
|
6314
|
-
input: number;
|
|
6315
|
-
output: number;
|
|
6316
|
-
cacheRead: number;
|
|
6317
|
-
cacheWrite: number;
|
|
6318
|
-
};
|
|
6319
|
-
contextWindow: number;
|
|
6320
|
-
maxTokens: number;
|
|
6321
|
-
};
|
|
6322
|
-
};
|
|
6323
|
-
readonly "kimi-coding": {
|
|
6324
|
-
readonly "kimi-for-coding": {
|
|
6325
|
-
id: string;
|
|
6326
|
-
name: string;
|
|
6327
|
-
api: "anthropic-messages";
|
|
6219
|
+
api: "anthropic-messages";
|
|
6328
6220
|
provider: string;
|
|
6329
6221
|
baseUrl: string;
|
|
6330
6222
|
headers: {
|
|
@@ -7156,6 +7048,31 @@ export declare const MODELS: {
|
|
|
7156
7048
|
contextWindow: number;
|
|
7157
7049
|
maxTokens: number;
|
|
7158
7050
|
};
|
|
7051
|
+
readonly "kimi-k2.7-code": {
|
|
7052
|
+
id: string;
|
|
7053
|
+
name: string;
|
|
7054
|
+
api: "openai-completions";
|
|
7055
|
+
provider: string;
|
|
7056
|
+
baseUrl: string;
|
|
7057
|
+
compat: {
|
|
7058
|
+
supportsStore: false;
|
|
7059
|
+
supportsDeveloperRole: false;
|
|
7060
|
+
supportsReasoningEffort: false;
|
|
7061
|
+
maxTokensField: "max_tokens";
|
|
7062
|
+
supportsStrictMode: false;
|
|
7063
|
+
thinkingFormat: "deepseek";
|
|
7064
|
+
};
|
|
7065
|
+
reasoning: true;
|
|
7066
|
+
input: ("image" | "text")[];
|
|
7067
|
+
cost: {
|
|
7068
|
+
input: number;
|
|
7069
|
+
output: number;
|
|
7070
|
+
cacheRead: number;
|
|
7071
|
+
cacheWrite: number;
|
|
7072
|
+
};
|
|
7073
|
+
contextWindow: number;
|
|
7074
|
+
maxTokens: number;
|
|
7075
|
+
};
|
|
7159
7076
|
};
|
|
7160
7077
|
readonly "moonshotai-cn": {
|
|
7161
7078
|
readonly "kimi-k2-0711-preview": {
|
|
@@ -7504,34 +7421,6 @@ export declare const MODELS: {
|
|
|
7504
7421
|
maxTokens: number;
|
|
7505
7422
|
};
|
|
7506
7423
|
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
7424
|
id: string;
|
|
7536
7425
|
name: string;
|
|
7537
7426
|
api: "openai-completions";
|
|
@@ -7559,35 +7448,7 @@ export declare const MODELS: {
|
|
|
7559
7448
|
contextWindow: number;
|
|
7560
7449
|
maxTokens: number;
|
|
7561
7450
|
};
|
|
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": {
|
|
7451
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
7591
7452
|
id: string;
|
|
7592
7453
|
name: string;
|
|
7593
7454
|
api: "openai-completions";
|
|
@@ -7605,7 +7466,7 @@ export declare const MODELS: {
|
|
|
7605
7466
|
supportsLongCacheRetention: false;
|
|
7606
7467
|
};
|
|
7607
7468
|
reasoning: true;
|
|
7608
|
-
input: "text"[];
|
|
7469
|
+
input: ("image" | "text")[];
|
|
7609
7470
|
cost: {
|
|
7610
7471
|
input: number;
|
|
7611
7472
|
output: number;
|
|
@@ -7755,7 +7616,7 @@ export declare const MODELS: {
|
|
|
7755
7616
|
contextWindow: number;
|
|
7756
7617
|
maxTokens: number;
|
|
7757
7618
|
};
|
|
7758
|
-
readonly "openai/gpt-oss-
|
|
7619
|
+
readonly "openai/gpt-oss-120b": {
|
|
7759
7620
|
id: string;
|
|
7760
7621
|
name: string;
|
|
7761
7622
|
api: "openai-completions";
|
|
@@ -7783,7 +7644,7 @@ export declare const MODELS: {
|
|
|
7783
7644
|
contextWindow: number;
|
|
7784
7645
|
maxTokens: number;
|
|
7785
7646
|
};
|
|
7786
|
-
readonly "
|
|
7647
|
+
readonly "openai/gpt-oss-20b": {
|
|
7787
7648
|
id: string;
|
|
7788
7649
|
name: string;
|
|
7789
7650
|
api: "openai-completions";
|
|
@@ -7800,7 +7661,7 @@ export declare const MODELS: {
|
|
|
7800
7661
|
supportsStrictMode: false;
|
|
7801
7662
|
supportsLongCacheRetention: false;
|
|
7802
7663
|
};
|
|
7803
|
-
reasoning:
|
|
7664
|
+
reasoning: true;
|
|
7804
7665
|
input: "text"[];
|
|
7805
7666
|
cost: {
|
|
7806
7667
|
input: number;
|
|
@@ -8835,29 +8696,6 @@ export declare const MODELS: {
|
|
|
8835
8696
|
contextWindow: number;
|
|
8836
8697
|
maxTokens: number;
|
|
8837
8698
|
};
|
|
8838
|
-
readonly "claude-fable-5": {
|
|
8839
|
-
id: string;
|
|
8840
|
-
name: string;
|
|
8841
|
-
api: "anthropic-messages";
|
|
8842
|
-
provider: string;
|
|
8843
|
-
baseUrl: string;
|
|
8844
|
-
compat: {
|
|
8845
|
-
forceAdaptiveThinking: true;
|
|
8846
|
-
};
|
|
8847
|
-
reasoning: true;
|
|
8848
|
-
thinkingLevelMap: {
|
|
8849
|
-
xhigh: string;
|
|
8850
|
-
};
|
|
8851
|
-
input: ("image" | "text")[];
|
|
8852
|
-
cost: {
|
|
8853
|
-
input: number;
|
|
8854
|
-
output: number;
|
|
8855
|
-
cacheRead: number;
|
|
8856
|
-
cacheWrite: number;
|
|
8857
|
-
};
|
|
8858
|
-
contextWindow: number;
|
|
8859
|
-
maxTokens: number;
|
|
8860
|
-
};
|
|
8861
8699
|
readonly "claude-haiku-4-5": {
|
|
8862
8700
|
id: string;
|
|
8863
8701
|
name: string;
|
|
@@ -9092,6 +8930,35 @@ export declare const MODELS: {
|
|
|
9092
8930
|
contextWindow: number;
|
|
9093
8931
|
maxTokens: number;
|
|
9094
8932
|
};
|
|
8933
|
+
readonly "deepseek-v4-pro": {
|
|
8934
|
+
id: string;
|
|
8935
|
+
name: string;
|
|
8936
|
+
api: "openai-completions";
|
|
8937
|
+
provider: string;
|
|
8938
|
+
baseUrl: string;
|
|
8939
|
+
compat: {
|
|
8940
|
+
maxTokensField: "max_tokens";
|
|
8941
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
8942
|
+
thinkingFormat: "deepseek";
|
|
8943
|
+
};
|
|
8944
|
+
reasoning: true;
|
|
8945
|
+
thinkingLevelMap: {
|
|
8946
|
+
minimal: null;
|
|
8947
|
+
low: null;
|
|
8948
|
+
medium: null;
|
|
8949
|
+
high: string;
|
|
8950
|
+
xhigh: string;
|
|
8951
|
+
};
|
|
8952
|
+
input: "text"[];
|
|
8953
|
+
cost: {
|
|
8954
|
+
input: number;
|
|
8955
|
+
output: number;
|
|
8956
|
+
cacheRead: number;
|
|
8957
|
+
cacheWrite: number;
|
|
8958
|
+
};
|
|
8959
|
+
contextWindow: number;
|
|
8960
|
+
maxTokens: number;
|
|
8961
|
+
};
|
|
9095
8962
|
readonly "gemini-3-flash": {
|
|
9096
8963
|
id: string;
|
|
9097
8964
|
name: string;
|
|
@@ -9830,26 +9697,6 @@ export declare const MODELS: {
|
|
|
9830
9697
|
contextWindow: number;
|
|
9831
9698
|
maxTokens: number;
|
|
9832
9699
|
};
|
|
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
9700
|
readonly "kimi-k2.6": {
|
|
9854
9701
|
id: string;
|
|
9855
9702
|
name: string;
|
|
@@ -9877,7 +9724,7 @@ export declare const MODELS: {
|
|
|
9877
9724
|
contextWindow: number;
|
|
9878
9725
|
maxTokens: number;
|
|
9879
9726
|
};
|
|
9880
|
-
readonly "
|
|
9727
|
+
readonly "kimi-k2.7-code": {
|
|
9881
9728
|
id: string;
|
|
9882
9729
|
name: string;
|
|
9883
9730
|
api: "openai-completions";
|
|
@@ -9897,7 +9744,7 @@ export declare const MODELS: {
|
|
|
9897
9744
|
contextWindow: number;
|
|
9898
9745
|
maxTokens: number;
|
|
9899
9746
|
};
|
|
9900
|
-
readonly "mimo-v2.5
|
|
9747
|
+
readonly "mimo-v2.5": {
|
|
9901
9748
|
id: string;
|
|
9902
9749
|
name: string;
|
|
9903
9750
|
api: "openai-completions";
|
|
@@ -9907,7 +9754,7 @@ export declare const MODELS: {
|
|
|
9907
9754
|
maxTokensField: "max_tokens";
|
|
9908
9755
|
};
|
|
9909
9756
|
reasoning: true;
|
|
9910
|
-
input: "text"[];
|
|
9757
|
+
input: ("image" | "text")[];
|
|
9911
9758
|
cost: {
|
|
9912
9759
|
input: number;
|
|
9913
9760
|
output: number;
|
|
@@ -9917,12 +9764,15 @@ export declare const MODELS: {
|
|
|
9917
9764
|
contextWindow: number;
|
|
9918
9765
|
maxTokens: number;
|
|
9919
9766
|
};
|
|
9920
|
-
readonly "
|
|
9767
|
+
readonly "mimo-v2.5-pro": {
|
|
9921
9768
|
id: string;
|
|
9922
9769
|
name: string;
|
|
9923
|
-
api: "
|
|
9770
|
+
api: "openai-completions";
|
|
9924
9771
|
provider: string;
|
|
9925
9772
|
baseUrl: string;
|
|
9773
|
+
compat: {
|
|
9774
|
+
maxTokensField: "max_tokens";
|
|
9775
|
+
};
|
|
9926
9776
|
reasoning: true;
|
|
9927
9777
|
input: "text"[];
|
|
9928
9778
|
cost: {
|
|
@@ -11790,16 +11640,12 @@ export declare const MODELS: {
|
|
|
11790
11640
|
contextWindow: number;
|
|
11791
11641
|
maxTokens: number;
|
|
11792
11642
|
};
|
|
11793
|
-
readonly "moonshotai/kimi-k2.
|
|
11643
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
11794
11644
|
id: string;
|
|
11795
11645
|
name: string;
|
|
11796
11646
|
api: "openai-completions";
|
|
11797
11647
|
provider: string;
|
|
11798
11648
|
baseUrl: string;
|
|
11799
|
-
compat: {
|
|
11800
|
-
supportsDeveloperRole: false;
|
|
11801
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
11802
|
-
};
|
|
11803
11649
|
reasoning: true;
|
|
11804
11650
|
input: ("image" | "text")[];
|
|
11805
11651
|
cost: {
|
|
@@ -11981,23 +11827,6 @@ export declare const MODELS: {
|
|
|
11981
11827
|
contextWindow: number;
|
|
11982
11828
|
maxTokens: number;
|
|
11983
11829
|
};
|
|
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
11830
|
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
12002
11831
|
id: string;
|
|
12003
11832
|
name: string;
|
|
@@ -14111,23 +13940,6 @@ export declare const MODELS: {
|
|
|
14111
13940
|
contextWindow: number;
|
|
14112
13941
|
maxTokens: number;
|
|
14113
13942
|
};
|
|
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
13943
|
readonly "z-ai/glm-4.5": {
|
|
14132
13944
|
id: string;
|
|
14133
13945
|
name: string;
|
|
@@ -14162,23 +13974,6 @@ export declare const MODELS: {
|
|
|
14162
13974
|
contextWindow: number;
|
|
14163
13975
|
maxTokens: number;
|
|
14164
13976
|
};
|
|
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
13977
|
readonly "z-ai/glm-4.5v": {
|
|
14183
13978
|
id: string;
|
|
14184
13979
|
name: string;
|
|
@@ -14315,23 +14110,6 @@ export declare const MODELS: {
|
|
|
14315
14110
|
contextWindow: number;
|
|
14316
14111
|
maxTokens: number;
|
|
14317
14112
|
};
|
|
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
14113
|
readonly "~anthropic/claude-fable-latest": {
|
|
14336
14114
|
id: string;
|
|
14337
14115
|
name: string;
|
|
@@ -14487,7 +14265,7 @@ export declare const MODELS: {
|
|
|
14487
14265
|
};
|
|
14488
14266
|
};
|
|
14489
14267
|
readonly together: {
|
|
14490
|
-
readonly "MiniMaxAI/MiniMax-M2.
|
|
14268
|
+
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
14491
14269
|
id: string;
|
|
14492
14270
|
name: string;
|
|
14493
14271
|
api: "openai-completions";
|
|
@@ -14500,10 +14278,10 @@ export declare const MODELS: {
|
|
|
14500
14278
|
maxTokensField: "max_tokens";
|
|
14501
14279
|
supportsStrictMode: false;
|
|
14502
14280
|
supportsLongCacheRetention: false;
|
|
14503
|
-
thinkingFormat: "together";
|
|
14504
14281
|
};
|
|
14505
14282
|
reasoning: true;
|
|
14506
14283
|
thinkingLevelMap: {
|
|
14284
|
+
off: null;
|
|
14507
14285
|
minimal: null;
|
|
14508
14286
|
low: null;
|
|
14509
14287
|
medium: null;
|
|
@@ -14518,7 +14296,7 @@ export declare const MODELS: {
|
|
|
14518
14296
|
contextWindow: number;
|
|
14519
14297
|
maxTokens: number;
|
|
14520
14298
|
};
|
|
14521
|
-
readonly "MiniMaxAI/MiniMax-
|
|
14299
|
+
readonly "MiniMaxAI/MiniMax-M3": {
|
|
14522
14300
|
id: string;
|
|
14523
14301
|
name: string;
|
|
14524
14302
|
api: "openai-completions";
|
|
@@ -14531,15 +14309,15 @@ export declare const MODELS: {
|
|
|
14531
14309
|
maxTokensField: "max_tokens";
|
|
14532
14310
|
supportsStrictMode: false;
|
|
14533
14311
|
supportsLongCacheRetention: false;
|
|
14312
|
+
thinkingFormat: "together";
|
|
14534
14313
|
};
|
|
14535
14314
|
reasoning: true;
|
|
14536
14315
|
thinkingLevelMap: {
|
|
14537
|
-
off: null;
|
|
14538
14316
|
minimal: null;
|
|
14539
14317
|
low: null;
|
|
14540
14318
|
medium: null;
|
|
14541
14319
|
};
|
|
14542
|
-
input: "text"[];
|
|
14320
|
+
input: ("image" | "text")[];
|
|
14543
14321
|
cost: {
|
|
14544
14322
|
input: number;
|
|
14545
14323
|
output: number;
|
|
@@ -14549,7 +14327,7 @@ export declare const MODELS: {
|
|
|
14549
14327
|
contextWindow: number;
|
|
14550
14328
|
maxTokens: number;
|
|
14551
14329
|
};
|
|
14552
|
-
readonly "Qwen/
|
|
14330
|
+
readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
|
|
14553
14331
|
id: string;
|
|
14554
14332
|
name: string;
|
|
14555
14333
|
api: "openai-completions";
|
|
@@ -14562,14 +14340,8 @@ export declare const MODELS: {
|
|
|
14562
14340
|
maxTokensField: "max_tokens";
|
|
14563
14341
|
supportsStrictMode: false;
|
|
14564
14342
|
supportsLongCacheRetention: false;
|
|
14565
|
-
thinkingFormat: "together";
|
|
14566
|
-
};
|
|
14567
|
-
reasoning: true;
|
|
14568
|
-
thinkingLevelMap: {
|
|
14569
|
-
minimal: null;
|
|
14570
|
-
low: null;
|
|
14571
|
-
medium: null;
|
|
14572
14343
|
};
|
|
14344
|
+
reasoning: false;
|
|
14573
14345
|
input: "text"[];
|
|
14574
14346
|
cost: {
|
|
14575
14347
|
input: number;
|
|
@@ -14580,7 +14352,7 @@ export declare const MODELS: {
|
|
|
14580
14352
|
contextWindow: number;
|
|
14581
14353
|
maxTokens: number;
|
|
14582
14354
|
};
|
|
14583
|
-
readonly "Qwen/Qwen3-
|
|
14355
|
+
readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
|
|
14584
14356
|
id: string;
|
|
14585
14357
|
name: string;
|
|
14586
14358
|
api: "openai-completions";
|
|
@@ -14605,7 +14377,7 @@ export declare const MODELS: {
|
|
|
14605
14377
|
contextWindow: number;
|
|
14606
14378
|
maxTokens: number;
|
|
14607
14379
|
};
|
|
14608
|
-
readonly "Qwen/Qwen3-
|
|
14380
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
14609
14381
|
id: string;
|
|
14610
14382
|
name: string;
|
|
14611
14383
|
api: "openai-completions";
|
|
@@ -14626,7 +14398,7 @@ export declare const MODELS: {
|
|
|
14626
14398
|
low: null;
|
|
14627
14399
|
medium: null;
|
|
14628
14400
|
};
|
|
14629
|
-
input: "text"[];
|
|
14401
|
+
input: ("image" | "text")[];
|
|
14630
14402
|
cost: {
|
|
14631
14403
|
input: number;
|
|
14632
14404
|
output: number;
|
|
@@ -14636,7 +14408,7 @@ export declare const MODELS: {
|
|
|
14636
14408
|
contextWindow: number;
|
|
14637
14409
|
maxTokens: number;
|
|
14638
14410
|
};
|
|
14639
|
-
readonly "Qwen/Qwen3.5-
|
|
14411
|
+
readonly "Qwen/Qwen3.5-9B": {
|
|
14640
14412
|
id: string;
|
|
14641
14413
|
name: string;
|
|
14642
14414
|
api: "openai-completions";
|
|
@@ -14711,14 +14483,8 @@ export declare const MODELS: {
|
|
|
14711
14483
|
maxTokensField: "max_tokens";
|
|
14712
14484
|
supportsStrictMode: false;
|
|
14713
14485
|
supportsLongCacheRetention: false;
|
|
14714
|
-
thinkingFormat: "together";
|
|
14715
|
-
};
|
|
14716
|
-
reasoning: true;
|
|
14717
|
-
thinkingLevelMap: {
|
|
14718
|
-
minimal: null;
|
|
14719
|
-
low: null;
|
|
14720
|
-
medium: null;
|
|
14721
14486
|
};
|
|
14487
|
+
reasoning: false;
|
|
14722
14488
|
input: "text"[];
|
|
14723
14489
|
cost: {
|
|
14724
14490
|
input: number;
|
|
@@ -14729,7 +14495,7 @@ export declare const MODELS: {
|
|
|
14729
14495
|
contextWindow: number;
|
|
14730
14496
|
maxTokens: number;
|
|
14731
14497
|
};
|
|
14732
|
-
readonly "deepseek-ai/DeepSeek-
|
|
14498
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
14733
14499
|
id: string;
|
|
14734
14500
|
name: string;
|
|
14735
14501
|
api: "openai-completions";
|
|
@@ -14738,7 +14504,7 @@ export declare const MODELS: {
|
|
|
14738
14504
|
compat: {
|
|
14739
14505
|
supportsStore: false;
|
|
14740
14506
|
supportsDeveloperRole: false;
|
|
14741
|
-
supportsReasoningEffort:
|
|
14507
|
+
supportsReasoningEffort: true;
|
|
14742
14508
|
maxTokensField: "max_tokens";
|
|
14743
14509
|
supportsStrictMode: false;
|
|
14744
14510
|
supportsLongCacheRetention: false;
|
|
@@ -14749,6 +14515,8 @@ export declare const MODELS: {
|
|
|
14749
14515
|
minimal: null;
|
|
14750
14516
|
low: null;
|
|
14751
14517
|
medium: null;
|
|
14518
|
+
high: string;
|
|
14519
|
+
xhigh: null;
|
|
14752
14520
|
};
|
|
14753
14521
|
input: "text"[];
|
|
14754
14522
|
cost: {
|
|
@@ -14760,7 +14528,7 @@ export declare const MODELS: {
|
|
|
14760
14528
|
contextWindow: number;
|
|
14761
14529
|
maxTokens: number;
|
|
14762
14530
|
};
|
|
14763
|
-
readonly "
|
|
14531
|
+
readonly "essentialai/Rnj-1-Instruct": {
|
|
14764
14532
|
id: string;
|
|
14765
14533
|
name: string;
|
|
14766
14534
|
api: "openai-completions";
|
|
@@ -14773,14 +14541,8 @@ export declare const MODELS: {
|
|
|
14773
14541
|
maxTokensField: "max_tokens";
|
|
14774
14542
|
supportsStrictMode: false;
|
|
14775
14543
|
supportsLongCacheRetention: false;
|
|
14776
|
-
thinkingFormat: "together";
|
|
14777
|
-
};
|
|
14778
|
-
reasoning: true;
|
|
14779
|
-
thinkingLevelMap: {
|
|
14780
|
-
minimal: null;
|
|
14781
|
-
low: null;
|
|
14782
|
-
medium: null;
|
|
14783
14544
|
};
|
|
14545
|
+
reasoning: false;
|
|
14784
14546
|
input: "text"[];
|
|
14785
14547
|
cost: {
|
|
14786
14548
|
input: number;
|
|
@@ -14791,7 +14553,7 @@ export declare const MODELS: {
|
|
|
14791
14553
|
contextWindow: number;
|
|
14792
14554
|
maxTokens: number;
|
|
14793
14555
|
};
|
|
14794
|
-
readonly "
|
|
14556
|
+
readonly "google/gemma-4-31B-it": {
|
|
14795
14557
|
id: string;
|
|
14796
14558
|
name: string;
|
|
14797
14559
|
api: "openai-completions";
|
|
@@ -14800,7 +14562,7 @@ export declare const MODELS: {
|
|
|
14800
14562
|
compat: {
|
|
14801
14563
|
supportsStore: false;
|
|
14802
14564
|
supportsDeveloperRole: false;
|
|
14803
|
-
supportsReasoningEffort:
|
|
14565
|
+
supportsReasoningEffort: false;
|
|
14804
14566
|
maxTokensField: "max_tokens";
|
|
14805
14567
|
supportsStrictMode: false;
|
|
14806
14568
|
supportsLongCacheRetention: false;
|
|
@@ -14811,10 +14573,8 @@ export declare const MODELS: {
|
|
|
14811
14573
|
minimal: null;
|
|
14812
14574
|
low: null;
|
|
14813
14575
|
medium: null;
|
|
14814
|
-
high: string;
|
|
14815
|
-
xhigh: null;
|
|
14816
14576
|
};
|
|
14817
|
-
input: "text"[];
|
|
14577
|
+
input: ("image" | "text")[];
|
|
14818
14578
|
cost: {
|
|
14819
14579
|
input: number;
|
|
14820
14580
|
output: number;
|
|
@@ -14824,7 +14584,7 @@ export declare const MODELS: {
|
|
|
14824
14584
|
contextWindow: number;
|
|
14825
14585
|
maxTokens: number;
|
|
14826
14586
|
};
|
|
14827
|
-
readonly "
|
|
14587
|
+
readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
|
|
14828
14588
|
id: string;
|
|
14829
14589
|
name: string;
|
|
14830
14590
|
api: "openai-completions";
|
|
@@ -14849,7 +14609,7 @@ export declare const MODELS: {
|
|
|
14849
14609
|
contextWindow: number;
|
|
14850
14610
|
maxTokens: number;
|
|
14851
14611
|
};
|
|
14852
|
-
readonly "
|
|
14612
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
14853
14613
|
id: string;
|
|
14854
14614
|
name: string;
|
|
14855
14615
|
api: "openai-completions";
|
|
@@ -14880,32 +14640,7 @@ export declare const MODELS: {
|
|
|
14880
14640
|
contextWindow: number;
|
|
14881
14641
|
maxTokens: number;
|
|
14882
14642
|
};
|
|
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": {
|
|
14643
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
14909
14644
|
id: string;
|
|
14910
14645
|
name: string;
|
|
14911
14646
|
api: "openai-completions";
|
|
@@ -14926,7 +14661,7 @@ export declare const MODELS: {
|
|
|
14926
14661
|
low: null;
|
|
14927
14662
|
medium: null;
|
|
14928
14663
|
};
|
|
14929
|
-
input:
|
|
14664
|
+
input: "text"[];
|
|
14930
14665
|
cost: {
|
|
14931
14666
|
input: number;
|
|
14932
14667
|
output: number;
|
|
@@ -14936,7 +14671,7 @@ export declare const MODELS: {
|
|
|
14936
14671
|
contextWindow: number;
|
|
14937
14672
|
maxTokens: number;
|
|
14938
14673
|
};
|
|
14939
|
-
readonly "
|
|
14674
|
+
readonly "openai/gpt-oss-120b": {
|
|
14940
14675
|
id: string;
|
|
14941
14676
|
name: string;
|
|
14942
14677
|
api: "openai-completions";
|
|
@@ -14945,19 +14680,18 @@ export declare const MODELS: {
|
|
|
14945
14680
|
compat: {
|
|
14946
14681
|
supportsStore: false;
|
|
14947
14682
|
supportsDeveloperRole: false;
|
|
14948
|
-
supportsReasoningEffort:
|
|
14683
|
+
supportsReasoningEffort: true;
|
|
14949
14684
|
maxTokensField: "max_tokens";
|
|
14950
14685
|
supportsStrictMode: false;
|
|
14951
14686
|
supportsLongCacheRetention: false;
|
|
14952
|
-
thinkingFormat: "
|
|
14687
|
+
thinkingFormat: "openai";
|
|
14953
14688
|
};
|
|
14954
14689
|
reasoning: true;
|
|
14955
14690
|
thinkingLevelMap: {
|
|
14691
|
+
off: null;
|
|
14956
14692
|
minimal: null;
|
|
14957
|
-
low: null;
|
|
14958
|
-
medium: null;
|
|
14959
14693
|
};
|
|
14960
|
-
input:
|
|
14694
|
+
input: "text"[];
|
|
14961
14695
|
cost: {
|
|
14962
14696
|
input: number;
|
|
14963
14697
|
output: number;
|
|
@@ -14967,7 +14701,7 @@ export declare const MODELS: {
|
|
|
14967
14701
|
contextWindow: number;
|
|
14968
14702
|
maxTokens: number;
|
|
14969
14703
|
};
|
|
14970
|
-
readonly "
|
|
14704
|
+
readonly "openai/gpt-oss-20b": {
|
|
14971
14705
|
id: string;
|
|
14972
14706
|
name: string;
|
|
14973
14707
|
api: "openai-completions";
|
|
@@ -14976,17 +14710,16 @@ export declare const MODELS: {
|
|
|
14976
14710
|
compat: {
|
|
14977
14711
|
supportsStore: false;
|
|
14978
14712
|
supportsDeveloperRole: false;
|
|
14979
|
-
supportsReasoningEffort:
|
|
14713
|
+
supportsReasoningEffort: true;
|
|
14980
14714
|
maxTokensField: "max_tokens";
|
|
14981
14715
|
supportsStrictMode: false;
|
|
14982
14716
|
supportsLongCacheRetention: false;
|
|
14983
|
-
thinkingFormat: "
|
|
14717
|
+
thinkingFormat: "openai";
|
|
14984
14718
|
};
|
|
14985
14719
|
reasoning: true;
|
|
14986
14720
|
thinkingLevelMap: {
|
|
14721
|
+
off: null;
|
|
14987
14722
|
minimal: null;
|
|
14988
|
-
low: null;
|
|
14989
|
-
medium: null;
|
|
14990
14723
|
};
|
|
14991
14724
|
input: "text"[];
|
|
14992
14725
|
cost: {
|
|
@@ -14998,7 +14731,7 @@ export declare const MODELS: {
|
|
|
14998
14731
|
contextWindow: number;
|
|
14999
14732
|
maxTokens: number;
|
|
15000
14733
|
};
|
|
15001
|
-
readonly "
|
|
14734
|
+
readonly "zai-org/GLM-5": {
|
|
15002
14735
|
id: string;
|
|
15003
14736
|
name: string;
|
|
15004
14737
|
api: "openai-completions";
|
|
@@ -15007,16 +14740,17 @@ export declare const MODELS: {
|
|
|
15007
14740
|
compat: {
|
|
15008
14741
|
supportsStore: false;
|
|
15009
14742
|
supportsDeveloperRole: false;
|
|
15010
|
-
supportsReasoningEffort:
|
|
14743
|
+
supportsReasoningEffort: false;
|
|
15011
14744
|
maxTokensField: "max_tokens";
|
|
15012
14745
|
supportsStrictMode: false;
|
|
15013
14746
|
supportsLongCacheRetention: false;
|
|
15014
|
-
thinkingFormat: "
|
|
14747
|
+
thinkingFormat: "together";
|
|
15015
14748
|
};
|
|
15016
14749
|
reasoning: true;
|
|
15017
14750
|
thinkingLevelMap: {
|
|
15018
|
-
off: null;
|
|
15019
14751
|
minimal: null;
|
|
14752
|
+
low: null;
|
|
14753
|
+
medium: null;
|
|
15020
14754
|
};
|
|
15021
14755
|
input: "text"[];
|
|
15022
14756
|
cost: {
|
|
@@ -15469,29 +15203,6 @@ export declare const MODELS: {
|
|
|
15469
15203
|
contextWindow: number;
|
|
15470
15204
|
maxTokens: number;
|
|
15471
15205
|
};
|
|
15472
|
-
readonly "anthropic/claude-fable-5": {
|
|
15473
|
-
id: string;
|
|
15474
|
-
name: string;
|
|
15475
|
-
api: "anthropic-messages";
|
|
15476
|
-
provider: string;
|
|
15477
|
-
baseUrl: string;
|
|
15478
|
-
compat: {
|
|
15479
|
-
forceAdaptiveThinking: true;
|
|
15480
|
-
};
|
|
15481
|
-
reasoning: true;
|
|
15482
|
-
thinkingLevelMap: {
|
|
15483
|
-
xhigh: string;
|
|
15484
|
-
};
|
|
15485
|
-
input: ("image" | "text")[];
|
|
15486
|
-
cost: {
|
|
15487
|
-
input: number;
|
|
15488
|
-
output: number;
|
|
15489
|
-
cacheRead: number;
|
|
15490
|
-
cacheWrite: number;
|
|
15491
|
-
};
|
|
15492
|
-
contextWindow: number;
|
|
15493
|
-
maxTokens: number;
|
|
15494
|
-
};
|
|
15495
15206
|
readonly "anthropic/claude-haiku-4.5": {
|
|
15496
15207
|
id: string;
|
|
15497
15208
|
name: string;
|
|
@@ -16637,31 +16348,14 @@ export declare const MODELS: {
|
|
|
16637
16348
|
contextWindow: number;
|
|
16638
16349
|
maxTokens: number;
|
|
16639
16350
|
};
|
|
16640
|
-
readonly "moonshotai/kimi-k2
|
|
16351
|
+
readonly "moonshotai/kimi-k2.5": {
|
|
16641
16352
|
id: string;
|
|
16642
16353
|
name: string;
|
|
16643
16354
|
api: "anthropic-messages";
|
|
16644
16355
|
provider: string;
|
|
16645
16356
|
baseUrl: string;
|
|
16646
16357
|
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"[];
|
|
16358
|
+
input: ("image" | "text")[];
|
|
16665
16359
|
cost: {
|
|
16666
16360
|
input: number;
|
|
16667
16361
|
output: number;
|
|
@@ -16671,7 +16365,7 @@ export declare const MODELS: {
|
|
|
16671
16365
|
contextWindow: number;
|
|
16672
16366
|
maxTokens: number;
|
|
16673
16367
|
};
|
|
16674
|
-
readonly "moonshotai/kimi-k2.
|
|
16368
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
16675
16369
|
id: string;
|
|
16676
16370
|
name: string;
|
|
16677
16371
|
api: "anthropic-messages";
|
|
@@ -16688,7 +16382,7 @@ export declare const MODELS: {
|
|
|
16688
16382
|
contextWindow: number;
|
|
16689
16383
|
maxTokens: number;
|
|
16690
16384
|
};
|
|
16691
|
-
readonly "moonshotai/kimi-k2.
|
|
16385
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
16692
16386
|
id: string;
|
|
16693
16387
|
name: string;
|
|
16694
16388
|
api: "anthropic-messages";
|
|
@@ -18213,6 +17907,27 @@ export declare const MODELS: {
|
|
|
18213
17907
|
contextWindow: number;
|
|
18214
17908
|
maxTokens: number;
|
|
18215
17909
|
};
|
|
17910
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
17911
|
+
id: string;
|
|
17912
|
+
name: string;
|
|
17913
|
+
api: "openai-completions";
|
|
17914
|
+
provider: string;
|
|
17915
|
+
baseUrl: string;
|
|
17916
|
+
compat: {
|
|
17917
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17918
|
+
thinkingFormat: "deepseek";
|
|
17919
|
+
};
|
|
17920
|
+
reasoning: true;
|
|
17921
|
+
input: "text"[];
|
|
17922
|
+
cost: {
|
|
17923
|
+
input: number;
|
|
17924
|
+
output: number;
|
|
17925
|
+
cacheRead: number;
|
|
17926
|
+
cacheWrite: number;
|
|
17927
|
+
};
|
|
17928
|
+
contextWindow: number;
|
|
17929
|
+
maxTokens: number;
|
|
17930
|
+
};
|
|
18216
17931
|
};
|
|
18217
17932
|
readonly "xiaomi-token-plan-ams": {
|
|
18218
17933
|
readonly "mimo-v2-omni": {
|
|
@@ -18299,6 +18014,27 @@ export declare const MODELS: {
|
|
|
18299
18014
|
contextWindow: number;
|
|
18300
18015
|
maxTokens: number;
|
|
18301
18016
|
};
|
|
18017
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18018
|
+
id: string;
|
|
18019
|
+
name: string;
|
|
18020
|
+
api: "openai-completions";
|
|
18021
|
+
provider: string;
|
|
18022
|
+
baseUrl: string;
|
|
18023
|
+
compat: {
|
|
18024
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18025
|
+
thinkingFormat: "deepseek";
|
|
18026
|
+
};
|
|
18027
|
+
reasoning: true;
|
|
18028
|
+
input: "text"[];
|
|
18029
|
+
cost: {
|
|
18030
|
+
input: number;
|
|
18031
|
+
output: number;
|
|
18032
|
+
cacheRead: number;
|
|
18033
|
+
cacheWrite: number;
|
|
18034
|
+
};
|
|
18035
|
+
contextWindow: number;
|
|
18036
|
+
maxTokens: number;
|
|
18037
|
+
};
|
|
18302
18038
|
};
|
|
18303
18039
|
readonly "xiaomi-token-plan-cn": {
|
|
18304
18040
|
readonly "mimo-v2-omni": {
|
|
@@ -18385,6 +18121,27 @@ export declare const MODELS: {
|
|
|
18385
18121
|
contextWindow: number;
|
|
18386
18122
|
maxTokens: number;
|
|
18387
18123
|
};
|
|
18124
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18125
|
+
id: string;
|
|
18126
|
+
name: string;
|
|
18127
|
+
api: "openai-completions";
|
|
18128
|
+
provider: string;
|
|
18129
|
+
baseUrl: string;
|
|
18130
|
+
compat: {
|
|
18131
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18132
|
+
thinkingFormat: "deepseek";
|
|
18133
|
+
};
|
|
18134
|
+
reasoning: true;
|
|
18135
|
+
input: "text"[];
|
|
18136
|
+
cost: {
|
|
18137
|
+
input: number;
|
|
18138
|
+
output: number;
|
|
18139
|
+
cacheRead: number;
|
|
18140
|
+
cacheWrite: number;
|
|
18141
|
+
};
|
|
18142
|
+
contextWindow: number;
|
|
18143
|
+
maxTokens: number;
|
|
18144
|
+
};
|
|
18388
18145
|
};
|
|
18389
18146
|
readonly "xiaomi-token-plan-sgp": {
|
|
18390
18147
|
readonly "mimo-v2-omni": {
|
|
@@ -18471,6 +18228,27 @@ export declare const MODELS: {
|
|
|
18471
18228
|
contextWindow: number;
|
|
18472
18229
|
maxTokens: number;
|
|
18473
18230
|
};
|
|
18231
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18232
|
+
id: string;
|
|
18233
|
+
name: string;
|
|
18234
|
+
api: "openai-completions";
|
|
18235
|
+
provider: string;
|
|
18236
|
+
baseUrl: string;
|
|
18237
|
+
compat: {
|
|
18238
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18239
|
+
thinkingFormat: "deepseek";
|
|
18240
|
+
};
|
|
18241
|
+
reasoning: true;
|
|
18242
|
+
input: "text"[];
|
|
18243
|
+
cost: {
|
|
18244
|
+
input: number;
|
|
18245
|
+
output: number;
|
|
18246
|
+
cacheRead: number;
|
|
18247
|
+
cacheWrite: number;
|
|
18248
|
+
};
|
|
18249
|
+
contextWindow: number;
|
|
18250
|
+
maxTokens: number;
|
|
18251
|
+
};
|
|
18474
18252
|
};
|
|
18475
18253
|
readonly zai: {
|
|
18476
18254
|
readonly "glm-4.5-air": {
|