@mariozechner/pi-ai 0.12.8 → 0.12.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1194,6 +1194,23 @@ export declare const MODELS: {
|
|
|
1194
1194
|
contextWindow: number;
|
|
1195
1195
|
maxTokens: number;
|
|
1196
1196
|
};
|
|
1197
|
+
readonly "gpt-5.1-codex-max": {
|
|
1198
|
+
id: string;
|
|
1199
|
+
name: string;
|
|
1200
|
+
api: "openai-responses";
|
|
1201
|
+
provider: string;
|
|
1202
|
+
baseUrl: string;
|
|
1203
|
+
reasoning: true;
|
|
1204
|
+
input: ("image" | "text")[];
|
|
1205
|
+
cost: {
|
|
1206
|
+
input: number;
|
|
1207
|
+
output: number;
|
|
1208
|
+
cacheRead: number;
|
|
1209
|
+
cacheWrite: number;
|
|
1210
|
+
};
|
|
1211
|
+
contextWindow: number;
|
|
1212
|
+
maxTokens: number;
|
|
1213
|
+
};
|
|
1197
1214
|
};
|
|
1198
1215
|
readonly groq: {
|
|
1199
1216
|
readonly "llama-3.1-8b-instant": {
|
|
@@ -3856,23 +3873,6 @@ export declare const MODELS: {
|
|
|
3856
3873
|
contextWindow: number;
|
|
3857
3874
|
maxTokens: number;
|
|
3858
3875
|
};
|
|
3859
|
-
readonly "mistralai/magistral-small-2506": {
|
|
3860
|
-
id: string;
|
|
3861
|
-
name: string;
|
|
3862
|
-
api: "openai-completions";
|
|
3863
|
-
provider: string;
|
|
3864
|
-
baseUrl: string;
|
|
3865
|
-
reasoning: true;
|
|
3866
|
-
input: "text"[];
|
|
3867
|
-
cost: {
|
|
3868
|
-
input: number;
|
|
3869
|
-
output: number;
|
|
3870
|
-
cacheRead: number;
|
|
3871
|
-
cacheWrite: number;
|
|
3872
|
-
};
|
|
3873
|
-
contextWindow: number;
|
|
3874
|
-
maxTokens: number;
|
|
3875
|
-
};
|
|
3876
3876
|
readonly "mistralai/magistral-medium-2506:thinking": {
|
|
3877
3877
|
id: string;
|
|
3878
3878
|
name: string;
|
|
@@ -3890,23 +3890,6 @@ export declare const MODELS: {
|
|
|
3890
3890
|
contextWindow: number;
|
|
3891
3891
|
maxTokens: number;
|
|
3892
3892
|
};
|
|
3893
|
-
readonly "mistralai/magistral-medium-2506": {
|
|
3894
|
-
id: string;
|
|
3895
|
-
name: string;
|
|
3896
|
-
api: "openai-completions";
|
|
3897
|
-
provider: string;
|
|
3898
|
-
baseUrl: string;
|
|
3899
|
-
reasoning: true;
|
|
3900
|
-
input: "text"[];
|
|
3901
|
-
cost: {
|
|
3902
|
-
input: number;
|
|
3903
|
-
output: number;
|
|
3904
|
-
cacheRead: number;
|
|
3905
|
-
cacheWrite: number;
|
|
3906
|
-
};
|
|
3907
|
-
contextWindow: number;
|
|
3908
|
-
maxTokens: number;
|
|
3909
|
-
};
|
|
3910
3893
|
readonly "google/gemini-2.5-pro-preview": {
|
|
3911
3894
|
id: string;
|
|
3912
3895
|
name: string;
|
|
@@ -3975,23 +3958,6 @@ export declare const MODELS: {
|
|
|
3975
3958
|
contextWindow: number;
|
|
3976
3959
|
maxTokens: number;
|
|
3977
3960
|
};
|
|
3978
|
-
readonly "mistralai/devstral-small-2505": {
|
|
3979
|
-
id: string;
|
|
3980
|
-
name: string;
|
|
3981
|
-
api: "openai-completions";
|
|
3982
|
-
provider: string;
|
|
3983
|
-
baseUrl: string;
|
|
3984
|
-
reasoning: false;
|
|
3985
|
-
input: "text"[];
|
|
3986
|
-
cost: {
|
|
3987
|
-
input: number;
|
|
3988
|
-
output: number;
|
|
3989
|
-
cacheRead: number;
|
|
3990
|
-
cacheWrite: number;
|
|
3991
|
-
};
|
|
3992
|
-
contextWindow: number;
|
|
3993
|
-
maxTokens: number;
|
|
3994
|
-
};
|
|
3995
3961
|
readonly "openai/codex-mini": {
|
|
3996
3962
|
id: string;
|
|
3997
3963
|
name: string;
|
|
@@ -4706,23 +4672,6 @@ export declare const MODELS: {
|
|
|
4706
4672
|
contextWindow: number;
|
|
4707
4673
|
maxTokens: number;
|
|
4708
4674
|
};
|
|
4709
|
-
readonly "mistralai/codestral-2501": {
|
|
4710
|
-
id: string;
|
|
4711
|
-
name: string;
|
|
4712
|
-
api: "openai-completions";
|
|
4713
|
-
provider: string;
|
|
4714
|
-
baseUrl: string;
|
|
4715
|
-
reasoning: false;
|
|
4716
|
-
input: "text"[];
|
|
4717
|
-
cost: {
|
|
4718
|
-
input: number;
|
|
4719
|
-
output: number;
|
|
4720
|
-
cacheRead: number;
|
|
4721
|
-
cacheWrite: number;
|
|
4722
|
-
};
|
|
4723
|
-
contextWindow: number;
|
|
4724
|
-
maxTokens: number;
|
|
4725
|
-
};
|
|
4726
4675
|
readonly "deepseek/deepseek-chat": {
|
|
4727
4676
|
id: string;
|
|
4728
4677
|
name: string;
|
|
@@ -5590,23 +5539,6 @@ export declare const MODELS: {
|
|
|
5590
5539
|
contextWindow: number;
|
|
5591
5540
|
maxTokens: number;
|
|
5592
5541
|
};
|
|
5593
|
-
readonly "mistralai/mistral-small": {
|
|
5594
|
-
id: string;
|
|
5595
|
-
name: string;
|
|
5596
|
-
api: "openai-completions";
|
|
5597
|
-
provider: string;
|
|
5598
|
-
baseUrl: string;
|
|
5599
|
-
reasoning: false;
|
|
5600
|
-
input: "text"[];
|
|
5601
|
-
cost: {
|
|
5602
|
-
input: number;
|
|
5603
|
-
output: number;
|
|
5604
|
-
cacheRead: number;
|
|
5605
|
-
cacheWrite: number;
|
|
5606
|
-
};
|
|
5607
|
-
contextWindow: number;
|
|
5608
|
-
maxTokens: number;
|
|
5609
|
-
};
|
|
5610
5542
|
readonly "mistralai/mistral-tiny": {
|
|
5611
5543
|
id: string;
|
|
5612
5544
|
name: string;
|