@caupulican/pi-ai 0.81.27 → 0.81.29

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.
@@ -5140,6 +5140,93 @@ export declare const MODELS: {
5140
5140
  contextWindow: number;
5141
5141
  maxTokens: number;
5142
5142
  };
5143
+ readonly "gpt-5.6-luna": {
5144
+ id: string;
5145
+ name: string;
5146
+ api: "openai-responses";
5147
+ provider: string;
5148
+ baseUrl: string;
5149
+ headers: {
5150
+ "User-Agent": string;
5151
+ "Editor-Version": string;
5152
+ "Editor-Plugin-Version": string;
5153
+ "Copilot-Integration-Id": string;
5154
+ };
5155
+ reasoning: true;
5156
+ thinkingLevelMap: {
5157
+ off: null;
5158
+ minimal: string;
5159
+ xhigh: string;
5160
+ max: string;
5161
+ };
5162
+ input: ("image" | "text")[];
5163
+ cost: {
5164
+ input: number;
5165
+ output: number;
5166
+ cacheRead: number;
5167
+ cacheWrite: number;
5168
+ };
5169
+ contextWindow: number;
5170
+ maxTokens: number;
5171
+ };
5172
+ readonly "gpt-5.6-sol": {
5173
+ id: string;
5174
+ name: string;
5175
+ api: "openai-responses";
5176
+ provider: string;
5177
+ baseUrl: string;
5178
+ headers: {
5179
+ "User-Agent": string;
5180
+ "Editor-Version": string;
5181
+ "Editor-Plugin-Version": string;
5182
+ "Copilot-Integration-Id": string;
5183
+ };
5184
+ reasoning: true;
5185
+ thinkingLevelMap: {
5186
+ off: null;
5187
+ minimal: string;
5188
+ xhigh: string;
5189
+ max: string;
5190
+ };
5191
+ input: ("image" | "text")[];
5192
+ cost: {
5193
+ input: number;
5194
+ output: number;
5195
+ cacheRead: number;
5196
+ cacheWrite: number;
5197
+ };
5198
+ contextWindow: number;
5199
+ maxTokens: number;
5200
+ };
5201
+ readonly "gpt-5.6-terra": {
5202
+ id: string;
5203
+ name: string;
5204
+ api: "openai-responses";
5205
+ provider: string;
5206
+ baseUrl: string;
5207
+ headers: {
5208
+ "User-Agent": string;
5209
+ "Editor-Version": string;
5210
+ "Editor-Plugin-Version": string;
5211
+ "Copilot-Integration-Id": string;
5212
+ };
5213
+ reasoning: true;
5214
+ thinkingLevelMap: {
5215
+ off: null;
5216
+ minimal: string;
5217
+ xhigh: string;
5218
+ max: string;
5219
+ };
5220
+ input: ("image" | "text")[];
5221
+ cost: {
5222
+ input: number;
5223
+ output: number;
5224
+ cacheRead: number;
5225
+ cacheWrite: number;
5226
+ };
5227
+ contextWindow: number;
5228
+ maxTokens: number;
5229
+ };
5143
5230
  readonly "kimi-k2.7-code": {
5144
5231
  id: string;
5145
5232
  name: string;