@ottocode/sdk 0.1.301 → 0.1.302

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ottocode/sdk",
3
- "version": "0.1.301",
3
+ "version": "0.1.302",
4
4
  "description": "AI agent SDK for building intelligent assistants - tree-shakable and comprehensive",
5
5
  "author": "nitishxyz",
6
6
  "license": "MIT",
@@ -2967,30 +2967,6 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
2967
2967
  output: 64000,
2968
2968
  },
2969
2969
  },
2970
- {
2971
- id: 'baidu/ernie-4.5-vl-28b-a3b',
2972
- label: 'ERNIE 4.5 VL 28B A3B',
2973
- modalities: {
2974
- input: ['text', 'image'],
2975
- output: ['text'],
2976
- },
2977
- toolCall: true,
2978
- reasoningText: true,
2979
- attachment: true,
2980
- temperature: true,
2981
- knowledge: '2025-03-31',
2982
- releaseDate: '2025-08-12',
2983
- lastUpdated: '2025-08-12',
2984
- openWeights: true,
2985
- cost: {
2986
- input: 0.14,
2987
- output: 0.56,
2988
- },
2989
- limit: {
2990
- context: 30000,
2991
- output: 8000,
2992
- },
2993
- },
2994
2970
  {
2995
2971
  id: 'bytedance-seed/seed-1.6',
2996
2972
  label: 'Seed 1.6',
@@ -3207,7 +3183,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
3207
3183
  },
3208
3184
  {
3209
3185
  id: 'deepseek/deepseek-r1',
3210
- label: 'R1',
3186
+ label: 'DeepSeek-R1',
3211
3187
  modalities: {
3212
3188
  input: ['text'],
3213
3189
  output: ['text'],
@@ -3216,9 +3192,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
3216
3192
  reasoningText: true,
3217
3193
  attachment: false,
3218
3194
  temperature: true,
3219
- knowledge: '2024-07-31',
3195
+ knowledge: '2024-07',
3220
3196
  releaseDate: '2025-01-20',
3221
- lastUpdated: '2025-01-20',
3197
+ lastUpdated: '2025-05-29',
3222
3198
  openWeights: true,
3223
3199
  cost: {
3224
3200
  input: 0.7,
@@ -3839,11 +3815,12 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
3839
3815
  openWeights: true,
3840
3816
  cost: {
3841
3817
  input: 0.12,
3842
- output: 0.37,
3818
+ output: 0.36,
3819
+ cacheRead: 0.09,
3843
3820
  },
3844
3821
  limit: {
3845
- context: 262144,
3846
- output: 16384,
3822
+ context: 256000,
3823
+ output: 8192,
3847
3824
  },
3848
3825
  },
3849
3826
  {
@@ -4055,10 +4032,10 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
4055
4032
  openWeights: true,
4056
4033
  cost: {
4057
4034
  input: 0.02,
4058
- output: 0.05,
4035
+ output: 0.03,
4059
4036
  },
4060
4037
  limit: {
4061
- context: 16384,
4038
+ context: 131072,
4062
4039
  output: 16384,
4063
4040
  },
4064
4041
  },
@@ -4278,7 +4255,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
4278
4255
  },
4279
4256
  limit: {
4280
4257
  context: 196608,
4281
- output: 131072,
4258
+ output: 196608,
4282
4259
  },
4283
4260
  },
4284
4261
  {
@@ -4900,7 +4877,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
4900
4877
  },
