@earendil-works/pi-ai 0.74.1 → 0.75.1
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 +27 -98
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +62 -132
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.js +25 -15
- package/dist/providers/amazon-bedrock.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +1 -0
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/azure-openai-responses.d.ts.map +1 -1
- package/dist/providers/azure-openai-responses.js +17 -1
- package/dist/providers/azure-openai-responses.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +8 -2
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/providers/openai-responses.d.ts.map +1 -1
- package/dist/providers/openai-responses.js +17 -1
- package/dist/providers/openai-responses.js.map +1 -1
- package/dist/providers/simple-options.d.ts.map +1 -1
- package/dist/providers/simple-options.js +8 -1
- package/dist/providers/simple-options.js.map +1 -1
- package/package.json +2 -2
|
@@ -4335,6 +4335,7 @@ export declare const MODELS: {
|
|
|
4335
4335
|
reasoning: true;
|
|
4336
4336
|
thinkingLevelMap: {
|
|
4337
4337
|
off: null;
|
|
4338
|
+
minimal: string;
|
|
4338
4339
|
};
|
|
4339
4340
|
input: ("image" | "text")[];
|
|
4340
4341
|
cost: {
|
|
@@ -4361,6 +4362,7 @@ export declare const MODELS: {
|
|
|
4361
4362
|
reasoning: true;
|
|
4362
4363
|
thinkingLevelMap: {
|
|
4363
4364
|
off: null;
|
|
4365
|
+
minimal: string;
|
|
4364
4366
|
xhigh: string;
|
|
4365
4367
|
};
|
|
4366
4368
|
input: ("image" | "text")[];
|
|
@@ -4388,6 +4390,7 @@ export declare const MODELS: {
|
|
|
4388
4390
|
reasoning: true;
|
|
4389
4391
|
thinkingLevelMap: {
|
|
4390
4392
|
off: null;
|
|
4393
|
+
minimal: string;
|
|
4391
4394
|
xhigh: string;
|
|
4392
4395
|
};
|
|
4393
4396
|
input: ("image" | "text")[];
|
|
@@ -4415,6 +4418,7 @@ export declare const MODELS: {
|
|
|
4415
4418
|
reasoning: true;
|
|
4416
4419
|
thinkingLevelMap: {
|
|
4417
4420
|
off: null;
|
|
4421
|
+
minimal: string;
|
|
4418
4422
|
xhigh: string;
|
|
4419
4423
|
};
|
|
4420
4424
|
input: ("image" | "text")[];
|
|
@@ -4442,6 +4446,7 @@ export declare const MODELS: {
|
|
|
4442
4446
|
reasoning: true;
|
|
4443
4447
|
thinkingLevelMap: {
|
|
4444
4448
|
off: null;
|
|
4449
|
+
minimal: string;
|
|
4445
4450
|
xhigh: string;
|
|
4446
4451
|
};
|
|
4447
4452
|
input: ("image" | "text")[];
|
|
@@ -4469,6 +4474,7 @@ export declare const MODELS: {
|
|
|
4469
4474
|
reasoning: true;
|
|
4470
4475
|
thinkingLevelMap: {
|
|
4471
4476
|
off: null;
|
|
4477
|
+
minimal: string;
|
|
4472
4478
|
xhigh: string;
|
|
4473
4479
|
};
|
|
4474
4480
|
input: ("image" | "text")[];
|
|
@@ -4496,6 +4502,7 @@ export declare const MODELS: {
|
|
|
4496
4502
|
reasoning: true;
|
|
4497
4503
|
thinkingLevelMap: {
|
|
4498
4504
|
off: null;
|
|
4505
|
+
minimal: string;
|
|
4499
4506
|
xhigh: string;
|
|
4500
4507
|
};
|
|
4501
4508
|
input: ("image" | "text")[];
|
|
@@ -7796,63 +7803,6 @@ export declare const MODELS: {
|
|
|
7796
7803
|
};
|
|
7797
7804
|
};
|
|
7798
7805
|
readonly "openai-codex": {
|
|
7799
|
-
readonly "gpt-5.1": {
|
|
7800
|
-
id: string;
|
|
7801
|
-
name: string;
|
|
7802
|
-
api: "openai-codex-responses";
|
|
7803
|
-
provider: string;
|
|
7804
|
-
baseUrl: string;
|
|
7805
|
-
reasoning: true;
|
|
7806
|
-
input: ("image" | "text")[];
|
|
7807
|
-
cost: {
|
|
7808
|
-
input: number;
|
|
7809
|
-
output: number;
|
|
7810
|
-
cacheRead: number;
|
|
7811
|
-
cacheWrite: number;
|
|
7812
|
-
};
|
|
7813
|
-
contextWindow: number;
|
|
7814
|
-
maxTokens: number;
|
|
7815
|
-
};
|
|
7816
|
-
readonly "gpt-5.1-codex-max": {
|
|
7817
|
-
id: string;
|
|
7818
|
-
name: string;
|
|
7819
|
-
api: "openai-codex-responses";
|
|
7820
|
-
provider: string;
|
|
7821
|
-
baseUrl: string;
|
|
7822
|
-
reasoning: true;
|
|
7823
|
-
input: ("image" | "text")[];
|
|
7824
|
-
cost: {
|
|
7825
|
-
input: number;
|
|
7826
|
-
output: number;
|
|
7827
|
-
cacheRead: number;
|
|
7828
|
-
cacheWrite: number;
|
|
7829
|
-
};
|
|
7830
|
-
contextWindow: number;
|
|
7831
|
-
maxTokens: number;
|
|
7832
|
-
};
|
|
7833
|
-
readonly "gpt-5.1-codex-mini": {
|
|
7834
|
-
id: string;
|
|
7835
|
-
name: string;
|
|
7836
|
-
api: "openai-codex-responses";
|
|
7837
|
-
provider: string;
|
|
7838
|
-
baseUrl: string;
|
|
7839
|
-
reasoning: true;
|
|
7840
|
-
thinkingLevelMap: {
|
|
7841
|
-
minimal: string;
|
|
7842
|
-
low: string;
|
|
7843
|
-
medium: string;
|
|
7844
|
-
high: string;
|
|
7845
|
-
};
|
|
7846
|
-
input: ("image" | "text")[];
|
|
7847
|
-
cost: {
|
|
7848
|
-
input: number;
|
|
7849
|
-
output: number;
|
|
7850
|
-
cacheRead: number;
|
|
7851
|
-
cacheWrite: number;
|
|
7852
|
-
};
|
|
7853
|
-
contextWindow: number;
|
|
7854
|
-
maxTokens: number;
|
|
7855
|
-
};
|
|
7856
7806
|
readonly "gpt-5.2": {
|
|
7857
7807
|
id: string;
|
|
7858
7808
|
name: string;
|
|
@@ -7874,27 +7824,6 @@ export declare const MODELS: {
|
|
|
7874
7824
|
contextWindow: number;
|
|
7875
7825
|
maxTokens: number;
|
|
7876
7826
|
};
|
|
7877
|
-
readonly "gpt-5.2-codex": {
|
|
7878
|
-
id: string;
|
|
7879
|
-
name: string;
|
|
7880
|
-
api: "openai-codex-responses";
|
|
7881
|
-
provider: string;
|
|
7882
|
-
baseUrl: string;
|
|
7883
|
-
reasoning: true;
|
|
7884
|
-
thinkingLevelMap: {
|
|
7885
|
-
xhigh: string;
|
|
7886
|
-
minimal: string;
|
|
7887
|
-
};
|
|
7888
|
-
input: ("image" | "text")[];
|
|
7889
|
-
cost: {
|
|
7890
|
-
input: number;
|
|
7891
|
-
output: number;
|
|
7892
|
-
cacheRead: number;
|
|
7893
|
-
cacheWrite: number;
|
|
7894
|
-
};
|
|
7895
|
-
contextWindow: number;
|
|
7896
|
-
maxTokens: number;
|
|
7897
|
-
};
|
|
7898
7827
|
readonly "gpt-5.3-codex": {
|
|
7899
7828
|
id: string;
|
|
7900
7829
|
name: string;
|
|
@@ -16976,7 +16905,7 @@ export declare const MODELS: {
|
|
|
16976
16905
|
readonly "mimo-v2-flash": {
|
|
16977
16906
|
id: string;
|
|
16978
16907
|
name: string;
|
|
16979
|
-
api: "
|
|
16908
|
+
api: "openai-completions";
|
|
16980
16909
|
provider: string;
|
|
16981
16910
|
baseUrl: string;
|
|
16982
16911
|
reasoning: true;
|
|
@@ -16993,7 +16922,7 @@ export declare const MODELS: {
|
|
|
16993
16922
|
readonly "mimo-v2-omni": {
|
|
16994
16923
|
id: string;
|
|
16995
16924
|
name: string;
|
|
16996
|
-
api: "
|
|
16925
|
+
api: "openai-completions";
|
|
16997
16926
|
provider: string;
|
|
16998
16927
|
baseUrl: string;
|
|
16999
16928
|
reasoning: true;
|
|
@@ -17010,7 +16939,7 @@ export declare const MODELS: {
|
|
|
17010
16939
|
readonly "mimo-v2-pro": {
|
|
17011
16940
|
id: string;
|
|
17012
16941
|
name: string;
|
|
17013
|
-
api: "
|
|
16942
|
+
api: "openai-completions";
|
|
17014
16943
|
provider: string;
|
|
17015
16944
|
baseUrl: string;
|
|
17016
16945
|
reasoning: true;
|
|
@@ -17027,7 +16956,7 @@ export declare const MODELS: {
|
|
|
17027
16956
|
readonly "mimo-v2.5": {
|
|
17028
16957
|
id: string;
|
|
17029
16958
|
name: string;
|
|
17030
|
-
api: "
|
|
16959
|
+
api: "openai-completions";
|
|
17031
16960
|
provider: string;
|
|
17032
16961
|
baseUrl: string;
|
|
17033
16962
|
reasoning: true;
|
|
@@ -17044,7 +16973,7 @@ export declare const MODELS: {
|
|
|
17044
16973
|
readonly "mimo-v2.5-pro": {
|
|
17045
16974
|
id: string;
|
|
17046
16975
|
name: string;
|
|
17047
|
-
api: "
|
|
16976
|
+
api: "openai-completions";
|
|
17048
16977
|
provider: string;
|
|
17049
16978
|
baseUrl: string;
|
|
17050
16979
|
reasoning: true;
|
|
@@ -17063,7 +16992,7 @@ export declare const MODELS: {
|
|
|
17063
16992
|
readonly "mimo-v2-flash": {
|
|
17064
16993
|
id: string;
|
|
17065
16994
|
name: string;
|
|
17066
|
-
api: "
|
|
16995
|
+
api: "openai-completions";
|
|
17067
16996
|
provider: string;
|
|
17068
16997
|
baseUrl: string;
|
|
17069
16998
|
reasoning: true;
|
|
@@ -17080,7 +17009,7 @@ export declare const MODELS: {
|
|
|
17080
17009
|
readonly "mimo-v2-omni": {
|
|
17081
17010
|
id: string;
|
|
17082
17011
|
name: string;
|
|
17083
|
-
api: "
|
|
17012
|
+
api: "openai-completions";
|
|
17084
17013
|
provider: string;
|
|
17085
17014
|
baseUrl: string;
|
|
17086
17015
|
reasoning: true;
|
|
@@ -17097,7 +17026,7 @@ export declare const MODELS: {
|
|
|
17097
17026
|
readonly "mimo-v2-pro": {
|
|
17098
17027
|
id: string;
|
|
17099
17028
|
name: string;
|
|
17100
|
-
api: "
|
|
17029
|
+
api: "openai-completions";
|
|
17101
17030
|
provider: string;
|
|
17102
17031
|
baseUrl: string;
|
|
17103
17032
|
reasoning: true;
|
|
@@ -17114,7 +17043,7 @@ export declare const MODELS: {
|
|
|
17114
17043
|
readonly "mimo-v2.5": {
|
|
17115
17044
|
id: string;
|
|
17116
17045
|
name: string;
|
|
17117
|
-
api: "
|
|
17046
|
+
api: "openai-completions";
|
|
17118
17047
|
provider: string;
|
|
17119
17048
|
baseUrl: string;
|
|
17120
17049
|
reasoning: true;
|
|
@@ -17131,7 +17060,7 @@ export declare const MODELS: {
|
|
|
17131
17060
|
readonly "mimo-v2.5-pro": {
|
|
17132
17061
|
id: string;
|
|
17133
17062
|
name: string;
|
|
17134
|
-
api: "
|
|
17063
|
+
api: "openai-completions";
|
|
17135
17064
|
provider: string;
|
|
17136
17065
|
baseUrl: string;
|
|
17137
17066
|
reasoning: true;
|
|
@@ -17150,7 +17079,7 @@ export declare const MODELS: {
|
|
|
17150
17079
|
readonly "mimo-v2-flash": {
|
|
17151
17080
|
id: string;
|
|
17152
17081
|
name: string;
|
|
17153
|
-
api: "
|
|
17082
|
+
api: "openai-completions";
|
|
17154
17083
|
provider: string;
|
|
17155
17084
|
baseUrl: string;
|
|
17156
17085
|
reasoning: true;
|
|
@@ -17167,7 +17096,7 @@ export declare const MODELS: {
|
|
|
17167
17096
|
readonly "mimo-v2-omni": {
|
|
17168
17097
|
id: string;
|
|
17169
17098
|
name: string;
|
|
17170
|
-
api: "
|
|
17099
|
+
api: "openai-completions";
|
|
17171
17100
|
provider: string;
|
|
17172
17101
|
baseUrl: string;
|
|
17173
17102
|
reasoning: true;
|
|
@@ -17184,7 +17113,7 @@ export declare const MODELS: {
|
|
|
17184
17113
|
readonly "mimo-v2-pro": {
|
|
17185
17114
|
id: string;
|
|
17186
17115
|
name: string;
|
|
17187
|
-
api: "
|
|
17116
|
+
api: "openai-completions";
|
|
17188
17117
|
provider: string;
|
|
17189
17118
|
baseUrl: string;
|
|
17190
17119
|
reasoning: true;
|
|
@@ -17201,7 +17130,7 @@ export declare const MODELS: {
|
|
|
17201
17130
|
readonly "mimo-v2.5": {
|
|
17202
17131
|
id: string;
|
|
17203
17132
|
name: string;
|
|
17204
|
-
api: "
|
|
17133
|
+
api: "openai-completions";
|
|
17205
17134
|
provider: string;
|
|
17206
17135
|
baseUrl: string;
|
|
17207
17136
|
reasoning: true;
|
|
@@ -17218,7 +17147,7 @@ export declare const MODELS: {
|
|
|
17218
17147
|
readonly "mimo-v2.5-pro": {
|
|
17219
17148
|
id: string;
|
|
17220
17149
|
name: string;
|
|
17221
|
-
api: "
|
|
17150
|
+
api: "openai-completions";
|
|
17222
17151
|
provider: string;
|
|
17223
17152
|
baseUrl: string;
|
|
17224
17153
|
reasoning: true;
|
|
@@ -17237,7 +17166,7 @@ export declare const MODELS: {
|
|
|
17237
17166
|
readonly "mimo-v2-flash": {
|
|
17238
17167
|
id: string;
|
|
17239
17168
|
name: string;
|
|
17240
|
-
api: "
|
|
17169
|
+
api: "openai-completions";
|
|
17241
17170
|
provider: string;
|
|
17242
17171
|
baseUrl: string;
|
|
17243
17172
|
reasoning: true;
|
|
@@ -17254,7 +17183,7 @@ export declare const MODELS: {
|
|
|
17254
17183
|
readonly "mimo-v2-omni": {
|
|
17255
17184
|
id: string;
|
|
17256
17185
|
name: string;
|
|
17257
|
-
api: "
|
|
17186
|
+
api: "openai-completions";
|
|
17258
17187
|
provider: string;
|
|
17259
17188
|
baseUrl: string;
|
|
17260
17189
|
reasoning: true;
|
|
@@ -17271,7 +17200,7 @@ export declare const MODELS: {
|
|
|
17271
17200
|
readonly "mimo-v2-pro": {
|
|
17272
17201
|
id: string;
|
|
17273
17202
|
name: string;
|
|
17274
|
-
api: "
|
|
17203
|
+
api: "openai-completions";
|
|
17275
17204
|
provider: string;
|
|
17276
17205
|
baseUrl: string;
|
|
17277
17206
|
reasoning: true;
|
|
@@ -17288,7 +17217,7 @@ export declare const MODELS: {
|
|
|
17288
17217
|
readonly "mimo-v2.5": {
|
|
17289
17218
|
id: string;
|
|
17290
17219
|
name: string;
|
|
17291
|
-
api: "
|
|
17220
|
+
api: "openai-completions";
|
|
17292
17221
|
provider: string;
|
|
17293
17222
|
baseUrl: string;
|
|
17294
17223
|
reasoning: true;
|
|
@@ -17305,7 +17234,7 @@ export declare const MODELS: {
|
|
|
17305
17234
|
readonly "mimo-v2.5-pro": {
|
|
17306
17235
|
id: string;
|
|
17307
17236
|
name: string;
|
|
17308
|
-
api: "
|
|
17237
|
+
api: "openai-completions";
|
|
17309
17238
|
provider: string;
|
|
17310
17239
|
baseUrl: string;
|
|
17311
17240
|
reasoning: true;
|