omk-ai 0.90.3 → 0.90.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.
|
@@ -5299,6 +5299,62 @@ export declare const MODELS: {
|
|
|
5299
5299
|
contextWindow: number;
|
|
5300
5300
|
maxTokens: number;
|
|
5301
5301
|
};
|
|
5302
|
+
readonly "kimi-k2.7-code": {
|
|
5303
|
+
id: string;
|
|
5304
|
+
name: string;
|
|
5305
|
+
api: "openai-completions";
|
|
5306
|
+
provider: string;
|
|
5307
|
+
baseUrl: string;
|
|
5308
|
+
headers: {
|
|
5309
|
+
"User-Agent": string;
|
|
5310
|
+
"Editor-Version": string;
|
|
5311
|
+
"Editor-Plugin-Version": string;
|
|
5312
|
+
"Copilot-Integration-Id": string;
|
|
5313
|
+
};
|
|
5314
|
+
compat: {
|
|
5315
|
+
supportsStore: false;
|
|
5316
|
+
supportsDeveloperRole: false;
|
|
5317
|
+
supportsReasoningEffort: false;
|
|
5318
|
+
};
|
|
5319
|
+
reasoning: true;
|
|
5320
|
+
input: ("image" | "text")[];
|
|
5321
|
+
cost: {
|
|
5322
|
+
input: number;
|
|
5323
|
+
output: number;
|
|
5324
|
+
cacheRead: number;
|
|
5325
|
+
cacheWrite: number;
|
|
5326
|
+
};
|
|
5327
|
+
contextWindow: number;
|
|
5328
|
+
maxTokens: number;
|
|
5329
|
+
};
|
|
5330
|
+
readonly "mai-code-1-flash-picker": {
|
|
5331
|
+
id: string;
|
|
5332
|
+
name: string;
|
|
5333
|
+
api: "openai-completions";
|
|
5334
|
+
provider: string;
|
|
5335
|
+
baseUrl: string;
|
|
5336
|
+
headers: {
|
|
5337
|
+
"User-Agent": string;
|
|
5338
|
+
"Editor-Version": string;
|
|
5339
|
+
"Editor-Plugin-Version": string;
|
|
5340
|
+
"Copilot-Integration-Id": string;
|
|
5341
|
+
};
|
|
5342
|
+
compat: {
|
|
5343
|
+
supportsStore: false;
|
|
5344
|
+
supportsDeveloperRole: false;
|
|
5345
|
+
supportsReasoningEffort: false;
|
|
5346
|
+
};
|
|
5347
|
+
reasoning: true;
|
|
5348
|
+
input: "text"[];
|
|
5349
|
+
cost: {
|
|
5350
|
+
input: number;
|
|
5351
|
+
output: number;
|
|
5352
|
+
cacheRead: number;
|
|
5353
|
+
cacheWrite: number;
|
|
5354
|
+
};
|
|
5355
|
+
contextWindow: number;
|
|
5356
|
+
maxTokens: number;
|
|
5357
|
+
};
|
|
5302
5358
|
};
|
|
5303
5359
|
readonly google: {
|
|
5304
5360
|
readonly "gemini-2.0-flash": {
|
|
@@ -7479,7 +7535,7 @@ export declare const MODELS: {
|
|
|
7479
7535
|
api: "mistral-conversations";
|
|
7480
7536
|
provider: string;
|
|
7481
7537
|
baseUrl: string;
|
|
7482
|
-
reasoning:
|
|
7538
|
+
reasoning: true;
|
|
7483
7539
|
input: ("image" | "text")[];
|
|
7484
7540
|
cost: {
|
|
7485
7541
|
input: number;
|
|
@@ -8630,6 +8686,34 @@ export declare const MODELS: {
|
|
|
8630
8686
|
contextWindow: number;
|
|
8631
8687
|
maxTokens: number;
|
|
8632
8688
|
};
|
|
8689
|
+
readonly "z-ai/glm-5.2": {
|
|
8690
|
+
id: string;
|
|
8691
|
+
name: string;
|
|
8692
|
+
api: "openai-completions";
|
|
8693
|
+
provider: string;
|
|
8694
|
+
baseUrl: string;
|
|
8695
|
+
headers: {
|
|
8696
|
+
"NVCF-POLL-SECONDS": string;
|
|
8697
|
+
};
|
|
8698
|
+
compat: {
|
|
8699
|
+
supportsStore: false;
|
|
8700
|
+
supportsDeveloperRole: false;
|
|
8701
|
+
supportsReasoningEffort: false;
|
|
8702
|
+
maxTokensField: "max_tokens";
|
|
8703
|
+
supportsStrictMode: false;
|
|
8704
|
+
supportsLongCacheRetention: false;
|
|
8705
|
+
};
|
|
8706
|
+
reasoning: true;
|
|
8707
|
+
input: "text"[];
|
|
8708
|
+
cost: {
|
|
8709
|
+
input: number;
|
|
8710
|
+
output: number;
|
|
8711
|
+
cacheRead: number;
|
|
8712
|
+
cacheWrite: number;
|
|
8713
|
+
};
|
|
8714
|
+
contextWindow: number;
|
|
8715
|
+
maxTokens: number;
|
|
8716
|
+
};
|
|
8633
8717
|
};
|
|
8634
8718
|
readonly openai: {
|
|
8635
8719
|
readonly "gpt-4": {
|
|
@@ -13759,6 +13843,40 @@ export declare const MODELS: {
|
|
|
13759
13843
|
contextWindow: number;
|
|
13760
13844
|
maxTokens: number;
|
|
13761
13845
|
};
|
|
13846
|
+
readonly "poolside/laguna-xs-2.1": {
|
|
13847
|
+
id: string;
|
|
13848
|
+
name: string;
|
|
13849
|
+
api: "openai-completions";
|
|
13850
|
+
provider: string;
|
|
13851
|
+
baseUrl: string;
|
|
13852
|
+
reasoning: true;
|
|
13853
|
+
input: "text"[];
|
|
13854
|
+
cost: {
|
|
13855
|
+
input: number;
|
|
13856
|
+
output: number;
|
|
13857
|
+
cacheRead: number;
|
|
13858
|
+
cacheWrite: number;
|
|
13859
|
+
};
|
|
13860
|
+
contextWindow: number;
|
|
13861
|
+
maxTokens: number;
|
|
13862
|
+
};
|
|
13863
|
+
readonly "poolside/laguna-xs-2.1:free": {
|
|
13864
|
+
id: string;
|
|
13865
|
+
name: string;
|
|
13866
|
+
api: "openai-completions";
|
|
13867
|
+
provider: string;
|
|
13868
|
+
baseUrl: string;
|
|
13869
|
+
reasoning: true;
|
|
13870
|
+
input: "text"[];
|
|
13871
|
+
cost: {
|
|
13872
|
+
input: number;
|
|
13873
|
+
output: number;
|
|
13874
|
+
cacheRead: number;
|
|
13875
|
+
cacheWrite: number;
|
|
13876
|
+
};
|
|
13877
|
+
contextWindow: number;
|
|
13878
|
+
maxTokens: number;
|
|
13879
|
+
};
|
|
13762
13880
|
readonly "poolside/laguna-xs.2": {
|
|
13763
13881
|
id: string;
|
|
13764
13882
|
name: string;
|