@mariozechner/pi-ai 0.63.0 → 0.63.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.
@@ -3606,6 +3606,23 @@ export declare const MODELS: {
3606
3606
  contextWindow: number;
3607
3607
  maxTokens: number;
3608
3608
  };
3609
+ readonly "gemma-3-27b-it": {
3610
+ id: string;
3611
+ name: string;
3612
+ api: "google-generative-ai";
3613
+ provider: string;
3614
+ baseUrl: string;
3615
+ reasoning: false;
3616
+ input: ("image" | "text")[];
3617
+ cost: {
3618
+ input: number;
3619
+ output: number;
3620
+ cacheRead: number;
3621
+ cacheWrite: number;
3622
+ };
3623
+ contextWindow: number;
3624
+ maxTokens: number;
3625
+ };
3609
3626
  };
3610
3627
  readonly "google-antigravity": {
3611
3628
  readonly "claude-opus-4-5-thinking": {
@@ -4071,6 +4088,23 @@ export declare const MODELS: {
4071
4088
  contextWindow: number;
4072
4089
  maxTokens: number;
4073
4090
  };
4091
+ readonly "gemini-3.1-pro-preview-customtools": {
4092
+ id: string;
4093
+ name: string;
4094
+ api: "google-vertex";
4095
+ provider: string;
4096
+ baseUrl: string;
4097
+ reasoning: true;
4098
+ input: ("image" | "text")[];
4099
+ cost: {
4100
+ input: number;
4101
+ output: number;
4102
+ cacheRead: number;
4103
+ cacheWrite: number;
4104
+ };
4105
+ contextWindow: number;
4106
+ maxTokens: number;
4107
+ };
4074
4108
  };
4075
4109
  readonly groq: {
4076
4110
  readonly "deepseek-r1-distill-llama-70b": {
@@ -4107,6 +4141,40 @@ export declare const MODELS: {
4107
4141
  contextWindow: number;
4108
4142
  maxTokens: number;
4109
4143
  };
4144
+ readonly "groq/compound": {
4145
+ id: string;
4146
+ name: string;
4147
+ api: "openai-completions";
4148
+ provider: string;
4149
+ baseUrl: string;
4150
+ reasoning: true;
4151
+ input: "text"[];
4152
+ cost: {
4153
+ input: number;
4154
+ output: number;
4155
+ cacheRead: number;
4156
+ cacheWrite: number;
4157
+ };
4158
+ contextWindow: number;
4159
+ maxTokens: number;
4160
+ };
4161
+ readonly "groq/compound-mini": {
4162
+ id: string;
4163
+ name: string;
4164
+ api: "openai-completions";
4165
+ provider: string;
4166
+ baseUrl: string;
4167
+ reasoning: true;
4168
+ input: "text"[];
4169
+ cost: {
4170
+ input: number;
4171
+ output: number;
4172
+ cacheRead: number;
4173
+ cacheWrite: number;
4174
+ };
4175
+ contextWindow: number;
4176
+ maxTokens: number;
4177
+ };
4110
4178
  readonly "llama-3.1-8b-instant": {
4111
4179
  id: string;
4112
4180
  name: string;
@@ -4294,6 +4362,23 @@ export declare const MODELS: {
4294
4362
  contextWindow: number;
4295
4363
  maxTokens: number;
4296
4364
  };
4365
+ readonly "openai/gpt-oss-safeguard-20b": {
4366
+ id: string;
4367
+ name: string;
4368
+ api: "openai-completions";
4369
+ provider: string;
4370
+ baseUrl: string;
4371
+ reasoning: true;
4372
+ input: "text"[];
4373
+ cost: {
4374
+ input: number;
4375
+ output: number;
4376
+ cacheRead: number;
4377
+ cacheWrite: number;
4378
+ };
4379
+ contextWindow: number;
4380
+ maxTokens: number;
4381
+ };
4297
4382
  readonly "qwen-qwq-32b": {
4298
4383
  id: string;
4299
4384
  name: string;
@@ -7683,6 +7768,23 @@ export declare const MODELS: {
7683
7768
  contextWindow: number;
7684
7769
  maxTokens: number;
7685
7770
  };
7771
+ readonly "kwaipilot/kat-coder-pro-v2": {
7772
+ id: string;
7773
+ name: string;
7774
+ api: "openai-completions";
7775
+ provider: string;
7776
+ baseUrl: string;
7777
+ reasoning: false;
7778
+ input: "text"[];
7779
+ cost: {
7780
+ input: number;
7781
+ output: number;
7782
+ cacheRead: number;
7783
+ cacheWrite: number;
7784
+ };
7785
+ contextWindow: number;
7786
+ maxTokens: number;
7787
+ };
7686
7788
  readonly "meituan/longcat-flash-chat": {
7687
7789
  id: string;
7688
7790
  name: string;
@@ -8210,23 +8312,6 @@ export declare const MODELS: {
8210
8312
  contextWindow: number;
8211
8313
  maxTokens: number;
8212
8314
  };
8213
- readonly "mistralai/mistral-small-3.1-24b-instruct:free": {
8214
- id: string;
8215
- name: string;
8216
- api: "openai-completions";
8217
- provider: string;
8218
- baseUrl: string;
8219
- reasoning: false;
8220
- input: ("image" | "text")[];
8221
- cost: {
8222
- input: number;
8223
- output: number;
8224
- cacheRead: number;
8225
- cacheWrite: number;
8226
- };
8227
- contextWindow: number;
8228
- maxTokens: number;
8229
- };
8230
8315
  readonly "mistralai/mistral-small-3.2-24b-instruct": {
8231
8316
  id: string;
8232
8317
  name: string;
@@ -9825,23 +9910,6 @@ export declare const MODELS: {
9825
9910
  contextWindow: number;
9826
9911
  maxTokens: number;
9827
9912
  };
9828
- readonly "qwen/qwen3-4b:free": {
9829
- id: string;
9830
- name: string;
9831
- api: "openai-completions";
9832
- provider: string;
9833
- baseUrl: string;
9834
- reasoning: true;
9835
- input: "text"[];
9836
- cost: {
9837
- input: number;
9838
- output: number;
9839
- cacheRead: number;
9840
- cacheWrite: number;
9841
- };
9842
- contextWindow: number;
9843
- maxTokens: number;
9844
- };
9845
9913
  readonly "qwen/qwen3-8b": {
9846
9914
  id: string;
9847
9915
  name: string;
@@ -11680,6 +11748,23 @@ export declare const MODELS: {
11680
11748
  contextWindow: number;
11681
11749
  maxTokens: number;
11682
11750
  };
11751
+ readonly "kwaipilot/kat-coder-pro-v2": {
11752
+ id: string;
11753
+ name: string;
11754
+ api: "anthropic-messages";
11755
+ provider: string;
11756
+ baseUrl: string;
11757
+ reasoning: true;
11758
+ input: "text"[];
11759
+ cost: {
11760
+ input: number;
11761
+ output: number;
11762
+ cacheRead: number;
11763
+ cacheWrite: number;
11764
+ };
11765
+ contextWindow: number;
11766
+ maxTokens: number;
11767
+ };
11683
11768
  readonly "meituan/longcat-flash-chat": {
11684
11769
  id: string;
11685
11770
  name: string;
@@ -13380,23 +13465,6 @@ export declare const MODELS: {
13380
13465
  contextWindow: number;
13381
13466
  maxTokens: number;
13382
13467
  };
13383
- readonly "zai/glm-5": {
13384
- id: string;
13385
- name: string;
13386
- api: "anthropic-messages";
13387
- provider: string;
13388
- baseUrl: string;
13389
- reasoning: true;
13390
- input: "text"[];
13391
- cost: {
13392
- input: number;
13393
- output: number;
13394
- cacheRead: number;
13395
- cacheWrite: number;
13396
- };
13397
- contextWindow: number;
13398
- maxTokens: number;
13399
- };
13400
13468
  readonly "zai/glm-5-turbo": {
13401
13469
  id: string;
13402
13470
  name: string;