@mariozechner/pi-ai 0.10.2 → 0.11.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.js
CHANGED
|
@@ -2039,6 +2039,23 @@ export const MODELS = {
|
|
|
2039
2039
|
contextWindow: 200000,
|
|
2040
2040
|
maxTokens: 64000,
|
|
2041
2041
|
},
|
|
2042
|
+
"openrouter/bert-nebulon-alpha": {
|
|
2043
|
+
id: "openrouter/bert-nebulon-alpha",
|
|
2044
|
+
name: "Bert-Nebulon Alpha",
|
|
2045
|
+
api: "openai-completions",
|
|
2046
|
+
provider: "openrouter",
|
|
2047
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2048
|
+
reasoning: false,
|
|
2049
|
+
input: ["text", "image"],
|
|
2050
|
+
cost: {
|
|
2051
|
+
input: 0,
|
|
2052
|
+
output: 0,
|
|
2053
|
+
cacheRead: 0,
|
|
2054
|
+
cacheWrite: 0,
|
|
2055
|
+
},
|
|
2056
|
+
contextWindow: 256000,
|
|
2057
|
+
maxTokens: 4096,
|
|
2058
|
+
},
|
|
2042
2059
|
"allenai/olmo-3-7b-instruct": {
|
|
2043
2060
|
id: "allenai/olmo-3-7b-instruct",
|
|
2044
2061
|
name: "AllenAI: Olmo 3 7B Instruct",
|
|
@@ -2507,13 +2524,13 @@ export const MODELS = {
|
|
|
2507
2524
|
reasoning: true,
|
|
2508
2525
|
input: ["text"],
|
|
2509
2526
|
cost: {
|
|
2510
|
-
input: 0.
|
|
2511
|
-
output: 1.
|
|
2527
|
+
input: 0.44,
|
|
2528
|
+
output: 1.76,
|
|
2512
2529
|
cacheRead: 0,
|
|
2513
2530
|
cacheWrite: 0,
|
|
2514
2531
|
},
|
|
2515
|
-
contextWindow:
|
|
2516
|
-
maxTokens:
|
|
2532
|
+
contextWindow: 204800,
|
|
2533
|
+
maxTokens: 131072,
|
|
2517
2534
|
},
|
|
2518
2535
|
"anthropic/claude-sonnet-4.5": {
|
|
2519
2536
|
id: "anthropic/claude-sonnet-4.5",
|
|
@@ -3138,7 +3155,7 @@ export const MODELS = {
|
|
|
3138
3155
|
cost: {
|
|
3139
3156
|
input: 0.48,
|
|
3140
3157
|
output: 1.44,
|
|
3141
|
-
cacheRead: 0.
|
|
3158
|
+
cacheRead: 0.088,
|
|
3142
3159
|
cacheWrite: 0,
|
|
3143
3160
|
},
|
|
3144
3161
|
contextWindow: 65536,
|
|
@@ -3375,7 +3392,7 @@ export const MODELS = {
|
|
|
3375
3392
|
input: ["text"],
|
|
3376
3393
|
cost: {
|
|
3377
3394
|
input: 0.35,
|
|
3378
|
-
output: 1.
|
|
3395
|
+
output: 1.55,
|
|
3379
3396
|
cacheRead: 0,
|
|
3380
3397
|
cacheWrite: 0,
|
|
3381
3398
|
},
|
|
@@ -4294,7 +4311,7 @@ export const MODELS = {
|
|
|
4294
4311
|
cost: {
|
|
4295
4312
|
input: 0.19999999999999998,
|
|
4296
4313
|
output: 0.88,
|
|
4297
|
-
cacheRead: 0,
|
|
4314
|
+
cacheRead: 0.135,
|
|
4298
4315
|
cacheWrite: 0,
|
|
4299
4316
|
},
|
|
4300
4317
|
contextWindow: 163840,
|
|
@@ -5082,23 +5099,6 @@ export const MODELS = {
|
|
|
5082
5099
|
contextWindow: 128000,
|
|
5083
5100
|
maxTokens: 4096,
|
|
5084
5101
|
},
|
|
5085
|
-
"nousresearch/hermes-3-llama-3.1-70b": {
|
|
5086
|
-
id: "nousresearch/hermes-3-llama-3.1-70b",
|
|
5087
|
-
name: "Nous: Hermes 3 70B Instruct",
|
|
5088
|
-
api: "openai-completions",
|
|
5089
|
-
provider: "openrouter",
|
|
5090
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
5091
|
-
reasoning: false,
|
|
5092
|
-
input: ["text"],
|
|
5093
|
-
cost: {
|
|
5094
|
-
input: 0.3,
|
|
5095
|
-
output: 0.3,
|
|
5096
|
-
cacheRead: 0,
|
|
5097
|
-
cacheWrite: 0,
|
|
5098
|
-
},
|
|
5099
|
-
contextWindow: 65536,
|
|
5100
|
-
maxTokens: 4096,
|
|
5101
|
-
},
|
|
5102
5102
|
"openai/gpt-4o-2024-08-06": {
|
|
5103
5103
|
id: "openai/gpt-4o-2024-08-06",
|
|
5104
5104
|
name: "OpenAI: GPT-4o (2024-08-06)",
|