@mariozechner/pi-ai 0.25.0 → 0.25.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.
@@ -6016,9 +6016,9 @@ export const MODELS = {
6016
6016
  contextWindow: 32768,
6017
6017
  maxTokens: 4096,
6018
6018
  },
6019
- "anthropic/claude-3.5-haiku": {
6020
- id: "anthropic/claude-3.5-haiku",
6021
- name: "Anthropic: Claude 3.5 Haiku",
6019
+ "anthropic/claude-3.5-haiku-20241022": {
6020
+ id: "anthropic/claude-3.5-haiku-20241022",
6021
+ name: "Anthropic: Claude 3.5 Haiku (2024-10-22)",
6022
6022
  api: "openai-completions",
6023
6023
  provider: "openrouter",
6024
6024
  baseUrl: "https://openrouter.ai/api/v1",
@@ -6033,9 +6033,9 @@ export const MODELS = {
6033
6033
  contextWindow: 200000,
6034
6034
  maxTokens: 8192,
6035
6035
  },
6036
- "anthropic/claude-3.5-haiku-20241022": {
6037
- id: "anthropic/claude-3.5-haiku-20241022",
6038
- name: "Anthropic: Claude 3.5 Haiku (2024-10-22)",
6036
+ "anthropic/claude-3.5-haiku": {
6037
+ id: "anthropic/claude-3.5-haiku",
6038
+ name: "Anthropic: Claude 3.5 Haiku",
6039
6039
  api: "openai-completions",
6040
6040
  provider: "openrouter",
6041
6041
  baseUrl: "https://openrouter.ai/api/v1",
@@ -6271,39 +6271,39 @@ export const MODELS = {
6271
6271
  contextWindow: 128000,
6272
6272
  maxTokens: 16384,
6273
6273
  },
6274
- "meta-llama/llama-3.1-405b-instruct": {
6275
- id: "meta-llama/llama-3.1-405b-instruct",
6276
- name: "Meta: Llama 3.1 405B Instruct",
6274
+ "meta-llama/llama-3.1-8b-instruct": {
6275
+ id: "meta-llama/llama-3.1-8b-instruct",
6276
+ name: "Meta: Llama 3.1 8B Instruct",
6277
6277
  api: "openai-completions",
6278
6278
  provider: "openrouter",
6279
6279
  baseUrl: "https://openrouter.ai/api/v1",
6280
6280
  reasoning: false,
6281
6281
  input: ["text"],
6282
6282
  cost: {
6283
- input: 3.5,
6284
- output: 3.5,
6283
+ input: 0.02,
6284
+ output: 0.03,
6285
6285
  cacheRead: 0,
6286
6286
  cacheWrite: 0,
6287
6287
  },
6288
- contextWindow: 130815,
6289
- maxTokens: 4096,
6288
+ contextWindow: 131072,
6289
+ maxTokens: 16384,
6290
6290
  },
6291
- "meta-llama/llama-3.1-8b-instruct": {
6292
- id: "meta-llama/llama-3.1-8b-instruct",
6293
- name: "Meta: Llama 3.1 8B Instruct",
6291
+ "meta-llama/llama-3.1-405b-instruct": {
6292
+ id: "meta-llama/llama-3.1-405b-instruct",
6293
+ name: "Meta: Llama 3.1 405B Instruct",
6294
6294
  api: "openai-completions",
6295
6295
  provider: "openrouter",
6296
6296
  baseUrl: "https://openrouter.ai/api/v1",
6297
6297
  reasoning: false,
6298
6298
  input: ["text"],
6299
6299
  cost: {
6300
- input: 0.02,
6301
- output: 0.03,
6300
+ input: 3.5,
6301
+ output: 3.5,
6302
6302
  cacheRead: 0,
6303
6303
  cacheWrite: 0,
6304
6304
  },
6305
- contextWindow: 131072,
6306
- maxTokens: 16384,
6305
+ contextWindow: 130815,
6306
+ maxTokens: 4096,
6307
6307
  },
6308
6308
  "meta-llama/llama-3.1-70b-instruct": {
6309
6309
  id: "meta-llama/llama-3.1-70b-instruct",