@earendil-works/pi-ai 0.75.0 → 0.75.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.generated.d.ts +100 -83
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +60 -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,9 +16905,13 @@ 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;
|
|
16911
|
+
compat: {
|
|
16912
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
16913
|
+
thinkingFormat: "deepseek";
|
|
16914
|
+
};
|
|
16974
16915
|
reasoning: true;
|
|
16975
16916
|
input: "text"[];
|
|
16976
16917
|
cost: {
|
|
@@ -16985,9 +16926,13 @@ export declare const MODELS: {
|
|
|
16985
16926
|
readonly "mimo-v2-omni": {
|
|
16986
16927
|
id: string;
|
|
16987
16928
|
name: string;
|
|
16988
|
-
api: "
|
|
16929
|
+
api: "openai-completions";
|
|
16989
16930
|
provider: string;
|
|
16990
16931
|
baseUrl: string;
|
|
16932
|
+
compat: {
|
|
16933
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
16934
|
+
thinkingFormat: "deepseek";
|
|
16935
|
+
};
|
|
16991
16936
|
reasoning: true;
|
|
16992
16937
|
input: ("image" | "text")[];
|
|
16993
16938
|
cost: {
|
|
@@ -17002,9 +16947,13 @@ export declare const MODELS: {
|
|
|
17002
16947
|
readonly "mimo-v2-pro": {
|
|
17003
16948
|
id: string;
|
|
17004
16949
|
name: string;
|
|
17005
|
-
api: "
|
|
16950
|
+
api: "openai-completions";
|
|
17006
16951
|
provider: string;
|
|
17007
16952
|
baseUrl: string;
|
|
16953
|
+
compat: {
|
|
16954
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
16955
|
+
thinkingFormat: "deepseek";
|
|
16956
|
+
};
|
|
17008
16957
|
reasoning: true;
|
|
17009
16958
|
input: "text"[];
|
|
17010
16959
|
cost: {
|
|
@@ -17019,9 +16968,13 @@ export declare const MODELS: {
|
|
|
17019
16968
|
readonly "mimo-v2.5": {
|
|
17020
16969
|
id: string;
|
|
17021
16970
|
name: string;
|
|
17022
|
-
api: "
|
|
16971
|
+
api: "openai-completions";
|
|
17023
16972
|
provider: string;
|
|
17024
16973
|
baseUrl: string;
|
|
16974
|
+
compat: {
|
|
16975
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
16976
|
+
thinkingFormat: "deepseek";
|
|
16977
|
+
};
|
|
17025
16978
|
reasoning: true;
|
|
17026
16979
|
input: ("image" | "text")[];
|
|
17027
16980
|
cost: {
|
|
@@ -17036,9 +16989,13 @@ export declare const MODELS: {
|
|
|
17036
16989
|
readonly "mimo-v2.5-pro": {
|
|
17037
16990
|
id: string;
|
|
17038
16991
|
name: string;
|
|
17039
|
-
api: "
|
|
16992
|
+
api: "openai-completions";
|
|
17040
16993
|
provider: string;
|
|
17041
16994
|
baseUrl: string;
|
|
16995
|
+
compat: {
|
|
16996
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
16997
|
+
thinkingFormat: "deepseek";
|
|
16998
|
+
};
|
|
17042
16999
|
reasoning: true;
|
|
17043
17000
|
input: "text"[];
|
|
17044
17001
|
cost: {
|
|
@@ -17055,9 +17012,13 @@ export declare const MODELS: {
|
|
|
17055
17012
|
readonly "mimo-v2-flash": {
|
|
17056
17013
|
id: string;
|
|
17057
17014
|
name: string;
|
|
17058
|
-
api: "
|
|
17015
|
+
api: "openai-completions";
|
|
17059
17016
|
provider: string;
|
|
17060
17017
|
baseUrl: string;
|
|
17018
|
+
compat: {
|
|
17019
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17020
|
+
thinkingFormat: "deepseek";
|
|
17021
|
+
};
|
|
17061
17022
|
reasoning: true;
|
|
17062
17023
|
input: "text"[];
|
|
17063
17024
|
cost: {
|
|
@@ -17072,9 +17033,13 @@ export declare const MODELS: {
|
|
|
17072
17033
|
readonly "mimo-v2-omni": {
|
|
17073
17034
|
id: string;
|
|
17074
17035
|
name: string;
|
|
17075
|
-
api: "
|
|
17036
|
+
api: "openai-completions";
|
|
17076
17037
|
provider: string;
|
|
17077
17038
|
baseUrl: string;
|
|
17039
|
+
compat: {
|
|
17040
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17041
|
+
thinkingFormat: "deepseek";
|
|
17042
|
+
};
|
|
17078
17043
|
reasoning: true;
|
|
17079
17044
|
input: ("image" | "text")[];
|
|
17080
17045
|
cost: {
|
|
@@ -17089,9 +17054,13 @@ export declare const MODELS: {
|
|
|
17089
17054
|
readonly "mimo-v2-pro": {
|
|
17090
17055
|
id: string;
|
|
17091
17056
|
name: string;
|
|
17092
|
-
api: "
|
|
17057
|
+
api: "openai-completions";
|
|
17093
17058
|
provider: string;
|
|
17094
17059
|
baseUrl: string;
|
|
17060
|
+
compat: {
|
|
17061
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17062
|
+
thinkingFormat: "deepseek";
|
|
17063
|
+
};
|
|
17095
17064
|
reasoning: true;
|
|
17096
17065
|
input: "text"[];
|
|
17097
17066
|
cost: {
|
|
@@ -17106,9 +17075,13 @@ export declare const MODELS: {
|
|
|
17106
17075
|
readonly "mimo-v2.5": {
|
|
17107
17076
|
id: string;
|
|
17108
17077
|
name: string;
|
|
17109
|
-
api: "
|
|
17078
|
+
api: "openai-completions";
|
|
17110
17079
|
provider: string;
|
|
17111
17080
|
baseUrl: string;
|
|
17081
|
+
compat: {
|
|
17082
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17083
|
+
thinkingFormat: "deepseek";
|
|
17084
|
+
};
|
|
17112
17085
|
reasoning: true;
|
|
17113
17086
|
input: ("image" | "text")[];
|
|
17114
17087
|
cost: {
|
|
@@ -17123,9 +17096,13 @@ export declare const MODELS: {
|
|
|
17123
17096
|
readonly "mimo-v2.5-pro": {
|
|
17124
17097
|
id: string;
|
|
17125
17098
|
name: string;
|
|
17126
|
-
api: "
|
|
17099
|
+
api: "openai-completions";
|
|
17127
17100
|
provider: string;
|
|
17128
17101
|
baseUrl: string;
|
|
17102
|
+
compat: {
|
|
17103
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17104
|
+
thinkingFormat: "deepseek";
|
|
17105
|
+
};
|
|
17129
17106
|
reasoning: true;
|
|
17130
17107
|
input: "text"[];
|
|
17131
17108
|
cost: {
|
|
@@ -17142,9 +17119,13 @@ export declare const MODELS: {
|
|
|
17142
17119
|
readonly "mimo-v2-flash": {
|
|
17143
17120
|
id: string;
|
|
17144
17121
|
name: string;
|
|
17145
|
-
api: "
|
|
17122
|
+
api: "openai-completions";
|
|
17146
17123
|
provider: string;
|
|
17147
17124
|
baseUrl: string;
|
|
17125
|
+
compat: {
|
|
17126
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17127
|
+
thinkingFormat: "deepseek";
|
|
17128
|
+
};
|
|
17148
17129
|
reasoning: true;
|
|
17149
17130
|
input: "text"[];
|
|
17150
17131
|
cost: {
|
|
@@ -17159,9 +17140,13 @@ export declare const MODELS: {
|
|
|
17159
17140
|
readonly "mimo-v2-omni": {
|
|
17160
17141
|
id: string;
|
|
17161
17142
|
name: string;
|
|
17162
|
-
api: "
|
|
17143
|
+
api: "openai-completions";
|
|
17163
17144
|
provider: string;
|
|
17164
17145
|
baseUrl: string;
|
|
17146
|
+
compat: {
|
|
17147
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17148
|
+
thinkingFormat: "deepseek";
|
|
17149
|
+
};
|
|
17165
17150
|
reasoning: true;
|
|
17166
17151
|
input: ("image" | "text")[];
|
|
17167
17152
|
cost: {
|
|
@@ -17176,9 +17161,13 @@ export declare const MODELS: {
|
|
|
17176
17161
|
readonly "mimo-v2-pro": {
|
|
17177
17162
|
id: string;
|
|
17178
17163
|
name: string;
|
|
17179
|
-
api: "
|
|
17164
|
+
api: "openai-completions";
|
|
17180
17165
|
provider: string;
|
|
17181
17166
|
baseUrl: string;
|
|
17167
|
+
compat: {
|
|
17168
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17169
|
+
thinkingFormat: "deepseek";
|
|
17170
|
+
};
|
|
17182
17171
|
reasoning: true;
|
|
17183
17172
|
input: "text"[];
|
|
17184
17173
|
cost: {
|
|
@@ -17193,9 +17182,13 @@ export declare const MODELS: {
|
|
|
17193
17182
|
readonly "mimo-v2.5": {
|
|
17194
17183
|
id: string;
|
|
17195
17184
|
name: string;
|
|
17196
|
-
api: "
|
|
17185
|
+
api: "openai-completions";
|
|
17197
17186
|
provider: string;
|
|
17198
17187
|
baseUrl: string;
|
|
17188
|
+
compat: {
|
|
17189
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17190
|
+
thinkingFormat: "deepseek";
|
|
17191
|
+
};
|
|
17199
17192
|
reasoning: true;
|
|
17200
17193
|
input: ("image" | "text")[];
|
|
17201
17194
|
cost: {
|
|
@@ -17210,9 +17203,13 @@ export declare const MODELS: {
|
|
|
17210
17203
|
readonly "mimo-v2.5-pro": {
|
|
17211
17204
|
id: string;
|
|
17212
17205
|
name: string;
|
|
17213
|
-
api: "
|
|
17206
|
+
api: "openai-completions";
|
|
17214
17207
|
provider: string;
|
|
17215
17208
|
baseUrl: string;
|
|
17209
|
+
compat: {
|
|
17210
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17211
|
+
thinkingFormat: "deepseek";
|
|
17212
|
+
};
|
|
17216
17213
|
reasoning: true;
|
|
17217
17214
|
input: "text"[];
|
|
17218
17215
|
cost: {
|
|
@@ -17229,9 +17226,13 @@ export declare const MODELS: {
|
|
|
17229
17226
|
readonly "mimo-v2-flash": {
|
|
17230
17227
|
id: string;
|
|
17231
17228
|
name: string;
|
|
17232
|
-
api: "
|
|
17229
|
+
api: "openai-completions";
|
|
17233
17230
|
provider: string;
|
|
17234
17231
|
baseUrl: string;
|
|
17232
|
+
compat: {
|
|
17233
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17234
|
+
thinkingFormat: "deepseek";
|
|
17235
|
+
};
|
|
17235
17236
|
reasoning: true;
|
|
17236
17237
|
input: "text"[];
|
|
17237
17238
|
cost: {
|
|
@@ -17246,9 +17247,13 @@ export declare const MODELS: {
|
|
|
17246
17247
|
readonly "mimo-v2-omni": {
|
|
17247
17248
|
id: string;
|
|
17248
17249
|
name: string;
|
|
17249
|
-
api: "
|
|
17250
|
+
api: "openai-completions";
|
|
17250
17251
|
provider: string;
|
|
17251
17252
|
baseUrl: string;
|
|
17253
|
+
compat: {
|
|
17254
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17255
|
+
thinkingFormat: "deepseek";
|
|
17256
|
+
};
|
|
17252
17257
|
reasoning: true;
|
|
17253
17258
|
input: ("image" | "text")[];
|
|
17254
17259
|
cost: {
|
|
@@ -17263,9 +17268,13 @@ export declare const MODELS: {
|
|
|
17263
17268
|
readonly "mimo-v2-pro": {
|
|
17264
17269
|
id: string;
|
|
17265
17270
|
name: string;
|
|
17266
|
-
api: "
|
|
17271
|
+
api: "openai-completions";
|
|
17267
17272
|
provider: string;
|
|
17268
17273
|
baseUrl: string;
|
|
17274
|
+
compat: {
|
|
17275
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17276
|
+
thinkingFormat: "deepseek";
|
|
17277
|
+
};
|
|
17269
17278
|
reasoning: true;
|
|
17270
17279
|
input: "text"[];
|
|
17271
17280
|
cost: {
|
|
@@ -17280,9 +17289,13 @@ export declare const MODELS: {
|
|
|
17280
17289
|
readonly "mimo-v2.5": {
|
|
17281
17290
|
id: string;
|
|
17282
17291
|
name: string;
|
|
17283
|
-
api: "
|
|
17292
|
+
api: "openai-completions";
|
|
17284
17293
|
provider: string;
|
|
17285
17294
|
baseUrl: string;
|
|
17295
|
+
compat: {
|
|
17296
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17297
|
+
thinkingFormat: "deepseek";
|
|
17298
|
+
};
|
|
17286
17299
|
reasoning: true;
|
|
17287
17300
|
input: ("image" | "text")[];
|
|
17288
17301
|
cost: {
|
|
@@ -17297,9 +17310,13 @@ export declare const MODELS: {
|
|
|
17297
17310
|
readonly "mimo-v2.5-pro": {
|
|
17298
17311
|
id: string;
|
|
17299
17312
|
name: string;
|
|
17300
|
-
api: "
|
|
17313
|
+
api: "openai-completions";
|
|
17301
17314
|
provider: string;
|
|
17302
17315
|
baseUrl: string;
|
|
17316
|
+
compat: {
|
|
17317
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17318
|
+
thinkingFormat: "deepseek";
|
|
17319
|
+
};
|
|
17303
17320
|
reasoning: true;
|
|
17304
17321
|
input: "text"[];
|
|
17305
17322
|
cost: {
|