@mariozechner/pi-ai 0.55.2 → 0.55.4

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.
@@ -6233,40 +6233,6 @@ export declare const MODELS: {
6233
6233
  contextWindow: number;
6234
6234
  maxTokens: number;
6235
6235
  };
6236
- readonly "kimi-k2": {
6237
- id: string;
6238
- name: string;
6239
- api: "openai-completions";
6240
- provider: string;
6241
- baseUrl: string;
6242
- reasoning: false;
6243
- input: "text"[];
6244
- cost: {
6245
- input: number;
6246
- output: number;
6247
- cacheRead: number;
6248
- cacheWrite: number;
6249
- };
6250
- contextWindow: number;
6251
- maxTokens: number;
6252
- };
6253
- readonly "kimi-k2-thinking": {
6254
- id: string;
6255
- name: string;
6256
- api: "openai-completions";
6257
- provider: string;
6258
- baseUrl: string;
6259
- reasoning: true;
6260
- input: "text"[];
6261
- cost: {
6262
- input: number;
6263
- output: number;
6264
- cacheRead: number;
6265
- cacheWrite: number;
6266
- };
6267
- contextWindow: number;
6268
- maxTokens: number;
6269
- };
6270
6236
  readonly "kimi-k2.5": {
6271
6237
  id: string;
6272
6238
  name: string;
@@ -6728,23 +6694,6 @@ export declare const MODELS: {
6728
6694
  contextWindow: number;
6729
6695
  maxTokens: number;
6730
6696
  };
6731
- readonly "arcee-ai/trinity-mini": {
6732
- id: string;
6733
- name: string;
6734
- api: "openai-completions";
6735
- provider: string;
6736
- baseUrl: string;
6737
- reasoning: true;
6738
- input: "text"[];
6739
- cost: {
6740
- input: number;
6741
- output: number;
6742
- cacheRead: number;
6743
- cacheWrite: number;
6744
- };
6745
- contextWindow: number;
6746
- maxTokens: number;
6747
- };
6748
6697
  readonly "arcee-ai/trinity-mini:free": {
6749
6698
  id: string;
6750
6699
  name: string;
@@ -7068,6 +7017,23 @@ export declare const MODELS: {
7068
7017
  contextWindow: number;
7069
7018
  maxTokens: number;
7070
7019
  };
7020
+ readonly "essentialai/rnj-1-instruct": {
7021
+ id: string;
7022
+ name: string;
7023
+ api: "openai-completions";
7024
+ provider: string;
7025
+ baseUrl: string;
7026
+ reasoning: false;
7027
+ input: "text"[];
7028
+ cost: {
7029
+ input: number;
7030
+ output: number;
7031
+ cacheRead: number;
7032
+ cacheWrite: number;
7033
+ };
7034
+ contextWindow: number;
7035
+ maxTokens: number;
7036
+ };
7071
7037
  readonly "google/gemini-2.0-flash-001": {
7072
7038
  id: string;
7073
7039
  name: string;