@hyperspaceng/neural-ai 0.70.6 → 0.70.7

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.
@@ -7671,23 +7671,6 @@ export declare const MODELS: {
7671
7671
  contextWindow: number;
7672
7672
  maxTokens: number;
7673
7673
  };
7674
- readonly "ling-2.6-flash-free": {
7675
- id: string;
7676
- name: string;
7677
- api: "openai-completions";
7678
- provider: string;
7679
- baseUrl: string;
7680
- reasoning: false;
7681
- input: "text"[];
7682
- cost: {
7683
- input: number;
7684
- output: number;
7685
- cacheRead: number;
7686
- cacheWrite: number;
7687
- };
7688
- contextWindow: number;
7689
- maxTokens: number;
7690
- };
7691
7674
  readonly "minimax-m2.5": {
7692
7675
  id: string;
7693
7676
  name: string;
@@ -9693,23 +9676,6 @@ export declare const MODELS: {
9693
9676
  contextWindow: number;
9694
9677
  maxTokens: number;
9695
9678
  };
9696
- readonly "mistralai/mistral-small-creative": {
9697
- id: string;
9698
- name: string;
9699
- api: "openai-completions";
9700
- provider: string;
9701
- baseUrl: string;
9702
- reasoning: false;
9703
- input: "text"[];
9704
- cost: {
9705
- input: number;
9706
- output: number;
9707
- cacheRead: number;
9708
- cacheWrite: number;
9709
- };
9710
- contextWindow: number;
9711
- maxTokens: number;
9712
- };
9713
9679
  readonly "mistralai/mixtral-8x22b-instruct": {
9714
9680
  id: string;
9715
9681
  name: string;
@@ -12925,6 +12891,23 @@ export declare const MODELS: {
12925
12891
  contextWindow: number;
12926
12892
  maxTokens: number;
12927
12893
  };
12894
+ readonly "alibaba/qwen3.6-27b": {
12895
+ id: string;
12896
+ name: string;
12897
+ api: "anthropic-messages";
12898
+ provider: string;
12899
+ baseUrl: string;
12900
+ reasoning: true;
12901
+ input: ("image" | "text")[];
12902
+ cost: {
12903
+ input: number;
12904
+ output: number;
12905
+ cacheRead: number;
12906
+ cacheWrite: number;
12907
+ };
12908
+ contextWindow: number;
12909
+ maxTokens: number;
12910
+ };
12928
12911
  readonly "alibaba/qwen3.6-plus": {
12929
12912
  id: string;
12930
12913
  name: string;
@@ -13305,7 +13288,7 @@ export declare const MODELS: {
13305
13288
  api: "anthropic-messages";
13306
13289
  provider: string;
13307
13290
  baseUrl: string;
13308
- reasoning: true;
13291
+ reasoning: false;
13309
13292
  input: "text"[];
13310
13293
  cost: {
13311
13294
  input: number;
@@ -15152,6 +15135,40 @@ export declare const MODELS: {
15152
15135
  contextWindow: number;
15153
15136
  maxTokens: number;
15154
15137
  };
15138
+ readonly "xiaomi/mimo-v2.5": {
15139
+ id: string;
15140
+ name: string;
15141
+ api: "anthropic-messages";
15142
+ provider: string;
15143
+ baseUrl: string;
15144
+ reasoning: true;
15145
+ input: ("image" | "text")[];
15146
+ cost: {
15147
+ input: number;
15148
+ output: number;
15149
+ cacheRead: number;
15150
+ cacheWrite: number;
15151
+ };
15152
+ contextWindow: number;
15153
+ maxTokens: number;
15154
+ };
15155
+ readonly "xiaomi/mimo-v2.5-pro": {
15156
+ id: string;
15157
+ name: string;
15158
+ api: "anthropic-messages";
15159
+ provider: string;
15160
+ baseUrl: string;
15161
+ reasoning: true;
15162
+ input: ("image" | "text")[];
15163
+ cost: {
15164
+ input: number;
15165
+ output: number;
15166
+ cacheRead: number;
15167
+ cacheWrite: number;
15168
+ };
15169
+ contextWindow: number;
15170
+ maxTokens: number;
15171
+ };
15155
15172
  readonly "zai/glm-4.5": {
15156
15173
  id: string;
15157
15174
  name: string;