@apholdings/jensen-ai 1.0.0 → 1.0.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.
@@ -6957,23 +6957,6 @@ export const MODELS = {
6957
6957
  contextWindow: 200000,
6958
6958
  maxTokens: 8192,
6959
6959
  },
6960
- "anthropic/claude-3.5-sonnet": {
6961
- id: "anthropic/claude-3.5-sonnet",
6962
- name: "Anthropic: Claude 3.5 Sonnet",
6963
- api: "openai-completions",
6964
- provider: "openrouter",
6965
- baseUrl: "https://openrouter.ai/api/v1",
6966
- reasoning: false,
6967
- input: ["text", "image"],
6968
- cost: {
6969
- input: 6,
6970
- output: 30,
6971
- cacheRead: 0.6,
6972
- cacheWrite: 7.5,
6973
- },
6974
- contextWindow: 200000,
6975
- maxTokens: 8192,
6976
- },
6977
6960
  "anthropic/claude-3.7-sonnet": {
6978
6961
  id: "anthropic/claude-3.7-sonnet",
6979
6962
  name: "Anthropic: Claude 3.7 Sonnet",
@@ -11058,7 +11041,7 @@ export const MODELS = {
11058
11041
  },
11059
11042
  "alibaba/qwen-3-235b": {
11060
11043
  id: "alibaba/qwen-3-235b",
11061
- name: "Qwen3-235B-A22B",
11044
+ name: "Qwen3 235B A22b Instruct 2507",
11062
11045
  api: "anthropic-messages",
11063
11046
  provider: "vercel-ai-gateway",
11064
11047
  baseUrl: "https://ai-gateway.vercel.sh",
@@ -11252,13 +11235,13 @@ export const MODELS = {
11252
11235
  reasoning: true,
11253
11236
  input: ["text", "image"],
11254
11237
  cost: {
11255
- input: 0.22,
11256
- output: 0.88,
11238
+ input: 0.39999999999999997,
11239
+ output: 4,
11257
11240
  cacheRead: 0,
11258
11241
  cacheWrite: 0,
11259
11242
  },
11260
- contextWindow: 256000,
11261
- maxTokens: 256000,
11243
+ contextWindow: 131072,
11244
+ maxTokens: 32768,
11262
11245
  },
11263
11246
  "alibaba/qwen3.5-flash": {
11264
11247
  id: "alibaba/qwen3.5-flash",
@@ -11345,40 +11328,6 @@ export const MODELS = {
11345
11328
  contextWindow: 200000,
11346
11329
  maxTokens: 8192,
11347
11330
  },
11348
- "anthropic/claude-3.5-sonnet": {
11349
- id: "anthropic/claude-3.5-sonnet",
11350
- name: "Claude 3.5 Sonnet",
11351
- api: "anthropic-messages",
11352
- provider: "vercel-ai-gateway",
11353
- baseUrl: "https://ai-gateway.vercel.sh",
11354
- reasoning: false,
11355
- input: ["text", "image"],
11356
- cost: {
11357
- input: 3,
11358
- output: 15,
11359
- cacheRead: 0.3,
11360
- cacheWrite: 3.75,
11361
- },
11362
- contextWindow: 200000,
11363
- maxTokens: 8192,
11364
- },
11365
- "anthropic/claude-3.5-sonnet-20240620": {
11366
- id: "anthropic/claude-3.5-sonnet-20240620",
11367
- name: "Claude 3.5 Sonnet (2024-06-20)",
11368
- api: "anthropic-messages",
11369
- provider: "vercel-ai-gateway",
11370
- baseUrl: "https://ai-gateway.vercel.sh",
11371
- reasoning: false,
11372
- input: ["text", "image"],
11373
- cost: {
11374
- input: 3,
11375
- output: 15,
11376
- cacheRead: 0.3,
11377
- cacheWrite: 3.75,
11378
- },
11379
- contextWindow: 200000,
11380
- maxTokens: 8192,
11381
- },
11382
11331
  "anthropic/claude-3.7-sonnet": {
11383
11332
  id: "anthropic/claude-3.7-sonnet",
11384
11333
  name: "Claude 3.7 Sonnet",
@@ -11861,7 +11810,7 @@ export const MODELS = {
11861
11810
  api: "anthropic-messages",
11862
11811
  provider: "vercel-ai-gateway",
11863
11812
  baseUrl: "https://ai-gateway.vercel.sh",
11864
- reasoning: true,
11813
+ reasoning: false,
11865
11814
  input: ["text", "image"],
11866
11815
  cost: {
11867
11816
  input: 0.13,
@@ -11878,7 +11827,7 @@ export const MODELS = {
11878
11827
  api: "anthropic-messages",
11879
11828
  provider: "vercel-ai-gateway",
11880
11829
  baseUrl: "https://ai-gateway.vercel.sh",
11881
- reasoning: true,
11830
+ reasoning: false,
11882
11831
  input: ["text", "image"],
11883
11832
  cost: {
11884
11833
  input: 0.14,
@@ -11957,23 +11906,6 @@ export const MODELS = {
11957
11906
  contextWindow: 128000,
11958
11907
  maxTokens: 8192,
11959
11908
  },
11960
- "meituan/longcat-flash-thinking": {
11961
- id: "meituan/longcat-flash-thinking",
11962
- name: "LongCat Flash Thinking",
11963
- api: "anthropic-messages",
11964
- provider: "vercel-ai-gateway",
11965
- baseUrl: "https://ai-gateway.vercel.sh",
11966
- reasoning: true,
11967
- input: ["text"],
11968
- cost: {
11969
- input: 0.15,
11970
- output: 1.5,
11971
- cacheRead: 0,
11972
- cacheWrite: 0,
11973
- },
11974
- contextWindow: 128000,
11975
- maxTokens: 8192,
11976
- },
11977
11909
  "meta/llama-3.1-70b": {
11978
11910
  id: "meta/llama-3.1-70b",
11979
11911
  name: "Llama 3.1 70B Instruct",
@@ -12068,12 +12000,12 @@ export const MODELS = {
12068
12000
  reasoning: false,
12069
12001
  input: ["text", "image"],
12070
12002
  cost: {
12071
- input: 0.35,
12072
- output: 1.15,
12003
+ input: 0.24,
12004
+ output: 0.9700000000000001,
12073
12005
  cacheRead: 0,
12074
12006
  cacheWrite: 0,
12075
12007
  },
12076
- contextWindow: 524288,
12008
+ contextWindow: 128000,
12077
12009
  maxTokens: 8192,
12078
12010
  },
12079
12011
  "meta/llama-4-scout": {
@@ -12384,20 +12316,20 @@ export const MODELS = {
12384
12316
  },
12385
12317
  "moonshotai/kimi-k2": {
12386
12318
  id: "moonshotai/kimi-k2",
12387
- name: "Kimi K2",
12319
+ name: "Kimi K2 Instruct",
12388
12320
  api: "anthropic-messages",
12389
12321
  provider: "vercel-ai-gateway",
12390
12322
  baseUrl: "https://ai-gateway.vercel.sh",
12391
12323
  reasoning: false,
12392
12324
  input: ["text"],
12393
12325
  cost: {
12394
- input: 0.6,
12395
- output: 2.5,
12326
+ input: 0.5700000000000001,
12327
+ output: 2.3,
12396
12328
  cacheRead: 0,
12397
12329
  cacheWrite: 0,
12398
12330
  },
12399
12331
  contextWindow: 131072,
12400
- maxTokens: 16384,
12332
+ maxTokens: 131072,
12401
12333
  },
12402
12334
  "moonshotai/kimi-k2-0905": {
12403
12335
  id: "moonshotai/kimi-k2-0905",