@dexto/core 1.7.0 → 1.7.1

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.
@@ -95,7 +95,7 @@ const MODELS_BY_PROVIDER = {
95
95
  supportsToolCall: true,
96
96
  releaseDate: "2025-04-14",
97
97
  modalities: {
98
- input: ["text", "image"],
98
+ input: ["text", "image", "pdf"],
99
99
  output: ["text"]
100
100
  },
101
101
  pricing: {
@@ -116,7 +116,7 @@ const MODELS_BY_PROVIDER = {
116
116
  supportsToolCall: true,
117
117
  releaseDate: "2025-04-14",
118
118
  modalities: {
119
- input: ["text", "image"],
119
+ input: ["text", "image", "pdf"],
120
120
  output: ["text"]
121
121
  },
122
122
  pricing: {
@@ -158,7 +158,7 @@ const MODELS_BY_PROVIDER = {
158
158
  supportsToolCall: true,
159
159
  releaseDate: "2024-05-13",
160
160
  modalities: {
161
- input: ["text", "image"],
161
+ input: ["text", "image", "pdf"],
162
162
  output: ["text"]
163
163
  },
164
164
  pricing: {
@@ -241,7 +241,7 @@ const MODELS_BY_PROVIDER = {
241
241
  supportsToolCall: true,
242
242
  releaseDate: "2024-07-18",
243
243
  modalities: {
244
- input: ["text", "image"],
244
+ input: ["text", "image", "pdf"],
245
245
  output: ["text"]
246
246
  },
247
247
  pricing: {
@@ -719,6 +719,97 @@ const MODELS_BY_PROVIDER = {
719
719
  unit: "per_million_tokens"
720
720
  }
721
721
  },
722
+ {
723
+ name: "gpt-5.5",
724
+ displayName: "GPT-5.5",
725
+ maxInputTokens: 922e3,
726
+ supportedFileTypes: ["pdf", "image", "document"],
727
+ reasoning: true,
728
+ supportsTemperature: false,
729
+ supportsToolCall: true,
730
+ releaseDate: "2026-04-23",
731
+ modalities: {
732
+ input: ["text", "image", "pdf"],
733
+ output: ["text"]
734
+ },
735
+ pricing: {
736
+ inputPerM: 5,
737
+ outputPerM: 30,
738
+ cacheReadPerM: 0.5,
739
+ contextOver200kPerM: {
740
+ inputPerM: 10,
741
+ outputPerM: 45
742
+ },
743
+ currency: "USD",
744
+ unit: "per_million_tokens"
745
+ }
746
+ },
747
+ {
748
+ name: "gpt-5.5-pro",
749
+ displayName: "GPT-5.5 Pro",
750
+ maxInputTokens: 922e3,
751
+ supportedFileTypes: ["pdf", "image", "document"],
752
+ reasoning: true,
753
+ supportsTemperature: false,
754
+ supportsToolCall: true,
755
+ releaseDate: "2026-04-23",
756
+ modalities: {
757
+ input: ["text", "image", "pdf"],
758
+ output: ["text"]
759
+ },
760
+ pricing: {
761
+ inputPerM: 30,
762
+ outputPerM: 180,
763
+ contextOver200kPerM: {
764
+ inputPerM: 60,
765
+ outputPerM: 270
766
+ },
767
+ currency: "USD",
768
+ unit: "per_million_tokens"
769
+ }
770
+ },
771
+ {
772
+ name: "gpt-image-1",
773
+ displayName: "gpt-image-1",
774
+ maxInputTokens: 0,
775
+ supportedFileTypes: ["pdf", "image", "document"],
776
+ reasoning: false,
777
+ supportsTemperature: false,
778
+ supportsToolCall: false,
779
+ releaseDate: "2025-04-24",
780
+ modalities: {
781
+ input: ["text", "image"],
782
+ output: ["image"]
783
+ }
784
+ },
785
+ {
786
+ name: "gpt-image-1-mini",
787
+ displayName: "gpt-image-1-mini",
788
+ maxInputTokens: 0,
789
+ supportedFileTypes: ["pdf", "image", "document"],
790
+ reasoning: false,
791
+ supportsTemperature: false,
792
+ supportsToolCall: false,
793
+ releaseDate: "2025-09-26",
794
+ modalities: {
795
+ input: ["text", "image"],
796
+ output: ["text", "image"]
797
+ }
798
+ },
799
+ {
800
+ name: "gpt-image-1.5",
801
+ displayName: "gpt-image-1.5",
802
+ maxInputTokens: 0,
803
+ supportedFileTypes: ["pdf", "image", "document"],
804
+ reasoning: false,
805
+ supportsTemperature: false,
806
+ supportsToolCall: false,
807
+ releaseDate: "2025-11-25",
808
+ modalities: {
809
+ input: ["text", "image"],
810
+ output: ["text", "image"]
811
+ }
812
+ },
722
813
  {
723
814
  name: "o1",
724
815
  displayName: "o1",
@@ -729,7 +820,7 @@ const MODELS_BY_PROVIDER = {
729
820
  supportsToolCall: true,
730
821
  releaseDate: "2024-12-05",
731
822
  modalities: {
732
- input: ["text", "image"],
823
+ input: ["text", "image", "pdf"],
733
824
  output: ["text"]
734
825
  },
735
826
  pricing: {
@@ -812,7 +903,7 @@ const MODELS_BY_PROVIDER = {
812
903
  supportsToolCall: true,
813
904
  releaseDate: "2025-04-16",
814
905
  modalities: {
815
- input: ["text", "image"],
906
+ input: ["text", "image", "pdf"],
816
907
  output: ["text"]
817
908
  },
818
909
  pricing: {
@@ -1040,28 +1131,6 @@ const MODELS_BY_PROVIDER = {
1040
1131
  unit: "per_million_tokens"
1041
1132
  }
1042
1133
  },
1043
- {
1044
- name: "claude-3-7-sonnet-latest",
1045
- displayName: "Claude Sonnet 3.7 (latest)",
1046
- maxInputTokens: 2e5,
1047
- supportedFileTypes: ["pdf", "image"],
1048
- reasoning: true,
1049
- supportsTemperature: true,
1050
- supportsToolCall: true,
1051
- releaseDate: "2025-02-19",
1052
- modalities: {
1053
- input: ["text", "image", "pdf"],
1054
- output: ["text"]
1055
- },
1056
- pricing: {
1057
- inputPerM: 3,
1058
- outputPerM: 15,
1059
- cacheReadPerM: 0.3,
1060
- cacheWritePerM: 3.75,
1061
- currency: "USD",
1062
- unit: "per_million_tokens"
1063
- }
1064
- },
1065
1134
  {
1066
1135
  name: "claude-3-haiku-20240307",
1067
1136
  displayName: "Claude Haiku 3",
@@ -1327,6 +1396,28 @@ const MODELS_BY_PROVIDER = {
1327
1396
  unit: "per_million_tokens"
1328
1397
  }
1329
1398
  },
1399
+ {
1400
+ name: "claude-opus-4-7",
1401
+ displayName: "Claude Opus 4.7",
1402
+ maxInputTokens: 1e6,
1403
+ supportedFileTypes: ["pdf", "image"],
1404
+ reasoning: true,
1405
+ supportsTemperature: false,
1406
+ supportsToolCall: true,
1407
+ releaseDate: "2026-04-16",
1408
+ modalities: {
1409
+ input: ["text", "image", "pdf"],
1410
+ output: ["text"]
1411
+ },
1412
+ pricing: {
1413
+ inputPerM: 5,
1414
+ outputPerM: 25,
1415
+ cacheReadPerM: 0.5,
1416
+ cacheWritePerM: 6.25,
1417
+ currency: "USD",
1418
+ unit: "per_million_tokens"
1419
+ }
1420
+ },
1330
1421
  {
1331
1422
  name: "claude-sonnet-4-0",
1332
1423
  displayName: "Claude Sonnet 4 (latest)",
@@ -1559,7 +1650,7 @@ const MODELS_BY_PROVIDER = {
1559
1650
  pricing: {
1560
1651
  inputPerM: 0.3,
1561
1652
  outputPerM: 2.5,
1562
- cacheReadPerM: 0.075,
1653
+ cacheReadPerM: 0.03,
1563
1654
  inputAudioPerM: 1,
1564
1655
  currency: "USD",
1565
1656
  unit: "per_million_tokens"
@@ -1771,7 +1862,11 @@ const MODELS_BY_PROVIDER = {
1771
1862
  pricing: {
1772
1863
  inputPerM: 1.25,
1773
1864
  outputPerM: 10,
1774
- cacheReadPerM: 0.31,
1865
+ cacheReadPerM: 0.125,
1866
+ contextOver200kPerM: {
1867
+ inputPerM: 2.5,
1868
+ outputPerM: 15
1869
+ },
1775
1870
  currency: "USD",
1776
1871
  unit: "per_million_tokens"
1777
1872
  }
@@ -3707,6 +3802,58 @@ const MODELS_BY_PROVIDER = {
3707
3802
  currency: "USD",
3708
3803
  unit: "per_million_tokens"
3709
3804
  }
3805
+ },
3806
+ {
3807
+ name: "glm-5.1",
3808
+ displayName: "GLM-5.1",
3809
+ maxInputTokens: 2e5,
3810
+ supportedFileTypes: [],
3811
+ reasoning: true,
3812
+ supportsTemperature: true,
3813
+ supportsToolCall: true,
3814
+ releaseDate: "2026-03-27",
3815
+ modalities: {
3816
+ input: ["text"],
3817
+ output: ["text"]
3818
+ },
3819
+ interleaved: {
3820
+ field: "reasoning_content"
3821
+ },
3822
+ supportsInterleaved: true,
3823
+ pricing: {
3824
+ inputPerM: 6,
3825
+ outputPerM: 24,
3826
+ cacheReadPerM: 1.3,
3827
+ cacheWritePerM: 0,
3828
+ currency: "USD",
3829
+ unit: "per_million_tokens"
3830
+ }
3831
+ },
3832
+ {
3833
+ name: "glm-5v-turbo",
3834
+ displayName: "glm-5v-turbo",
3835
+ maxInputTokens: 2e5,
3836
+ supportedFileTypes: ["pdf", "image", "video"],
3837
+ reasoning: true,
3838
+ supportsTemperature: true,
3839
+ supportsToolCall: true,
3840
+ releaseDate: "2026-04-01",
3841
+ modalities: {
3842
+ input: ["text", "image", "video", "pdf"],
3843
+ output: ["text"]
3844
+ },
3845
+ interleaved: {
3846
+ field: "reasoning_content"
3847
+ },
3848
+ supportsInterleaved: true,
3849
+ pricing: {
3850
+ inputPerM: 5,
3851
+ outputPerM: 22,
3852
+ cacheReadPerM: 1.2,
3853
+ cacheWritePerM: 0,
3854
+ currency: "USD",
3855
+ unit: "per_million_tokens"
3856
+ }
3710
3857
  }
3711
3858
  ],
3712
3859
  openrouter: [
@@ -3868,6 +4015,32 @@ const MODELS_BY_PROVIDER = {
3868
4015
  unit: "per_million_tokens"
3869
4016
  }
3870
4017
  },
4018
+ {
4019
+ name: "anthropic/claude-opus-4.7",
4020
+ displayName: "Claude Opus 4.7",
4021
+ maxInputTokens: 1e6,
4022
+ supportedFileTypes: ["pdf", "image"],
4023
+ reasoning: true,
4024
+ supportsTemperature: false,
4025
+ supportsToolCall: true,
4026
+ releaseDate: "2026-04-16",
4027
+ modalities: {
4028
+ input: ["text", "image", "pdf"],
4029
+ output: ["text"]
4030
+ },
4031
+ pricing: {
4032
+ inputPerM: 5,
4033
+ outputPerM: 25,
4034
+ cacheReadPerM: 0.5,
4035
+ cacheWritePerM: 6.25,
4036
+ contextOver200kPerM: {
4037
+ inputPerM: 10,
4038
+ outputPerM: 37.5
4039
+ },
4040
+ currency: "USD",
4041
+ unit: "per_million_tokens"
4042
+ }
4043
+ },
3871
4044
  {
3872
4045
  name: "anthropic/claude-sonnet-4",
3873
4046
  displayName: "Claude Sonnet 4",
@@ -3967,21 +4140,21 @@ const MODELS_BY_PROVIDER = {
3967
4140
  }
3968
4141
  },
3969
4142
  {
3970
- name: "arcee-ai/trinity-mini:free",
3971
- displayName: "Trinity Mini",
3972
- maxInputTokens: 131072,
4143
+ name: "arcee-ai/trinity-large-thinking",
4144
+ displayName: "Trinity Large Thinking",
4145
+ maxInputTokens: 262144,
3973
4146
  supportedFileTypes: [],
3974
- reasoning: false,
4147
+ reasoning: true,
3975
4148
  supportsTemperature: true,
3976
4149
  supportsToolCall: true,
3977
- releaseDate: "2026-01-28",
4150
+ releaseDate: "2026-04-01",
3978
4151
  modalities: {
3979
4152
  input: ["text"],
3980
4153
  output: ["text"]
3981
4154
  },
3982
4155
  pricing: {
3983
- inputPerM: 0,
3984
- outputPerM: 0,
4156
+ inputPerM: 0.22,
4157
+ outputPerM: 0.85,
3985
4158
  currency: "USD",
3986
4159
  unit: "per_million_tokens"
3987
4160
  }
@@ -4146,6 +4319,26 @@ const MODELS_BY_PROVIDER = {
4146
4319
  unit: "per_million_tokens"
4147
4320
  }
4148
4321
  },
4322
+ {
4323
+ name: "deepseek/deepseek-r1",
4324
+ displayName: "DeepSeek: R1",
4325
+ maxInputTokens: 64e3,
4326
+ supportedFileTypes: [],
4327
+ reasoning: true,
4328
+ supportsTemperature: true,
4329
+ supportsToolCall: true,
4330
+ releaseDate: "2025-01-20",
4331
+ modalities: {
4332
+ input: ["text"],
4333
+ output: ["text"]
4334
+ },
4335
+ pricing: {
4336
+ inputPerM: 0.7,
4337
+ outputPerM: 2.5,
4338
+ currency: "USD",
4339
+ unit: "per_million_tokens"
4340
+ }
4341
+ },
4149
4342
  {
4150
4343
  name: "deepseek/deepseek-r1-distill-llama-70b",
4151
4344
  displayName: "DeepSeek R1 Distill Llama 70B",
@@ -4247,53 +4440,103 @@ const MODELS_BY_PROVIDER = {
4247
4440
  }
4248
4441
  },
4249
4442
  {
4250
- name: "google/gemini-2.0-flash-001",
4251
- displayName: "Gemini 2.0 Flash",
4443
+ name: "deepseek/deepseek-v4-flash",
4444
+ displayName: "DeepSeek V4 Flash",
4252
4445
  maxInputTokens: 1048576,
4253
- supportedFileTypes: ["pdf", "image", "audio", "video", "document"],
4254
- reasoning: false,
4446
+ supportedFileTypes: [],
4447
+ reasoning: true,
4255
4448
  supportsTemperature: true,
4256
4449
  supportsToolCall: true,
4257
- releaseDate: "2024-12-11",
4450
+ releaseDate: "2026-04-24",
4258
4451
  modalities: {
4259
- input: ["text", "image", "audio", "video", "pdf"],
4452
+ input: ["text"],
4260
4453
  output: ["text"]
4261
4454
  },
4455
+ interleaved: {
4456
+ field: "reasoning_content"
4457
+ },
4458
+ supportsInterleaved: true,
4262
4459
  pricing: {
4263
- inputPerM: 0.1,
4264
- outputPerM: 0.4,
4265
- cacheReadPerM: 0.025,
4460
+ inputPerM: 0.14,
4461
+ outputPerM: 0.28,
4462
+ cacheReadPerM: 0.028,
4266
4463
  currency: "USD",
4267
4464
  unit: "per_million_tokens"
4268
4465
  }
4269
4466
  },
4270
4467
  {
4271
- name: "google/gemini-2.5-flash",
4272
- displayName: "Gemini 2.5 Flash",
4468
+ name: "deepseek/deepseek-v4-pro",
4469
+ displayName: "DeepSeek V4 Pro",
4273
4470
  maxInputTokens: 1048576,
4274
- supportedFileTypes: ["pdf", "image", "audio", "video", "document"],
4471
+ supportedFileTypes: [],
4275
4472
  reasoning: true,
4276
4473
  supportsTemperature: true,
4277
4474
  supportsToolCall: true,
4278
- releaseDate: "2025-07-17",
4475
+ releaseDate: "2026-04-24",
4279
4476
  modalities: {
4280
- input: ["text", "image", "audio", "video", "pdf"],
4477
+ input: ["text"],
4281
4478
  output: ["text"]
4282
4479
  },
4480
+ interleaved: {
4481
+ field: "reasoning_content"
4482
+ },
4483
+ supportsInterleaved: true,
4283
4484
  pricing: {
4284
- inputPerM: 0.3,
4285
- outputPerM: 2.5,
4286
- cacheReadPerM: 0.0375,
4485
+ inputPerM: 1.74,
4486
+ outputPerM: 3.48,
4487
+ cacheReadPerM: 0.145,
4287
4488
  currency: "USD",
4288
4489
  unit: "per_million_tokens"
4289
4490
  }
4290
4491
  },
4291
4492
  {
4292
- name: "google/gemini-2.5-flash-lite",
4293
- displayName: "Gemini 2.5 Flash Lite",
4493
+ name: "google/gemini-2.0-flash-001",
4494
+ displayName: "Gemini 2.0 Flash",
4294
4495
  maxInputTokens: 1048576,
4295
4496
  supportedFileTypes: ["pdf", "image", "audio", "video", "document"],
4296
- reasoning: true,
4497
+ reasoning: false,
4498
+ supportsTemperature: true,
4499
+ supportsToolCall: true,
4500
+ releaseDate: "2024-12-11",
4501
+ modalities: {
4502
+ input: ["text", "image", "audio", "video", "pdf"],
4503
+ output: ["text"]
4504
+ },
4505
+ pricing: {
4506
+ inputPerM: 0.1,
4507
+ outputPerM: 0.4,
4508
+ cacheReadPerM: 0.025,
4509
+ currency: "USD",
4510
+ unit: "per_million_tokens"
4511
+ }
4512
+ },
4513
+ {
4514
+ name: "google/gemini-2.5-flash",
4515
+ displayName: "Gemini 2.5 Flash",
4516
+ maxInputTokens: 1048576,
4517
+ supportedFileTypes: ["pdf", "image", "audio", "video", "document"],
4518
+ reasoning: true,
4519
+ supportsTemperature: true,
4520
+ supportsToolCall: true,
4521
+ releaseDate: "2025-07-17",
4522
+ modalities: {
4523
+ input: ["text", "image", "audio", "video", "pdf"],
4524
+ output: ["text"]
4525
+ },
4526
+ pricing: {
4527
+ inputPerM: 0.3,
4528
+ outputPerM: 2.5,
4529
+ cacheReadPerM: 0.0375,
4530
+ currency: "USD",
4531
+ unit: "per_million_tokens"
4532
+ }
4533
+ },
4534
+ {
4535
+ name: "google/gemini-2.5-flash-lite",
4536
+ displayName: "Gemini 2.5 Flash Lite",
4537
+ maxInputTokens: 1048576,
4538
+ supportedFileTypes: ["pdf", "image", "audio", "video", "document"],
4539
+ reasoning: true,
4297
4540
  supportsTemperature: true,
4298
4541
  supportsToolCall: true,
4299
4542
  releaseDate: "2025-06-17",
@@ -4367,7 +4610,11 @@ const MODELS_BY_PROVIDER = {
4367
4610
  pricing: {
4368
4611
  inputPerM: 1.25,
4369
4612
  outputPerM: 10,
4370
- cacheReadPerM: 0.31,
4613
+ cacheReadPerM: 0.125,
4614
+ contextOver200kPerM: {
4615
+ inputPerM: 2.5,
4616
+ outputPerM: 15
4617
+ },
4371
4618
  currency: "USD",
4372
4619
  unit: "per_million_tokens"
4373
4620
  }
@@ -4463,6 +4710,26 @@ const MODELS_BY_PROVIDER = {
4463
4710
  unit: "per_million_tokens"
4464
4711
  }
4465
4712
  },
4713
+ {
4714
+ name: "google/gemini-3.1-flash-image-preview",
4715
+ displayName: "Gemini 3.1 Flash Image Preview (Nano Banana 2)",
4716
+ maxInputTokens: 65536,
4717
+ supportedFileTypes: ["image", "document"],
4718
+ reasoning: true,
4719
+ supportsTemperature: true,
4720
+ supportsToolCall: false,
4721
+ releaseDate: "2026-02-26",
4722
+ modalities: {
4723
+ input: ["text", "image"],
4724
+ output: ["text", "image"]
4725
+ },
4726
+ pricing: {
4727
+ inputPerM: 0.5,
4728
+ outputPerM: 3,
4729
+ currency: "USD",
4730
+ unit: "per_million_tokens"
4731
+ }
4732
+ },
4466
4733
  {
4467
4734
  name: "google/gemini-3.1-flash-lite-preview",
4468
4735
  displayName: "Gemini 3.1 Flash Lite Preview",
@@ -4747,22 +5014,81 @@ const MODELS_BY_PROVIDER = {
4747
5014
  }
4748
5015
  },
4749
5016
  {
4750
- name: "inception/mercury",
4751
- displayName: "Mercury",
4752
- maxInputTokens: 128e3,
4753
- supportedFileTypes: [],
4754
- reasoning: false,
5017
+ name: "google/gemma-4-26b-a4b-it",
5018
+ displayName: "Gemma 4 26B A4B",
5019
+ maxInputTokens: 262144,
5020
+ supportedFileTypes: ["image", "video", "document"],
5021
+ reasoning: true,
4755
5022
  supportsTemperature: true,
4756
5023
  supportsToolCall: true,
4757
- releaseDate: "2025-06-26",
5024
+ releaseDate: "2026-04-03",
4758
5025
  modalities: {
4759
- input: ["text"],
5026
+ input: ["text", "image", "video"],
4760
5027
  output: ["text"]
4761
5028
  },
4762
5029
  pricing: {
4763
- inputPerM: 0.25,
4764
- outputPerM: 0.75,
4765
- cacheReadPerM: 0.025,
5030
+ inputPerM: 0.13,
5031
+ outputPerM: 0.4,
5032
+ currency: "USD",
5033
+ unit: "per_million_tokens"
5034
+ }
5035
+ },
5036
+ {
5037
+ name: "google/gemma-4-26b-a4b-it:free",
5038
+ displayName: "Gemma 4 26B A4B (free)",
5039
+ maxInputTokens: 262144,
5040
+ supportedFileTypes: ["image", "video", "document"],
5041
+ reasoning: true,
5042
+ supportsTemperature: true,
5043
+ supportsToolCall: true,
5044
+ releaseDate: "2026-04-03",
5045
+ modalities: {
5046
+ input: ["text", "image", "video"],
5047
+ output: ["text"]
5048
+ },
5049
+ pricing: {
5050
+ inputPerM: 0,
5051
+ outputPerM: 0,
5052
+ currency: "USD",
5053
+ unit: "per_million_tokens"
5054
+ }
5055
+ },
5056
+ {
5057
+ name: "google/gemma-4-31b-it",
5058
+ displayName: "Gemma 4 31B",
5059
+ maxInputTokens: 262144,
5060
+ supportedFileTypes: ["image", "video", "document"],
5061
+ reasoning: true,
5062
+ supportsTemperature: true,
5063
+ supportsToolCall: true,
5064
+ releaseDate: "2026-04-02",
5065
+ modalities: {
5066
+ input: ["text", "image", "video"],
5067
+ output: ["text"]
5068
+ },
5069
+ pricing: {
5070
+ inputPerM: 0.14,
5071
+ outputPerM: 0.4,
5072
+ currency: "USD",
5073
+ unit: "per_million_tokens"
5074
+ }
5075
+ },
5076
+ {
5077
+ name: "google/gemma-4-31b-it:free",
5078
+ displayName: "Gemma 4 31B (free)",
5079
+ maxInputTokens: 262144,
5080
+ supportedFileTypes: ["image", "video", "document"],
5081
+ reasoning: true,
5082
+ supportsTemperature: true,
5083
+ supportsToolCall: true,
5084
+ releaseDate: "2026-04-02",
5085
+ modalities: {
5086
+ input: ["text", "image", "video"],
5087
+ output: ["text"]
5088
+ },
5089
+ pricing: {
5090
+ inputPerM: 0,
5091
+ outputPerM: 0,
4766
5092
  currency: "USD",
4767
5093
  unit: "per_million_tokens"
4768
5094
  }
@@ -4789,14 +5115,14 @@ const MODELS_BY_PROVIDER = {
4789
5115
  }
4790
5116
  },
4791
5117
  {
4792
- name: "inception/mercury-coder",
4793
- displayName: "Mercury Coder",
5118
+ name: "inception/mercury-edit-2",
5119
+ displayName: "Mercury Edit 2",
4794
5120
  maxInputTokens: 128e3,
4795
5121
  supportedFileTypes: [],
4796
- reasoning: false,
5122
+ reasoning: true,
4797
5123
  supportsTemperature: true,
4798
- supportsToolCall: true,
4799
- releaseDate: "2025-04-30",
5124
+ supportsToolCall: false,
5125
+ releaseDate: "2026-03-30",
4800
5126
  modalities: {
4801
5127
  input: ["text"],
4802
5128
  output: ["text"]
@@ -5024,6 +5350,30 @@ const MODELS_BY_PROVIDER = {
5024
5350
  unit: "per_million_tokens"
5025
5351
  }
5026
5352
  },
5353
+ {
5354
+ name: "minimax/minimax-m2.5:free",
5355
+ displayName: "MiniMax M2.5 (free)",
5356
+ maxInputTokens: 204800,
5357
+ supportedFileTypes: [],
5358
+ reasoning: true,
5359
+ supportsTemperature: true,
5360
+ supportsToolCall: true,
5361
+ releaseDate: "2026-02-12",
5362
+ modalities: {
5363
+ input: ["text"],
5364
+ output: ["text"]
5365
+ },
5366
+ interleaved: {
5367
+ field: "reasoning_details"
5368
+ },
5369
+ supportsInterleaved: true,
5370
+ pricing: {
5371
+ inputPerM: 0,
5372
+ outputPerM: 0,
5373
+ currency: "USD",
5374
+ unit: "per_million_tokens"
5375
+ }
5376
+ },
5027
5377
  {
5028
5378
  name: "minimax/minimax-m2.7",
5029
5379
  displayName: "MiniMax M2.7",
@@ -5332,36 +5682,41 @@ const MODELS_BY_PROVIDER = {
5332
5682
  }
5333
5683
  },
5334
5684
  {
5335
- name: "moonshotai/kimi-k2:free",
5336
- displayName: "Kimi K2 (free)",
5337
- maxInputTokens: 32800,
5338
- supportedFileTypes: [],
5339
- reasoning: false,
5685
+ name: "moonshotai/kimi-k2.5",
5686
+ displayName: "Kimi K2.5",
5687
+ maxInputTokens: 262144,
5688
+ supportedFileTypes: ["image", "video"],
5689
+ reasoning: true,
5340
5690
  supportsTemperature: true,
5341
5691
  supportsToolCall: true,
5342
- releaseDate: "2025-07-11",
5692
+ releaseDate: "2026-01-27",
5343
5693
  modalities: {
5344
- input: ["text"],
5694
+ input: ["text", "image", "video"],
5345
5695
  output: ["text"]
5346
5696
  },
5697
+ interleaved: {
5698
+ field: "reasoning_details"
5699
+ },
5700
+ supportsInterleaved: true,
5347
5701
  pricing: {
5348
- inputPerM: 0,
5349
- outputPerM: 0,
5702
+ inputPerM: 0.6,
5703
+ outputPerM: 3,
5704
+ cacheReadPerM: 0.1,
5350
5705
  currency: "USD",
5351
5706
  unit: "per_million_tokens"
5352
5707
  }
5353
5708
  },
5354
5709
  {
5355
- name: "moonshotai/kimi-k2.5",
5356
- displayName: "Kimi K2.5",
5710
+ name: "moonshotai/kimi-k2.6",
5711
+ displayName: "Kimi K2.6",
5357
5712
  maxInputTokens: 262144,
5358
- supportedFileTypes: ["image", "video"],
5713
+ supportedFileTypes: ["image"],
5359
5714
  reasoning: true,
5360
5715
  supportsTemperature: true,
5361
5716
  supportsToolCall: true,
5362
- releaseDate: "2026-01-27",
5717
+ releaseDate: "2026-04-20",
5363
5718
  modalities: {
5364
- input: ["text", "image", "video"],
5719
+ input: ["text", "image"],
5365
5720
  output: ["text"]
5366
5721
  },
5367
5722
  interleaved: {
@@ -5369,9 +5724,9 @@ const MODELS_BY_PROVIDER = {
5369
5724
  },
5370
5725
  supportsInterleaved: true,
5371
5726
  pricing: {
5372
- inputPerM: 0.6,
5373
- outputPerM: 3,
5374
- cacheReadPerM: 0.1,
5727
+ inputPerM: 0.95,
5728
+ outputPerM: 4,
5729
+ cacheReadPerM: 0.16,
5375
5730
  currency: "USD",
5376
5731
  unit: "per_million_tokens"
5377
5732
  }
@@ -5456,6 +5811,26 @@ const MODELS_BY_PROVIDER = {
5456
5811
  unit: "per_million_tokens"
5457
5812
  }
5458
5813
  },
5814
+ {
5815
+ name: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free",
5816
+ displayName: "Nemotron 3 Nano Omni (free)",
5817
+ maxInputTokens: 256e3,
5818
+ supportedFileTypes: ["image", "audio", "video"],
5819
+ reasoning: true,
5820
+ supportsTemperature: true,
5821
+ supportsToolCall: true,
5822
+ releaseDate: "2026-04-28",
5823
+ modalities: {
5824
+ input: ["text", "image", "video", "audio"],
5825
+ output: ["text"]
5826
+ },
5827
+ pricing: {
5828
+ inputPerM: 0,
5829
+ outputPerM: 0,
5830
+ currency: "USD",
5831
+ unit: "per_million_tokens"
5832
+ }
5833
+ },
5459
5834
  {
5460
5835
  name: "nvidia/nemotron-3-super-120b-a12b",
5461
5836
  displayName: "Nemotron 3 Super",
@@ -6009,9 +6384,9 @@ const MODELS_BY_PROVIDER = {
6009
6384
  output: ["text"]
6010
6385
  },
6011
6386
  pricing: {
6012
- inputPerM: 75e-8,
6013
- outputPerM: 45e-7,
6014
- cacheReadPerM: 75e-9,
6387
+ inputPerM: 0.75,
6388
+ outputPerM: 4.5,
6389
+ cacheReadPerM: 0.075,
6015
6390
  currency: "USD",
6016
6391
  unit: "per_million_tokens"
6017
6392
  }
@@ -6030,9 +6405,9 @@ const MODELS_BY_PROVIDER = {
6030
6405
  output: ["text"]
6031
6406
  },
6032
6407
  pricing: {
6033
- inputPerM: 2e-7,
6034
- outputPerM: 125e-8,
6035
- cacheReadPerM: 2e-8,
6408
+ inputPerM: 0.2,
6409
+ outputPerM: 1.25,
6410
+ cacheReadPerM: 0.02,
6036
6411
  currency: "USD",
6037
6412
  unit: "per_million_tokens"
6038
6413
  }
@@ -6058,6 +6433,55 @@ const MODELS_BY_PROVIDER = {
6058
6433
  unit: "per_million_tokens"
6059
6434
  }
6060
6435
  },
6436
+ {
6437
+ name: "openai/gpt-5.5",
6438
+ displayName: "GPT-5.5",
6439
+ maxInputTokens: 922e3,
6440
+ supportedFileTypes: ["pdf", "image", "document"],
6441
+ reasoning: true,
6442
+ supportsTemperature: false,
6443
+ supportsToolCall: true,
6444
+ releaseDate: "2026-04-23",
6445
+ modalities: {
6446
+ input: ["text", "image", "pdf"],
6447
+ output: ["text"]
6448
+ },
6449
+ pricing: {
6450
+ inputPerM: 5,
6451
+ outputPerM: 30,
6452
+ cacheReadPerM: 0.5,
6453
+ contextOver200kPerM: {
6454
+ inputPerM: 10,
6455
+ outputPerM: 45
6456
+ },
6457
+ currency: "USD",
6458
+ unit: "per_million_tokens"
6459
+ }
6460
+ },
6461
+ {
6462
+ name: "openai/gpt-5.5-pro",
6463
+ displayName: "GPT-5.5 Pro",
6464
+ maxInputTokens: 922e3,
6465
+ supportedFileTypes: ["pdf", "image", "document"],
6466
+ reasoning: true,
6467
+ supportsTemperature: false,
6468
+ supportsToolCall: true,
6469
+ releaseDate: "2026-04-23",
6470
+ modalities: {
6471
+ input: ["text", "image", "pdf"],
6472
+ output: ["text"]
6473
+ },
6474
+ pricing: {
6475
+ inputPerM: 30,
6476
+ outputPerM: 180,
6477
+ contextOver200kPerM: {
6478
+ inputPerM: 60,
6479
+ outputPerM: 270
6480
+ },
6481
+ currency: "USD",
6482
+ unit: "per_million_tokens"
6483
+ }
6484
+ },
6061
6485
  {
6062
6486
  name: "openai/gpt-oss-120b",
6063
6487
  displayName: "GPT OSS 120B",
@@ -6199,6 +6623,26 @@ const MODELS_BY_PROVIDER = {
6199
6623
  unit: "per_million_tokens"
6200
6624
  }
6201
6625
  },
6626
+ {
6627
+ name: "openrouter/elephant-alpha",
6628
+ displayName: "Elephant (free)",
6629
+ maxInputTokens: 262144,
6630
+ supportedFileTypes: [],
6631
+ reasoning: true,
6632
+ supportsTemperature: true,
6633
+ supportsToolCall: true,
6634
+ releaseDate: "2026-04-13",
6635
+ modalities: {
6636
+ input: ["text"],
6637
+ output: ["text"]
6638
+ },
6639
+ pricing: {
6640
+ inputPerM: 0,
6641
+ outputPerM: 0,
6642
+ currency: "USD",
6643
+ unit: "per_million_tokens"
6644
+ }
6645
+ },
6202
6646
  {
6203
6647
  name: "openrouter/free",
6204
6648
  displayName: "Free Models Router",
@@ -6219,6 +6663,20 @@ const MODELS_BY_PROVIDER = {
6219
6663
  unit: "per_million_tokens"
6220
6664
  }
6221
6665
  },
6666
+ {
6667
+ name: "openrouter/pareto-code",
6668
+ displayName: "Pareto Code Router",
6669
+ maxInputTokens: 2e5,
6670
+ supportedFileTypes: [],
6671
+ reasoning: true,
6672
+ supportsTemperature: true,
6673
+ supportsToolCall: true,
6674
+ releaseDate: "2026-04-21",
6675
+ modalities: {
6676
+ input: ["text"],
6677
+ output: ["text"]
6678
+ }
6679
+ },
6222
6680
  {
6223
6681
  name: "prime-intellect/intellect-3",
6224
6682
  displayName: "Intellect 3",
@@ -6359,26 +6817,6 @@ const MODELS_BY_PROVIDER = {
6359
6817
  unit: "per_million_tokens"
6360
6818
  }
6361
6819
  },
6362
- {
6363
- name: "qwen/qwen3-4b:free",
6364
- displayName: "Qwen3 4B (free)",
6365
- maxInputTokens: 40960,
6366
- supportedFileTypes: [],
6367
- reasoning: true,
6368
- supportsTemperature: true,
6369
- supportsToolCall: true,
6370
- releaseDate: "2025-04-30",
6371
- modalities: {
6372
- input: ["text"],
6373
- output: ["text"]
6374
- },
6375
- pricing: {
6376
- inputPerM: 0,
6377
- outputPerM: 0,
6378
- currency: "USD",
6379
- unit: "per_million_tokens"
6380
- }
6381
- },
6382
6820
  {
6383
6821
  name: "qwen/qwen3-coder",
6384
6822
  displayName: "Qwen3 Coder",
@@ -6459,26 +6897,6 @@ const MODELS_BY_PROVIDER = {
6459
6897
  unit: "per_million_tokens"
6460
6898
  }
6461
6899
  },
6462
- {
6463
- name: "qwen/qwen3-coder:free",
6464
- displayName: "Qwen3 Coder 480B A35B Instruct (free)",
6465
- maxInputTokens: 262144,
6466
- supportedFileTypes: [],
6467
- reasoning: false,
6468
- supportsTemperature: true,
6469
- supportsToolCall: true,
6470
- releaseDate: "2025-07-23",
6471
- modalities: {
6472
- input: ["text"],
6473
- output: ["text"]
6474
- },
6475
- pricing: {
6476
- inputPerM: 0,
6477
- outputPerM: 0,
6478
- currency: "USD",
6479
- unit: "per_million_tokens"
6480
- }
6481
- },
6482
6900
  {
6483
6901
  name: "qwen/qwen3-max",
6484
6902
  displayName: "Qwen3 Max",
@@ -6520,11 +6938,11 @@ const MODELS_BY_PROVIDER = {
6520
6938
  }
6521
6939
  },
6522
6940
  {
6523
- name: "qwen/qwen3-next-80b-a3b-instruct:free",
6524
- displayName: "Qwen3 Next 80B A3B Instruct (free)",
6941
+ name: "qwen/qwen3-next-80b-a3b-thinking",
6942
+ displayName: "Qwen3 Next 80B A3B Thinking",
6525
6943
  maxInputTokens: 262144,
6526
6944
  supportedFileTypes: [],
6527
- reasoning: false,
6945
+ reasoning: true,
6528
6946
  supportsTemperature: true,
6529
6947
  supportsToolCall: true,
6530
6948
  releaseDate: "2025-09-11",
@@ -6533,48 +6951,48 @@ const MODELS_BY_PROVIDER = {
6533
6951
  output: ["text"]
6534
6952
  },
6535
6953
  pricing: {
6536
- inputPerM: 0,
6537
- outputPerM: 0,
6954
+ inputPerM: 0.14,
6955
+ outputPerM: 1.4,
6538
6956
  currency: "USD",
6539
6957
  unit: "per_million_tokens"
6540
6958
  }
6541
6959
  },
6542
6960
  {
6543
- name: "qwen/qwen3-next-80b-a3b-thinking",
6544
- displayName: "Qwen3 Next 80B A3B Thinking",
6961
+ name: "qwen/qwen3.5-397b-a17b",
6962
+ displayName: "Qwen3.5 397B A17B",
6545
6963
  maxInputTokens: 262144,
6546
- supportedFileTypes: [],
6964
+ supportedFileTypes: ["image", "video"],
6547
6965
  reasoning: true,
6548
6966
  supportsTemperature: true,
6549
6967
  supportsToolCall: true,
6550
- releaseDate: "2025-09-11",
6968
+ releaseDate: "2026-02-16",
6551
6969
  modalities: {
6552
- input: ["text"],
6970
+ input: ["text", "image", "video"],
6553
6971
  output: ["text"]
6554
6972
  },
6555
6973
  pricing: {
6556
- inputPerM: 0.14,
6557
- outputPerM: 1.4,
6974
+ inputPerM: 0.6,
6975
+ outputPerM: 3.6,
6558
6976
  currency: "USD",
6559
6977
  unit: "per_million_tokens"
6560
6978
  }
6561
6979
  },
6562
6980
  {
6563
- name: "qwen/qwen3.5-397b-a17b",
6564
- displayName: "Qwen3.5 397B A17B",
6565
- maxInputTokens: 262144,
6981
+ name: "qwen/qwen3.5-flash-02-23",
6982
+ displayName: "Qwen: Qwen3.5-Flash",
6983
+ maxInputTokens: 1e6,
6566
6984
  supportedFileTypes: ["image", "video"],
6567
6985
  reasoning: true,
6568
6986
  supportsTemperature: true,
6569
6987
  supportsToolCall: true,
6570
- releaseDate: "2026-02-16",
6988
+ releaseDate: "2026-02-25",
6571
6989
  modalities: {
6572
6990
  input: ["text", "image", "video"],
6573
6991
  output: ["text"]
6574
6992
  },
6575
6993
  pricing: {
6576
- inputPerM: 0.6,
6577
- outputPerM: 3.6,
6994
+ inputPerM: 0.065,
6995
+ outputPerM: 0.26,
6578
6996
  currency: "USD",
6579
6997
  unit: "per_million_tokens"
6580
6998
  }
@@ -6600,21 +7018,21 @@ const MODELS_BY_PROVIDER = {
6600
7018
  }
6601
7019
  },
6602
7020
  {
6603
- name: "qwen/qwen3.6-plus-preview:free",
6604
- displayName: "Qwen3.6 Plus Preview (free)",
7021
+ name: "qwen/qwen3.6-plus",
7022
+ displayName: "Qwen3.6 Plus",
6605
7023
  maxInputTokens: 1e6,
6606
- supportedFileTypes: [],
7024
+ supportedFileTypes: ["image", "video"],
6607
7025
  reasoning: true,
6608
7026
  supportsTemperature: true,
6609
7027
  supportsToolCall: true,
6610
- releaseDate: "2026-03-30",
7028
+ releaseDate: "2026-04-02",
6611
7029
  modalities: {
6612
- input: ["text"],
7030
+ input: ["text", "image", "video"],
6613
7031
  output: ["text"]
6614
7032
  },
6615
7033
  pricing: {
6616
- inputPerM: 0,
6617
- outputPerM: 0,
7034
+ inputPerM: 0.325,
7035
+ outputPerM: 1.95,
6618
7036
  currency: "USD",
6619
7037
  unit: "per_million_tokens"
6620
7038
  }
@@ -6700,26 +7118,6 @@ const MODELS_BY_PROVIDER = {
6700
7118
  unit: "per_million_tokens"
6701
7119
  }
6702
7120
  },
6703
- {
6704
- name: "stepfun/step-3.5-flash:free",
6705
- displayName: "Step 3.5 Flash (free)",
6706
- maxInputTokens: 256e3,
6707
- supportedFileTypes: [],
6708
- reasoning: true,
6709
- supportsTemperature: true,
6710
- supportsToolCall: true,
6711
- releaseDate: "2026-01-29",
6712
- modalities: {
6713
- input: ["text"],
6714
- output: ["text"]
6715
- },
6716
- pricing: {
6717
- inputPerM: 0,
6718
- outputPerM: 0,
6719
- currency: "USD",
6720
- unit: "per_million_tokens"
6721
- }
6722
- },
6723
7121
  {
6724
7122
  name: "x-ai/grok-3",
6725
7123
  displayName: "Grok 3",
@@ -6988,6 +7386,7 @@ const MODELS_BY_PROVIDER = {
6988
7386
  pricing: {
6989
7387
  inputPerM: 0.4,
6990
7388
  outputPerM: 2,
7389
+ cacheReadPerM: 0.08,
6991
7390
  currency: "USD",
6992
7391
  unit: "per_million_tokens"
6993
7392
  }
@@ -7012,6 +7411,65 @@ const MODELS_BY_PROVIDER = {
7012
7411
  pricing: {
7013
7412
  inputPerM: 1,
7014
7413
  outputPerM: 3,
7414
+ cacheReadPerM: 0.2,
7415
+ currency: "USD",
7416
+ unit: "per_million_tokens"
7417
+ }
7418
+ },
7419
+ {
7420
+ name: "xiaomi/mimo-v2.5",
7421
+ displayName: "MiMo-V2.5",
7422
+ maxInputTokens: 1048576,
7423
+ supportedFileTypes: [],
7424
+ reasoning: true,
7425
+ supportsTemperature: true,
7426
+ supportsToolCall: true,
7427
+ releaseDate: "2026-04-22",
7428
+ modalities: {
7429
+ input: ["text"],
7430
+ output: ["text"]
7431
+ },
7432
+ interleaved: {
7433
+ field: "reasoning_content"
7434
+ },
7435
+ supportsInterleaved: true,
7436
+ pricing: {
7437
+ inputPerM: 0.4,
7438
+ outputPerM: 2,
7439
+ cacheReadPerM: 0.08,
7440
+ contextOver200kPerM: {
7441
+ inputPerM: 0.8,
7442
+ outputPerM: 4
7443
+ },
7444
+ currency: "USD",
7445
+ unit: "per_million_tokens"
7446
+ }
7447
+ },
7448
+ {
7449
+ name: "xiaomi/mimo-v2.5-pro",
7450
+ displayName: "MiMo-V2.5-Pro",
7451
+ maxInputTokens: 1048576,
7452
+ supportedFileTypes: ["pdf", "image", "audio", "video"],
7453
+ reasoning: true,
7454
+ supportsTemperature: true,
7455
+ supportsToolCall: true,
7456
+ releaseDate: "2026-04-22",
7457
+ modalities: {
7458
+ input: ["text", "image", "audio", "video", "pdf"],
7459
+ output: ["text"]
7460
+ },
7461
+ interleaved: {
7462
+ field: "reasoning_content"
7463
+ },
7464
+ supportsInterleaved: true,
7465
+ pricing: {
7466
+ inputPerM: 1,
7467
+ outputPerM: 3,
7468
+ cacheReadPerM: 0.2,
7469
+ contextOver200kPerM: {
7470
+ inputPerM: 2,
7471
+ outputPerM: 6
7472
+ },
7015
7473
  currency: "USD",
7016
7474
  unit: "per_million_tokens"
7017
7475
  }
@@ -7146,56 +7604,107 @@ const MODELS_BY_PROVIDER = {
7146
7604
  reasoning: true,
7147
7605
  supportsTemperature: true,
7148
7606
  supportsToolCall: true,
7149
- releaseDate: "2025-12-22",
7607
+ releaseDate: "2025-12-22",
7608
+ modalities: {
7609
+ input: ["text"],
7610
+ output: ["text"]
7611
+ },
7612
+ interleaved: {
7613
+ field: "reasoning_details"
7614
+ },
7615
+ supportsInterleaved: true,
7616
+ pricing: {
7617
+ inputPerM: 0.6,
7618
+ outputPerM: 2.2,
7619
+ cacheReadPerM: 0.11,
7620
+ currency: "USD",
7621
+ unit: "per_million_tokens"
7622
+ }
7623
+ },
7624
+ {
7625
+ name: "z-ai/glm-4.7-flash",
7626
+ displayName: "GLM-4.7-Flash",
7627
+ maxInputTokens: 2e5,
7628
+ supportedFileTypes: [],
7629
+ reasoning: true,
7630
+ supportsTemperature: true,
7631
+ supportsToolCall: true,
7632
+ releaseDate: "2026-01-19",
7633
+ modalities: {
7634
+ input: ["text"],
7635
+ output: ["text"]
7636
+ },
7637
+ interleaved: {
7638
+ field: "reasoning_details"
7639
+ },
7640
+ supportsInterleaved: true,
7641
+ pricing: {
7642
+ inputPerM: 0.07,
7643
+ outputPerM: 0.4,
7644
+ currency: "USD",
7645
+ unit: "per_million_tokens"
7646
+ }
7647
+ },
7648
+ {
7649
+ name: "z-ai/glm-5",
7650
+ displayName: "GLM-5",
7651
+ maxInputTokens: 202752,
7652
+ supportedFileTypes: [],
7653
+ reasoning: true,
7654
+ supportsTemperature: true,
7655
+ supportsToolCall: true,
7656
+ releaseDate: "2026-02-12",
7150
7657
  modalities: {
7151
7658
  input: ["text"],
7152
7659
  output: ["text"]
7153
7660
  },
7154
7661
  interleaved: {
7155
- field: "reasoning_details"
7662
+ field: "reasoning_content"
7156
7663
  },
7157
7664
  supportsInterleaved: true,
7158
7665
  pricing: {
7159
- inputPerM: 0.6,
7160
- outputPerM: 2.2,
7161
- cacheReadPerM: 0.11,
7666
+ inputPerM: 1,
7667
+ outputPerM: 3.2,
7668
+ cacheReadPerM: 0.2,
7162
7669
  currency: "USD",
7163
7670
  unit: "per_million_tokens"
7164
7671
  }
7165
7672
  },
7166
7673
  {
7167
- name: "z-ai/glm-4.7-flash",
7168
- displayName: "GLM-4.7-Flash",
7169
- maxInputTokens: 2e5,
7674
+ name: "z-ai/glm-5-turbo",
7675
+ displayName: "GLM-5-Turbo",
7676
+ maxInputTokens: 202752,
7170
7677
  supportedFileTypes: [],
7171
7678
  reasoning: true,
7172
7679
  supportsTemperature: true,
7173
7680
  supportsToolCall: true,
7174
- releaseDate: "2026-01-19",
7681
+ releaseDate: "2026-03-16",
7175
7682
  modalities: {
7176
7683
  input: ["text"],
7177
7684
  output: ["text"]
7178
7685
  },
7179
7686
  interleaved: {
7180
- field: "reasoning_details"
7687
+ field: "reasoning_content"
7181
7688
  },
7182
7689
  supportsInterleaved: true,
7183
7690
  pricing: {
7184
- inputPerM: 0.07,
7185
- outputPerM: 0.4,
7691
+ inputPerM: 0.96,
7692
+ outputPerM: 3.2,
7693
+ cacheReadPerM: 0.192,
7694
+ cacheWritePerM: 0,
7186
7695
  currency: "USD",
7187
7696
  unit: "per_million_tokens"
7188
7697
  }
7189
7698
  },
7190
7699
  {
7191
- name: "z-ai/glm-5",
7192
- displayName: "GLM-5",
7700
+ name: "z-ai/glm-5.1",
7701
+ displayName: "GLM-5.1",
7193
7702
  maxInputTokens: 202752,
7194
7703
  supportedFileTypes: [],
7195
7704
  reasoning: true,
7196
7705
  supportsTemperature: true,
7197
7706
  supportsToolCall: true,
7198
- releaseDate: "2026-02-12",
7707
+ releaseDate: "2026-04-07",
7199
7708
  modalities: {
7200
7709
  input: ["text"],
7201
7710
  output: ["text"]
@@ -7205,9 +7714,9 @@ const MODELS_BY_PROVIDER = {
7205
7714
  },
7206
7715
  supportsInterleaved: true,
7207
7716
  pricing: {
7208
- inputPerM: 1,
7209
- outputPerM: 3.2,
7210
- cacheReadPerM: 0.2,
7717
+ inputPerM: 1.4,
7718
+ outputPerM: 4.4,
7719
+ cacheReadPerM: 0.26,
7211
7720
  currency: "USD",
7212
7721
  unit: "per_million_tokens"
7213
7722
  }
@@ -7334,7 +7843,7 @@ const MODELS_BY_PROVIDER = {
7334
7843
  reasoning: true,
7335
7844
  supportsTemperature: true,
7336
7845
  supportsToolCall: true,
7337
- releaseDate: "2025-11-24",
7846
+ releaseDate: "2025-11-01",
7338
7847
  modalities: {
7339
7848
  input: ["text", "image", "pdf"],
7340
7849
  output: ["text"]
@@ -7374,6 +7883,32 @@ const MODELS_BY_PROVIDER = {
7374
7883
  unit: "per_million_tokens"
7375
7884
  }
7376
7885
  },
7886
+ {
7887
+ name: "claude-opus-4-7@default",
7888
+ displayName: "Claude Opus 4.7",
7889
+ maxInputTokens: 1e6,
7890
+ supportedFileTypes: ["pdf", "image", "document"],
7891
+ reasoning: true,
7892
+ supportsTemperature: false,
7893
+ supportsToolCall: true,
7894
+ releaseDate: "2026-04-16",
7895
+ modalities: {
7896
+ input: ["text", "image", "pdf"],
7897
+ output: ["text"]
7898
+ },
7899
+ pricing: {
7900
+ inputPerM: 5,
7901
+ outputPerM: 25,
7902
+ cacheReadPerM: 0.5,
7903
+ cacheWritePerM: 6.25,
7904
+ contextOver200kPerM: {
7905
+ inputPerM: 10,
7906
+ outputPerM: 37.5
7907
+ },
7908
+ currency: "USD",
7909
+ unit: "per_million_tokens"
7910
+ }
7911
+ },
7377
7912
  {
7378
7913
  name: "claude-opus-4@20250514",
7379
7914
  displayName: "Claude Opus 4",
@@ -7490,6 +8025,31 @@ const MODELS_BY_PROVIDER = {
7490
8025
  unit: "per_million_tokens"
7491
8026
  }
7492
8027
  },
8028
+ {
8029
+ name: "deepseek-ai/deepseek-v3.2-maas",
8030
+ displayName: "DeepSeek V3.2",
8031
+ maxInputTokens: 163840,
8032
+ supportedFileTypes: ["pdf", "document"],
8033
+ reasoning: true,
8034
+ supportsTemperature: true,
8035
+ supportsToolCall: true,
8036
+ releaseDate: "2025-12-17",
8037
+ modalities: {
8038
+ input: ["text", "pdf"],
8039
+ output: ["text"]
8040
+ },
8041
+ providerMetadata: {
8042
+ npm: "@ai-sdk/openai-compatible",
8043
+ api: "https://${GOOGLE_VERTEX_ENDPOINT}/v1/projects/${GOOGLE_VERTEX_PROJECT}/locations/${GOOGLE_VERTEX_LOCATION}/endpoints/openapi"
8044
+ },
8045
+ pricing: {
8046
+ inputPerM: 0.56,
8047
+ outputPerM: 1.68,
8048
+ cacheReadPerM: 0.056,
8049
+ currency: "USD",
8050
+ unit: "per_million_tokens"
8051
+ }
8052
+ },
7493
8053
  {
7494
8054
  name: "gemini-2.0-flash",
7495
8055
  displayName: "Gemini 2.0 Flash",
@@ -7696,7 +8256,11 @@ const MODELS_BY_PROVIDER = {
7696
8256
  pricing: {
7697
8257
  inputPerM: 1.25,
7698
8258
  outputPerM: 10,
7699
- cacheReadPerM: 0.31,
8259
+ cacheReadPerM: 0.125,
8260
+ contextOver200kPerM: {
8261
+ inputPerM: 2.5,
8262
+ outputPerM: 15
8263
+ },
7700
8264
  currency: "USD",
7701
8265
  unit: "per_million_tokens"
7702
8266
  }
@@ -7794,6 +8358,28 @@ const MODELS_BY_PROVIDER = {
7794
8358
  unit: "per_million_tokens"
7795
8359
  }
7796
8360
  },
8361
+ {
8362
+ name: "gemini-3.1-flash-lite-preview",
8363
+ displayName: "Gemini 3.1 Flash Lite Preview",
8364
+ maxInputTokens: 1048576,
8365
+ supportedFileTypes: ["pdf", "image", "audio", "video", "document"],
8366
+ reasoning: true,
8367
+ supportsTemperature: true,
8368
+ supportsToolCall: true,
8369
+ releaseDate: "2026-03-03",
8370
+ modalities: {
8371
+ input: ["text", "image", "video", "audio", "pdf"],
8372
+ output: ["text"]
8373
+ },
8374
+ pricing: {
8375
+ inputPerM: 0.25,
8376
+ outputPerM: 1.5,
8377
+ cacheReadPerM: 0.025,
8378
+ cacheWritePerM: 1,
8379
+ currency: "USD",
8380
+ unit: "per_million_tokens"
8381
+ }
8382
+ },
7797
8383
  {
7798
8384
  name: "gemini-3.1-pro-preview",
7799
8385
  displayName: "Gemini 3.1 Pro Preview",
@@ -7955,6 +8541,34 @@ const MODELS_BY_PROVIDER = {
7955
8541
  unit: "per_million_tokens"
7956
8542
  }
7957
8543
  },
8544
+ {
8545
+ name: "moonshotai/kimi-k2-thinking-maas",
8546
+ displayName: "Kimi K2 Thinking",
8547
+ maxInputTokens: 262144,
8548
+ supportedFileTypes: [],
8549
+ reasoning: true,
8550
+ supportsTemperature: true,
8551
+ supportsToolCall: true,
8552
+ releaseDate: "2025-11-13",
8553
+ modalities: {
8554
+ input: ["text"],
8555
+ output: ["text"]
8556
+ },
8557
+ providerMetadata: {
8558
+ npm: "@ai-sdk/openai-compatible",
8559
+ api: "https://${GOOGLE_VERTEX_ENDPOINT}/v1/projects/${GOOGLE_VERTEX_PROJECT}/locations/${GOOGLE_VERTEX_LOCATION}/endpoints/openapi"
8560
+ },
8561
+ interleaved: {
8562
+ field: "reasoning_content"
8563
+ },
8564
+ supportsInterleaved: true,
8565
+ pricing: {
8566
+ inputPerM: 0.6,
8567
+ outputPerM: 2.5,
8568
+ currency: "USD",
8569
+ unit: "per_million_tokens"
8570
+ }
8571
+ },
7958
8572
  {
7959
8573
  name: "openai/gpt-oss-120b-maas",
7960
8574
  displayName: "GPT OSS 120B",
@@ -8399,6 +9013,28 @@ const MODELS_BY_PROVIDER = {
8399
9013
  unit: "per_million_tokens"
8400
9014
  }
8401
9015
  },
9016
+ {
9017
+ name: "anthropic.claude-opus-4-7",
9018
+ displayName: "Claude Opus 4.7",
9019
+ maxInputTokens: 1e6,
9020
+ supportedFileTypes: ["pdf", "image"],
9021
+ reasoning: true,
9022
+ supportsTemperature: false,
9023
+ supportsToolCall: true,
9024
+ releaseDate: "2026-04-16",
9025
+ modalities: {
9026
+ input: ["text", "image", "pdf"],
9027
+ output: ["text"]
9028
+ },
9029
+ pricing: {
9030
+ inputPerM: 5,
9031
+ outputPerM: 25,
9032
+ cacheReadPerM: 0.5,
9033
+ cacheWritePerM: 6.25,
9034
+ currency: "USD",
9035
+ unit: "per_million_tokens"
9036
+ }
9037
+ },
8402
9038
  {
8403
9039
  name: "anthropic.claude-sonnet-4-20250514-v1:0",
8404
9040
  displayName: "Claude Sonnet 4",
@@ -8466,6 +9102,50 @@ const MODELS_BY_PROVIDER = {
8466
9102
  unit: "per_million_tokens"
8467
9103
  }
8468
9104
  },
9105
+ {
9106
+ name: "au.anthropic.claude-opus-4-6-v1",
9107
+ displayName: "AU Anthropic Claude Opus 4.6",
9108
+ maxInputTokens: 1e6,
9109
+ supportedFileTypes: ["pdf", "image"],
9110
+ reasoning: true,
9111
+ supportsTemperature: true,
9112
+ supportsToolCall: true,
9113
+ releaseDate: "2026-02-05",
9114
+ modalities: {
9115
+ input: ["text", "image", "pdf"],
9116
+ output: ["text"]
9117
+ },
9118
+ pricing: {
9119
+ inputPerM: 16.5,
9120
+ outputPerM: 82.5,
9121
+ cacheReadPerM: 1.65,
9122
+ cacheWritePerM: 20.625,
9123
+ currency: "USD",
9124
+ unit: "per_million_tokens"
9125
+ }
9126
+ },
9127
+ {
9128
+ name: "au.anthropic.claude-sonnet-4-6",
9129
+ displayName: "AU Anthropic Claude Sonnet 4.6",
9130
+ maxInputTokens: 1e6,
9131
+ supportedFileTypes: ["pdf", "image"],
9132
+ reasoning: true,
9133
+ supportsTemperature: true,
9134
+ supportsToolCall: true,
9135
+ releaseDate: "2026-02-17",
9136
+ modalities: {
9137
+ input: ["text", "image", "pdf"],
9138
+ output: ["text"]
9139
+ },
9140
+ pricing: {
9141
+ inputPerM: 3.3,
9142
+ outputPerM: 16.5,
9143
+ cacheReadPerM: 0.33,
9144
+ cacheWritePerM: 4.125,
9145
+ currency: "USD",
9146
+ unit: "per_million_tokens"
9147
+ }
9148
+ },
8469
9149
  {
8470
9150
  name: "deepseek.r1-v1:0",
8471
9151
  displayName: "DeepSeek-R1",
@@ -8592,6 +9272,28 @@ const MODELS_BY_PROVIDER = {
8592
9272
  unit: "per_million_tokens"
8593
9273
  }
8594
9274
  },
9275
+ {
9276
+ name: "eu.anthropic.claude-opus-4-7",
9277
+ displayName: "Claude Opus 4.7 (EU)",
9278
+ maxInputTokens: 1e6,
9279
+ supportedFileTypes: ["pdf", "image"],
9280
+ reasoning: true,
9281
+ supportsTemperature: false,
9282
+ supportsToolCall: true,
9283
+ releaseDate: "2026-04-16",
9284
+ modalities: {
9285
+ input: ["text", "image", "pdf"],
9286
+ output: ["text"]
9287
+ },
9288
+ pricing: {
9289
+ inputPerM: 5,
9290
+ outputPerM: 25,
9291
+ cacheReadPerM: 0.5,
9292
+ cacheWritePerM: 6.25,
9293
+ currency: "USD",
9294
+ unit: "per_million_tokens"
9295
+ }
9296
+ },
8595
9297
  {
8596
9298
  name: "eu.anthropic.claude-sonnet-4-20250514-v1:0",
8597
9299
  displayName: "Claude Sonnet 4 (EU)",
@@ -8724,6 +9426,28 @@ const MODELS_BY_PROVIDER = {
8724
9426
  unit: "per_million_tokens"
8725
9427
  }
8726
9428
  },
9429
+ {
9430
+ name: "global.anthropic.claude-opus-4-7",
9431
+ displayName: "Claude Opus 4.7 (Global)",
9432
+ maxInputTokens: 1e6,
9433
+ supportedFileTypes: ["pdf", "image"],
9434
+ reasoning: true,
9435
+ supportsTemperature: false,
9436
+ supportsToolCall: true,
9437
+ releaseDate: "2026-04-16",
9438
+ modalities: {
9439
+ input: ["text", "image", "pdf"],
9440
+ output: ["text"]
9441
+ },
9442
+ pricing: {
9443
+ inputPerM: 5,
9444
+ outputPerM: 25,
9445
+ cacheReadPerM: 0.5,
9446
+ cacheWritePerM: 6.25,
9447
+ currency: "USD",
9448
+ unit: "per_million_tokens"
9449
+ }
9450
+ },
8727
9451
  {
8728
9452
  name: "global.anthropic.claude-sonnet-4-20250514-v1:0",
8729
9453
  displayName: "Claude Sonnet 4 (Global)",
@@ -9574,6 +10298,26 @@ const MODELS_BY_PROVIDER = {
9574
10298
  unit: "per_million_tokens"
9575
10299
  }
9576
10300
  },
10301
+ {
10302
+ name: "qwen.qwen3-coder-next",
10303
+ displayName: "Qwen3 Coder Next",
10304
+ maxInputTokens: 131072,
10305
+ supportedFileTypes: [],
10306
+ reasoning: true,
10307
+ supportsTemperature: true,
10308
+ supportsToolCall: true,
10309
+ releaseDate: "2026-02-06",
10310
+ modalities: {
10311
+ input: ["text"],
10312
+ output: ["text"]
10313
+ },
10314
+ pricing: {
10315
+ inputPerM: 0.22,
10316
+ outputPerM: 1.8,
10317
+ currency: "USD",
10318
+ unit: "per_million_tokens"
10319
+ }
10320
+ },
9577
10321
  {
9578
10322
  name: "qwen.qwen3-next-80b-a3b",
9579
10323
  displayName: "Qwen/Qwen3-Next-80B-A3B-Instruct",
@@ -9724,6 +10468,28 @@ const MODELS_BY_PROVIDER = {
9724
10468
  unit: "per_million_tokens"
9725
10469
  }
9726
10470
  },
10471
+ {
10472
+ name: "us.anthropic.claude-opus-4-7",
10473
+ displayName: "Claude Opus 4.7 (US)",
10474
+ maxInputTokens: 1e6,
10475
+ supportedFileTypes: ["pdf", "image"],
10476
+ reasoning: true,
10477
+ supportsTemperature: false,
10478
+ supportsToolCall: true,
10479
+ releaseDate: "2026-04-16",
10480
+ modalities: {
10481
+ input: ["text", "image", "pdf"],
10482
+ output: ["text"]
10483
+ },
10484
+ pricing: {
10485
+ inputPerM: 5,
10486
+ outputPerM: 25,
10487
+ cacheReadPerM: 0.5,
10488
+ cacheWritePerM: 6.25,
10489
+ currency: "USD",
10490
+ unit: "per_million_tokens"
10491
+ }
10492
+ },
9727
10493
  {
9728
10494
  name: "us.anthropic.claude-sonnet-4-20250514-v1:0",
9729
10495
  displayName: "Claude Sonnet 4 (US)",