@earendil-works/pi-ai 0.75.0 → 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 +20 -83
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +40 -94
- 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/package.json +1 -1
|
@@ -7887,27 +7887,6 @@ export declare const MODELS: {
|
|
|
7887
7887
|
contextWindow: number;
|
|
7888
7888
|
maxTokens: number;
|
|
7889
7889
|
};
|
|
7890
|
-
readonly "gpt-5.4-fast": {
|
|
7891
|
-
id: string;
|
|
7892
|
-
name: string;
|
|
7893
|
-
api: "openai-codex-responses";
|
|
7894
|
-
provider: string;
|
|
7895
|
-
baseUrl: string;
|
|
7896
|
-
reasoning: true;
|
|
7897
|
-
thinkingLevelMap: {
|
|
7898
|
-
xhigh: string;
|
|
7899
|
-
minimal: string;
|
|
7900
|
-
};
|
|
7901
|
-
input: ("image" | "text")[];
|
|
7902
|
-
cost: {
|
|
7903
|
-
input: number;
|
|
7904
|
-
output: number;
|
|
7905
|
-
cacheRead: number;
|
|
7906
|
-
cacheWrite: number;
|
|
7907
|
-
};
|
|
7908
|
-
contextWindow: number;
|
|
7909
|
-
maxTokens: number;
|
|
7910
|
-
};
|
|
7911
7890
|
readonly "gpt-5.4-mini": {
|
|
7912
7891
|
id: string;
|
|
7913
7892
|
name: string;
|
|
@@ -7929,27 +7908,6 @@ export declare const MODELS: {
|
|
|
7929
7908
|
contextWindow: number;
|
|
7930
7909
|
maxTokens: number;
|
|
7931
7910
|
};
|
|
7932
|
-
readonly "gpt-5.4-mini-fast": {
|
|
7933
|
-
id: string;
|
|
7934
|
-
name: string;
|
|
7935
|
-
api: "openai-codex-responses";
|
|
7936
|
-
provider: string;
|
|
7937
|
-
baseUrl: string;
|
|
7938
|
-
reasoning: true;
|
|
7939
|
-
thinkingLevelMap: {
|
|
7940
|
-
xhigh: string;
|
|
7941
|
-
minimal: string;
|
|
7942
|
-
};
|
|
7943
|
-
input: ("image" | "text")[];
|
|
7944
|
-
cost: {
|
|
7945
|
-
input: number;
|
|
7946
|
-
output: number;
|
|
7947
|
-
cacheRead: number;
|
|
7948
|
-
cacheWrite: number;
|
|
7949
|
-
};
|
|
7950
|
-
contextWindow: number;
|
|
7951
|
-
maxTokens: number;
|
|
7952
|
-
};
|
|
7953
7911
|
readonly "gpt-5.5": {
|
|
7954
7912
|
id: string;
|
|
7955
7913
|
name: string;
|
|
@@ -7971,27 +7929,6 @@ export declare const MODELS: {
|
|
|
7971
7929
|
contextWindow: number;
|
|
7972
7930
|
maxTokens: number;
|
|
7973
7931
|
};
|
|
7974
|
-
readonly "gpt-5.5-fast": {
|
|
7975
|
-
id: string;
|
|
7976
|
-
name: string;
|
|
7977
|
-
api: "openai-codex-responses";
|
|
7978
|
-
provider: string;
|
|
7979
|
-
baseUrl: string;
|
|
7980
|
-
reasoning: true;
|
|
7981
|
-
thinkingLevelMap: {
|
|
7982
|
-
xhigh: string;
|
|
7983
|
-
minimal: string;
|
|
7984
|
-
};
|
|
7985
|
-
input: ("image" | "text")[];
|
|
7986
|
-
cost: {
|
|
7987
|
-
input: number;
|
|
7988
|
-
output: number;
|
|
7989
|
-
cacheRead: number;
|
|
7990
|
-
cacheWrite: number;
|
|
7991
|
-
};
|
|
7992
|
-
contextWindow: number;
|
|
7993
|
-
maxTokens: number;
|
|
7994
|
-
};
|
|
7995
7932
|
};
|
|
7996
7933
|
readonly opencode: {
|
|
7997
7934
|
readonly "big-pickle": {
|
|
@@ -16968,7 +16905,7 @@ export declare const MODELS: {
|
|
|
16968
16905
|
readonly "mimo-v2-flash": {
|
|
16969
16906
|
id: string;
|
|
16970
16907
|
name: string;
|
|
16971
|
-
api: "
|
|
16908
|
+
api: "openai-completions";
|
|
16972
16909
|
provider: string;
|
|
16973
16910
|
baseUrl: string;
|
|
16974
16911
|
reasoning: true;
|
|
@@ -16985,7 +16922,7 @@ export declare const MODELS: {
|
|
|
16985
16922
|
readonly "mimo-v2-omni": {
|
|
16986
16923
|
id: string;
|
|
16987
16924
|
name: string;
|
|
16988
|
-
api: "
|
|
16925
|
+
api: "openai-completions";
|
|
16989
16926
|
provider: string;
|
|
16990
16927
|
baseUrl: string;
|
|
16991
16928
|
reasoning: true;
|
|
@@ -17002,7 +16939,7 @@ export declare const MODELS: {
|
|
|
17002
16939
|
readonly "mimo-v2-pro": {
|
|
17003
16940
|
id: string;
|
|
17004
16941
|
name: string;
|
|
17005
|
-
api: "
|
|
16942
|
+
api: "openai-completions";
|
|
17006
16943
|
provider: string;
|
|
17007
16944
|
baseUrl: string;
|
|
17008
16945
|
reasoning: true;
|
|
@@ -17019,7 +16956,7 @@ export declare const MODELS: {
|
|
|
17019
16956
|
readonly "mimo-v2.5": {
|
|
17020
16957
|
id: string;
|
|
17021
16958
|
name: string;
|
|
17022
|
-
api: "
|
|
16959
|
+
api: "openai-completions";
|
|
17023
16960
|
provider: string;
|
|
17024
16961
|
baseUrl: string;
|
|
17025
16962
|
reasoning: true;
|
|
@@ -17036,7 +16973,7 @@ export declare const MODELS: {
|
|
|
17036
16973
|
readonly "mimo-v2.5-pro": {
|
|
17037
16974
|
id: string;
|
|
17038
16975
|
name: string;
|
|
17039
|
-
api: "
|
|
16976
|
+
api: "openai-completions";
|
|
17040
16977
|
provider: string;
|
|
17041
16978
|
baseUrl: string;
|
|
17042
16979
|
reasoning: true;
|
|
@@ -17055,7 +16992,7 @@ export declare const MODELS: {
|
|
|
17055
16992
|
readonly "mimo-v2-flash": {
|
|
17056
16993
|
id: string;
|
|
17057
16994
|
name: string;
|
|
17058
|
-
api: "
|
|
16995
|
+
api: "openai-completions";
|
|
17059
16996
|
provider: string;
|
|
17060
16997
|
baseUrl: string;
|
|
17061
16998
|
reasoning: true;
|
|
@@ -17072,7 +17009,7 @@ export declare const MODELS: {
|
|
|
17072
17009
|
readonly "mimo-v2-omni": {
|
|
17073
17010
|
id: string;
|
|
17074
17011
|
name: string;
|
|
17075
|
-
api: "
|
|
17012
|
+
api: "openai-completions";
|
|
17076
17013
|
provider: string;
|
|
17077
17014
|
baseUrl: string;
|
|
17078
17015
|
reasoning: true;
|
|
@@ -17089,7 +17026,7 @@ export declare const MODELS: {
|
|
|
17089
17026
|
readonly "mimo-v2-pro": {
|
|
17090
17027
|
id: string;
|
|
17091
17028
|
name: string;
|
|
17092
|
-
api: "
|
|
17029
|
+
api: "openai-completions";
|
|
17093
17030
|
provider: string;
|
|
17094
17031
|
baseUrl: string;
|
|
17095
17032
|
reasoning: true;
|
|
@@ -17106,7 +17043,7 @@ export declare const MODELS: {
|
|
|
17106
17043
|
readonly "mimo-v2.5": {
|
|
17107
17044
|
id: string;
|
|
17108
17045
|
name: string;
|
|
17109
|
-
api: "
|
|
17046
|
+
api: "openai-completions";
|
|
17110
17047
|
provider: string;
|
|
17111
17048
|
baseUrl: string;
|
|
17112
17049
|
reasoning: true;
|
|
@@ -17123,7 +17060,7 @@ export declare const MODELS: {
|
|
|
17123
17060
|
readonly "mimo-v2.5-pro": {
|
|
17124
17061
|
id: string;
|
|
17125
17062
|
name: string;
|
|
17126
|
-
api: "
|
|
17063
|
+
api: "openai-completions";
|
|
17127
17064
|
provider: string;
|
|
17128
17065
|
baseUrl: string;
|
|
17129
17066
|
reasoning: true;
|
|
@@ -17142,7 +17079,7 @@ export declare const MODELS: {
|
|
|
17142
17079
|
readonly "mimo-v2-flash": {
|
|
17143
17080
|
id: string;
|
|
17144
17081
|
name: string;
|
|
17145
|
-
api: "
|
|
17082
|
+
api: "openai-completions";
|
|
17146
17083
|
provider: string;
|
|
17147
17084
|
baseUrl: string;
|
|
17148
17085
|
reasoning: true;
|
|
@@ -17159,7 +17096,7 @@ export declare const MODELS: {
|
|
|
17159
17096
|
readonly "mimo-v2-omni": {
|
|
17160
17097
|
id: string;
|
|
17161
17098
|
name: string;
|
|
17162
|
-
api: "
|
|
17099
|
+
api: "openai-completions";
|
|
17163
17100
|
provider: string;
|
|
17164
17101
|
baseUrl: string;
|
|
17165
17102
|
reasoning: true;
|
|
@@ -17176,7 +17113,7 @@ export declare const MODELS: {
|
|
|
17176
17113
|
readonly "mimo-v2-pro": {
|
|
17177
17114
|
id: string;
|
|
17178
17115
|
name: string;
|
|
17179
|
-
api: "
|
|
17116
|
+
api: "openai-completions";
|
|
17180
17117
|
provider: string;
|
|
17181
17118
|
baseUrl: string;
|
|
17182
17119
|
reasoning: true;
|
|
@@ -17193,7 +17130,7 @@ export declare const MODELS: {
|
|
|
17193
17130
|
readonly "mimo-v2.5": {
|
|
17194
17131
|
id: string;
|
|
17195
17132
|
name: string;
|
|
17196
|
-
api: "
|
|
17133
|
+
api: "openai-completions";
|
|
17197
17134
|
provider: string;
|
|
17198
17135
|
baseUrl: string;
|
|
17199
17136
|
reasoning: true;
|
|
@@ -17210,7 +17147,7 @@ export declare const MODELS: {
|
|
|
17210
17147
|
readonly "mimo-v2.5-pro": {
|
|
17211
17148
|
id: string;
|
|
17212
17149
|
name: string;
|
|
17213
|
-
api: "
|
|
17150
|
+
api: "openai-completions";
|
|
17214
17151
|
provider: string;
|
|
17215
17152
|
baseUrl: string;
|
|
17216
17153
|
reasoning: true;
|
|
@@ -17229,7 +17166,7 @@ export declare const MODELS: {
|
|
|
17229
17166
|
readonly "mimo-v2-flash": {
|
|
17230
17167
|
id: string;
|
|
17231
17168
|
name: string;
|
|
17232
|
-
api: "
|
|
17169
|
+
api: "openai-completions";
|
|
17233
17170
|
provider: string;
|
|
17234
17171
|
baseUrl: string;
|
|
17235
17172
|
reasoning: true;
|
|
@@ -17246,7 +17183,7 @@ export declare const MODELS: {
|
|
|
17246
17183
|
readonly "mimo-v2-omni": {
|
|
17247
17184
|
id: string;
|
|
17248
17185
|
name: string;
|
|
17249
|
-
api: "
|
|
17186
|
+
api: "openai-completions";
|
|
17250
17187
|
provider: string;
|
|
17251
17188
|
baseUrl: string;
|
|
17252
17189
|
reasoning: true;
|
|
@@ -17263,7 +17200,7 @@ export declare const MODELS: {
|
|
|
17263
17200
|
readonly "mimo-v2-pro": {
|
|
17264
17201
|
id: string;
|
|
17265
17202
|
name: string;
|
|
17266
|
-
api: "
|
|
17203
|
+
api: "openai-completions";
|
|
17267
17204
|
provider: string;
|
|
17268
17205
|
baseUrl: string;
|
|
17269
17206
|
reasoning: true;
|
|
@@ -17280,7 +17217,7 @@ export declare const MODELS: {
|
|
|
17280
17217
|
readonly "mimo-v2.5": {
|
|
17281
17218
|
id: string;
|
|
17282
17219
|
name: string;
|
|
17283
|
-
api: "
|
|
17220
|
+
api: "openai-completions";
|
|
17284
17221
|
provider: string;
|
|
17285
17222
|
baseUrl: string;
|
|
17286
17223
|
reasoning: true;
|
|
@@ -17297,7 +17234,7 @@ export declare const MODELS: {
|
|
|
17297
17234
|
readonly "mimo-v2.5-pro": {
|
|
17298
17235
|
id: string;
|
|
17299
17236
|
name: string;
|
|
17300
|
-
api: "
|
|
17237
|
+
api: "openai-completions";
|
|
17301
17238
|
provider: string;
|
|
17302
17239
|
baseUrl: string;
|
|
17303
17240
|
reasoning: true;
|