@fleetagent/pi-ai 0.2.1 → 0.2.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.js
CHANGED
|
@@ -2985,6 +2985,7 @@ export const MODELS = {
|
|
|
2985
2985
|
provider: "azure-openai-responses",
|
|
2986
2986
|
baseUrl: "",
|
|
2987
2987
|
reasoning: true,
|
|
2988
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
2988
2989
|
input: ["text", "image"],
|
|
2989
2990
|
cost: {
|
|
2990
2991
|
input: 10,
|
|
@@ -4904,12 +4905,12 @@ export const MODELS = {
|
|
|
4904
4905
|
"gpt-6-astra": {
|
|
4905
4906
|
id: "gpt-6-astra",
|
|
4906
4907
|
name: "GPT-6 Astra",
|
|
4907
|
-
api: "openai-
|
|
4908
|
+
api: "openai-responses",
|
|
4908
4909
|
provider: "github-copilot",
|
|
4909
4910
|
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4910
4911
|
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" },
|
|
4911
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4912
4912
|
reasoning: true,
|
|
4913
|
+
thinkingLevelMap: { "off": null, "minimal": "low", "xhigh": "xhigh" },
|
|
4913
4914
|
input: ["text", "image"],
|
|
4914
4915
|
cost: {
|
|
4915
4916
|
input: 10,
|
|
@@ -8504,6 +8505,7 @@ export const MODELS = {
|
|
|
8504
8505
|
provider: "openai",
|
|
8505
8506
|
baseUrl: "https://api.openai.com/v1",
|
|
8506
8507
|
reasoning: true,
|
|
8508
|
+
thinkingLevelMap: { "off": "none", "xhigh": "xhigh", "minimal": null },
|
|
8507
8509
|
input: ["text", "image"],
|
|
8508
8510
|
cost: {
|
|
8509
8511
|
input: 10,
|
|
@@ -8815,6 +8817,24 @@ export const MODELS = {
|
|
|
8815
8817
|
contextWindow: 272000,
|
|
8816
8818
|
maxTokens: 128000,
|
|
8817
8819
|
},
|
|
8820
|
+
"gpt-6-astra": {
|
|
8821
|
+
id: "gpt-6-astra",
|
|
8822
|
+
name: "GPT-6 Astra",
|
|
8823
|
+
api: "openai-codex-responses",
|
|
8824
|
+
provider: "openai-codex",
|
|
8825
|
+
baseUrl: "https://chatgpt.com/backend-api",
|
|
8826
|
+
reasoning: true,
|
|
8827
|
+
thinkingLevelMap: { "xhigh": "xhigh", "minimal": "low" },
|
|
8828
|
+
input: ["text", "image"],
|
|
8829
|
+
cost: {
|
|
8830
|
+
input: 10,
|
|
8831
|
+
output: 50,
|
|
8832
|
+
cacheRead: 1,
|
|
8833
|
+
cacheWrite: 12.5,
|
|
8834
|
+
},
|
|
8835
|
+
contextWindow: 272000,
|
|
8836
|
+
maxTokens: 128000,
|
|
8837
|
+
},
|
|
8818
8838
|
},
|
|
8819
8839
|
"opencode": {
|
|
8820
8840
|
"big-pickle": {
|
|
@@ -9661,6 +9681,7 @@ export const MODELS = {
|
|
|
9661
9681
|
provider: "opencode",
|
|
9662
9682
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
9663
9683
|
reasoning: true,
|
|
9684
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
9664
9685
|
input: ["text", "image"],
|
|
9665
9686
|
cost: {
|
|
9666
9687
|
input: 10,
|
|
@@ -14422,6 +14443,7 @@ export const MODELS = {
|
|
|
14422
14443
|
provider: "openrouter",
|
|
14423
14444
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
14424
14445
|
reasoning: true,
|
|
14446
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
14425
14447
|
input: ["text", "image"],
|
|
14426
14448
|
cost: {
|
|
14427
14449
|
input: 10,
|
|
@@ -14439,6 +14461,7 @@ export const MODELS = {
|
|
|
14439
14461
|
provider: "openrouter",
|
|
14440
14462
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
14441
14463
|
reasoning: true,
|
|
14464
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
14442
14465
|
input: ["text", "image"],
|
|
14443
14466
|
cost: {
|
|
14444
14467
|
input: 10,
|
|
@@ -14456,6 +14479,7 @@ export const MODELS = {
|
|
|
14456
14479
|
provider: "openrouter",
|
|
14457
14480
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
14458
14481
|
reasoning: true,
|
|
14482
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
14459
14483
|
input: ["text", "image"],
|
|
14460
14484
|
cost: {
|
|
14461
14485
|
input: 5,
|
|
@@ -14473,6 +14497,7 @@ export const MODELS = {
|
|
|
14473
14497
|
provider: "openrouter",
|
|
14474
14498
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
14475
14499
|
reasoning: true,
|
|
14500
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
14476
14501
|
input: ["text", "image"],
|
|
14477
14502
|
cost: {
|
|
14478
14503
|
input: 5,
|
|
@@ -20190,6 +20215,7 @@ export const MODELS = {
|
|
|
20190
20215
|
provider: "vercel-ai-gateway",
|
|
20191
20216
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
20192
20217
|
reasoning: true,
|
|
20218
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
20193
20219
|
input: ["text", "image"],
|
|
20194
20220
|
cost: {
|
|
20195
20221
|
input: 10,
|
|
@@ -20207,6 +20233,7 @@ export const MODELS = {
|
|
|
20207
20233
|
provider: "vercel-ai-gateway",
|
|
20208
20234
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
20209
20235
|
reasoning: true,
|
|
20236
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
20210
20237
|
input: ["text", "image"],
|
|
20211
20238
|
cost: {
|
|
20212
20239
|
input: 20,
|