@mariozechner/pi-ai 0.23.2 → 0.23.3

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.
@@ -370,9 +370,9 @@ export const MODELS = {
370
370
  reasoning: true,
371
371
  input: ["text", "image"],
372
372
  cost: {
373
- input: 0.15,
374
- output: 0.6,
375
- cacheRead: 0.0375,
373
+ input: 0.5,
374
+ output: 3,
375
+ cacheRead: 0.05,
376
376
  cacheWrite: 0,
377
377
  },
378
378
  contextWindow: 1048576,
@@ -3040,23 +3040,6 @@ export const MODELS = {
3040
3040
  contextWindow: 400000,
3041
3041
  maxTokens: 128000,
3042
3042
  },
3043
- "amazon/nova-2-lite-v1:free": {
3044
- id: "amazon/nova-2-lite-v1:free",
3045
- name: "Amazon: Nova 2 Lite (free)",
3046
- api: "openai-completions",
3047
- provider: "openrouter",
3048
- baseUrl: "https://openrouter.ai/api/v1",
3049
- reasoning: true,
3050
- input: ["text", "image"],
3051
- cost: {
3052
- input: 0,
3053
- output: 0,
3054
- cacheRead: 0,
3055
- cacheWrite: 0,
3056
- },
3057
- contextWindow: 1000000,
3058
- maxTokens: 65535,
3059
- },
3060
3043
  "amazon/nova-2-lite-v1": {
3061
3044
  id: "amazon/nova-2-lite-v1",
3062
3045
  name: "Amazon: Nova 2 Lite",
@@ -3185,13 +3168,13 @@ export const MODELS = {
3185
3168
  reasoning: true,
3186
3169
  input: ["text"],
3187
3170
  cost: {
3188
- input: 0.24,
3171
+ input: 0.26,
3189
3172
  output: 0.38,
3190
- cacheRead: 0.19,
3173
+ cacheRead: 0,
3191
3174
  cacheWrite: 0,
3192
3175
  },
3193
3176
  contextWindow: 163840,
3194
- maxTokens: 163840,
3177
+ maxTokens: 65536,
3195
3178
  },
3196
3179
  "prime-intellect/intellect-3": {
3197
3180
  id: "prime-intellect/intellect-3",
@@ -5998,9 +5981,9 @@ export const MODELS = {
5998
5981
  contextWindow: 32768,
5999
5982
  maxTokens: 4096,
6000
5983
  },
6001
- "anthropic/claude-3.5-haiku-20241022": {
6002
- id: "anthropic/claude-3.5-haiku-20241022",
6003
- name: "Anthropic: Claude 3.5 Haiku (2024-10-22)",
5984
+ "anthropic/claude-3.5-haiku": {
5985
+ id: "anthropic/claude-3.5-haiku",
5986
+ name: "Anthropic: Claude 3.5 Haiku",
6004
5987
  api: "openai-completions",
6005
5988
  provider: "openrouter",
6006
5989
  baseUrl: "https://openrouter.ai/api/v1",
@@ -6015,9 +5998,9 @@ export const MODELS = {
6015
5998
  contextWindow: 200000,
6016
5999
  maxTokens: 8192,
6017
6000
  },
6018
- "anthropic/claude-3.5-haiku": {
6019
- id: "anthropic/claude-3.5-haiku",
6020
- name: "Anthropic: Claude 3.5 Haiku",
6001
+ "anthropic/claude-3.5-haiku-20241022": {
6002
+ id: "anthropic/claude-3.5-haiku-20241022",
6003
+ name: "Anthropic: Claude 3.5 Haiku (2024-10-22)",
6021
6004
  api: "openai-completions",
6022
6005
  provider: "openrouter",
6023
6006
  baseUrl: "https://openrouter.ai/api/v1",
@@ -6253,39 +6236,39 @@ export const MODELS = {
6253
6236
  contextWindow: 128000,
6254
6237
  maxTokens: 16384,
6255
6238
  },
6256
- "meta-llama/llama-3.1-8b-instruct": {
6257
- id: "meta-llama/llama-3.1-8b-instruct",
6258
- name: "Meta: Llama 3.1 8B Instruct",
6239
+ "meta-llama/llama-3.1-405b-instruct": {
6240
+ id: "meta-llama/llama-3.1-405b-instruct",
6241
+ name: "Meta: Llama 3.1 405B Instruct",
6259
6242
  api: "openai-completions",
6260
6243
  provider: "openrouter",
6261
6244
  baseUrl: "https://openrouter.ai/api/v1",
6262
6245
  reasoning: false,
6263
6246
  input: ["text"],
6264
6247
  cost: {
6265
- input: 0.02,
6266
- output: 0.03,
6248
+ input: 3.5,
6249
+ output: 3.5,
6267
6250
  cacheRead: 0,
6268
6251
  cacheWrite: 0,
6269
6252
  },
6270
- contextWindow: 131072,
6271
- maxTokens: 16384,
6253
+ contextWindow: 130815,
6254
+ maxTokens: 4096,
6272
6255
  },
6273
- "meta-llama/llama-3.1-405b-instruct": {
6274
- id: "meta-llama/llama-3.1-405b-instruct",
6275
- name: "Meta: Llama 3.1 405B Instruct",
6256
+ "meta-llama/llama-3.1-8b-instruct": {
6257
+ id: "meta-llama/llama-3.1-8b-instruct",
6258
+ name: "Meta: Llama 3.1 8B Instruct",
6276
6259
  api: "openai-completions",
6277
6260
  provider: "openrouter",
6278
6261
  baseUrl: "https://openrouter.ai/api/v1",
6279
6262
  reasoning: false,
6280
6263
  input: ["text"],
6281
6264
  cost: {
6282
- input: 3.5,
6283
- output: 3.5,
6265
+ input: 0.02,
6266
+ output: 0.03,
6284
6267
  cacheRead: 0,
6285
6268
  cacheWrite: 0,
6286
6269
  },
6287
- contextWindow: 130815,
6288
- maxTokens: 4096,
6270
+ contextWindow: 131072,
6271
+ maxTokens: 16384,
6289
6272
  },
6290
6273
  "meta-llama/llama-3.1-70b-instruct": {
6291
6274
  id: "meta-llama/llama-3.1-70b-instruct",