@caupulican/pi-ai 0.78.3 → 0.79.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.
@@ -14059,7 +14059,7 @@ export declare const MODELS: {
14059
14059
  api: "anthropic-messages";
14060
14060
  provider: string;
14061
14061
  baseUrl: string;
14062
- reasoning: false;
14062
+ reasoning: true;
14063
14063
  input: "text"[];
14064
14064
  cost: {
14065
14065
  input: number;
@@ -14144,7 +14144,7 @@ export declare const MODELS: {
14144
14144
  api: "anthropic-messages";
14145
14145
  provider: string;
14146
14146
  baseUrl: string;
14147
- reasoning: false;
14147
+ reasoning: true;
14148
14148
  input: "text"[];
14149
14149
  cost: {
14150
14150
  input: number;
@@ -14178,7 +14178,7 @@ export declare const MODELS: {
14178
14178
  api: "anthropic-messages";
14179
14179
  provider: string;
14180
14180
  baseUrl: string;
14181
- reasoning: false;
14181
+ reasoning: true;
14182
14182
  input: "text"[];
14183
14183
  cost: {
14184
14184
  input: number;
@@ -14257,6 +14257,40 @@ export declare const MODELS: {
14257
14257
  contextWindow: number;
14258
14258
  maxTokens: number;
14259
14259
  };
14260
+ readonly "alibaba/qwen3-next-80b-a3b-instruct": {
14261
+ id: string;
14262
+ name: string;
14263
+ api: "anthropic-messages";
14264
+ provider: string;
14265
+ baseUrl: string;
14266
+ reasoning: false;
14267
+ input: "text"[];
14268
+ cost: {
14269
+ input: number;
14270
+ output: number;
14271
+ cacheRead: number;
14272
+ cacheWrite: number;
14273
+ };
14274
+ contextWindow: number;
14275
+ maxTokens: number;
14276
+ };
14277
+ readonly "alibaba/qwen3-next-80b-a3b-thinking": {
14278
+ id: string;
14279
+ name: string;
14280
+ api: "anthropic-messages";
14281
+ provider: string;
14282
+ baseUrl: string;
14283
+ reasoning: true;
14284
+ input: "text"[];
14285
+ cost: {
14286
+ input: number;
14287
+ output: number;
14288
+ cacheRead: number;
14289
+ cacheWrite: number;
14290
+ };
14291
+ contextWindow: number;
14292
+ maxTokens: number;
14293
+ };
14260
14294
  readonly "alibaba/qwen3-vl-thinking": {
14261
14295
  id: string;
14262
14296
  name: string;
@@ -14728,8 +14762,8 @@ export declare const MODELS: {
14728
14762
  api: "anthropic-messages";
14729
14763
  provider: string;
14730
14764
  baseUrl: string;
14731
- reasoning: false;
14732
- input: "text"[];
14765
+ reasoning: true;
14766
+ input: ("image" | "text")[];
14733
14767
  cost: {
14734
14768
  input: number;
14735
14769
  output: number;
@@ -14745,8 +14779,8 @@ export declare const MODELS: {
14745
14779
  api: "anthropic-messages";
14746
14780
  provider: string;
14747
14781
  baseUrl: string;
14748
- reasoning: false;
14749
- input: "text"[];
14782
+ reasoning: true;
14783
+ input: ("image" | "text")[];
14750
14784
  cost: {
14751
14785
  input: number;
14752
14786
  output: number;
@@ -14763,7 +14797,7 @@ export declare const MODELS: {
14763
14797
  provider: string;
14764
14798
  baseUrl: string;
14765
14799
  reasoning: true;
14766
- input: "text"[];
14800
+ input: ("image" | "text")[];
14767
14801
  cost: {
14768
14802
  input: number;
14769
14803
  output: number;
@@ -14780,7 +14814,7 @@ export declare const MODELS: {
14780
14814
  provider: string;
14781
14815
  baseUrl: string;
14782
14816
  reasoning: true;
14783
- input: "text"[];
14817
+ input: ("image" | "text")[];
14784
14818
  cost: {
14785
14819
  input: number;
14786
14820
  output: number;
@@ -15273,7 +15307,7 @@ export declare const MODELS: {
15273
15307
  provider: string;
15274
15308
  baseUrl: string;
15275
15309
  reasoning: true;
15276
- input: "text"[];
15310
+ input: ("image" | "text")[];
15277
15311
  cost: {
15278
15312
  input: number;
15279
15313
  output: number;
@@ -15470,6 +15504,23 @@ export declare const MODELS: {
15470
15504
  contextWindow: number;
15471
15505
  maxTokens: number;
15472
15506
  };
15507
+ readonly "mistral/mistral-nemo": {
15508
+ id: string;
15509
+ name: string;
15510
+ api: "anthropic-messages";
15511
+ provider: string;
15512
+ baseUrl: string;
15513
+ reasoning: false;
15514
+ input: "text"[];
15515
+ cost: {
15516
+ input: number;
15517
+ output: number;
15518
+ cacheRead: number;
15519
+ cacheWrite: number;
15520
+ };
15521
+ contextWindow: number;
15522
+ maxTokens: number;
15523
+ };
15473
15524
  readonly "mistral/mistral-small": {
15474
15525
  id: string;
15475
15526
  name: string;
@@ -15623,6 +15674,23 @@ export declare const MODELS: {
15623
15674
  contextWindow: number;
15624
15675
  maxTokens: number;
15625
15676
  };
15677
+ readonly "nvidia/nemotron-3-super-120b-a12b": {
15678
+ id: string;
15679
+ name: string;
15680
+ api: "anthropic-messages";
15681
+ provider: string;
15682
+ baseUrl: string;
15683
+ reasoning: true;
15684
+ input: "text"[];
15685
+ cost: {
15686
+ input: number;
15687
+ output: number;
15688
+ cacheRead: number;
15689
+ cacheWrite: number;
15690
+ };
15691
+ contextWindow: number;
15692
+ maxTokens: number;
15693
+ };
15626
15694
  readonly "nvidia/nemotron-nano-12b-v2-vl": {
15627
15695
  id: string;
15628
15696
  name: string;
@@ -15800,7 +15868,7 @@ export declare const MODELS: {
15800
15868
  provider: string;
15801
15869
  baseUrl: string;
15802
15870
  reasoning: true;
15803
- input: "text"[];
15871
+ input: ("image" | "text")[];
15804
15872
  cost: {
15805
15873
  input: number;
15806
15874
  output: number;
@@ -16189,6 +16257,23 @@ export declare const MODELS: {
16189
16257
  contextWindow: number;
16190
16258
  maxTokens: number;
16191
16259
  };
16260
+ readonly "openai/gpt-oss-120b": {
16261
+ id: string;
16262
+ name: string;
16263
+ api: "anthropic-messages";
16264
+ provider: string;
16265
+ baseUrl: string;
16266
+ reasoning: true;
16267
+ input: "text"[];
16268
+ cost: {
16269
+ input: number;
16270
+ output: number;
16271
+ cacheRead: number;
16272
+ cacheWrite: number;
16273
+ };
16274
+ contextWindow: number;
16275
+ maxTokens: number;
16276
+ };
16192
16277
  readonly "openai/gpt-oss-20b": {
16193
16278
  id: string;
16194
16279
  name: string;
@@ -16671,7 +16756,7 @@ export declare const MODELS: {
16671
16756
  api: "anthropic-messages";
16672
16757
  provider: string;
16673
16758
  baseUrl: string;
16674
- reasoning: false;
16759
+ reasoning: true;
16675
16760
  input: ("image" | "text")[];
16676
16761
  cost: {
16677
16762
  input: number;
@@ -16825,7 +16910,7 @@ export declare const MODELS: {
16825
16910
  provider: string;
16826
16911
  baseUrl: string;
16827
16912
  reasoning: true;
16828
- input: "text"[];
16913
+ input: ("image" | "text")[];
16829
16914
  cost: {
16830
16915
  input: number;
16831
16916
  output: number;