@draht/ai 2026.3.2-9 → 2026.3.3
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.
|
@@ -6694,6 +6694,23 @@ export declare const MODELS: {
|
|
|
6694
6694
|
contextWindow: number;
|
|
6695
6695
|
maxTokens: number;
|
|
6696
6696
|
};
|
|
6697
|
+
readonly "arcee-ai/trinity-mini": {
|
|
6698
|
+
id: string;
|
|
6699
|
+
name: string;
|
|
6700
|
+
api: "openai-completions";
|
|
6701
|
+
provider: string;
|
|
6702
|
+
baseUrl: string;
|
|
6703
|
+
reasoning: true;
|
|
6704
|
+
input: "text"[];
|
|
6705
|
+
cost: {
|
|
6706
|
+
input: number;
|
|
6707
|
+
output: number;
|
|
6708
|
+
cacheRead: number;
|
|
6709
|
+
cacheWrite: number;
|
|
6710
|
+
};
|
|
6711
|
+
contextWindow: number;
|
|
6712
|
+
maxTokens: number;
|
|
6713
|
+
};
|
|
6697
6714
|
readonly "arcee-ai/trinity-mini:free": {
|
|
6698
6715
|
id: string;
|
|
6699
6716
|
name: string;
|
|
@@ -7017,6 +7034,23 @@ export declare const MODELS: {
|
|
|
7017
7034
|
contextWindow: number;
|
|
7018
7035
|
maxTokens: number;
|
|
7019
7036
|
};
|
|
7037
|
+
readonly "essentialai/rnj-1-instruct": {
|
|
7038
|
+
id: string;
|
|
7039
|
+
name: string;
|
|
7040
|
+
api: "openai-completions";
|
|
7041
|
+
provider: string;
|
|
7042
|
+
baseUrl: string;
|
|
7043
|
+
reasoning: false;
|
|
7044
|
+
input: "text"[];
|
|
7045
|
+
cost: {
|
|
7046
|
+
input: number;
|
|
7047
|
+
output: number;
|
|
7048
|
+
cacheRead: number;
|
|
7049
|
+
cacheWrite: number;
|
|
7050
|
+
};
|
|
7051
|
+
contextWindow: number;
|
|
7052
|
+
maxTokens: number;
|
|
7053
|
+
};
|
|
7020
7054
|
readonly "google/gemini-2.0-flash-001": {
|
|
7021
7055
|
id: string;
|
|
7022
7056
|
name: string;
|
|
@@ -7187,6 +7221,23 @@ export declare const MODELS: {
|
|
|
7187
7221
|
contextWindow: number;
|
|
7188
7222
|
maxTokens: number;
|
|
7189
7223
|
};
|
|
7224
|
+
readonly "google/gemini-3.1-flash-lite-preview": {
|
|
7225
|
+
id: string;
|
|
7226
|
+
name: string;
|
|
7227
|
+
api: "openai-completions";
|
|
7228
|
+
provider: string;
|
|
7229
|
+
baseUrl: string;
|
|
7230
|
+
reasoning: true;
|
|
7231
|
+
input: ("image" | "text")[];
|
|
7232
|
+
cost: {
|
|
7233
|
+
input: number;
|
|
7234
|
+
output: number;
|
|
7235
|
+
cacheRead: number;
|
|
7236
|
+
cacheWrite: number;
|
|
7237
|
+
};
|
|
7238
|
+
contextWindow: number;
|
|
7239
|
+
maxTokens: number;
|
|
7240
|
+
};
|
|
7190
7241
|
readonly "google/gemini-3.1-pro-preview": {
|
|
7191
7242
|
id: string;
|
|
7192
7243
|
name: string;
|
|
@@ -9941,7 +9992,7 @@ export declare const MODELS: {
|
|
|
9941
9992
|
contextWindow: number;
|
|
9942
9993
|
maxTokens: number;
|
|
9943
9994
|
};
|
|
9944
|
-
readonly "upstage/solar-pro-3
|
|
9995
|
+
readonly "upstage/solar-pro-3": {
|
|
9945
9996
|
id: string;
|
|
9946
9997
|
name: string;
|
|
9947
9998
|
api: "openai-completions";
|
|
@@ -11014,6 +11065,23 @@ export declare const MODELS: {
|
|
|
11014
11065
|
contextWindow: number;
|
|
11015
11066
|
maxTokens: number;
|
|
11016
11067
|
};
|
|
11068
|
+
readonly "google/gemini-3.1-flash-lite-preview": {
|
|
11069
|
+
id: string;
|
|
11070
|
+
name: string;
|
|
11071
|
+
api: "anthropic-messages";
|
|
11072
|
+
provider: string;
|
|
11073
|
+
baseUrl: string;
|
|
11074
|
+
reasoning: true;
|
|
11075
|
+
input: ("image" | "text")[];
|
|
11076
|
+
cost: {
|
|
11077
|
+
input: number;
|
|
11078
|
+
output: number;
|
|
11079
|
+
cacheRead: number;
|
|
11080
|
+
cacheWrite: number;
|
|
11081
|
+
};
|
|
11082
|
+
contextWindow: number;
|
|
11083
|
+
maxTokens: number;
|
|
11084
|
+
};
|
|
11017
11085
|
readonly "google/gemini-3.1-pro-preview": {
|
|
11018
11086
|
id: string;
|
|
11019
11087
|
name: string;
|
|
@@ -11932,6 +12000,23 @@ export declare const MODELS: {
|
|
|
11932
12000
|
contextWindow: number;
|
|
11933
12001
|
maxTokens: number;
|
|
11934
12002
|
};
|
|
12003
|
+
readonly "openai/gpt-5.3-chat": {
|
|
12004
|
+
id: string;
|
|
12005
|
+
name: string;
|
|
12006
|
+
api: "anthropic-messages";
|
|
12007
|
+
provider: string;
|
|
12008
|
+
baseUrl: string;
|
|
12009
|
+
reasoning: true;
|
|
12010
|
+
input: ("image" | "text")[];
|
|
12011
|
+
cost: {
|
|
12012
|
+
input: number;
|
|
12013
|
+
output: number;
|
|
12014
|
+
cacheRead: number;
|
|
12015
|
+
cacheWrite: number;
|
|
12016
|
+
};
|
|
12017
|
+
contextWindow: number;
|
|
12018
|
+
maxTokens: number;
|
|
12019
|
+
};
|
|
11935
12020
|
readonly "openai/gpt-5.3-codex": {
|
|
11936
12021
|
id: string;
|
|
11937
12022
|
name: string;
|