@hyperspaceng/neural-ai 0.63.0 → 0.64.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.
@@ -1054,6 +1054,23 @@ export declare const MODELS: {
1054
1054
  contextWindow: number;
1055
1055
  maxTokens: number;
1056
1056
  };
1057
+ readonly "nvidia.nemotron-super-3-120b": {
1058
+ id: string;
1059
+ name: string;
1060
+ api: "bedrock-converse-stream";
1061
+ provider: string;
1062
+ baseUrl: string;
1063
+ reasoning: true;
1064
+ input: "text"[];
1065
+ cost: {
1066
+ input: number;
1067
+ output: number;
1068
+ cacheRead: number;
1069
+ cacheWrite: number;
1070
+ };
1071
+ contextWindow: number;
1072
+ maxTokens: number;
1073
+ };
1057
1074
  readonly "openai.gpt-oss-120b-1:0": {
1058
1075
  id: string;
1059
1076
  name: string;
@@ -2282,6 +2299,23 @@ export declare const MODELS: {
2282
2299
  contextWindow: number;
2283
2300
  maxTokens: number;
2284
2301
  };
2302
+ readonly "gpt-5.3-chat-latest": {
2303
+ id: string;
2304
+ name: string;
2305
+ api: "azure-openai-responses";
2306
+ provider: string;
2307
+ baseUrl: string;
2308
+ reasoning: false;
2309
+ input: ("image" | "text")[];
2310
+ cost: {
2311
+ input: number;
2312
+ output: number;
2313
+ cacheRead: number;
2314
+ cacheWrite: number;
2315
+ };
2316
+ contextWindow: number;
2317
+ maxTokens: number;
2318
+ };
2285
2319
  readonly "gpt-5.3-codex": {
2286
2320
  id: string;
2287
2321
  name: string;
@@ -3589,6 +3623,23 @@ export declare const MODELS: {
3589
3623
  contextWindow: number;
3590
3624
  maxTokens: number;
3591
3625
  };
3626
+ readonly "gemma-3-27b-it": {
3627
+ id: string;
3628
+ name: string;
3629
+ api: "google-generative-ai";
3630
+ provider: string;
3631
+ baseUrl: string;
3632
+ reasoning: false;
3633
+ input: ("image" | "text")[];
3634
+ cost: {
3635
+ input: number;
3636
+ output: number;
3637
+ cacheRead: number;
3638
+ cacheWrite: number;
3639
+ };
3640
+ contextWindow: number;
3641
+ maxTokens: number;
3642
+ };
3592
3643
  };
3593
3644
  readonly "google-antigravity": {
3594
3645
  readonly "claude-opus-4-5-thinking": {
@@ -4054,6 +4105,23 @@ export declare const MODELS: {
4054
4105
  contextWindow: number;
4055
4106
  maxTokens: number;
4056
4107
  };
4108
+ readonly "gemini-3.1-pro-preview-customtools": {
4109
+ id: string;
4110
+ name: string;
4111
+ api: "google-vertex";
4112
+ provider: string;
4113
+ baseUrl: string;
4114
+ reasoning: true;
4115
+ input: ("image" | "text")[];
4116
+ cost: {
4117
+ input: number;
4118
+ output: number;
4119
+ cacheRead: number;
4120
+ cacheWrite: number;
4121
+ };
4122
+ contextWindow: number;
4123
+ maxTokens: number;
4124
+ };
4057
4125
  };
4058
4126
  readonly groq: {
4059
4127
  readonly "deepseek-r1-distill-llama-70b": {
@@ -4090,6 +4158,40 @@ export declare const MODELS: {
4090
4158
  contextWindow: number;
4091
4159
  maxTokens: number;
4092
4160
  };
4161
+ readonly "groq/compound": {
4162
+ id: string;
4163
+ name: string;
4164
+ api: "openai-completions";
4165
+ provider: string;
4166
+ baseUrl: string;
4167
+ reasoning: true;
4168
+ input: "text"[];
4169
+ cost: {
4170
+ input: number;
4171
+ output: number;
4172
+ cacheRead: number;
4173
+ cacheWrite: number;
4174
+ };
4175
+ contextWindow: number;
4176
+ maxTokens: number;
4177
+ };
4178
+ readonly "groq/compound-mini": {
4179
+ id: string;
4180
+ name: string;
4181
+ api: "openai-completions";
4182
+ provider: string;
4183
+ baseUrl: string;
4184
+ reasoning: true;
4185
+ input: "text"[];
4186
+ cost: {
4187
+ input: number;
4188
+ output: number;
4189
+ cacheRead: number;
4190
+ cacheWrite: number;
4191
+ };
4192
+ contextWindow: number;
4193
+ maxTokens: number;
4194
+ };
4093
4195
  readonly "llama-3.1-8b-instant": {
4094
4196
  id: string;
4095
4197
  name: string;
@@ -4277,6 +4379,23 @@ export declare const MODELS: {
4277
4379
  contextWindow: number;
4278
4380
  maxTokens: number;
4279
4381
  };
4382
+ readonly "openai/gpt-oss-safeguard-20b": {
4383
+ id: string;
4384
+ name: string;
4385
+ api: "openai-completions";
4386
+ provider: string;
4387
+ baseUrl: string;
4388
+ reasoning: true;
4389
+ input: "text"[];
4390
+ cost: {
4391
+ input: number;
4392
+ output: number;
4393
+ cacheRead: number;
4394
+ cacheWrite: number;
4395
+ };
4396
+ contextWindow: number;
4397
+ maxTokens: number;
4398
+ };
4280
4399
  readonly "qwen-qwq-32b": {
4281
4400
  id: string;
4282
4401
  name: string;
@@ -4711,91 +4830,6 @@ export declare const MODELS: {
4711
4830
  };
4712
4831
  };
4713
4832
  readonly minimax: {
4714
- readonly "MiniMax-M2": {
4715
- id: string;
4716
- name: string;
4717
- api: "anthropic-messages";
4718
- provider: string;
4719
- baseUrl: string;
4720
- reasoning: true;
4721
- input: "text"[];
4722
- cost: {
4723
- input: number;
4724
- output: number;
4725
- cacheRead: number;
4726
- cacheWrite: number;
4727
- };
4728
- contextWindow: number;
4729
- maxTokens: number;
4730
- };
4731
- readonly "MiniMax-M2.1": {
4732
- id: string;
4733
- name: string;
4734
- api: "anthropic-messages";
4735
- provider: string;
4736
- baseUrl: string;
4737
- reasoning: true;
4738
- input: "text"[];
4739
- cost: {
4740
- input: number;
4741
- output: number;
4742
- cacheRead: number;
4743
- cacheWrite: number;
4744
- };
4745
- contextWindow: number;
4746
- maxTokens: number;
4747
- };
4748
- readonly "MiniMax-M2.1-highspeed": {
4749
- id: string;
4750
- name: string;
4751
- api: "anthropic-messages";
4752
- provider: string;
4753
- baseUrl: string;
4754
- reasoning: true;
4755
- input: "text"[];
4756
- cost: {
4757
- input: number;
4758
- output: number;
4759
- cacheRead: number;
4760
- cacheWrite: number;
4761
- };
4762
- contextWindow: number;
4763
- maxTokens: number;
4764
- };
4765
- readonly "MiniMax-M2.5": {
4766
- id: string;
4767
- name: string;
4768
- api: "anthropic-messages";
4769
- provider: string;
4770
- baseUrl: string;
4771
- reasoning: true;
4772
- input: "text"[];
4773
- cost: {
4774
- input: number;
4775
- output: number;
4776
- cacheRead: number;
4777
- cacheWrite: number;
4778
- };
4779
- contextWindow: number;
4780
- maxTokens: number;
4781
- };
4782
- readonly "MiniMax-M2.5-highspeed": {
4783
- id: string;
4784
- name: string;
4785
- api: "anthropic-messages";
4786
- provider: string;
4787
- baseUrl: string;
4788
- reasoning: true;
4789
- input: "text"[];
4790
- cost: {
4791
- input: number;
4792
- output: number;
4793
- cacheRead: number;
4794
- cacheWrite: number;
4795
- };
4796
- contextWindow: number;
4797
- maxTokens: number;
4798
- };
4799
4833
  readonly "MiniMax-M2.7": {
4800
4834
  id: string;
4801
4835
  name: string;
@@ -4832,91 +4866,6 @@ export declare const MODELS: {
4832
4866
  };
4833
4867
  };
4834
4868
  readonly "minimax-cn": {
4835
- readonly "MiniMax-M2": {
4836
- id: string;
4837
- name: string;
4838
- api: "anthropic-messages";
4839
- provider: string;
4840
- baseUrl: string;
4841
- reasoning: true;
4842
- input: "text"[];
4843
- cost: {
4844
- input: number;
4845
- output: number;
4846
- cacheRead: number;
4847
- cacheWrite: number;
4848
- };
4849
- contextWindow: number;
4850
- maxTokens: number;
4851
- };
4852
- readonly "MiniMax-M2.1": {
4853
- id: string;
4854
- name: string;
4855
- api: "anthropic-messages";
4856
- provider: string;
4857
- baseUrl: string;
4858
- reasoning: true;
4859
- input: "text"[];
4860
- cost: {
4861
- input: number;
4862
- output: number;
4863
- cacheRead: number;
4864
- cacheWrite: number;
4865
- };
4866
- contextWindow: number;
4867
- maxTokens: number;
4868
- };
4869
- readonly "MiniMax-M2.1-highspeed": {
4870
- id: string;
4871
- name: string;
4872
- api: "anthropic-messages";
4873
- provider: string;
4874
- baseUrl: string;
4875
- reasoning: true;
4876
- input: "text"[];
4877
- cost: {
4878
- input: number;
4879
- output: number;
4880
- cacheRead: number;
4881
- cacheWrite: number;
4882
- };
4883
- contextWindow: number;
4884
- maxTokens: number;
4885
- };
4886
- readonly "MiniMax-M2.5": {
4887
- id: string;
4888
- name: string;
4889
- api: "anthropic-messages";
4890
- provider: string;
4891
- baseUrl: string;
4892
- reasoning: true;
4893
- input: "text"[];
4894
- cost: {
4895
- input: number;
4896
- output: number;
4897
- cacheRead: number;
4898
- cacheWrite: number;
4899
- };
4900
- contextWindow: number;
4901
- maxTokens: number;
4902
- };
4903
- readonly "MiniMax-M2.5-highspeed": {
4904
- id: string;
4905
- name: string;
4906
- api: "anthropic-messages";
4907
- provider: string;
4908
- baseUrl: string;
4909
- reasoning: true;
4910
- input: "text"[];
4911
- cost: {
4912
- input: number;
4913
- output: number;
4914
- cacheRead: number;
4915
- cacheWrite: number;
4916
- };
4917
- contextWindow: number;
4918
- maxTokens: number;
4919
- };
4920
4869
  readonly "MiniMax-M2.7": {
4921
4870
  id: string;
4922
4871
  name: string;
@@ -5276,13 +5225,30 @@ export declare const MODELS: {
5276
5225
  contextWindow: number;
5277
5226
  maxTokens: number;
5278
5227
  };
5228
+ readonly "mistral-small-2603": {
5229
+ id: string;
5230
+ name: string;
5231
+ api: "mistral-conversations";
5232
+ provider: string;
5233
+ baseUrl: string;
5234
+ reasoning: true;
5235
+ input: ("image" | "text")[];
5236
+ cost: {
5237
+ input: number;
5238
+ output: number;
5239
+ cacheRead: number;
5240
+ cacheWrite: number;
5241
+ };
5242
+ contextWindow: number;
5243
+ maxTokens: number;
5244
+ };
5279
5245
  readonly "mistral-small-latest": {
5280
5246
  id: string;
5281
5247
  name: string;
5282
5248
  api: "mistral-conversations";
5283
5249
  provider: string;
5284
5250
  baseUrl: string;
5285
- reasoning: false;
5251
+ reasoning: true;
5286
5252
  input: ("image" | "text")[];
5287
5253
  cost: {
5288
5254
  input: number;
@@ -5822,6 +5788,23 @@ export declare const MODELS: {
5822
5788
  contextWindow: number;
5823
5789
  maxTokens: number;
5824
5790
  };
5791
+ readonly "gpt-5.3-chat-latest": {
5792
+ id: string;
5793
+ name: string;
5794
+ api: "openai-responses";
5795
+ provider: string;
5796
+ baseUrl: string;
5797
+ reasoning: false;
5798
+ input: ("image" | "text")[];
5799
+ cost: {
5800
+ input: number;
5801
+ output: number;
5802
+ cacheRead: number;
5803
+ cacheWrite: number;
5804
+ };
5805
+ contextWindow: number;
5806
+ maxTokens: number;
5807
+ };
5825
5808
  readonly "gpt-5.3-codex": {
5826
5809
  id: string;
5827
5810
  name: string;
@@ -6761,6 +6744,23 @@ export declare const MODELS: {
6761
6744
  contextWindow: number;
6762
6745
  maxTokens: number;
6763
6746
  };
6747
+ readonly "qwen3.6-plus-free": {
6748
+ id: string;
6749
+ name: string;
6750
+ api: "openai-completions";
6751
+ provider: string;
6752
+ baseUrl: string;
6753
+ reasoning: true;
6754
+ input: "text"[];
6755
+ cost: {
6756
+ input: number;
6757
+ output: number;
6758
+ cacheRead: number;
6759
+ cacheWrite: number;
6760
+ };
6761
+ contextWindow: number;
6762
+ maxTokens: number;
6763
+ };
6764
6764
  };
6765
6765
  readonly "opencode-go": {
6766
6766
  readonly "glm-5": {
@@ -7717,23 +7717,6 @@ export declare const MODELS: {
7717
7717
  contextWindow: number;
7718
7718
  maxTokens: number;
7719
7719
  };
7720
- readonly "google/gemini-3-pro-preview": {
7721
- id: string;
7722
- name: string;
7723
- api: "openai-completions";
7724
- provider: string;
7725
- baseUrl: string;
7726
- reasoning: true;
7727
- input: ("image" | "text")[];
7728
- cost: {
7729
- input: number;
7730
- output: number;
7731
- cacheRead: number;
7732
- cacheWrite: number;
7733
- };
7734
- contextWindow: number;
7735
- maxTokens: number;
7736
- };
7737
7720
  readonly "google/gemini-3.1-flash-lite-preview": {
7738
7721
  id: string;
7739
7722
  name: string;
@@ -7836,7 +7819,7 @@ export declare const MODELS: {
7836
7819
  contextWindow: number;
7837
7820
  maxTokens: number;
7838
7821
  };
7839
- readonly "kwaipilot/kat-coder-pro": {
7822
+ readonly "kwaipilot/kat-coder-pro-v2": {
7840
7823
  id: string;
7841
7824
  name: string;
7842
7825
  api: "openai-completions";
@@ -8380,23 +8363,6 @@ export declare const MODELS: {
8380
8363
  contextWindow: number;
8381
8364
  maxTokens: number;
8382
8365
  };
8383
- readonly "mistralai/mistral-small-3.1-24b-instruct:free": {
8384
- id: string;
8385
- name: string;
8386
- api: "openai-completions";
8387
- provider: string;
8388
- baseUrl: string;
8389
- reasoning: false;
8390
- input: ("image" | "text")[];
8391
- cost: {
8392
- input: number;
8393
- output: number;
8394
- cacheRead: number;
8395
- cacheWrite: number;
8396
- };
8397
- contextWindow: number;
8398
- maxTokens: number;
8399
- };
8400
8366
  readonly "mistralai/mistral-small-3.2-24b-instruct": {
8401
8367
  id: string;
8402
8368
  name: string;
@@ -9995,23 +9961,6 @@ export declare const MODELS: {
9995
9961
  contextWindow: number;
9996
9962
  maxTokens: number;
9997
9963
  };
9998
- readonly "qwen/qwen3-4b:free": {
9999
- id: string;
10000
- name: string;
10001
- api: "openai-completions";
10002
- provider: string;
10003
- baseUrl: string;
10004
- reasoning: true;
10005
- input: "text"[];
10006
- cost: {
10007
- input: number;
10008
- output: number;
10009
- cacheRead: number;
10010
- cacheWrite: number;
10011
- };
10012
- contextWindow: number;
10013
- maxTokens: number;
10014
- };
10015
9964
  readonly "qwen/qwen3-8b": {
10016
9965
  id: string;
10017
9966
  name: string;
@@ -10454,6 +10403,23 @@ export declare const MODELS: {
10454
10403
  contextWindow: number;
10455
10404
  maxTokens: number;
10456
10405
  };
10406
+ readonly "qwen/qwen3.6-plus-preview:free": {
10407
+ id: string;
10408
+ name: string;
10409
+ api: "openai-completions";
10410
+ provider: string;
10411
+ baseUrl: string;
10412
+ reasoning: true;
10413
+ input: "text"[];
10414
+ cost: {
10415
+ input: number;
10416
+ output: number;
10417
+ cacheRead: number;
10418
+ cacheWrite: number;
10419
+ };
10420
+ contextWindow: number;
10421
+ maxTokens: number;
10422
+ };
10457
10423
  readonly "qwen/qwq-32b": {
10458
10424
  id: string;
10459
10425
  name: string;
@@ -10471,6 +10437,23 @@ export declare const MODELS: {
10471
10437
  contextWindow: number;
10472
10438
  maxTokens: number;
10473
10439
  };
10440
+ readonly "reka/reka-edge": {
10441
+ id: string;
10442
+ name: string;
10443
+ api: "openai-completions";
10444
+ provider: string;
10445
+ baseUrl: string;
10446
+ reasoning: false;
10447
+ input: ("image" | "text")[];
10448
+ cost: {
10449
+ input: number;
10450
+ output: number;
10451
+ cacheRead: number;
10452
+ cacheWrite: number;
10453
+ };
10454
+ contextWindow: number;
10455
+ maxTokens: number;
10456
+ };
10474
10457
  readonly "relace/relace-search": {
10475
10458
  id: string;
10476
10459
  name: string;
@@ -11833,6 +11816,23 @@ export declare const MODELS: {
11833
11816
  contextWindow: number;
11834
11817
  maxTokens: number;
11835
11818
  };
11819
+ readonly "kwaipilot/kat-coder-pro-v2": {
11820
+ id: string;
11821
+ name: string;
11822
+ api: "anthropic-messages";
11823
+ provider: string;
11824
+ baseUrl: string;
11825
+ reasoning: true;
11826
+ input: "text"[];
11827
+ cost: {
11828
+ input: number;
11829
+ output: number;
11830
+ cacheRead: number;
11831
+ cacheWrite: number;
11832
+ };
11833
+ contextWindow: number;
11834
+ maxTokens: number;
11835
+ };
11836
11836
  readonly "meituan/longcat-flash-chat": {
11837
11837
  id: string;
11838
11838
  name: string;
@@ -12870,6 +12870,23 @@ export declare const MODELS: {
12870
12870
  contextWindow: number;
12871
12871
  maxTokens: number;
12872
12872
  };
12873
+ readonly "openai/gpt-oss-120b": {
12874
+ id: string;
12875
+ name: string;
12876
+ api: "anthropic-messages";
12877
+ provider: string;
12878
+ baseUrl: string;
12879
+ reasoning: true;
12880
+ input: "text"[];
12881
+ cost: {
12882
+ input: number;
12883
+ output: number;
12884
+ cacheRead: number;
12885
+ cacheWrite: number;
12886
+ };
12887
+ contextWindow: number;
12888
+ maxTokens: number;
12889
+ };
12873
12890
  readonly "openai/gpt-oss-20b": {
12874
12891
  id: string;
12875
12892
  name: string;
@@ -13227,6 +13244,23 @@ export declare const MODELS: {
13227
13244
  contextWindow: number;
13228
13245
  maxTokens: number;
13229
13246
  };
13247
+ readonly "xai/grok-4.20-multi-agent": {
13248
+ id: string;
13249
+ name: string;
13250
+ api: "anthropic-messages";
13251
+ provider: string;
13252
+ baseUrl: string;
13253
+ reasoning: true;
13254
+ input: "text"[];
13255
+ cost: {
13256
+ input: number;
13257
+ output: number;
13258
+ cacheRead: number;
13259
+ cacheWrite: number;
13260
+ };
13261
+ contextWindow: number;
13262
+ maxTokens: number;
13263
+ };
13230
13264
  readonly "xai/grok-4.20-multi-agent-beta": {
13231
13265
  id: string;
13232
13266
  name: string;
@@ -13244,6 +13278,23 @@ export declare const MODELS: {
13244
13278
  contextWindow: number;
13245
13279
  maxTokens: number;
13246
13280
  };
13281
+ readonly "xai/grok-4.20-non-reasoning": {
13282
+ id: string;
13283
+ name: string;
13284
+ api: "anthropic-messages";
13285
+ provider: string;
13286
+ baseUrl: string;
13287
+ reasoning: false;
13288
+ input: ("image" | "text")[];
13289
+ cost: {
13290
+ input: number;
13291
+ output: number;
13292
+ cacheRead: number;
13293
+ cacheWrite: number;
13294
+ };
13295
+ contextWindow: number;
13296
+ maxTokens: number;
13297
+ };
13247
13298
  readonly "xai/grok-4.20-non-reasoning-beta": {
13248
13299
  id: string;
13249
13300
  name: string;
@@ -13261,6 +13312,23 @@ export declare const MODELS: {
13261
13312
  contextWindow: number;
13262
13313
  maxTokens: number;
13263
13314
  };
13315
+ readonly "xai/grok-4.20-reasoning": {
13316
+ id: string;
13317
+ name: string;
13318
+ api: "anthropic-messages";
13319
+ provider: string;
13320
+ baseUrl: string;
13321
+ reasoning: true;
13322
+ input: ("image" | "text")[];
13323
+ cost: {
13324
+ input: number;
13325
+ output: number;
13326
+ cacheRead: number;
13327
+ cacheWrite: number;
13328
+ };
13329
+ contextWindow: number;
13330
+ maxTokens: number;
13331
+ };
13264
13332
  readonly "xai/grok-4.20-reasoning-beta": {
13265
13333
  id: string;
13266
13334
  name: string;
@@ -14096,6 +14164,27 @@ export declare const MODELS: {
14096
14164
  contextWindow: number;
14097
14165
  maxTokens: number;
14098
14166
  };
14167
+ readonly "glm-4.7-flashx": {
14168
+ id: string;
14169
+ name: string;
14170
+ api: "openai-completions";
14171
+ provider: string;
14172
+ baseUrl: string;
14173
+ compat: {
14174
+ supportsDeveloperRole: false;
14175
+ thinkingFormat: "zai";
14176
+ };
14177
+ reasoning: true;
14178
+ input: "text"[];
14179
+ cost: {
14180
+ input: number;
14181
+ output: number;
14182
+ cacheRead: number;
14183
+ cacheWrite: number;
14184
+ };
14185
+ contextWindow: number;
14186
+ maxTokens: number;
14187
+ };
14099
14188
  readonly "glm-5": {
14100
14189
  id: string;
14101
14190
  name: string;