@mariozechner/pi-ai 0.53.1 → 0.54.0
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.
|
@@ -2712,6 +2712,34 @@ export declare const MODELS: {
|
|
|
2712
2712
|
contextWindow: number;
|
|
2713
2713
|
maxTokens: number;
|
|
2714
2714
|
};
|
|
2715
|
+
readonly "gemini-3.1-pro-preview": {
|
|
2716
|
+
id: string;
|
|
2717
|
+
name: string;
|
|
2718
|
+
api: "openai-completions";
|
|
2719
|
+
provider: string;
|
|
2720
|
+
baseUrl: string;
|
|
2721
|
+
headers: {
|
|
2722
|
+
"User-Agent": string;
|
|
2723
|
+
"Editor-Version": string;
|
|
2724
|
+
"Editor-Plugin-Version": string;
|
|
2725
|
+
"Copilot-Integration-Id": string;
|
|
2726
|
+
};
|
|
2727
|
+
compat: {
|
|
2728
|
+
supportsStore: false;
|
|
2729
|
+
supportsDeveloperRole: false;
|
|
2730
|
+
supportsReasoningEffort: false;
|
|
2731
|
+
};
|
|
2732
|
+
reasoning: true;
|
|
2733
|
+
input: ("image" | "text")[];
|
|
2734
|
+
cost: {
|
|
2735
|
+
input: number;
|
|
2736
|
+
output: number;
|
|
2737
|
+
cacheRead: number;
|
|
2738
|
+
cacheWrite: number;
|
|
2739
|
+
};
|
|
2740
|
+
contextWindow: number;
|
|
2741
|
+
maxTokens: number;
|
|
2742
|
+
};
|
|
2715
2743
|
readonly "gpt-4.1": {
|
|
2716
2744
|
id: string;
|
|
2717
2745
|
name: string;
|
|
@@ -8944,23 +8972,6 @@ export declare const MODELS: {
|
|
|
8944
8972
|
contextWindow: number;
|
|
8945
8973
|
maxTokens: number;
|
|
8946
8974
|
};
|
|
8947
|
-
readonly "openrouter/aurora-alpha": {
|
|
8948
|
-
id: string;
|
|
8949
|
-
name: string;
|
|
8950
|
-
api: "openai-completions";
|
|
8951
|
-
provider: string;
|
|
8952
|
-
baseUrl: string;
|
|
8953
|
-
reasoning: true;
|
|
8954
|
-
input: "text"[];
|
|
8955
|
-
cost: {
|
|
8956
|
-
input: number;
|
|
8957
|
-
output: number;
|
|
8958
|
-
cacheRead: number;
|
|
8959
|
-
cacheWrite: number;
|
|
8960
|
-
};
|
|
8961
|
-
contextWindow: number;
|
|
8962
|
-
maxTokens: number;
|
|
8963
|
-
};
|
|
8964
8975
|
readonly "openrouter/auto": {
|
|
8965
8976
|
id: string;
|
|
8966
8977
|
name: string;
|