@caupulican/pi-ai 0.80.27 → 0.80.28
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 +30 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +30 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +51 -28
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +51 -19
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -4498,25 +4498,6 @@ export const MODELS = {
|
|
|
4498
4498
|
contextWindow: 400000,
|
|
4499
4499
|
maxTokens: 128000,
|
|
4500
4500
|
},
|
|
4501
|
-
"raptor-mini": {
|
|
4502
|
-
id: "raptor-mini",
|
|
4503
|
-
name: "Raptor mini",
|
|
4504
|
-
api: "openai-completions",
|
|
4505
|
-
provider: "github-copilot",
|
|
4506
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4507
|
-
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4508
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4509
|
-
reasoning: true,
|
|
4510
|
-
input: ["text", "image"],
|
|
4511
|
-
cost: {
|
|
4512
|
-
input: 0.25,
|
|
4513
|
-
output: 2,
|
|
4514
|
-
cacheRead: 0.025,
|
|
4515
|
-
cacheWrite: 0,
|
|
4516
|
-
},
|
|
4517
|
-
contextWindow: 400000,
|
|
4518
|
-
maxTokens: 128000,
|
|
4519
|
-
},
|
|
4520
4501
|
},
|
|
4521
4502
|
"google": {
|
|
4522
4503
|
"gemini-2.0-flash": {
|
|
@@ -9315,6 +9296,23 @@ export const MODELS = {
|
|
|
9315
9296
|
contextWindow: 1048576,
|
|
9316
9297
|
maxTokens: 65535,
|
|
9317
9298
|
},
|
|
9299
|
+
"google/gemini-3-pro-image": {
|
|
9300
|
+
id: "google/gemini-3-pro-image",
|
|
9301
|
+
name: "Google: Nano Banana Pro (Gemini 3 Pro Image)",
|
|
9302
|
+
api: "openai-completions",
|
|
9303
|
+
provider: "openrouter",
|
|
9304
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9305
|
+
reasoning: true,
|
|
9306
|
+
input: ["text", "image"],
|
|
9307
|
+
cost: {
|
|
9308
|
+
input: 2,
|
|
9309
|
+
output: 12,
|
|
9310
|
+
cacheRead: 0.19999999999999998,
|
|
9311
|
+
cacheWrite: 0.375,
|
|
9312
|
+
},
|
|
9313
|
+
contextWindow: 65536,
|
|
9314
|
+
maxTokens: 32768,
|
|
9315
|
+
},
|
|
9318
9316
|
"google/gemini-3.1-flash-lite": {
|
|
9319
9317
|
id: "google/gemini-3.1-flash-lite",
|
|
9320
9318
|
name: "Google: Gemini 3.1 Flash Lite",
|
|
@@ -9605,6 +9603,23 @@ export const MODELS = {
|
|
|
9605
9603
|
contextWindow: 256000,
|
|
9606
9604
|
maxTokens: 80000,
|
|
9607
9605
|
},
|
|
9606
|
+
"liquid/lfm-2.5-1.2b-thinking:free": {
|
|
9607
|
+
id: "liquid/lfm-2.5-1.2b-thinking:free",
|
|
9608
|
+
name: "LiquidAI: LFM2.5-1.2B-Thinking (free)",
|
|
9609
|
+
api: "openai-completions",
|
|
9610
|
+
provider: "openrouter",
|
|
9611
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9612
|
+
reasoning: true,
|
|
9613
|
+
input: ["text"],
|
|
9614
|
+
cost: {
|
|
9615
|
+
input: 0,
|
|
9616
|
+
output: 0,
|
|
9617
|
+
cacheRead: 0,
|
|
9618
|
+
cacheWrite: 0,
|
|
9619
|
+
},
|
|
9620
|
+
contextWindow: 32768,
|
|
9621
|
+
maxTokens: 4096,
|
|
9622
|
+
},
|
|
9608
9623
|
"meta-llama/llama-3.1-70b-instruct": {
|
|
9609
9624
|
id: "meta-llama/llama-3.1-70b-instruct",
|
|
9610
9625
|
name: "Meta: Llama 3.1 70B Instruct",
|
|
@@ -11437,6 +11452,23 @@ export const MODELS = {
|
|
|
11437
11452
|
contextWindow: 131072,
|
|
11438
11453
|
maxTokens: 16384,
|
|
11439
11454
|
},
|
|
11455
|
+
"qwen/qwen-2.5-7b-instruct": {
|
|
11456
|
+
id: "qwen/qwen-2.5-7b-instruct",
|
|
11457
|
+
name: "Qwen: Qwen2.5 7B Instruct",
|
|
11458
|
+
api: "openai-completions",
|
|
11459
|
+
provider: "openrouter",
|
|
11460
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11461
|
+
reasoning: false,
|
|
11462
|
+
input: ["text"],
|
|
11463
|
+
cost: {
|
|
11464
|
+
input: 0.04,
|
|
11465
|
+
output: 0.09999999999999999,
|
|
11466
|
+
cacheRead: 0,
|
|
11467
|
+
cacheWrite: 0,
|
|
11468
|
+
},
|
|
11469
|
+
contextWindow: 131072,
|
|
11470
|
+
maxTokens: 32768,
|
|
11471
|
+
},
|
|
11440
11472
|
"qwen/qwen-plus": {
|
|
11441
11473
|
id: "qwen/qwen-plus",
|
|
11442
11474
|
name: "Qwen: Qwen-Plus",
|