4901
4878
  {
4902
4879
  id: 'nvidia/llama-3.3-nemotron-super-49b-v1.5',
4903
- label: 'Llama 3.3 Nemotron Super 49B V1.5',
4880
+ label: 'Llama 3.3 Nemotron Super 49B v1.5',
4904
4881
  modalities: {
4905
4882
  input: ['text'],
4906
4883
  output: ['text'],
@@ -4909,9 +4886,8 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
4909
4886
  reasoningText: true,
4910
4887
  attachment: false,
4911
4888
  temperature: true,
4912
- knowledge: '2024-03-31',
4913
- releaseDate: '2025-10-10',
4914
- lastUpdated: '2025-10-10',
4889
+ releaseDate: '2025-07-25',
4890
+ lastUpdated: '2025-07-25',
4915
4891
  openWeights: true,
4916
4892
  cost: {
4917
4893
  input: 0.1,
@@ -4933,8 +4909,8 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
4933
4909
  reasoningText: true,
4934
4910
  attachment: false,
4935
4911
  temperature: true,
4936
- releaseDate: '2025-12-14',
4937
- lastUpdated: '2025-12-14',
4912
+ releaseDate: '2025-12-15',
4913
+ lastUpdated: '2025-12-15',
4938
4914
  openWeights: true,
4939
4915
  cost: {
4940
4916
  input: 0.05,
@@ -4956,9 +4932,8 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
4956
4932
  reasoningText: true,
4957
4933
  attachment: false,
4958
4934
  temperature: true,
4959
- knowledge: '2025-11',
4960
- releaseDate: '2025-12-14',
4961
- lastUpdated: '2025-12-14',
4935
+ releaseDate: '2025-12-15',
4936
+ lastUpdated: '2025-12-15',
4962
4937
  openWeights: true,
4963
4938
  cost: {
4964
4939
  input: 0,
@@ -4973,7 +4948,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
4973
4948
  id: 'nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free',
4974
4949
  label: 'Nemotron 3 Nano Omni (free)',
4975
4950
  modalities: {
4976
- input: ['text', 'audio', 'image', 'video'],
4951
+ input: ['text', 'image', 'video', 'audio'],
4977
4952
  output: ['text'],
4978
4953
  },
4979
4954
  toolCall: true,
@@ -4982,7 +4957,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
4982
4957
  temperature: true,
4983
4958
  releaseDate: '2026-04-28',
4984
4959
  lastUpdated: '2026-04-28',
4985
- openWeights: false,
4960
+ openWeights: true,
4986
4961
  cost: {
4987
4962
  input: 0,
4988
4963
  output: 0,
@@ -4994,7 +4969,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
4994
4969
  },
4995
4970
  {
4996
4971
  id: 'nvidia/nemotron-3-super-120b-a12b',
4997
- label: 'Nemotron 3 Super',
4972
+ label: 'Nemotron 3 Super 120B A12B',
4998
4973
  modalities: {
4999
4974
  input: ['text'],
5000
4975
  output: ['text'],
@@ -5003,7 +4978,6 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
5003
4978
  reasoningText: true,
5004
4979
  attachment: false,
5005
4980
  temperature: true,
5006
- knowledge: '2024-04',
5007
4981
  releaseDate: '2026-03-11',
5008
4982
  lastUpdated: '2026-03-11',
5009
4983
  openWeights: true,
@@ -5027,7 +5001,6 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
5027
5001
  reasoningText: true,
5028
5002
  attachment: false,
5029
5003
  temperature: true,
5030
- knowledge: '2024-04',
5031
5004
  releaseDate: '2026-03-11',
5032
5005
  lastUpdated: '2026-03-11',
5033
5006
  openWeights: true,
@@ -5042,7 +5015,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
5042
5015
  },
5043
5016
  {
5044
5017
  id: 'nvidia/nemotron-3-ultra-550b-a55b',
5045
- label: 'Nemotron 3 Ultra',
5018
+ label: 'Nemotron 3 Ultra 550B A55B',
5046
5019
  modalities: {
5047
5020
  input: ['text'],
5048
5021
  output: ['text'],
@@ -5091,14 +5064,13 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
5091
5064
  id: 'nvidia/nemotron-nano-12b-v2-vl:free',
5092
5065
  label: 'Nemotron Nano 12B 2 VL (free)',
5093
5066
  modalities: {
5094
- input: ['image', 'text', 'video'],
5067
+ input: ['text', 'image', 'video'],
5095
5068
  output: ['text'],
5096
5069
  },
5097
5070
  toolCall: true,
5098
5071
  reasoningText: true,
5099
5072
  attachment: true,
5100
5073
  temperature: true,
5101
- knowledge: '2025-11',
5102
5074
  releaseDate: '2025-10-28',
5103
5075
  lastUpdated: '2025-10-28',
5104
5076
  openWeights: true,
@@ -5113,7 +5085,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
5113
5085
  },
5114
5086
  {
5115
5087
  id: 'nvidia/nemotron-nano-9b-v2',
5116
- label: 'Nemotron Nano 9B V2',
5088
+ label: 'Nemotron Nano 9B v2',
5117
5089
  modalities: {
5118
5090
  input: ['text'],
5119
5091
  output: ['text'],
@@ -5122,9 +5094,8 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
5122
5094
  reasoningText: true,
5123
5095
  attachment: false,
5124
5096
  temperature: true,
5125
- knowledge: '2025-03-31',
5126
- releaseDate: '2025-09-05',
5127
- lastUpdated: '2025-09-05',
5097
+ releaseDate: '2025-08-18',
5098
+ lastUpdated: '2025-08-18',
5128
5099
  openWeights: true,
5129
5100
  cost: {
5130
5101
  input: 0.04,
@@ -5146,9 +5117,8 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
5146
5117
  reasoningText: true,
5147
5118
  attachment: false,
5148
5119
  temperature: true,
5149
- knowledge: '2025-03-31',
5150
- releaseDate: '2025-09-05',
5151
- lastUpdated: '2025-09-05',
5120
+ releaseDate: '2025-08-18',
5121
+ lastUpdated: '2025-08-18',
5152
5122
  openWeights: true,
5153
5123
  cost: {
5154
5124
  input: 0,
@@ -5259,31 +5229,6 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
5259
5229
  output: 4096,
5260
5230
  },
5261
5231
  },
5262
- {
5263
- id: 'openai/gpt-4-1106-preview',
5264
- ownedBy: 'openai',
5265
- label: 'GPT-4 Turbo (older v1106)',
5266
- modalities: {
5267
- input: ['text'],
5268
- output: ['text'],
5269
- },
5270
- toolCall: true,
5271
- reasoningText: false,
5272
- attachment: false,
5273
- temperature: true,
5274
- knowledge: '2023-04-30',
5275
- releaseDate: '2023-11-06',
5276
- lastUpdated: '2023-11-06',
5277
- openWeights: false,
5278
- cost: {
5279
- input: 10,
5280
- output: 30,
5281
- },
5282
- limit: {
5283
- context: 128000,
5284
- output: 4096,
5285
- },
5286
- },
5287
5232
  {
5288
5233
  id: 'openai/gpt-4-turbo',
5289
5234
  ownedBy: 'openai',
@@ -6726,7 +6671,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
6726
6671
  },
6727
6672
  {
6728
6673
  id: 'qwen/qwen-plus',
6729
- label: 'Qwen-Plus',
6674
+ label: 'Qwen Plus',
6730
6675
  modalities: {
6731
6676
  input: ['text'],
6732
6677
  output: ['text'],
@@ -6735,9 +6680,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
6735
6680
  reasoningText: false,
6736
6681
  attachment: false,
6737
6682
  temperature: true,
6738
- knowledge: '2025-03-31',
6739
- releaseDate: '2025-02-01',
6740
- lastUpdated: '2025-02-01',
6683
+ knowledge: '2024-04',
6684
+ releaseDate: '2024-01-25',
6685
+ lastUpdated: '2025-09-11',
6741
6686
  openWeights: false,
6742
6687
  cost: {
6743
6688
  input: 0.26,
@@ -6825,7 +6770,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
6825
6770
  },
6826
6771
  {
6827
6772
  id: 'qwen/qwen3-235b-a22b',
6828
- label: 'Qwen3 235B A22B',
6773
+ label: 'Qwen3 235B-A22B',
6829
6774
  modalities: {
6830
6775
  input: ['text'],
6831
6776
  output: ['text'],
@@ -6834,9 +6779,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
6834
6779
  reasoningText: true,
6835
6780
  attachment: false,
6836
6781
  temperature: true,
6837
- knowledge: '2025-03-31',
6838
- releaseDate: '2025-04-28',
6839
- lastUpdated: '2025-04-28',
6782
+ knowledge: '2025-04',
6783
+ releaseDate: '2025-04',
6784
+ lastUpdated: '2025-04',
6840
6785
  openWeights: true,
6841
6786
  cost: {
6842
6787
  input: 0.455,
@@ -6917,7 +6862,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
6917
6862
  },
6918
6863
  limit: {
6919
6864
  context: 40960,
6920
- output: 20000,
6865
+ output: 16384,
6921
6866
  },
6922
6867
  },
6923
6868
  {
@@ -6980,9 +6925,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
6980
6925
  reasoningText: true,
6981
6926
  attachment: false,
6982
6927
  temperature: true,
6983
- knowledge: '2025-03-31',
6984
- releaseDate: '2025-04-28',
6985
- lastUpdated: '2025-04-28',
6928
+ knowledge: '2025-04',
6929
+ releaseDate: '2025-04',
6930
+ lastUpdated: '2025-04',
6986
6931
  openWeights: true,
6987
6932
  cost: {
6988
6933
  input: 0.08,
@@ -7044,7 +6989,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7044
6989
  },
7045
6990
  {
7046
6991
  id: 'qwen/qwen3-coder-30b-a3b-instruct',
7047
- label: 'Qwen3 Coder 30B A3B Instruct',
6992
+ label: 'Qwen3-Coder 30B-A3B Instruct',
7048
6993
  modalities: {
7049
6994
  input: ['text'],
7050
6995
  output: ['text'],
@@ -7053,9 +6998,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7053
6998
  reasoningText: false,
7054
6999
  attachment: false,
7055
7000
  temperature: true,
7056
- knowledge: '2025-06-30',
7057
- releaseDate: '2025-07-31',
7058
- lastUpdated: '2025-07-31',
7001
+ knowledge: '2025-04',
7002
+ releaseDate: '2025-04',
7003
+ lastUpdated: '2025-04',
7059
7004
  openWeights: true,
7060
7005
  cost: {
7061
7006
  input: 0.07,
@@ -7077,9 +7022,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7077
7022
  reasoningText: false,
7078
7023
  attachment: false,
7079
7024
  temperature: true,
7080
- knowledge: '2025-06-30',
7081
- releaseDate: '2025-09-17',
7082
- lastUpdated: '2025-09-17',
7025
+ knowledge: '2025-04',
7026
+ releaseDate: '2025-07-28',
7027
+ lastUpdated: '2025-07-28',
7083
7028
  openWeights: false,
7084
7029
  cost: {
7085
7030
  input: 0.195,
@@ -7127,9 +7072,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7127
7072
  reasoningText: false,
7128
7073
  attachment: false,
7129
7074
  temperature: true,
7130
- knowledge: '2025-06-30',
7131
- releaseDate: '2025-09-23',
7132
- lastUpdated: '2025-09-23',
7075
+ knowledge: '2025-04',
7076
+ releaseDate: '2025-07-23',
7077
+ lastUpdated: '2025-07-23',
7133
7078
  openWeights: false,
7134
7079
  cost: {
7135
7080
  input: 0.65,
@@ -7177,7 +7122,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7177
7122
  reasoningText: false,
7178
7123
  attachment: false,
7179
7124
  temperature: true,
7180
- knowledge: '2025-06-30',
7125
+ knowledge: '2025-04',
7181
7126
  releaseDate: '2025-09-23',
7182
7127
  lastUpdated: '2025-09-23',
7183
7128
  openWeights: false,
@@ -7217,7 +7162,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7217
7162
  },
7218
7163
  {
7219
7164
  id: 'qwen/qwen3-next-80b-a3b-instruct',
7220
- label: 'Qwen3 Next 80B A3B Instruct',
7165
+ label: 'Qwen3-Next 80B-A3B Instruct',
7221
7166
  modalities: {
7222
7167
  input: ['text'],
7223
7168
  output: ['text'],
@@ -7226,9 +7171,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7226
7171
  reasoningText: false,
7227
7172
  attachment: false,
7228
7173
  temperature: true,
7229
- knowledge: '2025-09-30',
7230
- releaseDate: '2025-09-11',
7231
- lastUpdated: '2025-09-11',
7174
+ knowledge: '2025-04',
7175
+ releaseDate: '2025-09',
7176
+ lastUpdated: '2025-09',
7232
7177
  openWeights: true,
7233
7178
  cost: {
7234
7179
  input: 0.09,
@@ -7250,9 +7195,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7250
7195
  reasoningText: false,
7251
7196
  attachment: false,
7252
7197
  temperature: true,
7253
- knowledge: '2025-09-30',
7254
- releaseDate: '2025-09-11',
7255
- lastUpdated: '2025-09-11',
7198
+ knowledge: '2025-04',
7199
+ releaseDate: '2025-09',
7200
+ lastUpdated: '2025-09',
7256
7201
  openWeights: true,
7257
7202
  cost: {
7258
7203
  input: 0,
@@ -7265,7 +7210,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7265
7210
  },
7266
7211
  {
7267
7212
  id: 'qwen/qwen3-next-80b-a3b-thinking',
7268
- label: 'Qwen3 Next 80B A3B Thinking',
7213
+ label: 'Qwen3-Next 80B-A3B (Thinking)',
7269
7214
  modalities: {
7270
7215
  input: ['text'],
7271
7216
  output: ['text'],
@@ -7274,9 +7219,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7274
7219
  reasoningText: true,
7275
7220
  attachment: false,
7276
7221
  temperature: true,
7277
- knowledge: '2025-09-30',
7278
- releaseDate: '2025-09-11',
7279
- lastUpdated: '2025-09-11',
7222
+ knowledge: '2025-04',
7223
+ releaseDate: '2025-09',
7224
+ lastUpdated: '2025-09',
7280
7225
  openWeights: true,
7281
7226
  cost: {
7282
7227
  input: 0.0975,
@@ -7455,7 +7400,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7455
7400
  },
7456
7401
  {
7457
7402
  id: 'qwen/qwen3.5-122b-a10b',
7458
- label: 'Qwen3.5-122B-A10B',
7403
+ label: 'Qwen3.5 122B-A10B',
7459
7404
  modalities: {
7460
7405
  input: ['text', 'image', 'video'],
7461
7406
  output: ['text'],
@@ -7464,8 +7409,8 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7464
7409
  reasoningText: true,
7465
7410
  attachment: true,
7466
7411
  temperature: true,
7467
- releaseDate: '2026-02-25',
7468
- lastUpdated: '2026-02-25',
7412
+ releaseDate: '2026-02-23',
7413
+ lastUpdated: '2026-02-23',
7469
7414
  openWeights: true,
7470
7415
  cost: {
7471
7416
  input: 0.26,
@@ -7478,7 +7423,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7478
7423
  },
7479
7424
  {
7480
7425
  id: 'qwen/qwen3.5-27b',
7481
- label: 'Qwen3.5-27B',
7426
+ label: 'Qwen3.5 27B',
7482
7427
  modalities: {
7483
7428
  input: ['text', 'image', 'video'],
7484
7429
  output: ['text'],
@@ -7487,8 +7432,8 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7487
7432
  reasoningText: true,
7488
7433
  attachment: true,
7489
7434
  temperature: true,
7490
- releaseDate: '2026-02-25',
7491
- lastUpdated: '2026-02-25',
7435
+ releaseDate: '2026-02-23',
7436
+ lastUpdated: '2026-02-23',
7492
7437
  openWeights: true,
7493
7438
  cost: {
7494
7439
  input: 0.195,
@@ -7501,7 +7446,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7501
7446
  },
7502
7447
  {
7503
7448
  id: 'qwen/qwen3.5-35b-a3b',
7504
- label: 'Qwen3.5-35B-A3B',
7449
+ label: 'Qwen3.5 35B-A3B',
7505
7450
  modalities: {
7506
7451
  input: ['text', 'image', 'video'],
7507
7452
  output: ['text'],
@@ -7510,8 +7455,8 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7510
7455
  reasoningText: true,
7511
7456
  attachment: true,
7512
7457
  temperature: true,
7513
- releaseDate: '2026-02-25',
7514
- lastUpdated: '2026-02-25',
7458
+ releaseDate: '2026-02-23',
7459
+ lastUpdated: '2026-02-23',
7515
7460
  openWeights: true,
7516
7461
  cost: {
7517
7462
  input: 0.14,
@@ -7525,7 +7470,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7525
7470
  },
7526
7471
  {
7527
7472
  id: 'qwen/qwen3.5-397b-a17b',
7528
- label: 'Qwen3.5 397B A17B',
7473
+ label: 'Qwen3.5 397B-A17B',
7529
7474
  modalities: {
7530
7475
  input: ['text', 'image', 'video'],
7531
7476
  output: ['text'],
@@ -7534,9 +7479,8 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7534
7479
  reasoningText: true,
7535
7480
  attachment: true,
7536
7481
  temperature: true,
7537
- knowledge: '2025-04',
7538
- releaseDate: '2026-02-16',
7539
- lastUpdated: '2026-02-16',
7482
+ releaseDate: '2026-02-15',
7483
+ lastUpdated: '2026-02-15',
7540
7484
  openWeights: true,
7541
7485
  cost: {
7542
7486
  input: 0.39,
@@ -7652,21 +7596,21 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7652
7596
  reasoningText: true,
7653
7597
  attachment: true,
7654
7598
  temperature: true,
7655
- releaseDate: '2026-04-27',
7656
- lastUpdated: '2026-04-27',
7599
+ releaseDate: '2026-04-22',
7600
+ lastUpdated: '2026-04-22',
7657
7601
  openWeights: true,
7658
7602
  cost: {
7659
- input: 0.29,
7660
- output: 3.2,
7603
+ input: 0.289,
7604
+ output: 2.4,
7661
7605
  },
7662
7606
  limit: {
7663
- context: 262140,
7664
- output: 262140,
7607
+ context: 131072,
7608
+ output: 131072,
7665
7609
  },
7666
7610
  },
7667
7611
  {
7668
7612
  id: 'qwen/qwen3.6-35b-a3b',
7669
- label: 'Qwen3.6 35B A3B',
7613
+ label: 'Qwen3.6 35B-A3B',
7670
7614
  modalities: {
7671
7615
  input: ['text', 'image', 'video'],
7672
7616
  output: ['text'],
@@ -7675,8 +7619,8 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7675
7619
  reasoningText: true,
7676
7620
  attachment: true,
7677
7621
  temperature: true,
7678
- releaseDate: '2026-04-27',
7679
- lastUpdated: '2026-04-27',
7622
+ releaseDate: '2026-04-17',
7623
+ lastUpdated: '2026-04-17',
7680
7624
  openWeights: true,
7681
7625
  cost: {
7682
7626
  input: 0.14,
@@ -7722,8 +7666,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7722
7666
  reasoningText: true,
7723
7667
  attachment: false,
7724
7668
  temperature: true,
7725
- releaseDate: '2026-04-27',
7726
- lastUpdated: '2026-04-27',
7669
+ knowledge: '2025-04',
7670
+ releaseDate: '2026-04-20',
7671
+ lastUpdated: '2026-04-20',
7727
7672
  openWeights: false,
7728
7673
  cost: {
7729
7674
  input: 1.04,
@@ -7796,8 +7741,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7796
7741
  reasoningText: true,
7797
7742
  attachment: true,
7798
7743
  temperature: true,
7799
- releaseDate: '2026-06-03',
7800
- lastUpdated: '2026-06-03',
7744
+ knowledge: '2025-04',
7745
+ releaseDate: '2026-06-02',
7746
+ lastUpdated: '2026-06-02',
7801
7747
  openWeights: false,
7802
7748
  cost: {
7803
7749
  input: 0.4,
@@ -7856,30 +7802,6 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7856
7802
  output: 128000,
7857
7803
  },
7858
7804
  },
7859
- {
7860
- id: 'sao10k/l3-euryale-70b',
7861
- label: 'Llama 3 Euryale 70B v2.1',
7862
- modalities: {
7863
- input: ['text'],
7864
- output: ['text'],
7865
- },
7866
- toolCall: true,
7867
- reasoningText: false,
7868
- attachment: false,
7869
- temperature: true,
7870
- knowledge: '2023-12-31',
7871
- releaseDate: '2024-06-18',
7872
- lastUpdated: '2024-06-18',
7873
- openWeights: true,
7874
- cost: {
7875
- input: 1.48,
7876
- output: 1.48,
7877
- },
7878
- limit: {
7879
- context: 8192,
7880
- output: 8192,
7881
- },
7882
- },
7883
7805
  {
7884
7806
  id: 'sao10k/l3.1-euryale-70b',
7885
7807
  label: 'Llama 3.1 Euryale 70B v2.2',
@@ -7917,7 +7839,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7917
7839
  temperature: true,
7918
7840
  knowledge: '2025-01',
7919
7841
  releaseDate: '2026-01-29',
7920
- lastUpdated: '2026-01-29',
7842
+ lastUpdated: '2026-02-13',
7921
7843
  openWeights: true,
7922
7844
  cost: {
7923
7845
  input: 0.09,
@@ -7964,8 +7886,8 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
7964
7886
  reasoningText: true,
7965
7887
  attachment: false,
7966
7888
  temperature: true,
7967
- releaseDate: '2026-04-22',
7968
- lastUpdated: '2026-04-22',
7889
+ releaseDate: '2026-04-20',
7890
+ lastUpdated: '2026-04-20',
7969
7891
  openWeights: true,
7970
7892
  cost: {
7971
7893
  input: 0.063,
@@ -12504,6 +12426,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
12504
12426
  toolCall: true,
12505
12427
  reasoningText: true,
12506
12428
  attachment: false,
12429
+ temperature: true,
12507
12430
  releaseDate: '2025-12-15',
12508
12431
  lastUpdated: '2026-01-19',
12509
12432
  openWeights: true,
@@ -12522,6 +12445,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
12522
12445
  toolCall: true,
12523
12446
  reasoningText: true,
12524
12447
  attachment: false,
12448
+ temperature: true,
12525
12449
  releaseDate: '2026-03-11',
12526
12450
  lastUpdated: '2026-03-12',
12527
12451
  openWeights: true,