@elyracode/ai 0.9.11 → 0.9.12

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.
@@ -217,6 +217,24 @@ export const MODELS = {
217
217
  contextWindow: 1000000,
218
218
  maxTokens: 64000,
219
219
  },
220
+ "anthropic.claude-sonnet-5": {
221
+ id: "anthropic.claude-sonnet-5",
222
+ name: "Claude Sonnet 5",
223
+ api: "bedrock-converse-stream",
224
+ provider: "amazon-bedrock",
225
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
226
+ reasoning: true,
227
+ thinkingType: "adaptive",
228
+ input: ["text", "image"],
229
+ cost: {
230
+ input: 2,
231
+ output: 10,
232
+ cacheRead: 0.2,
233
+ cacheWrite: 2.5,
234
+ },
235
+ contextWindow: 1000000,
236
+ maxTokens: 128000,
237
+ },
220
238
  "au.anthropic.claude-haiku-4-5-20251001-v1:0": {
221
239
  id: "au.anthropic.claude-haiku-4-5-20251001-v1:0",
222
240
  name: "Claude Haiku 4.5 (AU)",
@@ -309,6 +327,24 @@ export const MODELS = {
309
327
  contextWindow: 1000000,
310
328
  maxTokens: 128000,
311
329
  },
330
+ "au.anthropic.claude-sonnet-5": {
331
+ id: "au.anthropic.claude-sonnet-5",
332
+ name: "Claude Sonnet 5 (AU)",
333
+ api: "bedrock-converse-stream",
334
+ provider: "amazon-bedrock",
335
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
336
+ reasoning: true,
337
+ thinkingType: "adaptive",
338
+ input: ["text", "image"],
339
+ cost: {
340
+ input: 2,
341
+ output: 10,
342
+ cacheRead: 0.2,
343
+ cacheWrite: 2.5,
344
+ },
345
+ contextWindow: 1000000,
346
+ maxTokens: 128000,
347
+ },
312
348
  "deepseek.r1-v1:0": {
313
349
  id: "deepseek.r1-v1:0",
314
350
  name: "DeepSeek-R1",
@@ -389,10 +425,10 @@ export const MODELS = {
389
425
  thinkingType: "budget",
390
426
  input: ["text", "image"],
391
427
  cost: {
392
- input: 1,
393
- output: 5,
394
- cacheRead: 0.1,
395
- cacheWrite: 1.25,
428
+ input: 1.1,
429
+ output: 5.5,
430
+ cacheRead: 0.11,
431
+ cacheWrite: 1.375,
396
432
  },
397
433
  contextWindow: 200000,
398
434
  maxTokens: 64000,
@@ -407,10 +443,10 @@ export const MODELS = {
407
443
  thinkingType: "budget",
408
444
  input: ["text", "image"],
409
445
  cost: {
410
- input: 5,
411
- output: 25,
412
- cacheRead: 0.5,
413
- cacheWrite: 6.25,
446
+ input: 5.5,
447
+ output: 27.5,
448
+ cacheRead: 0.55,
449
+ cacheWrite: 6.875,
414
450
  },
415
451
  contextWindow: 200000,
416
452
  maxTokens: 64000,
@@ -508,6 +544,24 @@ export const MODELS = {
508
544
  contextWindow: 1000000,
509
545
  maxTokens: 64000,
510
546
  },
547
+ "eu.anthropic.claude-sonnet-5": {
548
+ id: "eu.anthropic.claude-sonnet-5",
549
+ name: "Claude Sonnet 5 (EU)",
550
+ api: "bedrock-converse-stream",
551
+ provider: "amazon-bedrock",
552
+ baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
553
+ reasoning: true,
554
+ thinkingType: "adaptive",
555
+ input: ["text", "image"],
556
+ cost: {
557
+ input: 2.2,
558
+ output: 11,
559
+ cacheRead: 0.22,
560
+ cacheWrite: 2.75,
561
+ },
562
+ contextWindow: 1000000,
563
+ maxTokens: 128000,
564
+ },
511
565
  "global.anthropic.claude-fable-5": {
512
566
  id: "global.anthropic.claude-fable-5",
513
567
  name: "Claude Fable 5 (Global)",
@@ -656,6 +710,24 @@ export const MODELS = {
656
710
  contextWindow: 1000000,
657
711
  maxTokens: 64000,
658
712
  },
713
+ "global.anthropic.claude-sonnet-5": {
714
+ id: "global.anthropic.claude-sonnet-5",
715
+ name: "Claude Sonnet 5 (Global)",
716
+ api: "bedrock-converse-stream",
717
+ provider: "amazon-bedrock",
718
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
719
+ reasoning: true,
720
+ thinkingType: "adaptive",
721
+ input: ["text", "image"],
722
+ cost: {
723
+ input: 2,
724
+ output: 10,
725
+ cacheRead: 0.2,
726
+ cacheWrite: 2.5,
727
+ },
728
+ contextWindow: 1000000,
729
+ maxTokens: 128000,
730
+ },
659
731
  "google.gemma-3-27b-it": {
660
732
  id: "google.gemma-3-27b-it",
661
733
  name: "Google Gemma 3 27B Instruct",
@@ -764,6 +836,24 @@ export const MODELS = {
764
836
  contextWindow: 1000000,
765
837
  maxTokens: 64000,
766
838
  },
839
+ "jp.anthropic.claude-sonnet-5": {
840
+ id: "jp.anthropic.claude-sonnet-5",
841
+ name: "Claude Sonnet 5 (JP)",
842
+ api: "bedrock-converse-stream",
843
+ provider: "amazon-bedrock",
844
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
845
+ reasoning: true,
846
+ thinkingType: "adaptive",
847
+ input: ["text", "image"],
848
+ cost: {
849
+ input: 2,
850
+ output: 10,
851
+ cacheRead: 0.2,
852
+ cacheWrite: 2.5,
853
+ },
854
+ contextWindow: 1000000,
855
+ maxTokens: 128000,
856
+ },
767
857
  "meta.llama3-1-70b-instruct-v1:0": {
768
858
  id: "meta.llama3-1-70b-instruct-v1:0",
769
859
  name: "Llama 3.1 70B Instruct",
@@ -1578,6 +1668,24 @@ export const MODELS = {
1578
1668
  contextWindow: 1000000,
1579
1669
  maxTokens: 64000,
1580
1670
  },
1671
+ "us.anthropic.claude-sonnet-5": {
1672
+ id: "us.anthropic.claude-sonnet-5",
1673
+ name: "Claude Sonnet 5 (US)",
1674
+ api: "bedrock-converse-stream",
1675
+ provider: "amazon-bedrock",
1676
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1677
+ reasoning: true,
1678
+ thinkingType: "adaptive",
1679
+ input: ["text", "image"],
1680
+ cost: {
1681
+ input: 2,
1682
+ output: 10,
1683
+ cacheRead: 0.2,
1684
+ cacheWrite: 2.5,
1685
+ },
1686
+ contextWindow: 1000000,
1687
+ maxTokens: 128000,
1688
+ },
1581
1689
  "us.deepseek.r1-v1:0": {
1582
1690
  id: "us.deepseek.r1-v1:0",
1583
1691
  name: "DeepSeek-R1 (US)",
@@ -1663,6 +1771,23 @@ export const MODELS = {
1663
1771
  contextWindow: 1040000,
1664
1772
  maxTokens: 8192,
1665
1773
  },
1774
+ "xai.grok-4.3": {
1775
+ id: "xai.grok-4.3",
1776
+ name: "Grok 4.3",
1777
+ api: "bedrock-converse-stream",
1778
+ provider: "amazon-bedrock",
1779
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1780
+ reasoning: true,
1781
+ input: ["text", "image"],
1782
+ cost: {
1783
+ input: 1.25,
1784
+ output: 2.5,
1785
+ cacheRead: 0.2,
1786
+ cacheWrite: 0,
1787
+ },
1788
+ contextWindow: 1000000,
1789
+ maxTokens: 131072,
1790
+ },
1666
1791
  "zai.glm-4.7": {
1667
1792
  id: "zai.glm-4.7",
1668
1793
  name: "GLM-4.7",
@@ -2129,6 +2254,24 @@ export const MODELS = {
2129
2254
  contextWindow: 1000000,
2130
2255
  maxTokens: 64000,
2131
2256
  },
2257
+ "claude-sonnet-5": {
2258
+ id: "claude-sonnet-5",
2259
+ name: "Claude Sonnet 5",
2260
+ api: "anthropic-messages",
2261
+ provider: "anthropic",
2262
+ baseUrl: "https://api.anthropic.com",
2263
+ reasoning: true,
2264
+ thinkingType: "adaptive",
2265
+ input: ["text", "image"],
2266
+ cost: {
2267
+ input: 2,
2268
+ output: 10,
2269
+ cacheRead: 0.2,
2270
+ cacheWrite: 2.5,
2271
+ },
2272
+ contextWindow: 1000000,
2273
+ maxTokens: 128000,
2274
+ },
2132
2275
  },
2133
2276
  "azure-openai-responses": {
2134
2277
  "gpt-4": {
@@ -5009,7 +5152,7 @@ export const MODELS = {
5009
5152
  cost: {
5010
5153
  input: 0.075,
5011
5154
  output: 0.3,
5012
- cacheRead: 0.037,
5155
+ cacheRead: 0,
5013
5156
  cacheWrite: 0,
5014
5157
  },
5015
5158
  contextWindow: 131072,
@@ -5665,6 +5808,24 @@ export const MODELS = {
5665
5808
  contextWindow: 262144,
5666
5809
  maxTokens: 262144,
5667
5810
  },
5811
+ "openai/gpt-oss-120b": {
5812
+ id: "openai/gpt-oss-120b",
5813
+ name: "GPT OSS 120B",
5814
+ api: "openai-completions",
5815
+ provider: "huggingface",
5816
+ baseUrl: "https://router.huggingface.co/v1",
5817
+ compat: { "supportsDeveloperRole": false },
5818
+ reasoning: true,
5819
+ input: ["text"],
5820
+ cost: {
5821
+ input: 0.25,
5822
+ output: 0.69,
5823
+ cacheRead: 0,
5824
+ cacheWrite: 0,
5825
+ },
5826
+ contextWindow: 131072,
5827
+ maxTokens: 32768,
5828
+ },
5668
5829
  "stepfun-ai/Step-3.5-Flash": {
5669
5830
  id: "stepfun-ai/Step-3.5-Flash",
5670
5831
  name: "Step 3.5 Flash",
@@ -8680,9 +8841,9 @@ export const MODELS = {
8680
8841
  reasoning: true,
8681
8842
  input: ["text", "image"],
8682
8843
  cost: {
8683
- input: 0.1,
8684
- output: 0.4,
8685
- cacheRead: 0.02,
8844
+ input: 0.3,
8845
+ output: 1.2,
8846
+ cacheRead: 0.06,
8686
8847
  cacheWrite: 0,
8687
8848
  },
8688
8849
  contextWindow: 1000000,
@@ -8965,24 +9126,6 @@ export const MODELS = {
8965
9126
  contextWindow: 1000000,
8966
9127
  maxTokens: 128000,
8967
9128
  },
8968
- "anthropic/claude-opus-4.6-fast": {
8969
- id: "anthropic/claude-opus-4.6-fast",
8970
- name: "Anthropic: Claude Opus 4.6 (Fast)",
8971
- api: "openai-completions",
8972
- provider: "openrouter",
8973
- baseUrl: "https://openrouter.ai/api/v1",
8974
- reasoning: true,
8975
- thinkingLevelMap: { "xhigh": "max" },
8976
- input: ["text", "image"],
8977
- cost: {
8978
- input: 30,
8979
- output: 150,
8980
- cacheRead: 3,
8981
- cacheWrite: 37.5,
8982
- },
8983
- contextWindow: 1000000,
8984
- maxTokens: 128000,
8985
- },
8986
9129
  "anthropic/claude-opus-4.7": {
8987
9130
  id: "anthropic/claude-opus-4.7",
8988
9131
  name: "Anthropic: Claude Opus 4.7",
@@ -9106,6 +9249,23 @@ export const MODELS = {
9106
9249
  contextWindow: 1000000,
9107
9250
  maxTokens: 128000,
9108
9251
  },
9252
+ "anthropic/claude-sonnet-5": {
9253
+ id: "anthropic/claude-sonnet-5",
9254
+ name: "Anthropic: Claude Sonnet 5",
9255
+ api: "openai-completions",
9256
+ provider: "openrouter",
9257
+ baseUrl: "https://openrouter.ai/api/v1",
9258
+ reasoning: true,
9259
+ input: ["text", "image"],
9260
+ cost: {
9261
+ input: 2,
9262
+ output: 10,
9263
+ cacheRead: 0.19999999999999998,
9264
+ cacheWrite: 2.5,
9265
+ },
9266
+ contextWindow: 1000000,
9267
+ maxTokens: 128000,
9268
+ },
9109
9269
  "arcee-ai/trinity-large-thinking": {
9110
9270
  id: "arcee-ai/trinity-large-thinking",
9111
9271
  name: "Arcee AI: Trinity Large Thinking",
@@ -9440,13 +9600,13 @@ export const MODELS = {
9440
9600
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
9441
9601
  input: ["text"],
9442
9602
  cost: {
9443
- input: 0.09,
9444
- output: 0.18,
9603
+ input: 0.098,
9604
+ output: 0.196,
9445
9605
  cacheRead: 0.02,
9446
9606
  cacheWrite: 0,
9447
9607
  },
9448
9608
  contextWindow: 1048576,
9449
- maxTokens: 65536,
9609
+ maxTokens: 4096,
9450
9610
  },
9451
9611
  "deepseek/deepseek-v4-pro": {
9452
9612
  id: "deepseek/deepseek-v4-pro",
@@ -10417,7 +10577,7 @@ export const MODELS = {
10417
10577
  cacheWrite: 0,
10418
10578
  },
10419
10579
  contextWindow: 131072,
10420
- maxTokens: 32768,
10580
+ maxTokens: 100352,
10421
10581
  },
10422
10582
  "moonshotai/kimi-k2-0905": {
10423
10583
  id: "moonshotai/kimi-k2-0905",
@@ -10434,7 +10594,7 @@ export const MODELS = {
10434
10594
  cacheWrite: 0,
10435
10595
  },
10436
10596
  contextWindow: 262144,
10437
- maxTokens: 262144,
10597
+ maxTokens: 100352,
10438
10598
  },
10439
10599
  "moonshotai/kimi-k2-thinking": {
10440
10600
  id: "moonshotai/kimi-k2-thinking",
@@ -10479,9 +10639,9 @@ export const MODELS = {
10479
10639
  reasoning: true,
10480
10640
  input: ["text", "image"],
10481
10641
  cost: {
10482
- input: 0.66,
10483
- output: 3.41,
10484
- cacheRead: 0.144,
10642
+ input: 0.55,
10643
+ output: 3.1999999999999997,
10644
+ cacheRead: 0.11,
10485
10645
  cacheWrite: 0,
10486
10646
  },
10487
10647
  contextWindow: 262144,
@@ -11536,23 +11696,6 @@ export const MODELS = {
11536
11696
  contextWindow: 200000,
11537
11697
  maxTokens: 4096,
11538
11698
  },
11539
- "openrouter/owl-alpha": {
11540
- id: "openrouter/owl-alpha",
11541
- name: "Owl Alpha",
11542
- api: "openai-completions",
11543
- provider: "openrouter",
11544
- baseUrl: "https://openrouter.ai/api/v1",
11545
- reasoning: false,
11546
- input: ["text"],
11547
- cost: {
11548
- input: 0,
11549
- output: 0,
11550
- cacheRead: 0,
11551
- cacheWrite: 0,
11552
- },
11553
- contextWindow: 1048756,
11554
- maxTokens: 262144,
11555
- },
11556
11699
  "poolside/laguna-m.1": {
11557
11700
  id: "poolside/laguna-m.1",
11558
11701
  name: "Poolside: Laguna M.1",
@@ -11766,13 +11909,13 @@ export const MODELS = {
11766
11909
  reasoning: true,
11767
11910
  input: ["text"],
11768
11911
  cost: {
11769
- input: 0.09999999999999999,
11770
- output: 0.09999999999999999,
11771
- cacheRead: 0.09999999999999999,
11912
+ input: 0.14950000000000002,
11913
+ output: 1.495,
11914
+ cacheRead: 0,
11772
11915
  cacheWrite: 0,
11773
11916
  },
11774
11917
  contextWindow: 262144,
11775
- maxTokens: 262144,
11918
+ maxTokens: 4096,
11776
11919
  },
11777
11920
  "qwen/qwen3-30b-a3b": {
11778
11921
  id: "qwen/qwen3-30b-a3b",
@@ -12310,8 +12453,8 @@ export const MODELS = {
12310
12453
  reasoning: true,
12311
12454
  input: ["text", "image"],
12312
12455
  cost: {
12313
- input: 0.28850000000000003,
12314
- output: 2.65,
12456
+ input: 0.28500000000000003,
12457
+ output: 2.4,
12315
12458
  cacheRead: 0,
12316
12459
  cacheWrite: 0,
12317
12460
  },
@@ -12497,13 +12640,13 @@ export const MODELS = {
12497
12640
  reasoning: true,
12498
12641
  input: ["text"],
12499
12642
  cost: {
12500
- input: 0.09,
12643
+ input: 0.09999999999999999,
12501
12644
  output: 0.3,
12502
- cacheRead: 0.02,
12645
+ cacheRead: 0,
12503
12646
  cacheWrite: 0,
12504
12647
  },
12505
12648
  contextWindow: 262144,
12506
- maxTokens: 16384,
12649
+ maxTokens: 65536,
12507
12650
  },
12508
12651
  "stepfun/step-3.7-flash": {
12509
12652
  id: "stepfun/step-3.7-flash",
@@ -12803,9 +12946,9 @@ export const MODELS = {
12803
12946
  reasoning: true,
12804
12947
  input: ["text"],
12805
12948
  cost: {
12806
- input: 0.98,
12807
- output: 3.08,
12808
- cacheRead: 0.182,
12949
+ input: 0.975,
12950
+ output: 4.300000000000001,
12951
+ cacheRead: 0,
12809
12952
  cacheWrite: 0,
12810
12953
  },
12811
12954
  contextWindow: 202752,
@@ -12820,7 +12963,7 @@ export const MODELS = {
12820
12963
  reasoning: true,
12821
12964
  input: ["text"],
12822
12965
  cost: {
12823
- input: 0.95,
12966
+ input: 0.9299999999999999,
12824
12967
  output: 3,
12825
12968
  cacheRead: 0.18,
12826
12969
  cacheWrite: 0,
@@ -12906,10 +13049,10 @@ export const MODELS = {
12906
13049
  reasoning: true,
12907
13050
  input: ["text", "image"],
12908
13051
  cost: {
12909
- input: 3,
12910
- output: 15,
12911
- cacheRead: 0.3,
12912
- cacheWrite: 3.75,
13052
+ input: 2,
13053
+ output: 10,
13054
+ cacheRead: 0.19999999999999998,
13055
+ cacheWrite: 2.5,
12913
13056
  },
12914
13057
  contextWindow: 1000000,
12915
13058
  maxTokens: 128000,
@@ -12957,9 +13100,9 @@ export const MODELS = {
12957
13100
  reasoning: true,
12958
13101
  input: ["text", "image"],
12959
13102
  cost: {
12960
- input: 0.66,
12961
- output: 3.41,
12962
- cacheRead: 0.144,
13103
+ input: 0.55,
13104
+ output: 3.1999999999999997,
13105
+ cacheRead: 0.11,
12963
13106
  cacheWrite: 0,
12964
13107
  },
12965
13108
  contextWindow: 262144,
@@ -14044,6 +14187,23 @@ export const MODELS = {
14044
14187
  contextWindow: 1000000,
14045
14188
  maxTokens: 128000,
14046
14189
  },
14190
+ "anthropic/claude-sonnet-5": {
14191
+ id: "anthropic/claude-sonnet-5",
14192
+ name: "Claude Sonnet 5",
14193
+ api: "anthropic-messages",
14194
+ provider: "vercel-ai-gateway",
14195
+ baseUrl: "https://ai-gateway.vercel.sh",
14196
+ reasoning: true,
14197
+ input: ["text", "image"],
14198
+ cost: {
14199
+ input: 2,
14200
+ output: 10,
14201
+ cacheRead: 0.19999999999999998,
14202
+ cacheWrite: 2.5,
14203
+ },
14204
+ contextWindow: 1000000,
14205
+ maxTokens: 128000,
14206
+ },
14047
14207
  "arcee-ai/trinity-large-preview": {
14048
14208
  id: "arcee-ai/trinity-large-preview",
14049
14209
  name: "Trinity Large Preview",
@@ -14189,13 +14349,13 @@ export const MODELS = {
14189
14349
  reasoning: true,
14190
14350
  input: ["text"],
14191
14351
  cost: {
14192
- input: 0.56,
14193
- output: 1.68,
14194
- cacheRead: 0.28,
14352
+ input: 0.6,
14353
+ output: 1.7,
14354
+ cacheRead: 0,
14195
14355
  cacheWrite: 0,
14196
14356
  },
14197
- contextWindow: 163840,
14198
- maxTokens: 8192,
14357
+ contextWindow: 128000,
14358
+ maxTokens: 128000,
14199
14359
  },
14200
14360
  "deepseek/deepseek-v3.1-terminus": {
14201
14361
  id: "deepseek/deepseek-v3.1-terminus",
@@ -15141,13 +15301,13 @@ export const MODELS = {
15141
15301
  reasoning: true,
15142
15302
  input: ["text"],
15143
15303
  cost: {
15144
- input: 0.6,
15145
- output: 2.5,
15146
- cacheRead: 0.15,
15304
+ input: 0.47,
15305
+ output: 2,
15306
+ cacheRead: 0.14100000000000001,
15147
15307
  cacheWrite: 0,
15148
15308
  },
15149
- contextWindow: 262114,
15150
- maxTokens: 262114,
15309
+ contextWindow: 216144,
15310
+ maxTokens: 216144,
15151
15311
  },
15152
15312
  "moonshotai/kimi-k2.5": {
15153
15313
  id: "moonshotai/kimi-k2.5",
@@ -16217,7 +16377,7 @@ export const MODELS = {
16217
16377
  },
16218
16378
  "zai/glm-4.5": {
16219
16379
  id: "zai/glm-4.5",
16220
- name: "GLM-4.5",
16380
+ name: "GLM 4.5",
16221
16381
  api: "anthropic-messages",
16222
16382
  provider: "vercel-ai-gateway",
16223
16383
  baseUrl: "https://ai-gateway.vercel.sh",
@@ -16568,9 +16728,9 @@ export const MODELS = {
16568
16728
  reasoning: true,
16569
16729
  input: ["text", "image"],
16570
16730
  cost: {
16571
- input: 0.4,
16572
- output: 2,
16573
- cacheRead: 0.08,
16731
+ input: 0.14,
16732
+ output: 0.28,
16733
+ cacheRead: 0.0028,
16574
16734
  cacheWrite: 0,
16575
16735
  },
16576
16736
  contextWindow: 1048576,
@@ -16585,9 +16745,9 @@ export const MODELS = {
16585
16745
  reasoning: true,
16586
16746
  input: ["text"],
16587
16747
  cost: {
16588
- input: 1,
16589
- output: 3,
16590
- cacheRead: 0.2,
16748
+ input: 0.435,
16749
+ output: 0.87,
16750
+ cacheRead: 0.0036,
16591
16751
  cacheWrite: 0,
16592
16752
  },
16593
16753
  contextWindow: 1048576,
@@ -16621,9 +16781,9 @@ export const MODELS = {
16621
16781
  reasoning: true,
16622
16782
  input: ["text", "image"],
16623
16783
  cost: {
16624
- input: 0.4,
16625
- output: 2,
16626
- cacheRead: 0.08,
16784
+ input: 0.14,
16785
+ output: 0.28,
16786
+ cacheRead: 0.0028,
16627
16787
  cacheWrite: 0,
16628
16788
  },
16629
16789
  contextWindow: 1048576,
@@ -16638,9 +16798,9 @@ export const MODELS = {
16638
16798
  reasoning: true,
16639
16799
  input: ["text"],
16640
16800
  cost: {
16641
- input: 1,
16642
- output: 3,
16643
- cacheRead: 0.2,
16801
+ input: 0.435,
16802
+ output: 0.87,
16803
+ cacheRead: 0.0036,
16644
16804
  cacheWrite: 0,
16645
16805
  },
16646
16806
  contextWindow: 1048576,
@@ -16674,9 +16834,9 @@ export const MODELS = {
16674
16834
  reasoning: true,
16675
16835
  input: ["text", "image"],
16676
16836
  cost: {
16677
- input: 0.4,
16678
- output: 2,
16679
- cacheRead: 0.08,
16837
+ input: 0.14,
16838
+ output: 0.28,
16839
+ cacheRead: 0.0028,
16680
16840
  cacheWrite: 0,
16681
16841
  },
16682
16842
  contextWindow: 1048576,
@@ -16691,9 +16851,9 @@ export const MODELS = {
16691
16851
  reasoning: true,
16692
16852
  input: ["text"],
16693
16853
  cost: {
16694
- input: 1,
16695
- output: 3,
16696
- cacheRead: 0.2,
16854
+ input: 0.435,
16855
+ output: 0.87,
16856
+ cacheRead: 0.0036,
16697
16857
  cacheWrite: 0,
16698
16858
  },
16699
16859
  contextWindow: 1048576,
@@ -16727,9 +16887,9 @@ export const MODELS = {
16727
16887
  reasoning: true,
16728
16888
  input: ["text", "image"],
16729
16889
  cost: {
16730
- input: 0.4,
16731
- output: 2,
16732
- cacheRead: 0.08,
16890
+ input: 0.14,
16891
+ output: 0.28,
16892
+ cacheRead: 0.0028,
16733
16893
  cacheWrite: 0,
16734
16894
  },
16735
16895
  contextWindow: 1048576,
@@ -16744,9 +16904,9 @@ export const MODELS = {
16744
16904
  reasoning: true,
16745
16905
  input: ["text"],
16746
16906
  cost: {
16747
- input: 1,
16748
- output: 3,
16749
- cacheRead: 0.2,
16907
+ input: 0.435,
16908
+ output: 0.87,
16909
+ cacheRead: 0.0036,
16750
16910
  cacheWrite: 0,
16751
16911
  },
16752
16912
  contextWindow: 1048576,