@caupulican/pi-ai 0.80.0 → 0.80.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.
@@ -4240,6 +4240,32 @@ export declare const MODELS: {
4240
4240
  contextWindow: number;
4241
4241
  maxTokens: number;
4242
4242
  };
4243
+ readonly "claude-sonnet-4": {
4244
+ id: string;
4245
+ name: string;
4246
+ api: "anthropic-messages";
4247
+ provider: string;
4248
+ baseUrl: string;
4249
+ headers: {
4250
+ "User-Agent": string;
4251
+ "Editor-Version": string;
4252
+ "Editor-Plugin-Version": string;
4253
+ "Copilot-Integration-Id": string;
4254
+ };
4255
+ compat: {
4256
+ supportsEagerToolInputStreaming: false;
4257
+ };
4258
+ reasoning: true;
4259
+ input: ("image" | "text")[];
4260
+ cost: {
4261
+ input: number;
4262
+ output: number;
4263
+ cacheRead: number;
4264
+ cacheWrite: number;
4265
+ };
4266
+ contextWindow: number;
4267
+ maxTokens: number;
4268
+ };
4243
4269
  readonly "claude-sonnet-4.5": {
4244
4270
  id: string;
4245
4271
  name: string;
@@ -4309,7 +4335,7 @@ export declare const MODELS: {
4309
4335
  supportsDeveloperRole: false;
4310
4336
  supportsReasoningEffort: false;
4311
4337
  };
4312
- reasoning: false;
4338
+ reasoning: true;
4313
4339
  input: ("image" | "text")[];
4314
4340
  cost: {
4315
4341
  input: number;
@@ -4432,10 +4458,10 @@ export declare const MODELS: {
4432
4458
  contextWindow: number;
4433
4459
  maxTokens: number;
4434
4460
  };
4435
- readonly "gpt-4o": {
4461
+ readonly "gpt-5-mini": {
4436
4462
  id: string;
4437
4463
  name: string;
4438
- api: "openai-completions";
4464
+ api: "openai-responses";
4439
4465
  provider: string;
4440
4466
  baseUrl: string;
4441
4467
  headers: {
@@ -4444,12 +4470,11 @@ export declare const MODELS: {
4444
4470
  "Editor-Plugin-Version": string;
4445
4471
  "Copilot-Integration-Id": string;
4446
4472
  };
4447
- compat: {
4448
- supportsStore: false;
4449
- supportsDeveloperRole: false;
4450
- supportsReasoningEffort: false;
4473
+ reasoning: true;
4474
+ thinkingLevelMap: {
4475
+ off: null;
4476
+ minimal: string;
4451
4477
  };
4452
- reasoning: false;
4453
4478
  input: ("image" | "text")[];
4454
4479
  cost: {
4455
4480
  input: number;
@@ -4460,7 +4485,7 @@ export declare const MODELS: {
4460
4485
  contextWindow: number;
4461
4486
  maxTokens: number;
4462
4487
  };
4463
- readonly "gpt-5-mini": {
4488
+ readonly "gpt-5.2": {
4464
4489
  id: string;
4465
4490
  name: string;
4466
4491
  api: "openai-responses";
@@ -4476,6 +4501,7 @@ export declare const MODELS: {
4476
4501
  thinkingLevelMap: {
4477
4502
  off: null;
4478
4503
  minimal: string;
4504
+ xhigh: string;
4479
4505
  };
4480
4506
  input: ("image" | "text")[];
4481
4507
  cost: {
@@ -4487,7 +4513,7 @@ export declare const MODELS: {
4487
4513
  contextWindow: number;
4488
4514
  maxTokens: number;
4489
4515
  };
4490
- readonly "gpt-5.2": {
4516
+ readonly "gpt-5.2-codex": {
4491
4517
  id: string;
4492
4518
  name: string;
4493
4519
  api: "openai-responses";
@@ -4515,7 +4541,7 @@ export declare const MODELS: {
4515
4541
  contextWindow: number;
4516
4542
  maxTokens: number;
4517
4543
  };
4518
- readonly "gpt-5.2-codex": {
4544
+ readonly "gpt-5.3-codex": {
4519
4545
  id: string;
4520
4546
  name: string;
4521
4547
  api: "openai-responses";
@@ -4543,7 +4569,7 @@ export declare const MODELS: {
4543
4569
  contextWindow: number;
4544
4570
  maxTokens: number;
4545
4571
  };
4546
- readonly "gpt-5.3-codex": {
4572
+ readonly "gpt-5.4": {
4547
4573
  id: string;
4548
4574
  name: string;
4549
4575
  api: "openai-responses";
@@ -4571,7 +4597,7 @@ export declare const MODELS: {
4571
4597
  contextWindow: number;
4572
4598
  maxTokens: number;
4573
4599
  };
4574
- readonly "gpt-5.4": {
4600
+ readonly "gpt-5.4-mini": {
4575
4601
  id: string;
4576
4602
  name: string;
4577
4603
  api: "openai-responses";
@@ -4599,7 +4625,7 @@ export declare const MODELS: {
4599
4625
  contextWindow: number;
4600
4626
  maxTokens: number;
4601
4627
  };
4602
- readonly "gpt-5.4-mini": {
4628
+ readonly "gpt-5.4-nano": {
4603
4629
  id: string;
4604
4630
  name: string;
4605
4631
  api: "openai-responses";
@@ -4655,7 +4681,7 @@ export declare const MODELS: {
4655
4681
  contextWindow: number;
4656
4682
  maxTokens: number;
4657
4683
  };
4658
- readonly "grok-code-fast-1": {
4684
+ readonly "raptor-mini": {
4659
4685
  id: string;
4660
4686
  name: string;
4661
4687
  api: "openai-completions";
@@ -4673,7 +4699,7 @@ export declare const MODELS: {
4673
4699
  supportsReasoningEffort: false;
4674
4700
  };
4675
4701
  reasoning: true;
4676
- input: "text"[];
4702
+ input: ("image" | "text")[];
4677
4703
  cost: {
4678
4704
  input: number;
4679
4705
  output: number;
@@ -14359,6 +14385,23 @@ export declare const MODELS: {
14359
14385
  contextWindow: number;
14360
14386
  maxTokens: number;
14361
14387
  };
14388
+ readonly "alibaba/qwen3.7-plus": {
14389
+ id: string;
14390
+ name: string;
14391
+ api: "anthropic-messages";
14392
+ provider: string;
14393
+ baseUrl: string;
14394
+ reasoning: true;
14395
+ input: ("image" | "text")[];
14396
+ cost: {
14397
+ input: number;
14398
+ output: number;
14399
+ cacheRead: number;
14400
+ cacheWrite: number;
14401
+ };
14402
+ contextWindow: number;
14403
+ maxTokens: number;
14404
+ };
14362
14405
  readonly "anthropic/claude-3-haiku": {
14363
14406
  id: string;
14364
14407
  name: string;