@dreb/ai 2.27.3 → 2.29.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.
@@ -2811,14 +2811,27 @@ export declare const MODELS: {
2811
2811
  contextWindow: number;
2812
2812
  maxTokens: number;
2813
2813
  };
2814
- readonly "llama3.1-8b": {
2814
+ };
2815
+ readonly "github-copilot": {
2816
+ readonly "claude-fable-5": {
2815
2817
  id: string;
2816
2818
  name: string;
2817
2819
  api: "openai-completions";
2818
2820
  provider: string;
2819
2821
  baseUrl: string;
2820
- reasoning: false;
2821
- input: "text"[];
2822
+ headers: {
2823
+ "User-Agent": string;
2824
+ "Editor-Version": string;
2825
+ "Editor-Plugin-Version": string;
2826
+ "Copilot-Integration-Id": string;
2827
+ };
2828
+ compat: {
2829
+ supportsStore: false;
2830
+ supportsDeveloperRole: false;
2831
+ supportsReasoningEffort: false;
2832
+ };
2833
+ reasoning: true;
2834
+ input: ("image" | "text")[];
2822
2835
  cost: {
2823
2836
  input: number;
2824
2837
  output: number;
@@ -2828,8 +2841,6 @@ export declare const MODELS: {
2828
2841
  contextWindow: number;
2829
2842
  maxTokens: number;
2830
2843
  };
2831
- };
2832
- readonly "github-copilot": {
2833
2844
  readonly "claude-haiku-4.5": {
2834
2845
  id: string;
2835
2846
  name: string;
@@ -3640,6 +3651,40 @@ export declare const MODELS: {
3640
3651
  contextWindow: number;
3641
3652
  maxTokens: number;
3642
3653
  };
3654
+ readonly "gemma-4-E2B-it": {
3655
+ id: string;
3656
+ name: string;
3657
+ api: "google-generative-ai";
3658
+ provider: string;
3659
+ baseUrl: string;
3660
+ reasoning: true;
3661
+ input: ("image" | "text")[];
3662
+ cost: {
3663
+ input: number;
3664
+ output: number;
3665
+ cacheRead: number;
3666
+ cacheWrite: number;
3667
+ };
3668
+ contextWindow: number;
3669
+ maxTokens: number;
3670
+ };
3671
+ readonly "gemma-4-E4B-it": {
3672
+ id: string;
3673
+ name: string;
3674
+ api: "google-generative-ai";
3675
+ provider: string;
3676
+ baseUrl: string;
3677
+ reasoning: true;
3678
+ input: ("image" | "text")[];
3679
+ cost: {
3680
+ input: number;
3681
+ output: number;
3682
+ cacheRead: number;
3683
+ cacheWrite: number;
3684
+ };
3685
+ contextWindow: number;
3686
+ maxTokens: number;
3687
+ };
3643
3688
  };
3644
3689
  readonly "google-antigravity": {
3645
3690
  readonly "claude-opus-4-5-thinking": {
@@ -4704,6 +4749,23 @@ export declare const MODELS: {
4704
4749
  contextWindow: number;
4705
4750
  maxTokens: number;
4706
4751
  };
4752
+ readonly k2p7: {
4753
+ id: string;
4754
+ name: string;
4755
+ api: "anthropic-messages";
4756
+ provider: string;
4757
+ baseUrl: string;
4758
+ reasoning: true;
4759
+ input: ("image" | "text")[];
4760
+ cost: {
4761
+ input: number;
4762
+ output: number;
4763
+ cacheRead: number;
4764
+ cacheWrite: number;
4765
+ };
4766
+ contextWindow: number;
4767
+ maxTokens: number;
4768
+ };
4707
4769
  readonly "kimi-k2-thinking": {
4708
4770
  id: string;
4709
4771
  name: string;
@@ -6184,23 +6246,6 @@ export declare const MODELS: {
6184
6246
  contextWindow: number;
6185
6247
  maxTokens: number;
6186
6248
  };
6187
- readonly "claude-fable-5": {
6188
- id: string;
6189
- name: string;
6190
- api: "anthropic-messages";
6191
- provider: string;
6192
- baseUrl: string;
6193
- reasoning: true;
6194
- input: ("image" | "text")[];
6195
- cost: {
6196
- input: number;
6197
- output: number;
6198
- cacheRead: number;
6199
- cacheWrite: number;
6200
- };
6201
- contextWindow: number;
6202
- maxTokens: number;
6203
- };
6204
6249
  readonly "claude-haiku-4-5": {
6205
6250
  id: string;
6206
6251
  name: string;
@@ -7002,7 +7047,7 @@ export declare const MODELS: {
7002
7047
  contextWindow: number;
7003
7048
  maxTokens: number;
7004
7049
  };
7005
- readonly "kimi-k2.5": {
7050
+ readonly "kimi-k2.6": {
7006
7051
  id: string;
7007
7052
  name: string;
7008
7053
  api: "openai-completions";
@@ -7019,7 +7064,7 @@ export declare const MODELS: {
7019
7064
  contextWindow: number;
7020
7065
  maxTokens: number;
7021
7066
  };
7022
- readonly "kimi-k2.6": {
7067
+ readonly "kimi-k2.7-code": {
7023
7068
  id: string;
7024
7069
  name: string;
7025
7070
  api: "openai-completions";
@@ -7070,23 +7115,6 @@ export declare const MODELS: {
7070
7115
  contextWindow: number;
7071
7116
  maxTokens: number;
7072
7117
  };
7073
- readonly "minimax-m2.5": {
7074
- id: string;
7075
- name: string;
7076
- api: "anthropic-messages";
7077
- provider: string;
7078
- baseUrl: string;
7079
- reasoning: true;
7080
- input: "text"[];
7081
- cost: {
7082
- input: number;
7083
- output: number;
7084
- cacheRead: number;
7085
- cacheWrite: number;
7086
- };
7087
- contextWindow: number;
7088
- maxTokens: number;
7089
- };
7090
7118
  readonly "minimax-m2.7": {
7091
7119
  id: string;
7092
7120
  name: string;
@@ -8891,6 +8919,23 @@ export declare const MODELS: {
8891
8919
  contextWindow: number;
8892
8920
  maxTokens: number;
8893
8921
  };
8922
+ readonly "moonshotai/kimi-k2.7-code": {
8923
+ id: string;
8924
+ name: string;
8925
+ api: "openai-completions";
8926
+ provider: string;
8927
+ baseUrl: string;
8928
+ reasoning: true;
8929
+ input: ("image" | "text")[];
8930
+ cost: {
8931
+ input: number;
8932
+ output: number;
8933
+ cacheRead: number;
8934
+ cacheWrite: number;
8935
+ };
8936
+ contextWindow: number;
8937
+ maxTokens: number;
8938
+ };
8894
8939
  readonly "nex-agi/nex-n2-pro:free": {
8895
8940
  id: string;
8896
8941
  name: string;
@@ -11868,23 +11913,6 @@ export declare const MODELS: {
11868
11913
  contextWindow: number;
11869
11914
  maxTokens: number;
11870
11915
  };
11871
- readonly "anthropic/claude-fable-5": {
11872
- id: string;
11873
- name: string;
11874
- api: "anthropic-messages";
11875
- provider: string;
11876
- baseUrl: string;
11877
- reasoning: true;
11878
- input: ("image" | "text")[];
11879
- cost: {
11880
- input: number;
11881
- output: number;
11882
- cacheRead: number;
11883
- cacheWrite: number;
11884
- };
11885
- contextWindow: number;
11886
- maxTokens: number;
11887
- };
11888
11916
  readonly "anthropic/claude-haiku-4.5": {
11889
11917
  id: string;
11890
11918
  name: string;
@@ -13007,14 +13035,14 @@ export declare const MODELS: {
13007
13035
  contextWindow: number;
13008
13036
  maxTokens: number;
13009
13037
  };
13010
- readonly "moonshotai/kimi-k2-thinking-turbo": {
13038
+ readonly "moonshotai/kimi-k2.5": {
13011
13039
  id: string;
13012
13040
  name: string;
13013
13041
  api: "anthropic-messages";
13014
13042
  provider: string;
13015
13043
  baseUrl: string;
13016
13044
  reasoning: true;
13017
- input: "text"[];
13045
+ input: ("image" | "text")[];
13018
13046
  cost: {
13019
13047
  input: number;
13020
13048
  output: number;
@@ -13024,14 +13052,14 @@ export declare const MODELS: {
13024
13052
  contextWindow: number;
13025
13053
  maxTokens: number;
13026
13054
  };
13027
- readonly "moonshotai/kimi-k2-turbo": {
13055
+ readonly "moonshotai/kimi-k2.6": {
13028
13056
  id: string;
13029
13057
  name: string;
13030
13058
  api: "anthropic-messages";
13031
13059
  provider: string;
13032
13060
  baseUrl: string;
13033
- reasoning: false;
13034
- input: "text"[];
13061
+ reasoning: true;
13062
+ input: ("image" | "text")[];
13035
13063
  cost: {
13036
13064
  input: number;
13037
13065
  output: number;
@@ -13041,7 +13069,7 @@ export declare const MODELS: {
13041
13069
  contextWindow: number;
13042
13070
  maxTokens: number;
13043
13071
  };
13044
- readonly "moonshotai/kimi-k2.5": {
13072
+ readonly "moonshotai/kimi-k2.7-code": {
13045
13073
  id: string;
13046
13074
  name: string;
13047
13075
  api: "anthropic-messages";
@@ -13058,7 +13086,7 @@ export declare const MODELS: {
13058
13086
  contextWindow: number;
13059
13087
  maxTokens: number;
13060
13088
  };
13061
- readonly "moonshotai/kimi-k2.6": {
13089
+ readonly "moonshotai/kimi-k2.7-code-highspeed": {
13062
13090
  id: string;
13063
13091
  name: string;
13064
13092
  api: "anthropic-messages";