@earendil-works/pi-ai 0.79.0 → 0.79.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/image-models.generated.d.ts +2 -2
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +6 -6
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +293 -6
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +256 -43
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.js +14 -6
- package/dist/providers/amazon-bedrock.js.map +1 -1
- package/dist/providers/anthropic.d.ts +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +1 -1
- 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 +1 -0
- 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 +2 -1
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ export declare const MODELS: {
|
|
|
6
6
|
api: "bedrock-converse-stream";
|
|
7
7
|
provider: string;
|
|
8
8
|
baseUrl: string;
|
|
9
|
-
reasoning:
|
|
9
|
+
reasoning: true;
|
|
10
10
|
input: ("image" | "text")[];
|
|
11
11
|
cost: {
|
|
12
12
|
input: number;
|
|
@@ -355,6 +355,26 @@ export declare const MODELS: {
|
|
|
355
355
|
contextWindow: number;
|
|
356
356
|
maxTokens: number;
|
|
357
357
|
};
|
|
358
|
+
readonly "eu.anthropic.claude-fable-5": {
|
|
359
|
+
id: string;
|
|
360
|
+
name: string;
|
|
361
|
+
api: "bedrock-converse-stream";
|
|
362
|
+
provider: string;
|
|
363
|
+
baseUrl: string;
|
|
364
|
+
reasoning: true;
|
|
365
|
+
thinkingLevelMap: {
|
|
366
|
+
xhigh: string;
|
|
367
|
+
};
|
|
368
|
+
input: ("image" | "text")[];
|
|
369
|
+
cost: {
|
|
370
|
+
input: number;
|
|
371
|
+
output: number;
|
|
372
|
+
cacheRead: number;
|
|
373
|
+
cacheWrite: number;
|
|
374
|
+
};
|
|
375
|
+
contextWindow: number;
|
|
376
|
+
maxTokens: number;
|
|
377
|
+
};
|
|
358
378
|
readonly "eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
359
379
|
id: string;
|
|
360
380
|
name: string;
|
|
@@ -483,6 +503,26 @@ export declare const MODELS: {
|
|
|
483
503
|
contextWindow: number;
|
|
484
504
|
maxTokens: number;
|
|
485
505
|
};
|
|
506
|
+
readonly "global.anthropic.claude-fable-5": {
|
|
507
|
+
id: string;
|
|
508
|
+
name: string;
|
|
509
|
+
api: "bedrock-converse-stream";
|
|
510
|
+
provider: string;
|
|
511
|
+
baseUrl: string;
|
|
512
|
+
reasoning: true;
|
|
513
|
+
thinkingLevelMap: {
|
|
514
|
+
xhigh: string;
|
|
515
|
+
};
|
|
516
|
+
input: ("image" | "text")[];
|
|
517
|
+
cost: {
|
|
518
|
+
input: number;
|
|
519
|
+
output: number;
|
|
520
|
+
cacheRead: number;
|
|
521
|
+
cacheWrite: number;
|
|
522
|
+
};
|
|
523
|
+
contextWindow: number;
|
|
524
|
+
maxTokens: number;
|
|
525
|
+
};
|
|
486
526
|
readonly "global.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
487
527
|
id: string;
|
|
488
528
|
name: string;
|
|
@@ -1156,7 +1196,7 @@ export declare const MODELS: {
|
|
|
1156
1196
|
api: "bedrock-converse-stream";
|
|
1157
1197
|
provider: string;
|
|
1158
1198
|
baseUrl: string;
|
|
1159
|
-
reasoning:
|
|
1199
|
+
reasoning: true;
|
|
1160
1200
|
input: "text"[];
|
|
1161
1201
|
cost: {
|
|
1162
1202
|
input: number;
|
|
@@ -1173,7 +1213,7 @@ export declare const MODELS: {
|
|
|
1173
1213
|
api: "bedrock-converse-stream";
|
|
1174
1214
|
provider: string;
|
|
1175
1215
|
baseUrl: string;
|
|
1176
|
-
reasoning:
|
|
1216
|
+
reasoning: true;
|
|
1177
1217
|
input: "text"[];
|
|
1178
1218
|
cost: {
|
|
1179
1219
|
input: number;
|
|
@@ -1190,7 +1230,7 @@ export declare const MODELS: {
|
|
|
1190
1230
|
api: "bedrock-converse-stream";
|
|
1191
1231
|
provider: string;
|
|
1192
1232
|
baseUrl: string;
|
|
1193
|
-
reasoning:
|
|
1233
|
+
reasoning: true;
|
|
1194
1234
|
input: "text"[];
|
|
1195
1235
|
cost: {
|
|
1196
1236
|
input: number;
|
|
@@ -1207,7 +1247,7 @@ export declare const MODELS: {
|
|
|
1207
1247
|
api: "bedrock-converse-stream";
|
|
1208
1248
|
provider: string;
|
|
1209
1249
|
baseUrl: string;
|
|
1210
|
-
reasoning:
|
|
1250
|
+
reasoning: true;
|
|
1211
1251
|
input: "text"[];
|
|
1212
1252
|
cost: {
|
|
1213
1253
|
input: number;
|
|
@@ -1371,6 +1411,26 @@ export declare const MODELS: {
|
|
|
1371
1411
|
contextWindow: number;
|
|
1372
1412
|
maxTokens: number;
|
|
1373
1413
|
};
|
|
1414
|
+
readonly "us.anthropic.claude-fable-5": {
|
|
1415
|
+
id: string;
|
|
1416
|
+
name: string;
|
|
1417
|
+
api: "bedrock-converse-stream";
|
|
1418
|
+
provider: string;
|
|
1419
|
+
baseUrl: string;
|
|
1420
|
+
reasoning: true;
|
|
1421
|
+
thinkingLevelMap: {
|
|
1422
|
+
xhigh: string;
|
|
1423
|
+
};
|
|
1424
|
+
input: ("image" | "text")[];
|
|
1425
|
+
cost: {
|
|
1426
|
+
input: number;
|
|
1427
|
+
output: number;
|
|
1428
|
+
cacheRead: number;
|
|
1429
|
+
cacheWrite: number;
|
|
1430
|
+
};
|
|
1431
|
+
contextWindow: number;
|
|
1432
|
+
maxTokens: number;
|
|
1433
|
+
};
|
|
1374
1434
|
readonly "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1375
1435
|
id: string;
|
|
1376
1436
|
name: string;
|
|
@@ -1873,6 +1933,29 @@ export declare const MODELS: {
|
|
|
1873
1933
|
contextWindow: number;
|
|
1874
1934
|
maxTokens: number;
|
|
1875
1935
|
};
|
|
1936
|
+
readonly "claude-fable-5": {
|
|
1937
|
+
id: string;
|
|
1938
|
+
name: string;
|
|
1939
|
+
api: "anthropic-messages";
|
|
1940
|
+
provider: string;
|
|
1941
|
+
baseUrl: string;
|
|
1942
|
+
compat: {
|
|
1943
|
+
forceAdaptiveThinking: true;
|
|
1944
|
+
};
|
|
1945
|
+
reasoning: true;
|
|
1946
|
+
thinkingLevelMap: {
|
|
1947
|
+
xhigh: string;
|
|
1948
|
+
};
|
|
1949
|
+
input: ("image" | "text")[];
|
|
1950
|
+
cost: {
|
|
1951
|
+
input: number;
|
|
1952
|
+
output: number;
|
|
1953
|
+
cacheRead: number;
|
|
1954
|
+
cacheWrite: number;
|
|
1955
|
+
};
|
|
1956
|
+
contextWindow: number;
|
|
1957
|
+
maxTokens: number;
|
|
1958
|
+
};
|
|
1876
1959
|
readonly "claude-haiku-4-5": {
|
|
1877
1960
|
id: string;
|
|
1878
1961
|
name: string;
|
|
@@ -3128,6 +3211,29 @@ export declare const MODELS: {
|
|
|
3128
3211
|
contextWindow: number;
|
|
3129
3212
|
maxTokens: number;
|
|
3130
3213
|
};
|
|
3214
|
+
readonly "claude-fable-5": {
|
|
3215
|
+
id: string;
|
|
3216
|
+
name: string;
|
|
3217
|
+
api: "anthropic-messages";
|
|
3218
|
+
provider: string;
|
|
3219
|
+
baseUrl: string;
|
|
3220
|
+
compat: {
|
|
3221
|
+
forceAdaptiveThinking: true;
|
|
3222
|
+
};
|
|
3223
|
+
reasoning: true;
|
|
3224
|
+
thinkingLevelMap: {
|
|
3225
|
+
xhigh: string;
|
|
3226
|
+
};
|
|
3227
|
+
input: ("image" | "text")[];
|
|
3228
|
+
cost: {
|
|
3229
|
+
input: number;
|
|
3230
|
+
output: number;
|
|
3231
|
+
cacheRead: number;
|
|
3232
|
+
cacheWrite: number;
|
|
3233
|
+
};
|
|
3234
|
+
contextWindow: number;
|
|
3235
|
+
maxTokens: number;
|
|
3236
|
+
};
|
|
3131
3237
|
readonly "claude-haiku-4-5": {
|
|
3132
3238
|
id: string;
|
|
3133
3239
|
name: string;
|
|
@@ -6887,6 +6993,7 @@ export declare const MODELS: {
|
|
|
6887
6993
|
supportsReasoningEffort: false;
|
|
6888
6994
|
maxTokensField: "max_tokens";
|
|
6889
6995
|
supportsStrictMode: false;
|
|
6996
|
+
thinkingFormat: "deepseek";
|
|
6890
6997
|
};
|
|
6891
6998
|
reasoning: false;
|
|
6892
6999
|
input: "text"[];
|
|
@@ -6911,6 +7018,7 @@ export declare const MODELS: {
|
|
|
6911
7018
|
supportsReasoningEffort: false;
|
|
6912
7019
|
maxTokensField: "max_tokens";
|
|
6913
7020
|
supportsStrictMode: false;
|
|
7021
|
+
thinkingFormat: "deepseek";
|
|
6914
7022
|
};
|
|
6915
7023
|
reasoning: false;
|
|
6916
7024
|
input: "text"[];
|
|
@@ -6935,6 +7043,7 @@ export declare const MODELS: {
|
|
|
6935
7043
|
supportsReasoningEffort: false;
|
|
6936
7044
|
maxTokensField: "max_tokens";
|
|
6937
7045
|
supportsStrictMode: false;
|
|
7046
|
+
thinkingFormat: "deepseek";
|
|
6938
7047
|
};
|
|
6939
7048
|
reasoning: true;
|
|
6940
7049
|
input: "text"[];
|
|
@@ -6959,6 +7068,7 @@ export declare const MODELS: {
|
|
|
6959
7068
|
supportsReasoningEffort: false;
|
|
6960
7069
|
maxTokensField: "max_tokens";
|
|
6961
7070
|
supportsStrictMode: false;
|
|
7071
|
+
thinkingFormat: "deepseek";
|
|
6962
7072
|
};
|
|
6963
7073
|
reasoning: true;
|
|
6964
7074
|
input: "text"[];
|
|
@@ -6983,6 +7093,7 @@ export declare const MODELS: {
|
|
|
6983
7093
|
supportsReasoningEffort: false;
|
|
6984
7094
|
maxTokensField: "max_tokens";
|
|
6985
7095
|
supportsStrictMode: false;
|
|
7096
|
+
thinkingFormat: "deepseek";
|
|
6986
7097
|
};
|
|
6987
7098
|
reasoning: false;
|
|
6988
7099
|
input: "text"[];
|
|
@@ -7007,6 +7118,7 @@ export declare const MODELS: {
|
|
|
7007
7118
|
supportsReasoningEffort: false;
|
|
7008
7119
|
maxTokensField: "max_tokens";
|
|
7009
7120
|
supportsStrictMode: false;
|
|
7121
|
+
thinkingFormat: "deepseek";
|
|
7010
7122
|
};
|
|
7011
7123
|
reasoning: true;
|
|
7012
7124
|
input: ("image" | "text")[];
|
|
@@ -7031,6 +7143,7 @@ export declare const MODELS: {
|
|
|
7031
7143
|
supportsReasoningEffort: false;
|
|
7032
7144
|
maxTokensField: "max_tokens";
|
|
7033
7145
|
supportsStrictMode: false;
|
|
7146
|
+
thinkingFormat: "deepseek";
|
|
7034
7147
|
};
|
|
7035
7148
|
reasoning: true;
|
|
7036
7149
|
input: ("image" | "text")[];
|
|
@@ -7057,6 +7170,7 @@ export declare const MODELS: {
|
|
|
7057
7170
|
supportsReasoningEffort: false;
|
|
7058
7171
|
maxTokensField: "max_tokens";
|
|
7059
7172
|
supportsStrictMode: false;
|
|
7173
|
+
thinkingFormat: "deepseek";
|
|
7060
7174
|
};
|
|
7061
7175
|
reasoning: false;
|
|
7062
7176
|
input: "text"[];
|
|
@@ -7081,6 +7195,7 @@ export declare const MODELS: {
|
|
|
7081
7195
|
supportsReasoningEffort: false;
|
|
7082
7196
|
maxTokensField: "max_tokens";
|
|
7083
7197
|
supportsStrictMode: false;
|
|
7198
|
+
thinkingFormat: "deepseek";
|
|
7084
7199
|
};
|
|
7085
7200
|
reasoning: false;
|
|
7086
7201
|
input: "text"[];
|
|
@@ -7105,6 +7220,7 @@ export declare const MODELS: {
|
|
|
7105
7220
|
supportsReasoningEffort: false;
|
|
7106
7221
|
maxTokensField: "max_tokens";
|
|
7107
7222
|
supportsStrictMode: false;
|
|
7223
|
+
thinkingFormat: "deepseek";
|
|
7108
7224
|
};
|
|
7109
7225
|
reasoning: true;
|
|
7110
7226
|
input: "text"[];
|
|
@@ -7129,6 +7245,7 @@ export declare const MODELS: {
|
|
|
7129
7245
|
supportsReasoningEffort: false;
|
|
7130
7246
|
maxTokensField: "max_tokens";
|
|
7131
7247
|
supportsStrictMode: false;
|
|
7248
|
+
thinkingFormat: "deepseek";
|
|
7132
7249
|
};
|
|
7133
7250
|
reasoning: true;
|
|
7134
7251
|
input: "text"[];
|
|
@@ -7153,6 +7270,7 @@ export declare const MODELS: {
|
|
|
7153
7270
|
supportsReasoningEffort: false;
|
|
7154
7271
|
maxTokensField: "max_tokens";
|
|
7155
7272
|
supportsStrictMode: false;
|
|
7273
|
+
thinkingFormat: "deepseek";
|
|
7156
7274
|
};
|
|
7157
7275
|
reasoning: false;
|
|
7158
7276
|
input: "text"[];
|
|
@@ -7177,6 +7295,7 @@ export declare const MODELS: {
|
|
|
7177
7295
|
supportsReasoningEffort: false;
|
|
7178
7296
|
maxTokensField: "max_tokens";
|
|
7179
7297
|
supportsStrictMode: false;
|
|
7298
|
+
thinkingFormat: "deepseek";
|
|
7180
7299
|
};
|
|
7181
7300
|
reasoning: true;
|
|
7182
7301
|
input: ("image" | "text")[];
|
|
@@ -7201,6 +7320,7 @@ export declare const MODELS: {
|
|
|
7201
7320
|
supportsReasoningEffort: false;
|
|
7202
7321
|
maxTokensField: "max_tokens";
|
|
7203
7322
|
supportsStrictMode: false;
|
|
7323
|
+
thinkingFormat: "deepseek";
|
|
7204
7324
|
};
|
|
7205
7325
|
reasoning: true;
|
|
7206
7326
|
input: ("image" | "text")[];
|
|
@@ -8701,6 +8821,9 @@ export declare const MODELS: {
|
|
|
8701
8821
|
api: "openai-completions";
|
|
8702
8822
|
provider: string;
|
|
8703
8823
|
baseUrl: string;
|
|
8824
|
+
compat: {
|
|
8825
|
+
maxTokensField: "max_tokens";
|
|
8826
|
+
};
|
|
8704
8827
|
reasoning: true;
|
|
8705
8828
|
input: "text"[];
|
|
8706
8829
|
cost: {
|
|
@@ -8712,6 +8835,29 @@ export declare const MODELS: {
|
|
|
8712
8835
|
contextWindow: number;
|
|
8713
8836
|
maxTokens: number;
|
|
8714
8837
|
};
|
|
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
|
+
};
|
|
8715
8861
|
readonly "claude-haiku-4-5": {
|
|
8716
8862
|
id: string;
|
|
8717
8863
|
name: string;
|
|
@@ -8895,6 +9041,7 @@ export declare const MODELS: {
|
|
|
8895
9041
|
provider: string;
|
|
8896
9042
|
baseUrl: string;
|
|
8897
9043
|
compat: {
|
|
9044
|
+
maxTokensField: "max_tokens";
|
|
8898
9045
|
requiresReasoningContentOnAssistantMessages: true;
|
|
8899
9046
|
thinkingFormat: "deepseek";
|
|
8900
9047
|
};
|
|
@@ -8923,6 +9070,7 @@ export declare const MODELS: {
|
|
|
8923
9070
|
provider: string;
|
|
8924
9071
|
baseUrl: string;
|
|
8925
9072
|
compat: {
|
|
9073
|
+
maxTokensField: "max_tokens";
|
|
8926
9074
|
requiresReasoningContentOnAssistantMessages: true;
|
|
8927
9075
|
thinkingFormat: "deepseek";
|
|
8928
9076
|
};
|
|
@@ -9014,6 +9162,9 @@ export declare const MODELS: {
|
|
|
9014
9162
|
api: "openai-completions";
|
|
9015
9163
|
provider: string;
|
|
9016
9164
|
baseUrl: string;
|
|
9165
|
+
compat: {
|
|
9166
|
+
maxTokensField: "max_tokens";
|
|
9167
|
+
};
|
|
9017
9168
|
reasoning: true;
|
|
9018
9169
|
input: "text"[];
|
|
9019
9170
|
cost: {
|
|
@@ -9031,6 +9182,9 @@ export declare const MODELS: {
|
|
|
9031
9182
|
api: "openai-completions";
|
|
9032
9183
|
provider: string;
|
|
9033
9184
|
baseUrl: string;
|
|
9185
|
+
compat: {
|
|
9186
|
+
maxTokensField: "max_tokens";
|
|
9187
|
+
};
|
|
9034
9188
|
reasoning: true;
|
|
9035
9189
|
input: "text"[];
|
|
9036
9190
|
cost: {
|
|
@@ -9381,6 +9535,7 @@ export declare const MODELS: {
|
|
|
9381
9535
|
baseUrl: string;
|
|
9382
9536
|
compat: {
|
|
9383
9537
|
supportsReasoningEffort: false;
|
|
9538
|
+
maxTokensField: "max_tokens";
|
|
9384
9539
|
};
|
|
9385
9540
|
reasoning: true;
|
|
9386
9541
|
thinkingLevelMap: {
|
|
@@ -9405,6 +9560,9 @@ export declare const MODELS: {
|
|
|
9405
9560
|
api: "openai-completions";
|
|
9406
9561
|
provider: string;
|
|
9407
9562
|
baseUrl: string;
|
|
9563
|
+
compat: {
|
|
9564
|
+
maxTokensField: "max_tokens";
|
|
9565
|
+
};
|
|
9408
9566
|
reasoning: true;
|
|
9409
9567
|
input: ("image" | "text")[];
|
|
9410
9568
|
cost: {
|
|
@@ -9425,6 +9583,7 @@ export declare const MODELS: {
|
|
|
9425
9583
|
compat: {
|
|
9426
9584
|
thinkingFormat: "deepseek";
|
|
9427
9585
|
supportsReasoningEffort: false;
|
|
9586
|
+
maxTokensField: "max_tokens";
|
|
9428
9587
|
};
|
|
9429
9588
|
reasoning: true;
|
|
9430
9589
|
input: ("image" | "text")[];
|
|
@@ -9443,6 +9602,9 @@ export declare const MODELS: {
|
|
|
9443
9602
|
api: "openai-completions";
|
|
9444
9603
|
provider: string;
|
|
9445
9604
|
baseUrl: string;
|
|
9605
|
+
compat: {
|
|
9606
|
+
maxTokensField: "max_tokens";
|
|
9607
|
+
};
|
|
9446
9608
|
reasoning: true;
|
|
9447
9609
|
input: ("image" | "text")[];
|
|
9448
9610
|
cost: {
|
|
@@ -9460,6 +9622,9 @@ export declare const MODELS: {
|
|
|
9460
9622
|
api: "openai-completions";
|
|
9461
9623
|
provider: string;
|
|
9462
9624
|
baseUrl: string;
|
|
9625
|
+
compat: {
|
|
9626
|
+
maxTokensField: "max_tokens";
|
|
9627
|
+
};
|
|
9463
9628
|
reasoning: true;
|
|
9464
9629
|
input: "text"[];
|
|
9465
9630
|
cost: {
|
|
@@ -9477,6 +9642,9 @@ export declare const MODELS: {
|
|
|
9477
9642
|
api: "openai-completions";
|
|
9478
9643
|
provider: string;
|
|
9479
9644
|
baseUrl: string;
|
|
9645
|
+
compat: {
|
|
9646
|
+
maxTokensField: "max_tokens";
|
|
9647
|
+
};
|
|
9480
9648
|
reasoning: true;
|
|
9481
9649
|
input: "text"[];
|
|
9482
9650
|
cost: {
|
|
@@ -9494,6 +9662,29 @@ export declare const MODELS: {
|
|
|
9494
9662
|
api: "openai-completions";
|
|
9495
9663
|
provider: string;
|
|
9496
9664
|
baseUrl: string;
|
|
9665
|
+
compat: {
|
|
9666
|
+
maxTokensField: "max_tokens";
|
|
9667
|
+
};
|
|
9668
|
+
reasoning: true;
|
|
9669
|
+
input: "text"[];
|
|
9670
|
+
cost: {
|
|
9671
|
+
input: number;
|
|
9672
|
+
output: number;
|
|
9673
|
+
cacheRead: number;
|
|
9674
|
+
cacheWrite: number;
|
|
9675
|
+
};
|
|
9676
|
+
contextWindow: number;
|
|
9677
|
+
maxTokens: number;
|
|
9678
|
+
};
|
|
9679
|
+
readonly "north-mini-code-free": {
|
|
9680
|
+
id: string;
|
|
9681
|
+
name: string;
|
|
9682
|
+
api: "openai-completions";
|
|
9683
|
+
provider: string;
|
|
9684
|
+
baseUrl: string;
|
|
9685
|
+
compat: {
|
|
9686
|
+
maxTokensField: "max_tokens";
|
|
9687
|
+
};
|
|
9497
9688
|
reasoning: true;
|
|
9498
9689
|
input: "text"[];
|
|
9499
9690
|
cost: {
|
|
@@ -9548,6 +9739,7 @@ export declare const MODELS: {
|
|
|
9548
9739
|
provider: string;
|
|
9549
9740
|
baseUrl: string;
|
|
9550
9741
|
compat: {
|
|
9742
|
+
maxTokensField: "max_tokens";
|
|
9551
9743
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9552
9744
|
thinkingFormat: "deepseek";
|
|
9553
9745
|
};
|
|
@@ -9576,6 +9768,7 @@ export declare const MODELS: {
|
|
|
9576
9768
|
provider: string;
|
|
9577
9769
|
baseUrl: string;
|
|
9578
9770
|
compat: {
|
|
9771
|
+
maxTokensField: "max_tokens";
|
|
9579
9772
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9580
9773
|
thinkingFormat: "deepseek";
|
|
9581
9774
|
};
|
|
@@ -9603,6 +9796,9 @@ export declare const MODELS: {
|
|
|
9603
9796
|
api: "openai-completions";
|
|
9604
9797
|
provider: string;
|
|
9605
9798
|
baseUrl: string;
|
|
9799
|
+
compat: {
|
|
9800
|
+
maxTokensField: "max_tokens";
|
|
9801
|
+
};
|
|
9606
9802
|
reasoning: true;
|
|
9607
9803
|
input: "text"[];
|
|
9608
9804
|
cost: {
|
|
@@ -9620,6 +9816,9 @@ export declare const MODELS: {
|
|
|
9620
9816
|
api: "openai-completions";
|
|
9621
9817
|
provider: string;
|
|
9622
9818
|
baseUrl: string;
|
|
9819
|
+
compat: {
|
|
9820
|
+
maxTokensField: "max_tokens";
|
|
9821
|
+
};
|
|
9623
9822
|
reasoning: true;
|
|
9624
9823
|
input: "text"[];
|
|
9625
9824
|
cost: {
|
|
@@ -9637,6 +9836,9 @@ export declare const MODELS: {
|
|
|
9637
9836
|
api: "openai-completions";
|
|
9638
9837
|
provider: string;
|
|
9639
9838
|
baseUrl: string;
|
|
9839
|
+
compat: {
|
|
9840
|
+
maxTokensField: "max_tokens";
|
|
9841
|
+
};
|
|
9640
9842
|
reasoning: true;
|
|
9641
9843
|
input: ("image" | "text")[];
|
|
9642
9844
|
cost: {
|
|
@@ -9657,6 +9859,7 @@ export declare const MODELS: {
|
|
|
9657
9859
|
compat: {
|
|
9658
9860
|
thinkingFormat: "deepseek";
|
|
9659
9861
|
supportsReasoningEffort: false;
|
|
9862
|
+
maxTokensField: "max_tokens";
|
|
9660
9863
|
};
|
|
9661
9864
|
reasoning: true;
|
|
9662
9865
|
thinkingLevelMap: {
|
|
@@ -9680,6 +9883,9 @@ export declare const MODELS: {
|
|
|
9680
9883
|
api: "openai-completions";
|
|
9681
9884
|
provider: string;
|
|
9682
9885
|
baseUrl: string;
|
|
9886
|
+
compat: {
|
|
9887
|
+
maxTokensField: "max_tokens";
|
|
9888
|
+
};
|
|
9683
9889
|
reasoning: true;
|
|
9684
9890
|
input: ("image" | "text")[];
|
|
9685
9891
|
cost: {
|
|
@@ -9697,6 +9903,9 @@ export declare const MODELS: {
|
|
|
9697
9903
|
api: "openai-completions";
|
|
9698
9904
|
provider: string;
|
|
9699
9905
|
baseUrl: string;
|
|
9906
|
+
compat: {
|
|
9907
|
+
maxTokensField: "max_tokens";
|
|
9908
|
+
};
|
|
9700
9909
|
reasoning: true;
|
|
9701
9910
|
input: "text"[];
|
|
9702
9911
|
cost: {
|
|
@@ -9731,6 +9940,9 @@ export declare const MODELS: {
|
|
|
9731
9940
|
api: "openai-completions";
|
|
9732
9941
|
provider: string;
|
|
9733
9942
|
baseUrl: string;
|
|
9943
|
+
compat: {
|
|
9944
|
+
maxTokensField: "max_tokens";
|
|
9945
|
+
};
|
|
9734
9946
|
reasoning: true;
|
|
9735
9947
|
input: "text"[];
|
|
9736
9948
|
cost: {
|
|
@@ -9767,6 +9979,7 @@ export declare const MODELS: {
|
|
|
9767
9979
|
baseUrl: string;
|
|
9768
9980
|
compat: {
|
|
9769
9981
|
thinkingFormat: "qwen";
|
|
9982
|
+
maxTokensField: "max_tokens";
|
|
9770
9983
|
};
|
|
9771
9984
|
reasoning: true;
|
|
9772
9985
|
input: ("image" | "text")[];
|
|
@@ -9951,6 +10164,23 @@ export declare const MODELS: {
|
|
|
9951
10164
|
contextWindow: number;
|
|
9952
10165
|
maxTokens: number;
|
|
9953
10166
|
};
|
|
10167
|
+
readonly "anthropic/claude-fable-5": {
|
|
10168
|
+
id: string;
|
|
10169
|
+
name: string;
|
|
10170
|
+
api: "openai-completions";
|
|
10171
|
+
provider: string;
|
|
10172
|
+
baseUrl: string;
|
|
10173
|
+
reasoning: true;
|
|
10174
|
+
input: ("image" | "text")[];
|
|
10175
|
+
cost: {
|
|
10176
|
+
input: number;
|
|
10177
|
+
output: number;
|
|
10178
|
+
cacheRead: number;
|
|
10179
|
+
cacheWrite: number;
|
|
10180
|
+
};
|
|
10181
|
+
contextWindow: number;
|
|
10182
|
+
maxTokens: number;
|
|
10183
|
+
};
|
|
9954
10184
|
readonly "anthropic/claude-haiku-4.5": {
|
|
9955
10185
|
id: string;
|
|
9956
10186
|
name: string;
|
|
@@ -11581,6 +11811,23 @@ export declare const MODELS: {
|
|
|
11581
11811
|
contextWindow: number;
|
|
11582
11812
|
maxTokens: number;
|
|
11583
11813
|
};
|
|
11814
|
+
readonly "nex-agi/nex-n2-pro:free": {
|
|
11815
|
+
id: string;
|
|
11816
|
+
name: string;
|
|
11817
|
+
api: "openai-completions";
|
|
11818
|
+
provider: string;
|
|
11819
|
+
baseUrl: string;
|
|
11820
|
+
reasoning: true;
|
|
11821
|
+
input: ("image" | "text")[];
|
|
11822
|
+
cost: {
|
|
11823
|
+
input: number;
|
|
11824
|
+
output: number;
|
|
11825
|
+
cacheRead: number;
|
|
11826
|
+
cacheWrite: number;
|
|
11827
|
+
};
|
|
11828
|
+
contextWindow: number;
|
|
11829
|
+
maxTokens: number;
|
|
11830
|
+
};
|
|
11584
11831
|
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
11585
11832
|
id: string;
|
|
11586
11833
|
name: string;
|
|
@@ -14085,6 +14332,23 @@ export declare const MODELS: {
|
|
|
14085
14332
|
contextWindow: number;
|
|
14086
14333
|
maxTokens: number;
|
|
14087
14334
|
};
|
|
14335
|
+
readonly "~anthropic/claude-fable-latest": {
|
|
14336
|
+
id: string;
|
|
14337
|
+
name: string;
|
|
14338
|
+
api: "openai-completions";
|
|
14339
|
+
provider: string;
|
|
14340
|
+
baseUrl: string;
|
|
14341
|
+
reasoning: true;
|
|
14342
|
+
input: ("image" | "text")[];
|
|
14343
|
+
cost: {
|
|
14344
|
+
input: number;
|
|
14345
|
+
output: number;
|
|
14346
|
+
cacheRead: number;
|
|
14347
|
+
cacheWrite: number;
|
|
14348
|
+
};
|
|
14349
|
+
contextWindow: number;
|
|
14350
|
+
maxTokens: number;
|
|
14351
|
+
};
|
|
14088
14352
|
readonly "~anthropic/claude-haiku-latest": {
|
|
14089
14353
|
id: string;
|
|
14090
14354
|
name: string;
|
|
@@ -14236,10 +14500,10 @@ export declare const MODELS: {
|
|
|
14236
14500
|
maxTokensField: "max_tokens";
|
|
14237
14501
|
supportsStrictMode: false;
|
|
14238
14502
|
supportsLongCacheRetention: false;
|
|
14503
|
+
thinkingFormat: "together";
|
|
14239
14504
|
};
|
|
14240
14505
|
reasoning: true;
|
|
14241
14506
|
thinkingLevelMap: {
|
|
14242
|
-
off: null;
|
|
14243
14507
|
minimal: null;
|
|
14244
14508
|
low: null;
|
|
14245
14509
|
medium: null;
|
|
@@ -15205,6 +15469,29 @@ export declare const MODELS: {
|
|
|
15205
15469
|
contextWindow: number;
|
|
15206
15470
|
maxTokens: number;
|
|
15207
15471
|
};
|
|
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
|
+
};
|
|
15208
15495
|
readonly "anthropic/claude-haiku-4.5": {
|
|
15209
15496
|
id: string;
|
|
15210
15497
|
name: string;
|