@dreb/ai 2.55.0 → 2.55.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.
@@ -3696,40 +3696,6 @@ export declare const MODELS: {
3696
3696
  contextWindow: number;
3697
3697
  maxTokens: number;
3698
3698
  };
3699
- readonly "gemini-2.0-flash": {
3700
- id: string;
3701
- name: string;
3702
- api: "google-generative-ai";
3703
- provider: string;
3704
- baseUrl: string;
3705
- reasoning: false;
3706
- input: ("image" | "text")[];
3707
- cost: {
3708
- input: number;
3709
- output: number;
3710
- cacheRead: number;
3711
- cacheWrite: number;
3712
- };
3713
- contextWindow: number;
3714
- maxTokens: number;
3715
- };
3716
- readonly "gemini-2.0-flash-lite": {
3717
- id: string;
3718
- name: string;
3719
- api: "google-generative-ai";
3720
- provider: string;
3721
- baseUrl: string;
3722
- reasoning: false;
3723
- input: ("image" | "text")[];
3724
- cost: {
3725
- input: number;
3726
- output: number;
3727
- cacheRead: number;
3728
- cacheWrite: number;
3729
- };
3730
- contextWindow: number;
3731
- maxTokens: number;
3732
- };
3733
3699
  readonly "gemini-2.5-computer-use-preview-10-2025": {
3734
3700
  id: string;
3735
3701
  name: string;
@@ -3815,23 +3781,6 @@ export declare const MODELS: {
3815
3781
  contextWindow: number;
3816
3782
  maxTokens: number;
3817
3783
  };
3818
- readonly "gemini-3-pro-preview": {
3819
- id: string;
3820
- name: string;
3821
- api: "google-generative-ai";
3822
- provider: string;
3823
- baseUrl: string;
3824
- reasoning: true;
3825
- input: ("image" | "text")[];
3826
- cost: {
3827
- input: number;
3828
- output: number;
3829
- cacheRead: number;
3830
- cacheWrite: number;
3831
- };
3832
- contextWindow: number;
3833
- maxTokens: number;
3834
- };
3835
3784
  readonly "gemini-3.1-flash-lite": {
3836
3785
  id: string;
3837
3786
  name: string;
@@ -11991,23 +11940,6 @@ export declare const MODELS: {
11991
11940
  contextWindow: number;
11992
11941
  maxTokens: number;
11993
11942
  };
11994
- readonly "openai/gpt-5.3-chat": {
11995
- id: string;
11996
- name: string;
11997
- api: "openai-completions";
11998
- provider: string;
11999
- baseUrl: string;
12000
- reasoning: false;
12001
- input: ("image" | "text")[];
12002
- cost: {
12003
- input: number;
12004
- output: number;
12005
- cacheRead: number;
12006
- cacheWrite: number;
12007
- };
12008
- contextWindow: number;
12009
- maxTokens: number;
12010
- };
12011
11943
  readonly "openai/gpt-5.3-codex": {
12012
11944
  id: string;
12013
11945
  name: string;
@@ -15138,6 +15070,23 @@ export declare const MODELS: {
15138
15070
  contextWindow: number;
15139
15071
  maxTokens: number;
15140
15072
  };
15073
+ readonly "anthropic/claude-opus-5-fast": {
15074
+ id: string;
15075
+ name: string;
15076
+ api: "anthropic-messages";
15077
+ provider: string;
15078
+ baseUrl: string;
15079
+ reasoning: true;
15080
+ input: ("image" | "text")[];
15081
+ cost: {
15082
+ input: number;
15083
+ output: number;
15084
+ cacheRead: number;
15085
+ cacheWrite: number;
15086
+ };
15087
+ contextWindow: number;
15088
+ maxTokens: number;
15089
+ };
15141
15090
  readonly "anthropic/claude-sonnet-4": {
15142
15091
  id: string;
15143
15092
  name: string;
@@ -16770,23 +16719,6 @@ export declare const MODELS: {
16770
16719
  contextWindow: number;
16771
16720
  maxTokens: number;
16772
16721
  };
16773
- readonly "openai/gpt-5.1-instant": {
16774
- id: string;
16775
- name: string;
16776
- api: "anthropic-messages";
16777
- provider: string;
16778
- baseUrl: string;
16779
- reasoning: false;
16780
- input: ("image" | "text")[];
16781
- cost: {
16782
- input: number;
16783
- output: number;
16784
- cacheRead: number;
16785
- cacheWrite: number;
16786
- };
16787
- contextWindow: number;
16788
- maxTokens: number;
16789
- };
16790
16722
  readonly "openai/gpt-5.1-thinking": {
16791
16723
  id: string;
16792
16724
  name: string;
@@ -16855,23 +16787,6 @@ export declare const MODELS: {
16855
16787
  contextWindow: number;
16856
16788
  maxTokens: number;
16857
16789
  };
16858
- readonly "openai/gpt-5.3-chat": {
16859
- id: string;
16860
- name: string;
16861
- api: "anthropic-messages";
16862
- provider: string;
16863
- baseUrl: string;
16864
- reasoning: false;
16865
- input: ("image" | "text")[];
16866
- cost: {
16867
- input: number;
16868
- output: number;
16869
- cacheRead: number;
16870
- cacheWrite: number;
16871
- };
16872
- contextWindow: number;
16873
- maxTokens: number;
16874
- };
16875
16790
  readonly "openai/gpt-5.3-codex": {
16876
16791
  id: string;
16877
16792
  name: string;