@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.
|
@@ -3099,6 +3099,10 @@ export declare const MODELS: {
|
|
|
3099
3099
|
provider: string;
|
|
3100
3100
|
baseUrl: string;
|
|
3101
3101
|
reasoning: true;
|
|
3102
|
+
thinkingLevelMap: {
|
|
3103
|
+
off: null;
|
|
3104
|
+
xhigh: string;
|
|
3105
|
+
};
|
|
3102
3106
|
input: ("image" | "text")[];
|
|
3103
3107
|
cost: {
|
|
3104
3108
|
input: number;
|
|
@@ -5437,7 +5441,7 @@ export declare const MODELS: {
|
|
|
5437
5441
|
readonly "gpt-6-astra": {
|
|
5438
5442
|
id: string;
|
|
5439
5443
|
name: string;
|
|
5440
|
-
api: "openai-
|
|
5444
|
+
api: "openai-responses";
|
|
5441
5445
|
provider: string;
|
|
5442
5446
|
baseUrl: string;
|
|
5443
5447
|
headers: {
|
|
@@ -5446,12 +5450,12 @@ export declare const MODELS: {
|
|
|
5446
5450
|
"Editor-Plugin-Version": string;
|
|
5447
5451
|
"Copilot-Integration-Id": string;
|
|
5448
5452
|
};
|
|
5449
|
-
compat: {
|
|
5450
|
-
supportsStore: false;
|
|
5451
|
-
supportsDeveloperRole: false;
|
|
5452
|
-
supportsReasoningEffort: false;
|
|
5453
|
-
};
|
|
5454
5453
|
reasoning: true;
|
|
5454
|
+
thinkingLevelMap: {
|
|
5455
|
+
off: null;
|
|
5456
|
+
minimal: string;
|
|
5457
|
+
xhigh: string;
|
|
5458
|
+
};
|
|
5455
5459
|
input: ("image" | "text")[];
|
|
5456
5460
|
cost: {
|
|
5457
5461
|
input: number;
|
|
@@ -9438,6 +9442,11 @@ export declare const MODELS: {
|
|
|
9438
9442
|
provider: string;
|
|
9439
9443
|
baseUrl: string;
|
|
9440
9444
|
reasoning: true;
|
|
9445
|
+
thinkingLevelMap: {
|
|
9446
|
+
off: string;
|
|
9447
|
+
xhigh: string;
|
|
9448
|
+
minimal: null;
|
|
9449
|
+
};
|
|
9441
9450
|
input: ("image" | "text")[];
|
|
9442
9451
|
cost: {
|
|
9443
9452
|
input: number;
|
|
@@ -9779,6 +9788,27 @@ export declare const MODELS: {
|
|
|
9779
9788
|
contextWindow: number;
|
|
9780
9789
|
maxTokens: number;
|
|
9781
9790
|
};
|
|
9791
|
+
readonly "gpt-6-astra": {
|
|
9792
|
+
id: string;
|
|
9793
|
+
name: string;
|
|
9794
|
+
api: "openai-codex-responses";
|
|
9795
|
+
provider: string;
|
|
9796
|
+
baseUrl: string;
|
|
9797
|
+
reasoning: true;
|
|
9798
|
+
thinkingLevelMap: {
|
|
9799
|
+
xhigh: string;
|
|
9800
|
+
minimal: string;
|
|
9801
|
+
};
|
|
9802
|
+
input: ("image" | "text")[];
|
|
9803
|
+
cost: {
|
|
9804
|
+
input: number;
|
|
9805
|
+
output: number;
|
|
9806
|
+
cacheRead: number;
|
|
9807
|
+
cacheWrite: number;
|
|
9808
|
+
};
|
|
9809
|
+
contextWindow: number;
|
|
9810
|
+
maxTokens: number;
|
|
9811
|
+
};
|
|
9782
9812
|
};
|
|
9783
9813
|
readonly opencode: {
|
|
9784
9814
|
readonly "big-pickle": {
|
|
@@ -10736,6 +10766,10 @@ export declare const MODELS: {
|
|
|
10736
10766
|
provider: string;
|
|
10737
10767
|
baseUrl: string;
|
|
10738
10768
|
reasoning: true;
|
|
10769
|
+
thinkingLevelMap: {
|
|
10770
|
+
off: null;
|
|
10771
|
+
xhigh: string;
|
|
10772
|
+
};
|
|
10739
10773
|
input: ("image" | "text")[];
|
|
10740
10774
|
cost: {
|
|
10741
10775
|
input: number;
|
|
@@ -15690,6 +15724,9 @@ export declare const MODELS: {
|
|
|
15690
15724
|
provider: string;
|
|
15691
15725
|
baseUrl: string;
|
|
15692
15726
|
reasoning: true;
|
|
15727
|
+
thinkingLevelMap: {
|
|
15728
|
+
xhigh: string;
|
|
15729
|
+
};
|
|
15693
15730
|
input: ("image" | "text")[];
|
|
15694
15731
|
cost: {
|
|
15695
15732
|
input: number;
|
|
@@ -15707,6 +15744,9 @@ export declare const MODELS: {
|
|
|
15707
15744
|
provider: string;
|
|
15708
15745
|
baseUrl: string;
|
|
15709
15746
|
reasoning: true;
|
|
15747
|
+
thinkingLevelMap: {
|
|
15748
|
+
xhigh: string;
|
|
15749
|
+
};
|
|
15710
15750
|
input: ("image" | "text")[];
|
|
15711
15751
|
cost: {
|
|
15712
15752
|
input: number;
|
|
@@ -15724,6 +15764,9 @@ export declare const MODELS: {
|
|
|
15724
15764
|
provider: string;
|
|
15725
15765
|
baseUrl: string;
|
|
15726
15766
|
reasoning: true;
|
|
15767
|
+
thinkingLevelMap: {
|
|
15768
|
+
xhigh: string;
|
|
15769
|
+
};
|
|
15727
15770
|
input: ("image" | "text")[];
|
|
15728
15771
|
cost: {
|
|
15729
15772
|
input: number;
|
|
@@ -15741,6 +15784,9 @@ export declare const MODELS: {
|
|
|
15741
15784
|
provider: string;
|
|
15742
15785
|
baseUrl: string;
|
|
15743
15786
|
reasoning: true;
|
|
15787
|
+
thinkingLevelMap: {
|
|
15788
|
+
xhigh: string;
|
|
15789
|
+
};
|
|
15744
15790
|
input: ("image" | "text")[];
|
|
15745
15791
|
cost: {
|
|
15746
15792
|
input: number;
|
|
@@ -21765,6 +21811,9 @@ export declare const MODELS: {
|
|
|
21765
21811
|
provider: string;
|
|
21766
21812
|
baseUrl: string;
|
|
21767
21813
|
reasoning: true;
|
|
21814
|
+
thinkingLevelMap: {
|
|
21815
|
+
xhigh: string;
|
|
21816
|
+
};
|
|
21768
21817
|
input: ("image" | "text")[];
|
|
21769
21818
|
cost: {
|
|
21770
21819
|
input: number;
|
|
@@ -21782,6 +21831,9 @@ export declare const MODELS: {
|
|
|
21782
21831
|
provider: string;
|
|
21783
21832
|
baseUrl: string;
|
|
21784
21833
|
reasoning: true;
|
|
21834
|
+
thinkingLevelMap: {
|
|
21835
|
+
xhigh: string;
|
|
21836
|
+
};
|
|
21785
21837
|
input: ("image" | "text")[];
|
|
21786
21838
|
cost: {
|
|
21787
21839
|
input: number;
|