@caupulican/pi-ai 0.80.23 → 0.80.26
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.
- package/dist/models.generated.d.ts +345 -58
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +337 -120
- package/dist/models.generated.js.map +1 -1
- package/package.json +2 -2
|
@@ -3926,6 +3926,26 @@ export declare const MODELS: {
|
|
|
3926
3926
|
contextWindow: number;
|
|
3927
3927
|
maxTokens: number;
|
|
3928
3928
|
};
|
|
3929
|
+
readonly "@cf/zai-org/glm-5.2": {
|
|
3930
|
+
id: string;
|
|
3931
|
+
name: string;
|
|
3932
|
+
api: "openai-completions";
|
|
3933
|
+
provider: string;
|
|
3934
|
+
baseUrl: string;
|
|
3935
|
+
compat: {
|
|
3936
|
+
sendSessionAffinityHeaders: true;
|
|
3937
|
+
};
|
|
3938
|
+
reasoning: true;
|
|
3939
|
+
input: "text"[];
|
|
3940
|
+
cost: {
|
|
3941
|
+
input: number;
|
|
3942
|
+
output: number;
|
|
3943
|
+
cacheRead: number;
|
|
3944
|
+
cacheWrite: number;
|
|
3945
|
+
};
|
|
3946
|
+
contextWindow: number;
|
|
3947
|
+
maxTokens: number;
|
|
3948
|
+
};
|
|
3929
3949
|
};
|
|
3930
3950
|
readonly deepseek: {
|
|
3931
3951
|
readonly "deepseek-v4-flash": {
|
|
@@ -4055,6 +4075,29 @@ export declare const MODELS: {
|
|
|
4055
4075
|
contextWindow: number;
|
|
4056
4076
|
maxTokens: number;
|
|
4057
4077
|
};
|
|
4078
|
+
readonly "accounts/fireworks/models/glm-5p2": {
|
|
4079
|
+
id: string;
|
|
4080
|
+
name: string;
|
|
4081
|
+
api: "anthropic-messages";
|
|
4082
|
+
provider: string;
|
|
4083
|
+
baseUrl: string;
|
|
4084
|
+
compat: {
|
|
4085
|
+
sendSessionAffinityHeaders: true;
|
|
4086
|
+
supportsEagerToolInputStreaming: false;
|
|
4087
|
+
supportsCacheControlOnTools: false;
|
|
4088
|
+
supportsLongCacheRetention: false;
|
|
4089
|
+
};
|
|
4090
|
+
reasoning: true;
|
|
4091
|
+
input: "text"[];
|
|
4092
|
+
cost: {
|
|
4093
|
+
input: number;
|
|
4094
|
+
output: number;
|
|
4095
|
+
cacheRead: number;
|
|
4096
|
+
cacheWrite: number;
|
|
4097
|
+
};
|
|
4098
|
+
contextWindow: number;
|
|
4099
|
+
maxTokens: number;
|
|
4100
|
+
};
|
|
4058
4101
|
readonly "accounts/fireworks/models/gpt-oss-120b": {
|
|
4059
4102
|
id: string;
|
|
4060
4103
|
name: string;
|
|
@@ -4101,7 +4144,7 @@ export declare const MODELS: {
|
|
|
4101
4144
|
contextWindow: number;
|
|
4102
4145
|
maxTokens: number;
|
|
4103
4146
|
};
|
|
4104
|
-
readonly "accounts/fireworks/models/kimi-
|
|
4147
|
+
readonly "accounts/fireworks/models/kimi-k2p6": {
|
|
4105
4148
|
id: string;
|
|
4106
4149
|
name: string;
|
|
4107
4150
|
api: "anthropic-messages";
|
|
@@ -4124,7 +4167,7 @@ export declare const MODELS: {
|
|
|
4124
4167
|
contextWindow: number;
|
|
4125
4168
|
maxTokens: number;
|
|
4126
4169
|
};
|
|
4127
|
-
readonly "accounts/fireworks/models/kimi-
|
|
4170
|
+
readonly "accounts/fireworks/models/kimi-k2p7-code": {
|
|
4128
4171
|
id: string;
|
|
4129
4172
|
name: string;
|
|
4130
4173
|
api: "anthropic-messages";
|
|
@@ -4147,7 +4190,7 @@ export declare const MODELS: {
|
|
|
4147
4190
|
contextWindow: number;
|
|
4148
4191
|
maxTokens: number;
|
|
4149
4192
|
};
|
|
4150
|
-
readonly "accounts/fireworks/models/minimax-
|
|
4193
|
+
readonly "accounts/fireworks/models/minimax-m2p7": {
|
|
4151
4194
|
id: string;
|
|
4152
4195
|
name: string;
|
|
4153
4196
|
api: "anthropic-messages";
|
|
@@ -4170,7 +4213,7 @@ export declare const MODELS: {
|
|
|
4170
4213
|
contextWindow: number;
|
|
4171
4214
|
maxTokens: number;
|
|
4172
4215
|
};
|
|
4173
|
-
readonly "accounts/fireworks/models/minimax-
|
|
4216
|
+
readonly "accounts/fireworks/models/minimax-m3": {
|
|
4174
4217
|
id: string;
|
|
4175
4218
|
name: string;
|
|
4176
4219
|
api: "anthropic-messages";
|
|
@@ -4193,7 +4236,7 @@ export declare const MODELS: {
|
|
|
4193
4236
|
contextWindow: number;
|
|
4194
4237
|
maxTokens: number;
|
|
4195
4238
|
};
|
|
4196
|
-
readonly "accounts/fireworks/models/
|
|
4239
|
+
readonly "accounts/fireworks/models/qwen3p7-plus": {
|
|
4197
4240
|
id: string;
|
|
4198
4241
|
name: string;
|
|
4199
4242
|
api: "anthropic-messages";
|
|
@@ -4285,6 +4328,29 @@ export declare const MODELS: {
|
|
|
4285
4328
|
contextWindow: number;
|
|
4286
4329
|
maxTokens: number;
|
|
4287
4330
|
};
|
|
4331
|
+
readonly "accounts/fireworks/routers/kimi-k2p7-code-fast": {
|
|
4332
|
+
id: string;
|
|
4333
|
+
name: string;
|
|
4334
|
+
api: "anthropic-messages";
|
|
4335
|
+
provider: string;
|
|
4336
|
+
baseUrl: string;
|
|
4337
|
+
compat: {
|
|
4338
|
+
sendSessionAffinityHeaders: true;
|
|
4339
|
+
supportsEagerToolInputStreaming: false;
|
|
4340
|
+
supportsCacheControlOnTools: false;
|
|
4341
|
+
supportsLongCacheRetention: false;
|
|
4342
|
+
};
|
|
4343
|
+
reasoning: true;
|
|
4344
|
+
input: ("image" | "text")[];
|
|
4345
|
+
cost: {
|
|
4346
|
+
input: number;
|
|
4347
|
+
output: number;
|
|
4348
|
+
cacheRead: number;
|
|
4349
|
+
cacheWrite: number;
|
|
4350
|
+
};
|
|
4351
|
+
contextWindow: number;
|
|
4352
|
+
maxTokens: number;
|
|
4353
|
+
};
|
|
4288
4354
|
};
|
|
4289
4355
|
readonly "github-copilot": {
|
|
4290
4356
|
readonly "claude-fable-5": {
|
|
@@ -5243,6 +5309,54 @@ export declare const MODELS: {
|
|
|
5243
5309
|
contextWindow: number;
|
|
5244
5310
|
maxTokens: number;
|
|
5245
5311
|
};
|
|
5312
|
+
readonly "gemma-4-E2B-it": {
|
|
5313
|
+
id: string;
|
|
5314
|
+
name: string;
|
|
5315
|
+
api: "google-generative-ai";
|
|
5316
|
+
provider: string;
|
|
5317
|
+
baseUrl: string;
|
|
5318
|
+
reasoning: true;
|
|
5319
|
+
thinkingLevelMap: {
|
|
5320
|
+
off: null;
|
|
5321
|
+
minimal: string;
|
|
5322
|
+
low: null;
|
|
5323
|
+
medium: null;
|
|
5324
|
+
high: string;
|
|
5325
|
+
};
|
|
5326
|
+
input: ("image" | "text")[];
|
|
5327
|
+
cost: {
|
|
5328
|
+
input: number;
|
|
5329
|
+
output: number;
|
|
5330
|
+
cacheRead: number;
|
|
5331
|
+
cacheWrite: number;
|
|
5332
|
+
};
|
|
5333
|
+
contextWindow: number;
|
|
5334
|
+
maxTokens: number;
|
|
5335
|
+
};
|
|
5336
|
+
readonly "gemma-4-E4B-it": {
|
|
5337
|
+
id: string;
|
|
5338
|
+
name: string;
|
|
5339
|
+
api: "google-generative-ai";
|
|
5340
|
+
provider: string;
|
|
5341
|
+
baseUrl: string;
|
|
5342
|
+
reasoning: true;
|
|
5343
|
+
thinkingLevelMap: {
|
|
5344
|
+
off: null;
|
|
5345
|
+
minimal: string;
|
|
5346
|
+
low: null;
|
|
5347
|
+
medium: null;
|
|
5348
|
+
high: string;
|
|
5349
|
+
};
|
|
5350
|
+
input: ("image" | "text")[];
|
|
5351
|
+
cost: {
|
|
5352
|
+
input: number;
|
|
5353
|
+
output: number;
|
|
5354
|
+
cacheRead: number;
|
|
5355
|
+
cacheWrite: number;
|
|
5356
|
+
};
|
|
5357
|
+
contextWindow: number;
|
|
5358
|
+
maxTokens: number;
|
|
5359
|
+
};
|
|
5246
5360
|
};
|
|
5247
5361
|
readonly "google-vertex": {
|
|
5248
5362
|
readonly "gemini-1.5-flash": {
|
|
@@ -6925,6 +7039,30 @@ export declare const MODELS: {
|
|
|
6925
7039
|
contextWindow: number;
|
|
6926
7040
|
maxTokens: number;
|
|
6927
7041
|
};
|
|
7042
|
+
readonly "kimi-k2.7-code-highspeed": {
|
|
7043
|
+
id: string;
|
|
7044
|
+
name: string;
|
|
7045
|
+
api: "openai-completions";
|
|
7046
|
+
provider: string;
|
|
7047
|
+
baseUrl: string;
|
|
7048
|
+
compat: {
|
|
7049
|
+
supportsStore: false;
|
|
7050
|
+
supportsDeveloperRole: false;
|
|
7051
|
+
supportsReasoningEffort: false;
|
|
7052
|
+
maxTokensField: "max_tokens";
|
|
7053
|
+
supportsStrictMode: false;
|
|
7054
|
+
};
|
|
7055
|
+
reasoning: true;
|
|
7056
|
+
input: ("image" | "text")[];
|
|
7057
|
+
cost: {
|
|
7058
|
+
input: number;
|
|
7059
|
+
output: number;
|
|
7060
|
+
cacheRead: number;
|
|
7061
|
+
cacheWrite: number;
|
|
7062
|
+
};
|
|
7063
|
+
contextWindow: number;
|
|
7064
|
+
maxTokens: number;
|
|
7065
|
+
};
|
|
6928
7066
|
};
|
|
6929
7067
|
readonly "moonshotai-cn": {
|
|
6930
7068
|
readonly "kimi-k2-0711-preview": {
|
|
@@ -7095,6 +7233,54 @@ export declare const MODELS: {
|
|
|
7095
7233
|
contextWindow: number;
|
|
7096
7234
|
maxTokens: number;
|
|
7097
7235
|
};
|
|
7236
|
+
readonly "kimi-k2.7-code": {
|
|
7237
|
+
id: string;
|
|
7238
|
+
name: string;
|
|
7239
|
+
api: "openai-completions";
|
|
7240
|
+
provider: string;
|
|
7241
|
+
baseUrl: string;
|
|
7242
|
+
compat: {
|
|
7243
|
+
supportsStore: false;
|
|
7244
|
+
supportsDeveloperRole: false;
|
|
7245
|
+
supportsReasoningEffort: false;
|
|
7246
|
+
maxTokensField: "max_tokens";
|
|
7247
|
+
supportsStrictMode: false;
|
|
7248
|
+
};
|
|
7249
|
+
reasoning: true;
|
|
7250
|
+
input: ("image" | "text")[];
|
|
7251
|
+
cost: {
|
|
7252
|
+
input: number;
|
|
7253
|
+
output: number;
|
|
7254
|
+
cacheRead: number;
|
|
7255
|
+
cacheWrite: number;
|
|
7256
|
+
};
|
|
7257
|
+
contextWindow: number;
|
|
7258
|
+
maxTokens: number;
|
|
7259
|
+
};
|
|
7260
|
+
readonly "kimi-k2.7-code-highspeed": {
|
|
7261
|
+
id: string;
|
|
7262
|
+
name: string;
|
|
7263
|
+
api: "openai-completions";
|
|
7264
|
+
provider: string;
|
|
7265
|
+
baseUrl: string;
|
|
7266
|
+
compat: {
|
|
7267
|
+
supportsStore: false;
|
|
7268
|
+
supportsDeveloperRole: false;
|
|
7269
|
+
supportsReasoningEffort: false;
|
|
7270
|
+
maxTokensField: "max_tokens";
|
|
7271
|
+
supportsStrictMode: false;
|
|
7272
|
+
};
|
|
7273
|
+
reasoning: true;
|
|
7274
|
+
input: ("image" | "text")[];
|
|
7275
|
+
cost: {
|
|
7276
|
+
input: number;
|
|
7277
|
+
output: number;
|
|
7278
|
+
cacheRead: number;
|
|
7279
|
+
cacheWrite: number;
|
|
7280
|
+
};
|
|
7281
|
+
contextWindow: number;
|
|
7282
|
+
maxTokens: number;
|
|
7283
|
+
};
|
|
7098
7284
|
};
|
|
7099
7285
|
readonly openai: {
|
|
7100
7286
|
readonly "gpt-4": {
|
|
@@ -8046,23 +8232,6 @@ export declare const MODELS: {
|
|
|
8046
8232
|
contextWindow: number;
|
|
8047
8233
|
maxTokens: number;
|
|
8048
8234
|
};
|
|
8049
|
-
readonly "claude-fable-5": {
|
|
8050
|
-
id: string;
|
|
8051
|
-
name: string;
|
|
8052
|
-
api: "anthropic-messages";
|
|
8053
|
-
provider: string;
|
|
8054
|
-
baseUrl: string;
|
|
8055
|
-
reasoning: true;
|
|
8056
|
-
input: ("image" | "text")[];
|
|
8057
|
-
cost: {
|
|
8058
|
-
input: number;
|
|
8059
|
-
output: number;
|
|
8060
|
-
cacheRead: number;
|
|
8061
|
-
cacheWrite: number;
|
|
8062
|
-
};
|
|
8063
|
-
contextWindow: number;
|
|
8064
|
-
maxTokens: number;
|
|
8065
|
-
};
|
|
8066
8235
|
readonly "claude-haiku-4-5": {
|
|
8067
8236
|
id: string;
|
|
8068
8237
|
name: string;
|
|
@@ -8993,7 +9162,7 @@ export declare const MODELS: {
|
|
|
8993
9162
|
contextWindow: number;
|
|
8994
9163
|
maxTokens: number;
|
|
8995
9164
|
};
|
|
8996
|
-
readonly "glm-5": {
|
|
9165
|
+
readonly "glm-5.1": {
|
|
8997
9166
|
id: string;
|
|
8998
9167
|
name: string;
|
|
8999
9168
|
api: "openai-completions";
|
|
@@ -9010,7 +9179,7 @@ export declare const MODELS: {
|
|
|
9010
9179
|
contextWindow: number;
|
|
9011
9180
|
maxTokens: number;
|
|
9012
9181
|
};
|
|
9013
|
-
readonly "glm-5.
|
|
9182
|
+
readonly "glm-5.2": {
|
|
9014
9183
|
id: string;
|
|
9015
9184
|
name: string;
|
|
9016
9185
|
api: "openai-completions";
|
|
@@ -9756,6 +9925,23 @@ export declare const MODELS: {
|
|
|
9756
9925
|
contextWindow: number;
|
|
9757
9926
|
maxTokens: number;
|
|
9758
9927
|
};
|
|
9928
|
+
readonly "cohere/north-mini-code:free": {
|
|
9929
|
+
id: string;
|
|
9930
|
+
name: string;
|
|
9931
|
+
api: "openai-completions";
|
|
9932
|
+
provider: string;
|
|
9933
|
+
baseUrl: string;
|
|
9934
|
+
reasoning: true;
|
|
9935
|
+
input: "text"[];
|
|
9936
|
+
cost: {
|
|
9937
|
+
input: number;
|
|
9938
|
+
output: number;
|
|
9939
|
+
cacheRead: number;
|
|
9940
|
+
cacheWrite: number;
|
|
9941
|
+
};
|
|
9942
|
+
contextWindow: number;
|
|
9943
|
+
maxTokens: number;
|
|
9944
|
+
};
|
|
9759
9945
|
readonly "deepseek/deepseek-chat": {
|
|
9760
9946
|
id: string;
|
|
9761
9947
|
name: string;
|
|
@@ -13204,23 +13390,6 @@ export declare const MODELS: {
|
|
|
13204
13390
|
contextWindow: number;
|
|
13205
13391
|
maxTokens: number;
|
|
13206
13392
|
};
|
|
13207
|
-
readonly "xiaomi/mimo-v2-flash": {
|
|
13208
|
-
id: string;
|
|
13209
|
-
name: string;
|
|
13210
|
-
api: "openai-completions";
|
|
13211
|
-
provider: string;
|
|
13212
|
-
baseUrl: string;
|
|
13213
|
-
reasoning: true;
|
|
13214
|
-
input: "text"[];
|
|
13215
|
-
cost: {
|
|
13216
|
-
input: number;
|
|
13217
|
-
output: number;
|
|
13218
|
-
cacheRead: number;
|
|
13219
|
-
cacheWrite: number;
|
|
13220
|
-
};
|
|
13221
|
-
contextWindow: number;
|
|
13222
|
-
maxTokens: number;
|
|
13223
|
-
};
|
|
13224
13393
|
readonly "xiaomi/mimo-v2.5": {
|
|
13225
13394
|
id: string;
|
|
13226
13395
|
name: string;
|
|
@@ -13425,6 +13594,23 @@ export declare const MODELS: {
|
|
|
13425
13594
|
contextWindow: number;
|
|
13426
13595
|
maxTokens: number;
|
|
13427
13596
|
};
|
|
13597
|
+
readonly "z-ai/glm-5.2": {
|
|
13598
|
+
id: string;
|
|
13599
|
+
name: string;
|
|
13600
|
+
api: "openai-completions";
|
|
13601
|
+
provider: string;
|
|
13602
|
+
baseUrl: string;
|
|
13603
|
+
reasoning: true;
|
|
13604
|
+
input: "text"[];
|
|
13605
|
+
cost: {
|
|
13606
|
+
input: number;
|
|
13607
|
+
output: number;
|
|
13608
|
+
cacheRead: number;
|
|
13609
|
+
cacheWrite: number;
|
|
13610
|
+
};
|
|
13611
|
+
contextWindow: number;
|
|
13612
|
+
maxTokens: number;
|
|
13613
|
+
};
|
|
13428
13614
|
readonly "~anthropic/claude-fable-latest": {
|
|
13429
13615
|
id: string;
|
|
13430
13616
|
name: string;
|
|
@@ -13611,6 +13797,37 @@ export declare const MODELS: {
|
|
|
13611
13797
|
contextWindow: number;
|
|
13612
13798
|
maxTokens: number;
|
|
13613
13799
|
};
|
|
13800
|
+
readonly "MiniMaxAI/MiniMax-M3": {
|
|
13801
|
+
id: string;
|
|
13802
|
+
name: string;
|
|
13803
|
+
api: "openai-completions";
|
|
13804
|
+
provider: string;
|
|
13805
|
+
baseUrl: string;
|
|
13806
|
+
compat: {
|
|
13807
|
+
supportsStore: false;
|
|
13808
|
+
supportsDeveloperRole: false;
|
|
13809
|
+
supportsReasoningEffort: false;
|
|
13810
|
+
maxTokensField: "max_tokens";
|
|
13811
|
+
supportsStrictMode: false;
|
|
13812
|
+
supportsLongCacheRetention: false;
|
|
13813
|
+
thinkingFormat: "together";
|
|
13814
|
+
};
|
|
13815
|
+
reasoning: true;
|
|
13816
|
+
thinkingLevelMap: {
|
|
13817
|
+
minimal: null;
|
|
13818
|
+
low: null;
|
|
13819
|
+
medium: null;
|
|
13820
|
+
};
|
|
13821
|
+
input: ("image" | "text")[];
|
|
13822
|
+
cost: {
|
|
13823
|
+
input: number;
|
|
13824
|
+
output: number;
|
|
13825
|
+
cacheRead: number;
|
|
13826
|
+
cacheWrite: number;
|
|
13827
|
+
};
|
|
13828
|
+
contextWindow: number;
|
|
13829
|
+
maxTokens: number;
|
|
13830
|
+
};
|
|
13614
13831
|
readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
|
|
13615
13832
|
id: string;
|
|
13616
13833
|
name: string;
|
|
@@ -13924,6 +14141,37 @@ export declare const MODELS: {
|
|
|
13924
14141
|
contextWindow: number;
|
|
13925
14142
|
maxTokens: number;
|
|
13926
14143
|
};
|
|
14144
|
+
readonly "moonshotai/Kimi-K2.7-Code": {
|
|
14145
|
+
id: string;
|
|
14146
|
+
name: string;
|
|
14147
|
+
api: "openai-completions";
|
|
14148
|
+
provider: string;
|
|
14149
|
+
baseUrl: string;
|
|
14150
|
+
compat: {
|
|
14151
|
+
supportsStore: false;
|
|
14152
|
+
supportsDeveloperRole: false;
|
|
14153
|
+
supportsReasoningEffort: false;
|
|
14154
|
+
maxTokensField: "max_tokens";
|
|
14155
|
+
supportsStrictMode: false;
|
|
14156
|
+
supportsLongCacheRetention: false;
|
|
14157
|
+
thinkingFormat: "together";
|
|
14158
|
+
};
|
|
14159
|
+
reasoning: true;
|
|
14160
|
+
thinkingLevelMap: {
|
|
14161
|
+
minimal: null;
|
|
14162
|
+
low: null;
|
|
14163
|
+
medium: null;
|
|
14164
|
+
};
|
|
14165
|
+
input: "text"[];
|
|
14166
|
+
cost: {
|
|
14167
|
+
input: number;
|
|
14168
|
+
output: number;
|
|
14169
|
+
cacheRead: number;
|
|
14170
|
+
cacheWrite: number;
|
|
14171
|
+
};
|
|
14172
|
+
contextWindow: number;
|
|
14173
|
+
maxTokens: number;
|
|
14174
|
+
};
|
|
13927
14175
|
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
13928
14176
|
id: string;
|
|
13929
14177
|
name: string;
|
|
@@ -14487,23 +14735,6 @@ export declare const MODELS: {
|
|
|
14487
14735
|
contextWindow: number;
|
|
14488
14736
|
maxTokens: number;
|
|
14489
14737
|
};
|
|
14490
|
-
readonly "anthropic/claude-fable-5": {
|
|
14491
|
-
id: string;
|
|
14492
|
-
name: string;
|
|
14493
|
-
api: "anthropic-messages";
|
|
14494
|
-
provider: string;
|
|
14495
|
-
baseUrl: string;
|
|
14496
|
-
reasoning: true;
|
|
14497
|
-
input: ("image" | "text")[];
|
|
14498
|
-
cost: {
|
|
14499
|
-
input: number;
|
|
14500
|
-
output: number;
|
|
14501
|
-
cacheRead: number;
|
|
14502
|
-
cacheWrite: number;
|
|
14503
|
-
};
|
|
14504
|
-
contextWindow: number;
|
|
14505
|
-
maxTokens: number;
|
|
14506
|
-
};
|
|
14507
14738
|
readonly "anthropic/claude-haiku-4.5": {
|
|
14508
14739
|
id: string;
|
|
14509
14740
|
name: string;
|
|
@@ -15700,6 +15931,23 @@ export declare const MODELS: {
|
|
|
15700
15931
|
contextWindow: number;
|
|
15701
15932
|
maxTokens: number;
|
|
15702
15933
|
};
|
|
15934
|
+
readonly "moonshotai/kimi-k2.7-code-highspeed": {
|
|
15935
|
+
id: string;
|
|
15936
|
+
name: string;
|
|
15937
|
+
api: "anthropic-messages";
|
|
15938
|
+
provider: string;
|
|
15939
|
+
baseUrl: string;
|
|
15940
|
+
reasoning: true;
|
|
15941
|
+
input: ("image" | "text")[];
|
|
15942
|
+
cost: {
|
|
15943
|
+
input: number;
|
|
15944
|
+
output: number;
|
|
15945
|
+
cacheRead: number;
|
|
15946
|
+
cacheWrite: number;
|
|
15947
|
+
};
|
|
15948
|
+
contextWindow: number;
|
|
15949
|
+
maxTokens: number;
|
|
15950
|
+
};
|
|
15703
15951
|
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
15704
15952
|
id: string;
|
|
15705
15953
|
name: string;
|
|
@@ -16963,6 +17211,23 @@ export declare const MODELS: {
|
|
|
16963
17211
|
contextWindow: number;
|
|
16964
17212
|
maxTokens: number;
|
|
16965
17213
|
};
|
|
17214
|
+
readonly "zai/glm-5.2": {
|
|
17215
|
+
id: string;
|
|
17216
|
+
name: string;
|
|
17217
|
+
api: "anthropic-messages";
|
|
17218
|
+
provider: string;
|
|
17219
|
+
baseUrl: string;
|
|
17220
|
+
reasoning: true;
|
|
17221
|
+
input: "text"[];
|
|
17222
|
+
cost: {
|
|
17223
|
+
input: number;
|
|
17224
|
+
output: number;
|
|
17225
|
+
cacheRead: number;
|
|
17226
|
+
cacheWrite: number;
|
|
17227
|
+
};
|
|
17228
|
+
contextWindow: number;
|
|
17229
|
+
maxTokens: number;
|
|
17230
|
+
};
|
|
16966
17231
|
readonly "zai/glm-5v-turbo": {
|
|
16967
17232
|
id: string;
|
|
16968
17233
|
name: string;
|
|
@@ -17639,6 +17904,28 @@ export declare const MODELS: {
|
|
|
17639
17904
|
contextWindow: number;
|
|
17640
17905
|
maxTokens: number;
|
|
17641
17906
|
};
|
|
17907
|
+
readonly "glm-5.2": {
|
|
17908
|
+
id: string;
|
|
17909
|
+
name: string;
|
|
17910
|
+
api: "openai-completions";
|
|
17911
|
+
provider: string;
|
|
17912
|
+
baseUrl: string;
|
|
17913
|
+
compat: {
|
|
17914
|
+
supportsDeveloperRole: false;
|
|
17915
|
+
thinkingFormat: "zai";
|
|
17916
|
+
zaiToolStream: true;
|
|
17917
|
+
};
|
|
17918
|
+
reasoning: true;
|
|
17919
|
+
input: "text"[];
|
|
17920
|
+
cost: {
|
|
17921
|
+
input: number;
|
|
17922
|
+
output: number;
|
|
17923
|
+
cacheRead: number;
|
|
17924
|
+
cacheWrite: number;
|
|
17925
|
+
};
|
|
17926
|
+
contextWindow: number;
|
|
17927
|
+
maxTokens: number;
|
|
17928
|
+
};
|
|
17642
17929
|
readonly "glm-5v-turbo": {
|
|
17643
17930
|
id: string;
|
|
17644
17931
|
name: string;
|