@dreb/ai 2.45.3 → 2.45.4

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.
@@ -8127,6 +8127,23 @@ export declare const MODELS: {
8127
8127
  contextWindow: number;
8128
8128
  maxTokens: number;
8129
8129
  };
8130
+ readonly "kimi-k3": {
8131
+ id: string;
8132
+ name: string;
8133
+ api: "openai-completions";
8134
+ provider: string;
8135
+ baseUrl: string;
8136
+ reasoning: true;
8137
+ input: ("image" | "text")[];
8138
+ cost: {
8139
+ input: number;
8140
+ output: number;
8141
+ cacheRead: number;
8142
+ cacheWrite: number;
8143
+ };
8144
+ contextWindow: number;
8145
+ maxTokens: number;
8146
+ };
8130
8147
  readonly "laguna-s-2.1-free": {
8131
8148
  id: string;
8132
8149
  name: string;
@@ -15154,6 +15171,23 @@ export declare const MODELS: {
15154
15171
  contextWindow: number;
15155
15172
  maxTokens: number;
15156
15173
  };
15174
+ readonly "moonshotai/kimi-k3-fast": {
15175
+ id: string;
15176
+ name: string;
15177
+ api: "anthropic-messages";
15178
+ provider: string;
15179
+ baseUrl: string;
15180
+ reasoning: true;
15181
+ input: ("image" | "text")[];
15182
+ cost: {
15183
+ input: number;
15184
+ output: number;
15185
+ cacheRead: number;
15186
+ cacheWrite: number;
15187
+ };
15188
+ contextWindow: number;
15189
+ maxTokens: number;
15190
+ };
15157
15191
  readonly "nvidia/nemotron-3-nano-30b-a3b": {
15158
15192
  id: string;
15159
15193
  name: string;