@dreb/ai 2.60.0 → 2.61.0

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.
@@ -7984,23 +7984,6 @@ export declare const MODELS: {
7984
7984
  contextWindow: number;
7985
7985
  maxTokens: number;
7986
7986
  };
7987
- readonly "deepseek-v4-flash-free": {
7988
- id: string;
7989
- name: string;
7990
- api: "openai-completions";
7991
- provider: string;
7992
- baseUrl: string;
7993
- reasoning: true;
7994
- input: "text"[];
7995
- cost: {
7996
- input: number;
7997
- output: number;
7998
- cacheRead: number;
7999
- cacheWrite: number;
8000
- };
8001
- contextWindow: number;
8002
- maxTokens: number;
8003
- };
8004
7987
  readonly "deepseek-v4-pro": {
8005
7988
  id: string;
8006
7989
  name: string;
@@ -8836,6 +8819,23 @@ export declare const MODELS: {
8836
8819
  contextWindow: number;
8837
8820
  maxTokens: number;
8838
8821
  };
8822
+ readonly "deepseek-v4-flash-vision-exp": {
8823
+ id: string;
8824
+ name: string;
8825
+ api: "openai-completions";
8826
+ provider: string;
8827
+ baseUrl: string;
8828
+ reasoning: true;
8829
+ input: ("image" | "text")[];
8830
+ cost: {
8831
+ input: number;
8832
+ output: number;
8833
+ cacheRead: number;
8834
+ cacheWrite: number;
8835
+ };
8836
+ contextWindow: number;
8837
+ maxTokens: number;
8838
+ };
8839
8839
  readonly "deepseek-v4-pro": {
8840
8840
  id: string;
8841
8841
  name: string;
@@ -9091,6 +9091,23 @@ export declare const MODELS: {
9091
9091
  contextWindow: number;
9092
9092
  maxTokens: number;
9093
9093
  };
9094
+ readonly "ox-alpha-free": {
9095
+ id: string;
9096
+ name: string;
9097
+ api: "openai-completions";
9098
+ provider: string;
9099
+ baseUrl: string;
9100
+ reasoning: true;
9101
+ input: ("image" | "text")[];
9102
+ cost: {
9103
+ input: number;
9104
+ output: number;
9105
+ cacheRead: number;
9106
+ cacheWrite: number;
9107
+ };
9108
+ contextWindow: number;
9109
+ maxTokens: number;
9110
+ };
9094
9111
  readonly "qwen3.6-plus": {
9095
9112
  id: string;
9096
9113
  name: string;
@@ -10147,6 +10164,23 @@ export declare const MODELS: {
10147
10164
  contextWindow: number;
10148
10165
  maxTokens: number;
10149
10166
  };
10167
+ readonly "deepseek/deepseek-v4-flash-vision-exp": {
10168
+ id: string;
10169
+ name: string;
10170
+ api: "openai-completions";
10171
+ provider: string;
10172
+ baseUrl: string;
10173
+ reasoning: true;
10174
+ input: ("image" | "text")[];
10175
+ cost: {
10176
+ input: number;
10177
+ output: number;
10178
+ cacheRead: number;
10179
+ cacheWrite: number;
10180
+ };
10181
+ contextWindow: number;
10182
+ maxTokens: number;
10183
+ };
10150
10184
  readonly "deepseek/deepseek-v4-pro": {
10151
10185
  id: string;
10152
10186
  name: string;
@@ -14346,6 +14380,23 @@ export declare const MODELS: {
14346
14380
  contextWindow: number;
14347
14381
  maxTokens: number;
14348
14382
  };
14383
+ readonly "stealth/ox-alpha": {
14384
+ id: string;
14385
+ name: string;
14386
+ api: "openai-completions";
14387
+ provider: string;
14388
+ baseUrl: string;
14389
+ reasoning: true;
14390
+ input: ("image" | "text")[];
14391
+ cost: {
14392
+ input: number;
14393
+ output: number;
14394
+ cacheRead: number;
14395
+ cacheWrite: number;
14396
+ };
14397
+ contextWindow: number;
14398
+ maxTokens: number;
14399
+ };
14349
14400
  readonly "stepfun/step-3.5-flash": {
14350
14401
  id: string;
14351
14402
  name: string;
@@ -15528,7 +15579,7 @@ export declare const MODELS: {
15528
15579
  provider: string;
15529
15580
  baseUrl: string;
15530
15581
  reasoning: true;
15531
- input: "text"[];
15582
+ input: ("image" | "text")[];
15532
15583
  cost: {
15533
15584
  input: number;
15534
15585
  output: number;
@@ -16116,6 +16167,23 @@ export declare const MODELS: {
16116
16167
  contextWindow: number;
16117
16168
  maxTokens: number;
16118
16169
  };
16170
+ readonly "deepseek/deepseek-v4-flash-vision-exp": {
16171
+ id: string;
16172
+ name: string;
16173
+ api: "anthropic-messages";
16174
+ provider: string;
16175
+ baseUrl: string;
16176
+ reasoning: true;
16177
+ input: ("image" | "text")[];
16178
+ cost: {
16179
+ input: number;
16180
+ output: number;
16181
+ cacheRead: number;
16182
+ cacheWrite: number;
16183
+ };
16184
+ contextWindow: number;
16185
+ maxTokens: number;
16186
+ };
16119
16187
  readonly "deepseek/deepseek-v4-pro": {
16120
16188
  id: string;
16121
16189
  name: string;