@dreb/ai 2.18.0 → 2.19.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.
|
@@ -6863,6 +6863,23 @@ export declare const MODELS: {
|
|
|
6863
6863
|
contextWindow: number;
|
|
6864
6864
|
maxTokens: number;
|
|
6865
6865
|
};
|
|
6866
|
+
readonly "qwen3.6-plus-free": {
|
|
6867
|
+
id: string;
|
|
6868
|
+
name: string;
|
|
6869
|
+
api: "anthropic-messages";
|
|
6870
|
+
provider: string;
|
|
6871
|
+
baseUrl: string;
|
|
6872
|
+
reasoning: true;
|
|
6873
|
+
input: ("image" | "text")[];
|
|
6874
|
+
cost: {
|
|
6875
|
+
input: number;
|
|
6876
|
+
output: number;
|
|
6877
|
+
cacheRead: number;
|
|
6878
|
+
cacheWrite: number;
|
|
6879
|
+
};
|
|
6880
|
+
contextWindow: number;
|
|
6881
|
+
maxTokens: number;
|
|
6882
|
+
};
|
|
6866
6883
|
};
|
|
6867
6884
|
readonly "opencode-go": {
|
|
6868
6885
|
readonly "deepseek-v4-flash": {
|
|
@@ -8261,7 +8278,7 @@ export declare const MODELS: {
|
|
|
8261
8278
|
contextWindow: number;
|
|
8262
8279
|
maxTokens: number;
|
|
8263
8280
|
};
|
|
8264
|
-
readonly "inclusionai/ring-2.6-1t
|
|
8281
|
+
readonly "inclusionai/ring-2.6-1t": {
|
|
8265
8282
|
id: string;
|
|
8266
8283
|
name: string;
|
|
8267
8284
|
api: "openai-completions";
|