@caupulican/pi-ai 0.80.7 → 0.80.8

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.
@@ -3809,8 +3809,8 @@ export const MODELS = {
3809
3809
  cacheRead: 0.1,
3810
3810
  cacheWrite: 0,
3811
3811
  },
3812
- contextWindow: 128000,
3813
- maxTokens: 8192,
3812
+ contextWindow: 262144,
3813
+ maxTokens: 65536,
3814
3814
  },
3815
3815
  "accounts/fireworks/routers/glm-5p1-fast": {
3816
3816
  id: "accounts/fireworks/routers/glm-5p1-fast",
@@ -10116,6 +10116,23 @@ export const MODELS = {
10116
10116
  contextWindow: 1000000,
10117
10117
  maxTokens: 262144,
10118
10118
  },
10119
+ "nvidia/nemotron-3-ultra-550b-a55b:free": {
10120
+ id: "nvidia/nemotron-3-ultra-550b-a55b:free",
10121
+ name: "NVIDIA: Nemotron 3 Ultra (free)",
10122
+ api: "openai-completions",
10123
+ provider: "openrouter",
10124
+ baseUrl: "https://openrouter.ai/api/v1",
10125
+ reasoning: true,
10126
+ input: ["text"],
10127
+ cost: {
10128
+ input: 0,
10129
+ output: 0,
10130
+ cacheRead: 0,
10131
+ cacheWrite: 0,
10132
+ },
10133
+ contextWindow: 1000000,
10134
+ maxTokens: 65536,
10135
+ },
10119
10136
  "nvidia/nemotron-nano-12b-v2-vl:free": {
10120
10137
  id: "nvidia/nemotron-nano-12b-v2-vl:free",
10121
10138
  name: "NVIDIA: Nemotron Nano 12B 2 VL (free)",
@@ -10235,23 +10252,6 @@ export const MODELS = {
10235
10252
  contextWindow: 8191,
10236
10253
  maxTokens: 4096,
10237
10254
  },
10238
- "openai/gpt-4-0314": {
10239
- id: "openai/gpt-4-0314",
10240
- name: "OpenAI: GPT-4 (older v0314)",
10241
- api: "openai-completions",
10242
- provider: "openrouter",
10243
- baseUrl: "https://openrouter.ai/api/v1",
10244
- reasoning: false,
10245
- input: ["text"],
10246
- cost: {
10247
- input: 30,
10248
- output: 60,
10249
- cacheRead: 0,
10250
- cacheWrite: 0,
10251
- },
10252
- contextWindow: 8191,
10253
- maxTokens: 4096,
10254
- },
10255
10255
  "openai/gpt-4-1106-preview": {
10256
10256
  id: "openai/gpt-4-1106-preview",
10257
10257
  name: "OpenAI: GPT-4 Turbo (older v1106)",
@@ -11395,8 +11395,8 @@ export const MODELS = {
11395
11395
  reasoning: false,
11396
11396
  input: ["text"],
11397
11397
  cost: {
11398
- input: 0.0428,
11399
- output: 0.1716,
11398
+ input: 0.04815,
11399
+ output: 0.19305,
11400
11400
  cacheRead: 0,
11401
11401
  cacheWrite: 0,
11402
11402
  },
@@ -13062,7 +13062,7 @@ export const MODELS = {
13062
13062
  provider: "vercel-ai-gateway",
13063
13063
  baseUrl: "https://ai-gateway.vercel.sh",
13064
13064
  reasoning: true,
13065
- input: ["text", "image"],
13065
+ input: ["text"],
13066
13066
  cost: {
13067
13067
  input: 1.3,
13068
13068
  output: 7.8,
@@ -13334,7 +13334,7 @@ export const MODELS = {
13334
13334
  provider: "vercel-ai-gateway",
13335
13335
  baseUrl: "https://ai-gateway.vercel.sh",
13336
13336
  reasoning: true,
13337
- input: ["text", "image"],
13337
+ input: ["text"],
13338
13338
  cost: {
13339
13339
  input: 1.25,
13340
13340
  output: 3.75,
@@ -14259,7 +14259,7 @@ export const MODELS = {
14259
14259
  provider: "vercel-ai-gateway",
14260
14260
  baseUrl: "https://ai-gateway.vercel.sh",
14261
14261
  reasoning: true,
14262
- input: ["text", "image"],
14262
+ input: ["text"],
14263
14263
  cost: {
14264
14264
  input: 0.6,
14265
14265
  output: 2.4,
@@ -14276,7 +14276,7 @@ export const MODELS = {
14276
14276
  provider: "vercel-ai-gateway",
14277
14277
  baseUrl: "https://ai-gateway.vercel.sh",
14278
14278
  reasoning: true,
14279
- input: ["text", "image"],
14279
+ input: ["text"],
14280
14280
  cost: {
14281
14281
  input: 0.3,
14282
14282
  output: 1.2,
@@ -14293,7 +14293,7 @@ export const MODELS = {
14293
14293
  provider: "vercel-ai-gateway",
14294
14294
  baseUrl: "https://ai-gateway.vercel.sh",
14295
14295
  reasoning: true,
14296
- input: ["text", "image"],
14296
+ input: ["text"],
14297
14297
  cost: {
14298
14298
  input: 0.6,
14299
14299
  output: 2.4,