@mariozechner/pi-ai 0.5.32 → 0.5.34
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 +112 -10
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +220 -118
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/anthropic.js +1 -1
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/google.js +7 -2
- package/dist/providers/google.js.map +1 -1
- package/dist/providers/openai-completions.js +7 -2
- package/dist/providers/openai-completions.js.map +1 -1
- package/package.json +1 -1
|
@@ -1408,6 +1408,108 @@ export declare const MODELS: {
|
|
|
1408
1408
|
};
|
|
1409
1409
|
};
|
|
1410
1410
|
readonly openrouter: {
|
|
1411
|
+
readonly "qwen/qwen3-next-80b-a3b-thinking": {
|
|
1412
|
+
id: string;
|
|
1413
|
+
name: string;
|
|
1414
|
+
api: "openai-completions";
|
|
1415
|
+
provider: string;
|
|
1416
|
+
baseUrl: string;
|
|
1417
|
+
reasoning: true;
|
|
1418
|
+
input: "text"[];
|
|
1419
|
+
cost: {
|
|
1420
|
+
input: number;
|
|
1421
|
+
output: number;
|
|
1422
|
+
cacheRead: number;
|
|
1423
|
+
cacheWrite: number;
|
|
1424
|
+
};
|
|
1425
|
+
contextWindow: number;
|
|
1426
|
+
maxTokens: number;
|
|
1427
|
+
};
|
|
1428
|
+
readonly "qwen/qwen3-next-80b-a3b-instruct": {
|
|
1429
|
+
id: string;
|
|
1430
|
+
name: string;
|
|
1431
|
+
api: "openai-completions";
|
|
1432
|
+
provider: string;
|
|
1433
|
+
baseUrl: string;
|
|
1434
|
+
reasoning: false;
|
|
1435
|
+
input: "text"[];
|
|
1436
|
+
cost: {
|
|
1437
|
+
input: number;
|
|
1438
|
+
output: number;
|
|
1439
|
+
cacheRead: number;
|
|
1440
|
+
cacheWrite: number;
|
|
1441
|
+
};
|
|
1442
|
+
contextWindow: number;
|
|
1443
|
+
maxTokens: number;
|
|
1444
|
+
};
|
|
1445
|
+
readonly "meituan/longcat-flash-chat": {
|
|
1446
|
+
id: string;
|
|
1447
|
+
name: string;
|
|
1448
|
+
api: "openai-completions";
|
|
1449
|
+
provider: string;
|
|
1450
|
+
baseUrl: string;
|
|
1451
|
+
reasoning: false;
|
|
1452
|
+
input: "text"[];
|
|
1453
|
+
cost: {
|
|
1454
|
+
input: number;
|
|
1455
|
+
output: number;
|
|
1456
|
+
cacheRead: number;
|
|
1457
|
+
cacheWrite: number;
|
|
1458
|
+
};
|
|
1459
|
+
contextWindow: number;
|
|
1460
|
+
maxTokens: number;
|
|
1461
|
+
};
|
|
1462
|
+
readonly "qwen/qwen-plus-2025-07-28": {
|
|
1463
|
+
id: string;
|
|
1464
|
+
name: string;
|
|
1465
|
+
api: "openai-completions";
|
|
1466
|
+
provider: string;
|
|
1467
|
+
baseUrl: string;
|
|
1468
|
+
reasoning: false;
|
|
1469
|
+
input: "text"[];
|
|
1470
|
+
cost: {
|
|
1471
|
+
input: number;
|
|
1472
|
+
output: number;
|
|
1473
|
+
cacheRead: number;
|
|
1474
|
+
cacheWrite: number;
|
|
1475
|
+
};
|
|
1476
|
+
contextWindow: number;
|
|
1477
|
+
maxTokens: number;
|
|
1478
|
+
};
|
|
1479
|
+
readonly "qwen/qwen-plus-2025-07-28:thinking": {
|
|
1480
|
+
id: string;
|
|
1481
|
+
name: string;
|
|
1482
|
+
api: "openai-completions";
|
|
1483
|
+
provider: string;
|
|
1484
|
+
baseUrl: string;
|
|
1485
|
+
reasoning: true;
|
|
1486
|
+
input: "text"[];
|
|
1487
|
+
cost: {
|
|
1488
|
+
input: number;
|
|
1489
|
+
output: number;
|
|
1490
|
+
cacheRead: number;
|
|
1491
|
+
cacheWrite: number;
|
|
1492
|
+
};
|
|
1493
|
+
contextWindow: number;
|
|
1494
|
+
maxTokens: number;
|
|
1495
|
+
};
|
|
1496
|
+
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
1497
|
+
id: string;
|
|
1498
|
+
name: string;
|
|
1499
|
+
api: "openai-completions";
|
|
1500
|
+
provider: string;
|
|
1501
|
+
baseUrl: string;
|
|
1502
|
+
reasoning: true;
|
|
1503
|
+
input: "text"[];
|
|
1504
|
+
cost: {
|
|
1505
|
+
input: number;
|
|
1506
|
+
output: number;
|
|
1507
|
+
cacheRead: number;
|
|
1508
|
+
cacheWrite: number;
|
|
1509
|
+
};
|
|
1510
|
+
contextWindow: number;
|
|
1511
|
+
maxTokens: number;
|
|
1512
|
+
};
|
|
1411
1513
|
readonly "nvidia/nemotron-nano-9b-v2": {
|
|
1412
1514
|
id: string;
|
|
1413
1515
|
name: string;
|
|
@@ -2836,7 +2938,7 @@ export declare const MODELS: {
|
|
|
2836
2938
|
contextWindow: number;
|
|
2837
2939
|
maxTokens: number;
|
|
2838
2940
|
};
|
|
2839
|
-
readonly "cohere/command-r-08-2024": {
|
|
2941
|
+
readonly "cohere/command-r-plus-08-2024": {
|
|
2840
2942
|
id: string;
|
|
2841
2943
|
name: string;
|
|
2842
2944
|
api: "openai-completions";
|
|
@@ -2853,7 +2955,7 @@ export declare const MODELS: {
|
|
|
2853
2955
|
contextWindow: number;
|
|
2854
2956
|
maxTokens: number;
|
|
2855
2957
|
};
|
|
2856
|
-
readonly "cohere/command-r-
|
|
2958
|
+
readonly "cohere/command-r-08-2024": {
|
|
2857
2959
|
id: string;
|
|
2858
2960
|
name: string;
|
|
2859
2961
|
api: "openai-completions";
|
|
@@ -2904,7 +3006,7 @@ export declare const MODELS: {
|
|
|
2904
3006
|
contextWindow: number;
|
|
2905
3007
|
maxTokens: number;
|
|
2906
3008
|
};
|
|
2907
|
-
readonly "meta-llama/llama-3.1-
|
|
3009
|
+
readonly "meta-llama/llama-3.1-8b-instruct": {
|
|
2908
3010
|
id: string;
|
|
2909
3011
|
name: string;
|
|
2910
3012
|
api: "openai-completions";
|
|
@@ -2921,7 +3023,7 @@ export declare const MODELS: {
|
|
|
2921
3023
|
contextWindow: number;
|
|
2922
3024
|
maxTokens: number;
|
|
2923
3025
|
};
|
|
2924
|
-
readonly "meta-llama/llama-3.1-
|
|
3026
|
+
readonly "meta-llama/llama-3.1-405b-instruct": {
|
|
2925
3027
|
id: string;
|
|
2926
3028
|
name: string;
|
|
2927
3029
|
api: "openai-completions";
|
|
@@ -2938,7 +3040,7 @@ export declare const MODELS: {
|
|
|
2938
3040
|
contextWindow: number;
|
|
2939
3041
|
maxTokens: number;
|
|
2940
3042
|
};
|
|
2941
|
-
readonly "meta-llama/llama-3.1-
|
|
3043
|
+
readonly "meta-llama/llama-3.1-70b-instruct": {
|
|
2942
3044
|
id: string;
|
|
2943
3045
|
name: string;
|
|
2944
3046
|
api: "openai-completions";
|
|
@@ -2972,7 +3074,7 @@ export declare const MODELS: {
|
|
|
2972
3074
|
contextWindow: number;
|
|
2973
3075
|
maxTokens: number;
|
|
2974
3076
|
};
|
|
2975
|
-
readonly "mistralai/mistral-7b-instruct
|
|
3077
|
+
readonly "mistralai/mistral-7b-instruct-v0.3": {
|
|
2976
3078
|
id: string;
|
|
2977
3079
|
name: string;
|
|
2978
3080
|
api: "openai-completions";
|
|
@@ -2989,7 +3091,7 @@ export declare const MODELS: {
|
|
|
2989
3091
|
contextWindow: number;
|
|
2990
3092
|
maxTokens: number;
|
|
2991
3093
|
};
|
|
2992
|
-
readonly "mistralai/mistral-7b-instruct": {
|
|
3094
|
+
readonly "mistralai/mistral-7b-instruct:free": {
|
|
2993
3095
|
id: string;
|
|
2994
3096
|
name: string;
|
|
2995
3097
|
api: "openai-completions";
|
|
@@ -3006,7 +3108,7 @@ export declare const MODELS: {
|
|
|
3006
3108
|
contextWindow: number;
|
|
3007
3109
|
maxTokens: number;
|
|
3008
3110
|
};
|
|
3009
|
-
readonly "mistralai/mistral-7b-instruct
|
|
3111
|
+
readonly "mistralai/mistral-7b-instruct": {
|
|
3010
3112
|
id: string;
|
|
3011
3113
|
name: string;
|
|
3012
3114
|
api: "openai-completions";
|
|
@@ -3193,7 +3295,7 @@ export declare const MODELS: {
|
|
|
3193
3295
|
contextWindow: number;
|
|
3194
3296
|
maxTokens: number;
|
|
3195
3297
|
};
|
|
3196
|
-
readonly "mistralai/mistral-
|
|
3298
|
+
readonly "mistralai/mistral-tiny": {
|
|
3197
3299
|
id: string;
|
|
3198
3300
|
name: string;
|
|
3199
3301
|
api: "openai-completions";
|
|
@@ -3210,7 +3312,7 @@ export declare const MODELS: {
|
|
|
3210
3312
|
contextWindow: number;
|
|
3211
3313
|
maxTokens: number;
|
|
3212
3314
|
};
|
|
3213
|
-
readonly "mistralai/mistral-
|
|
3315
|
+
readonly "mistralai/mistral-small": {
|
|
3214
3316
|
id: string;
|
|
3215
3317
|
name: string;
|
|
3216
3318
|
api: "openai-completions";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.generated.d.ts","sourceRoot":"","sources":["../src/models.generated.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"models.generated.d.ts","sourceRoot":"","sources":["../src/models.generated.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsyGT,CAAC"}
|