@mariozechner/pi-ai 0.5.42 → 0.5.43
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.
|
@@ -3006,7 +3006,7 @@ export declare const MODELS: {
|
|
|
3006
3006
|
contextWindow: number;
|
|
3007
3007
|
maxTokens: number;
|
|
3008
3008
|
};
|
|
3009
|
-
readonly "cohere/command-r-
|
|
3009
|
+
readonly "cohere/command-r-08-2024": {
|
|
3010
3010
|
id: string;
|
|
3011
3011
|
name: string;
|
|
3012
3012
|
api: "openai-completions";
|
|
@@ -3023,7 +3023,7 @@ export declare const MODELS: {
|
|
|
3023
3023
|
contextWindow: number;
|
|
3024
3024
|
maxTokens: number;
|
|
3025
3025
|
};
|
|
3026
|
-
readonly "cohere/command-r-08-2024": {
|
|
3026
|
+
readonly "cohere/command-r-plus-08-2024": {
|
|
3027
3027
|
id: string;
|
|
3028
3028
|
name: string;
|
|
3029
3029
|
api: "openai-completions";
|
|
@@ -3142,7 +3142,7 @@ export declare const MODELS: {
|
|
|
3142
3142
|
contextWindow: number;
|
|
3143
3143
|
maxTokens: number;
|
|
3144
3144
|
};
|
|
3145
|
-
readonly "mistralai/mistral-7b-instruct
|
|
3145
|
+
readonly "mistralai/mistral-7b-instruct-v0.3": {
|
|
3146
3146
|
id: string;
|
|
3147
3147
|
name: string;
|
|
3148
3148
|
api: "openai-completions";
|
|
@@ -3159,7 +3159,7 @@ export declare const MODELS: {
|
|
|
3159
3159
|
contextWindow: number;
|
|
3160
3160
|
maxTokens: number;
|
|
3161
3161
|
};
|
|
3162
|
-
readonly "mistralai/mistral-7b-instruct": {
|
|
3162
|
+
readonly "mistralai/mistral-7b-instruct:free": {
|
|
3163
3163
|
id: string;
|
|
3164
3164
|
name: string;
|
|
3165
3165
|
api: "openai-completions";
|
|
@@ -3176,7 +3176,7 @@ export declare const MODELS: {
|
|
|
3176
3176
|
contextWindow: number;
|
|
3177
3177
|
maxTokens: number;
|
|
3178
3178
|
};
|
|
3179
|
-
readonly "mistralai/mistral-7b-instruct
|
|
3179
|
+
readonly "mistralai/mistral-7b-instruct": {
|
|
3180
3180
|
id: string;
|
|
3181
3181
|
name: string;
|
|
3182
3182
|
api: "openai-completions";
|
|
@@ -3363,7 +3363,7 @@ export declare const MODELS: {
|
|
|
3363
3363
|
contextWindow: number;
|
|
3364
3364
|
maxTokens: number;
|
|
3365
3365
|
};
|
|
3366
|
-
readonly "mistralai/mistral-
|
|
3366
|
+
readonly "mistralai/mistral-tiny": {
|
|
3367
3367
|
id: string;
|
|
3368
3368
|
name: string;
|
|
3369
3369
|
api: "openai-completions";
|
|
@@ -3380,7 +3380,7 @@ export declare const MODELS: {
|
|
|
3380
3380
|
contextWindow: number;
|
|
3381
3381
|
maxTokens: number;
|
|
3382
3382
|
};
|
|
3383
|
-
readonly "mistralai/mistral-
|
|
3383
|
+
readonly "mistralai/mistral-small": {
|
|
3384
3384
|
id: string;
|
|
3385
3385
|
name: string;
|
|
3386
3386
|
api: "openai-completions";
|
package/dist/models.generated.js
CHANGED
|
@@ -3008,34 +3008,34 @@ export const MODELS = {
|
|
|
3008
3008
|
contextWindow: 32768,
|
|
3009
3009
|
maxTokens: 4096,
|
|
3010
3010
|
},
|
|
3011
|
-
"cohere/command-r-
|
|
3012
|
-
id: "cohere/command-r-
|
|
3013
|
-
name: "Cohere: Command R
|
|
3011
|
+
"cohere/command-r-08-2024": {
|
|
3012
|
+
id: "cohere/command-r-08-2024",
|
|
3013
|
+
name: "Cohere: Command R (08-2024)",
|
|
3014
3014
|
api: "openai-completions",
|
|
3015
3015
|
provider: "openrouter",
|
|
3016
3016
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
3017
3017
|
reasoning: false,
|
|
3018
3018
|
input: ["text"],
|
|
3019
3019
|
cost: {
|
|
3020
|
-
input:
|
|
3021
|
-
output:
|
|
3020
|
+
input: 0.15,
|
|
3021
|
+
output: 0.6,
|
|
3022
3022
|
cacheRead: 0,
|
|
3023
3023
|
cacheWrite: 0,
|
|
3024
3024
|
},
|
|
3025
3025
|
contextWindow: 128000,
|
|
3026
3026
|
maxTokens: 4000,
|
|
3027
3027
|
},
|
|
3028
|
-
"cohere/command-r-08-2024": {
|
|
3029
|
-
id: "cohere/command-r-08-2024",
|
|
3030
|
-
name: "Cohere: Command R (08-2024)",
|
|
3028
|
+
"cohere/command-r-plus-08-2024": {
|
|
3029
|
+
id: "cohere/command-r-plus-08-2024",
|
|
3030
|
+
name: "Cohere: Command R+ (08-2024)",
|
|
3031
3031
|
api: "openai-completions",
|
|
3032
3032
|
provider: "openrouter",
|
|
3033
3033
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
3034
3034
|
reasoning: false,
|
|
3035
3035
|
input: ["text"],
|
|
3036
3036
|
cost: {
|
|
3037
|
-
input:
|
|
3038
|
-
output:
|
|
3037
|
+
input: 2.5,
|
|
3038
|
+
output: 10,
|
|
3039
3039
|
cacheRead: 0,
|
|
3040
3040
|
cacheWrite: 0,
|
|
3041
3041
|
},
|
|
@@ -3144,43 +3144,43 @@ export const MODELS = {
|
|
|
3144
3144
|
contextWindow: 131072,
|
|
3145
3145
|
maxTokens: 16384,
|
|
3146
3146
|
},
|
|
3147
|
-
"mistralai/mistral-7b-instruct
|
|
3148
|
-
id: "mistralai/mistral-7b-instruct
|
|
3149
|
-
name: "Mistral: Mistral 7B Instruct
|
|
3147
|
+
"mistralai/mistral-7b-instruct-v0.3": {
|
|
3148
|
+
id: "mistralai/mistral-7b-instruct-v0.3",
|
|
3149
|
+
name: "Mistral: Mistral 7B Instruct v0.3",
|
|
3150
3150
|
api: "openai-completions",
|
|
3151
3151
|
provider: "openrouter",
|
|
3152
3152
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
3153
3153
|
reasoning: false,
|
|
3154
3154
|
input: ["text"],
|
|
3155
3155
|
cost: {
|
|
3156
|
-
input: 0,
|
|
3157
|
-
output: 0,
|
|
3156
|
+
input: 0.028,
|
|
3157
|
+
output: 0.054,
|
|
3158
3158
|
cacheRead: 0,
|
|
3159
3159
|
cacheWrite: 0,
|
|
3160
3160
|
},
|
|
3161
3161
|
contextWindow: 32768,
|
|
3162
3162
|
maxTokens: 16384,
|
|
3163
3163
|
},
|
|
3164
|
-
"mistralai/mistral-7b-instruct": {
|
|
3165
|
-
id: "mistralai/mistral-7b-instruct",
|
|
3166
|
-
name: "Mistral: Mistral 7B Instruct",
|
|
3164
|
+
"mistralai/mistral-7b-instruct:free": {
|
|
3165
|
+
id: "mistralai/mistral-7b-instruct:free",
|
|
3166
|
+
name: "Mistral: Mistral 7B Instruct (free)",
|
|
3167
3167
|
api: "openai-completions",
|
|
3168
3168
|
provider: "openrouter",
|
|
3169
3169
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
3170
3170
|
reasoning: false,
|
|
3171
3171
|
input: ["text"],
|
|
3172
3172
|
cost: {
|
|
3173
|
-
input: 0
|
|
3174
|
-
output: 0
|
|
3173
|
+
input: 0,
|
|
3174
|
+
output: 0,
|
|
3175
3175
|
cacheRead: 0,
|
|
3176
3176
|
cacheWrite: 0,
|
|
3177
3177
|
},
|
|
3178
3178
|
contextWindow: 32768,
|
|
3179
3179
|
maxTokens: 16384,
|
|
3180
3180
|
},
|
|
3181
|
-
"mistralai/mistral-7b-instruct
|
|
3182
|
-
id: "mistralai/mistral-7b-instruct
|
|
3183
|
-
name: "Mistral: Mistral 7B Instruct
|
|
3181
|
+
"mistralai/mistral-7b-instruct": {
|
|
3182
|
+
id: "mistralai/mistral-7b-instruct",
|
|
3183
|
+
name: "Mistral: Mistral 7B Instruct",
|
|
3184
3184
|
api: "openai-completions",
|
|
3185
3185
|
provider: "openrouter",
|
|
3186
3186
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -3365,34 +3365,34 @@ export const MODELS = {
|
|
|
3365
3365
|
contextWindow: 128000,
|
|
3366
3366
|
maxTokens: 4096,
|
|
3367
3367
|
},
|
|
3368
|
-
"mistralai/mistral-
|
|
3369
|
-
id: "mistralai/mistral-
|
|
3370
|
-
name: "Mistral
|
|
3368
|
+
"mistralai/mistral-tiny": {
|
|
3369
|
+
id: "mistralai/mistral-tiny",
|
|
3370
|
+
name: "Mistral Tiny",
|
|
3371
3371
|
api: "openai-completions",
|
|
3372
3372
|
provider: "openrouter",
|
|
3373
3373
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
3374
3374
|
reasoning: false,
|
|
3375
3375
|
input: ["text"],
|
|
3376
3376
|
cost: {
|
|
3377
|
-
input: 0.
|
|
3378
|
-
output: 0.
|
|
3377
|
+
input: 0.25,
|
|
3378
|
+
output: 0.25,
|
|
3379
3379
|
cacheRead: 0,
|
|
3380
3380
|
cacheWrite: 0,
|
|
3381
3381
|
},
|
|
3382
3382
|
contextWindow: 32768,
|
|
3383
3383
|
maxTokens: 4096,
|
|
3384
3384
|
},
|
|
3385
|
-
"mistralai/mistral-
|
|
3386
|
-
id: "mistralai/mistral-
|
|
3387
|
-
name: "Mistral
|
|
3385
|
+
"mistralai/mistral-small": {
|
|
3386
|
+
id: "mistralai/mistral-small",
|
|
3387
|
+
name: "Mistral Small",
|
|
3388
3388
|
api: "openai-completions",
|
|
3389
3389
|
provider: "openrouter",
|
|
3390
3390
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
3391
3391
|
reasoning: false,
|
|
3392
3392
|
input: ["text"],
|
|
3393
3393
|
cost: {
|
|
3394
|
-
input: 0.
|
|
3395
|
-
output: 0.
|
|
3394
|
+
input: 0.19999999999999998,
|
|
3395
|
+
output: 0.6,
|
|
3396
3396
|
cacheRead: 0,
|
|
3397
3397
|
cacheWrite: 0,
|
|
3398
3398
|
},
|