@caupulican/pi-ai 0.80.6 → 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",
@@ -8231,6 +8231,23 @@ export const MODELS = {
8231
8231
  contextWindow: 1000000,
8232
8232
  maxTokens: 65536,
8233
8233
  },
8234
+ "qwen3.7-plus": {
8235
+ id: "qwen3.7-plus",
8236
+ name: "Qwen3.7 Plus",
8237
+ api: "anthropic-messages",
8238
+ provider: "opencode-go",
8239
+ baseUrl: "https://opencode.ai/zen/go",
8240
+ reasoning: true,
8241
+ input: ["text", "image"],
8242
+ cost: {
8243
+ input: 0.4,
8244
+ output: 1.6,
8245
+ cacheRead: 0.04,
8246
+ cacheWrite: 0.5,
8247
+ },
8248
+ contextWindow: 262144,
8249
+ maxTokens: 65536,
8250
+ },
8234
8251
  },
8235
8252
  "openrouter": {
8236
8253
  "ai21/jamba-large-1.7": {
@@ -10099,6 +10116,23 @@ export const MODELS = {
10099
10116
  contextWindow: 1000000,
10100
10117
  maxTokens: 262144,
10101
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
+ },
10102
10136
  "nvidia/nemotron-nano-12b-v2-vl:free": {
10103
10137
  id: "nvidia/nemotron-nano-12b-v2-vl:free",
10104
10138
  name: "NVIDIA: Nemotron Nano 12B 2 VL (free)",
@@ -10218,23 +10252,6 @@ export const MODELS = {
10218
10252
  contextWindow: 8191,
10219
10253
  maxTokens: 4096,
10220
10254
  },
10221
- "openai/gpt-4-0314": {
10222
- id: "openai/gpt-4-0314",
10223
- name: "OpenAI: GPT-4 (older v0314)",
10224
- api: "openai-completions",
10225
- provider: "openrouter",
10226
- baseUrl: "https://openrouter.ai/api/v1",
10227
- reasoning: false,
10228
- input: ["text"],
10229
- cost: {
10230
- input: 30,
10231
- output: 60,
10232
- cacheRead: 0,
10233
- cacheWrite: 0,
10234
- },
10235
- contextWindow: 8191,
10236
- maxTokens: 4096,
10237
- },
10238
10255
  "openai/gpt-4-1106-preview": {
10239
10256
  id: "openai/gpt-4-1106-preview",
10240
10257
  name: "OpenAI: GPT-4 Turbo (older v1106)",
@@ -11378,8 +11395,8 @@ export const MODELS = {
11378
11395
  reasoning: false,
11379
11396
  input: ["text"],
11380
11397
  cost: {
11381
- input: 0.0428,
11382
- output: 0.1716,
11398
+ input: 0.04815,
11399
+ output: 0.19305,
11383
11400
  cacheRead: 0,
11384
11401
  cacheWrite: 0,
11385
11402
  },
@@ -13045,7 +13062,7 @@ export const MODELS = {
13045
13062
  provider: "vercel-ai-gateway",
13046
13063
  baseUrl: "https://ai-gateway.vercel.sh",
13047
13064
  reasoning: true,
13048
- input: ["text", "image"],
13065
+ input: ["text"],
13049
13066
  cost: {
13050
13067
  input: 1.3,
13051
13068
  output: 7.8,
@@ -13317,7 +13334,7 @@ export const MODELS = {
13317
13334
  provider: "vercel-ai-gateway",
13318
13335
  baseUrl: "https://ai-gateway.vercel.sh",
13319
13336
  reasoning: true,
13320
- input: ["text", "image"],
13337
+ input: ["text"],
13321
13338
  cost: {
13322
13339
  input: 1.25,
13323
13340
  output: 3.75,
@@ -13749,7 +13766,7 @@ export const MODELS = {
13749
13766
  provider: "vercel-ai-gateway",
13750
13767
  baseUrl: "https://ai-gateway.vercel.sh",
13751
13768
  reasoning: true,
13752
- input: ["text", "image"],
13769
+ input: ["text"],
13753
13770
  cost: {
13754
13771
  input: 0.435,
13755
13772
  output: 0.87,
@@ -14242,7 +14259,7 @@ export const MODELS = {
14242
14259
  provider: "vercel-ai-gateway",
14243
14260
  baseUrl: "https://ai-gateway.vercel.sh",
14244
14261
  reasoning: true,
14245
- input: ["text", "image"],
14262
+ input: ["text"],
14246
14263
  cost: {
14247
14264
  input: 0.6,
14248
14265
  output: 2.4,
@@ -14259,7 +14276,7 @@ export const MODELS = {
14259
14276
  provider: "vercel-ai-gateway",
14260
14277
  baseUrl: "https://ai-gateway.vercel.sh",
14261
14278
  reasoning: true,
14262
- input: ["text", "image"],
14279
+ input: ["text"],
14263
14280
  cost: {
14264
14281
  input: 0.3,
14265
14282
  output: 1.2,
@@ -14276,7 +14293,7 @@ export const MODELS = {
14276
14293
  provider: "vercel-ai-gateway",
14277
14294
  baseUrl: "https://ai-gateway.vercel.sh",
14278
14295
  reasoning: true,
14279
- input: ["text", "image"],
14296
+ input: ["text"],
14280
14297
  cost: {
14281
14298
  input: 0.6,
14282
14299
  output: 2.4,