@fleetagent/pi-ai 0.2.0 → 0.2.2
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/image-models.generated.d.ts +30 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +32 -2
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +739 -525
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +858 -590
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -880,6 +880,23 @@ export declare const MODELS: {
|
|
|
880
880
|
contextWindow: number;
|
|
881
881
|
maxTokens: number;
|
|
882
882
|
};
|
|
883
|
+
readonly "global.xai.grok-4.6": {
|
|
884
|
+
id: string;
|
|
885
|
+
name: string;
|
|
886
|
+
api: "bedrock-converse-stream";
|
|
887
|
+
provider: string;
|
|
888
|
+
baseUrl: string;
|
|
889
|
+
reasoning: true;
|
|
890
|
+
input: ("image" | "text")[];
|
|
891
|
+
cost: {
|
|
892
|
+
input: number;
|
|
893
|
+
output: number;
|
|
894
|
+
cacheRead: number;
|
|
895
|
+
cacheWrite: number;
|
|
896
|
+
};
|
|
897
|
+
contextWindow: number;
|
|
898
|
+
maxTokens: number;
|
|
899
|
+
};
|
|
883
900
|
readonly "google.gemma-3-27b-it": {
|
|
884
901
|
id: string;
|
|
885
902
|
name: string;
|
|
@@ -2009,6 +2026,23 @@ export declare const MODELS: {
|
|
|
2009
2026
|
contextWindow: number;
|
|
2010
2027
|
maxTokens: number;
|
|
2011
2028
|
};
|
|
2029
|
+
readonly "us.xai.grok-4.6": {
|
|
2030
|
+
id: string;
|
|
2031
|
+
name: string;
|
|
2032
|
+
api: "bedrock-converse-stream";
|
|
2033
|
+
provider: string;
|
|
2034
|
+
baseUrl: string;
|
|
2035
|
+
reasoning: true;
|
|
2036
|
+
input: ("image" | "text")[];
|
|
2037
|
+
cost: {
|
|
2038
|
+
input: number;
|
|
2039
|
+
output: number;
|
|
2040
|
+
cacheRead: number;
|
|
2041
|
+
cacheWrite: number;
|
|
2042
|
+
};
|
|
2043
|
+
contextWindow: number;
|
|
2044
|
+
maxTokens: number;
|
|
2045
|
+
};
|
|
2012
2046
|
readonly "writer.palmyra-x4-v1:0": {
|
|
2013
2047
|
id: string;
|
|
2014
2048
|
name: string;
|
|
@@ -3058,6 +3092,27 @@ export declare const MODELS: {
|
|
|
3058
3092
|
contextWindow: number;
|
|
3059
3093
|
maxTokens: number;
|
|
3060
3094
|
};
|
|
3095
|
+
readonly "gpt-6-astra": {
|
|
3096
|
+
id: string;
|
|
3097
|
+
name: string;
|
|
3098
|
+
api: "azure-openai-responses";
|
|
3099
|
+
provider: string;
|
|
3100
|
+
baseUrl: string;
|
|
3101
|
+
reasoning: true;
|
|
3102
|
+
thinkingLevelMap: {
|
|
3103
|
+
off: null;
|
|
3104
|
+
xhigh: string;
|
|
3105
|
+
};
|
|
3106
|
+
input: ("image" | "text")[];
|
|
3107
|
+
cost: {
|
|
3108
|
+
input: number;
|
|
3109
|
+
output: number;
|
|
3110
|
+
cacheRead: number;
|
|
3111
|
+
cacheWrite: number;
|
|
3112
|
+
};
|
|
3113
|
+
contextWindow: number;
|
|
3114
|
+
maxTokens: number;
|
|
3115
|
+
};
|
|
3061
3116
|
readonly "gpt-realtime-2.1": {
|
|
3062
3117
|
id: string;
|
|
3063
3118
|
name: string;
|
|
@@ -3179,14 +3234,14 @@ export declare const MODELS: {
|
|
|
3179
3234
|
};
|
|
3180
3235
|
};
|
|
3181
3236
|
readonly cerebras: {
|
|
3182
|
-
readonly "
|
|
3237
|
+
readonly "gpt-oss-120b": {
|
|
3183
3238
|
id: string;
|
|
3184
3239
|
name: string;
|
|
3185
3240
|
api: "openai-completions";
|
|
3186
3241
|
provider: string;
|
|
3187
3242
|
baseUrl: string;
|
|
3188
3243
|
reasoning: true;
|
|
3189
|
-
input:
|
|
3244
|
+
input: "text"[];
|
|
3190
3245
|
cost: {
|
|
3191
3246
|
input: number;
|
|
3192
3247
|
output: number;
|
|
@@ -3196,14 +3251,14 @@ export declare const MODELS: {
|
|
|
3196
3251
|
contextWindow: number;
|
|
3197
3252
|
maxTokens: number;
|
|
3198
3253
|
};
|
|
3199
|
-
readonly "
|
|
3254
|
+
readonly "qwen-3.8-27b": {
|
|
3200
3255
|
id: string;
|
|
3201
3256
|
name: string;
|
|
3202
3257
|
api: "openai-completions";
|
|
3203
3258
|
provider: string;
|
|
3204
3259
|
baseUrl: string;
|
|
3205
3260
|
reasoning: true;
|
|
3206
|
-
input: "text"[];
|
|
3261
|
+
input: ("image" | "text")[];
|
|
3207
3262
|
cost: {
|
|
3208
3263
|
input: number;
|
|
3209
3264
|
output: number;
|
|
@@ -3232,6 +3287,23 @@ export declare const MODELS: {
|
|
|
3232
3287
|
contextWindow: number;
|
|
3233
3288
|
maxTokens: number;
|
|
3234
3289
|
};
|
|
3290
|
+
readonly "claude-fable-5.1": {
|
|
3291
|
+
id: string;
|
|
3292
|
+
name: string;
|
|
3293
|
+
api: "anthropic-messages";
|
|
3294
|
+
provider: string;
|
|
3295
|
+
baseUrl: string;
|
|
3296
|
+
reasoning: true;
|
|
3297
|
+
input: ("image" | "text")[];
|
|
3298
|
+
cost: {
|
|
3299
|
+
input: number;
|
|
3300
|
+
output: number;
|
|
3301
|
+
cacheRead: number;
|
|
3302
|
+
cacheWrite: number;
|
|
3303
|
+
};
|
|
3304
|
+
contextWindow: number;
|
|
3305
|
+
maxTokens: number;
|
|
3306
|
+
};
|
|
3235
3307
|
readonly "claude-haiku-4.5": {
|
|
3236
3308
|
id: string;
|
|
3237
3309
|
name: string;
|
|
@@ -4297,6 +4369,29 @@ export declare const MODELS: {
|
|
|
4297
4369
|
contextWindow: number;
|
|
4298
4370
|
maxTokens: number;
|
|
4299
4371
|
};
|
|
4372
|
+
readonly "accounts/fireworks/models/deepseek-v4-flash-vision-exp": {
|
|
4373
|
+
id: string;
|
|
4374
|
+
name: string;
|
|
4375
|
+
api: "anthropic-messages";
|
|
4376
|
+
provider: string;
|
|
4377
|
+
baseUrl: string;
|
|
4378
|
+
compat: {
|
|
4379
|
+
sendSessionAffinityHeaders: true;
|
|
4380
|
+
supportsEagerToolInputStreaming: false;
|
|
4381
|
+
supportsCacheControlOnTools: false;
|
|
4382
|
+
supportsLongCacheRetention: false;
|
|
4383
|
+
};
|
|
4384
|
+
reasoning: true;
|
|
4385
|
+
input: ("image" | "text")[];
|
|
4386
|
+
cost: {
|
|
4387
|
+
input: number;
|
|
4388
|
+
output: number;
|
|
4389
|
+
cacheRead: number;
|
|
4390
|
+
cacheWrite: number;
|
|
4391
|
+
};
|
|
4392
|
+
contextWindow: number;
|
|
4393
|
+
maxTokens: number;
|
|
4394
|
+
};
|
|
4300
4395
|
readonly "accounts/fireworks/models/deepseek-v4-pro-0813": {
|
|
4301
4396
|
id: string;
|
|
4302
4397
|
name: string;
|
|
@@ -4619,7 +4714,7 @@ export declare const MODELS: {
|
|
|
4619
4714
|
contextWindow: number;
|
|
4620
4715
|
maxTokens: number;
|
|
4621
4716
|
};
|
|
4622
|
-
readonly "accounts/fireworks/models/qwen3p8-
|
|
4717
|
+
readonly "accounts/fireworks/models/qwen3p8-2p4t-a95b": {
|
|
4623
4718
|
id: string;
|
|
4624
4719
|
name: string;
|
|
4625
4720
|
api: "anthropic-messages";
|
|
@@ -4642,7 +4737,7 @@ export declare const MODELS: {
|
|
|
4642
4737
|
contextWindow: number;
|
|
4643
4738
|
maxTokens: number;
|
|
4644
4739
|
};
|
|
4645
|
-
readonly "accounts/fireworks/
|
|
4740
|
+
readonly "accounts/fireworks/models/qwen3p8-max": {
|
|
4646
4741
|
id: string;
|
|
4647
4742
|
name: string;
|
|
4648
4743
|
api: "anthropic-messages";
|
|
@@ -4665,7 +4760,7 @@ export declare const MODELS: {
|
|
|
4665
4760
|
contextWindow: number;
|
|
4666
4761
|
maxTokens: number;
|
|
4667
4762
|
};
|
|
4668
|
-
readonly "accounts/fireworks/routers/
|
|
4763
|
+
readonly "accounts/fireworks/routers/glm-5p2-fast": {
|
|
4669
4764
|
id: string;
|
|
4670
4765
|
name: string;
|
|
4671
4766
|
api: "anthropic-messages";
|
|
@@ -4678,7 +4773,7 @@ export declare const MODELS: {
|
|
|
4678
4773
|
supportsLongCacheRetention: false;
|
|
4679
4774
|
};
|
|
4680
4775
|
reasoning: true;
|
|
4681
|
-
input:
|
|
4776
|
+
input: "text"[];
|
|
4682
4777
|
cost: {
|
|
4683
4778
|
input: number;
|
|
4684
4779
|
output: number;
|
|
@@ -4688,7 +4783,7 @@ export declare const MODELS: {
|
|
|
4688
4783
|
contextWindow: number;
|
|
4689
4784
|
maxTokens: number;
|
|
4690
4785
|
};
|
|
4691
|
-
readonly "accounts/fireworks/routers/
|
|
4786
|
+
readonly "accounts/fireworks/routers/glm-5p3-fast": {
|
|
4692
4787
|
id: string;
|
|
4693
4788
|
name: string;
|
|
4694
4789
|
api: "anthropic-messages";
|
|
@@ -4701,7 +4796,7 @@ export declare const MODELS: {
|
|
|
4701
4796
|
supportsLongCacheRetention: false;
|
|
4702
4797
|
};
|
|
4703
4798
|
reasoning: true;
|
|
4704
|
-
input:
|
|
4799
|
+
input: "text"[];
|
|
4705
4800
|
cost: {
|
|
4706
4801
|
input: number;
|
|
4707
4802
|
output: number;
|
|
@@ -4711,24 +4806,17 @@ export declare const MODELS: {
|
|
|
4711
4806
|
contextWindow: number;
|
|
4712
4807
|
maxTokens: number;
|
|
4713
4808
|
};
|
|
4714
|
-
|
|
4715
|
-
readonly "github-copilot": {
|
|
4716
|
-
readonly "claude-fable-5": {
|
|
4809
|
+
readonly "accounts/fireworks/routers/kimi-k2p6-turbo": {
|
|
4717
4810
|
id: string;
|
|
4718
4811
|
name: string;
|
|
4719
|
-
api: "
|
|
4812
|
+
api: "anthropic-messages";
|
|
4720
4813
|
provider: string;
|
|
4721
4814
|
baseUrl: string;
|
|
4722
|
-
headers: {
|
|
4723
|
-
"User-Agent": string;
|
|
4724
|
-
"Editor-Version": string;
|
|
4725
|
-
"Editor-Plugin-Version": string;
|
|
4726
|
-
"Copilot-Integration-Id": string;
|
|
4727
|
-
};
|
|
4728
4815
|
compat: {
|
|
4729
|
-
|
|
4730
|
-
|
|
4731
|
-
|
|
4816
|
+
sendSessionAffinityHeaders: true;
|
|
4817
|
+
supportsEagerToolInputStreaming: false;
|
|
4818
|
+
supportsCacheControlOnTools: false;
|
|
4819
|
+
supportsLongCacheRetention: false;
|
|
4732
4820
|
};
|
|
4733
4821
|
reasoning: true;
|
|
4734
4822
|
input: ("image" | "text")[];
|
|
@@ -4741,20 +4829,17 @@ export declare const MODELS: {
|
|
|
4741
4829
|
contextWindow: number;
|
|
4742
4830
|
maxTokens: number;
|
|
4743
4831
|
};
|
|
4744
|
-
readonly "
|
|
4832
|
+
readonly "accounts/fireworks/routers/kimi-k3-fast": {
|
|
4745
4833
|
id: string;
|
|
4746
4834
|
name: string;
|
|
4747
4835
|
api: "anthropic-messages";
|
|
4748
4836
|
provider: string;
|
|
4749
4837
|
baseUrl: string;
|
|
4750
|
-
headers: {
|
|
4751
|
-
"User-Agent": string;
|
|
4752
|
-
"Editor-Version": string;
|
|
4753
|
-
"Editor-Plugin-Version": string;
|
|
4754
|
-
"Copilot-Integration-Id": string;
|
|
4755
|
-
};
|
|
4756
4838
|
compat: {
|
|
4839
|
+
sendSessionAffinityHeaders: true;
|
|
4757
4840
|
supportsEagerToolInputStreaming: false;
|
|
4841
|
+
supportsCacheControlOnTools: false;
|
|
4842
|
+
supportsLongCacheRetention: false;
|
|
4758
4843
|
};
|
|
4759
4844
|
reasoning: true;
|
|
4760
4845
|
input: ("image" | "text")[];
|
|
@@ -4767,10 +4852,12 @@ export declare const MODELS: {
|
|
|
4767
4852
|
contextWindow: number;
|
|
4768
4853
|
maxTokens: number;
|
|
4769
4854
|
};
|
|
4770
|
-
|
|
4855
|
+
};
|
|
4856
|
+
readonly "github-copilot": {
|
|
4857
|
+
readonly "claude-fable-5": {
|
|
4771
4858
|
id: string;
|
|
4772
4859
|
name: string;
|
|
4773
|
-
api: "
|
|
4860
|
+
api: "openai-completions";
|
|
4774
4861
|
provider: string;
|
|
4775
4862
|
baseUrl: string;
|
|
4776
4863
|
headers: {
|
|
@@ -4779,6 +4866,11 @@ export declare const MODELS: {
|
|
|
4779
4866
|
"Editor-Plugin-Version": string;
|
|
4780
4867
|
"Copilot-Integration-Id": string;
|
|
4781
4868
|
};
|
|
4869
|
+
compat: {
|
|
4870
|
+
supportsStore: false;
|
|
4871
|
+
supportsDeveloperRole: false;
|
|
4872
|
+
supportsReasoningEffort: false;
|
|
4873
|
+
};
|
|
4782
4874
|
reasoning: true;
|
|
4783
4875
|
input: ("image" | "text")[];
|
|
4784
4876
|
cost: {
|
|
@@ -4790,10 +4882,10 @@ export declare const MODELS: {
|
|
|
4790
4882
|
contextWindow: number;
|
|
4791
4883
|
maxTokens: number;
|
|
4792
4884
|
};
|
|
4793
|
-
readonly "claude-
|
|
4885
|
+
readonly "claude-fable-5.1": {
|
|
4794
4886
|
id: string;
|
|
4795
4887
|
name: string;
|
|
4796
|
-
api: "
|
|
4888
|
+
api: "openai-completions";
|
|
4797
4889
|
provider: string;
|
|
4798
4890
|
baseUrl: string;
|
|
4799
4891
|
headers: {
|
|
@@ -4803,12 +4895,11 @@ export declare const MODELS: {
|
|
|
4803
4895
|
"Copilot-Integration-Id": string;
|
|
4804
4896
|
};
|
|
4805
4897
|
compat: {
|
|
4806
|
-
|
|
4898
|
+
supportsStore: false;
|
|
4899
|
+
supportsDeveloperRole: false;
|
|
4900
|
+
supportsReasoningEffort: false;
|
|
4807
4901
|
};
|
|
4808
4902
|
reasoning: true;
|
|
4809
|
-
thinkingLevelMap: {
|
|
4810
|
-
xhigh: string;
|
|
4811
|
-
};
|
|
4812
4903
|
input: ("image" | "text")[];
|
|
4813
4904
|
cost: {
|
|
4814
4905
|
input: number;
|
|
@@ -4819,7 +4910,7 @@ export declare const MODELS: {
|
|
|
4819
4910
|
contextWindow: number;
|
|
4820
4911
|
maxTokens: number;
|
|
4821
4912
|
};
|
|
4822
|
-
readonly "claude-
|
|
4913
|
+
readonly "claude-haiku-4.5": {
|
|
4823
4914
|
id: string;
|
|
4824
4915
|
name: string;
|
|
4825
4916
|
api: "anthropic-messages";
|
|
@@ -4832,13 +4923,9 @@ export declare const MODELS: {
|
|
|
4832
4923
|
"Copilot-Integration-Id": string;
|
|
4833
4924
|
};
|
|
4834
4925
|
compat: {
|
|
4835
|
-
|
|
4836
|
-
supportsTemperature: false;
|
|
4926
|
+
supportsEagerToolInputStreaming: false;
|
|
4837
4927
|
};
|
|
4838
4928
|
reasoning: true;
|
|
4839
|
-
thinkingLevelMap: {
|
|
4840
|
-
xhigh: string;
|
|
4841
|
-
};
|
|
4842
4929
|
input: ("image" | "text")[];
|
|
4843
4930
|
cost: {
|
|
4844
4931
|
input: number;
|
|
@@ -4849,7 +4936,7 @@ export declare const MODELS: {
|
|
|
4849
4936
|
contextWindow: number;
|
|
4850
4937
|
maxTokens: number;
|
|
4851
4938
|
};
|
|
4852
|
-
readonly "claude-opus-4.
|
|
4939
|
+
readonly "claude-opus-4.7": {
|
|
4853
4940
|
id: string;
|
|
4854
4941
|
name: string;
|
|
4855
4942
|
api: "anthropic-messages";
|
|
@@ -4866,34 +4953,9 @@ export declare const MODELS: {
|
|
|
4866
4953
|
supportsTemperature: false;
|
|
4867
4954
|
};
|
|
4868
4955
|
reasoning: true;
|
|
4869
|
-
|
|
4870
|
-
|
|
4871
|
-
input: number;
|
|
4872
|
-
output: number;
|
|
4873
|
-
cacheRead: number;
|
|
4874
|
-
cacheWrite: number;
|
|
4875
|
-
};
|
|
4876
|
-
contextWindow: number;
|
|
4877
|
-
maxTokens: number;
|
|
4878
|
-
};
|
|
4879
|
-
readonly "claude-opus-5": {
|
|
4880
|
-
id: string;
|
|
4881
|
-
name: string;
|
|
4882
|
-
api: "openai-completions";
|
|
4883
|
-
provider: string;
|
|
4884
|
-
baseUrl: string;
|
|
4885
|
-
headers: {
|
|
4886
|
-
"User-Agent": string;
|
|
4887
|
-
"Editor-Version": string;
|
|
4888
|
-
"Editor-Plugin-Version": string;
|
|
4889
|
-
"Copilot-Integration-Id": string;
|
|
4890
|
-
};
|
|
4891
|
-
compat: {
|
|
4892
|
-
supportsStore: false;
|
|
4893
|
-
supportsDeveloperRole: false;
|
|
4894
|
-
supportsReasoningEffort: false;
|
|
4956
|
+
thinkingLevelMap: {
|
|
4957
|
+
xhigh: string;
|
|
4895
4958
|
};
|
|
4896
|
-
reasoning: true;
|
|
4897
4959
|
input: ("image" | "text")[];
|
|
4898
4960
|
cost: {
|
|
4899
4961
|
input: number;
|
|
@@ -4904,7 +4966,7 @@ export declare const MODELS: {
|
|
|
4904
4966
|
contextWindow: number;
|
|
4905
4967
|
maxTokens: number;
|
|
4906
4968
|
};
|
|
4907
|
-
readonly "claude-
|
|
4969
|
+
readonly "claude-opus-4.8": {
|
|
4908
4970
|
id: string;
|
|
4909
4971
|
name: string;
|
|
4910
4972
|
api: "anthropic-messages";
|
|
@@ -4917,7 +4979,8 @@ export declare const MODELS: {
|
|
|
4917
4979
|
"Copilot-Integration-Id": string;
|
|
4918
4980
|
};
|
|
4919
4981
|
compat: {
|
|
4920
|
-
|
|
4982
|
+
forceAdaptiveThinking: true;
|
|
4983
|
+
supportsTemperature: false;
|
|
4921
4984
|
};
|
|
4922
4985
|
reasoning: true;
|
|
4923
4986
|
input: ("image" | "text")[];
|
|
@@ -4930,10 +4993,10 @@ export declare const MODELS: {
|
|
|
4930
4993
|
contextWindow: number;
|
|
4931
4994
|
maxTokens: number;
|
|
4932
4995
|
};
|
|
4933
|
-
readonly "claude-
|
|
4996
|
+
readonly "claude-opus-5": {
|
|
4934
4997
|
id: string;
|
|
4935
4998
|
name: string;
|
|
4936
|
-
api: "
|
|
4999
|
+
api: "openai-completions";
|
|
4937
5000
|
provider: string;
|
|
4938
5001
|
baseUrl: string;
|
|
4939
5002
|
headers: {
|
|
@@ -4943,7 +5006,9 @@ export declare const MODELS: {
|
|
|
4943
5006
|
"Copilot-Integration-Id": string;
|
|
4944
5007
|
};
|
|
4945
5008
|
compat: {
|
|
4946
|
-
|
|
5009
|
+
supportsStore: false;
|
|
5010
|
+
supportsDeveloperRole: false;
|
|
5011
|
+
supportsReasoningEffort: false;
|
|
4947
5012
|
};
|
|
4948
5013
|
reasoning: true;
|
|
4949
5014
|
input: ("image" | "text")[];
|
|
@@ -5010,7 +5075,7 @@ export declare const MODELS: {
|
|
|
5010
5075
|
contextWindow: number;
|
|
5011
5076
|
maxTokens: number;
|
|
5012
5077
|
};
|
|
5013
|
-
readonly "gemini-3.
|
|
5078
|
+
readonly "gemini-3.5-flash": {
|
|
5014
5079
|
id: string;
|
|
5015
5080
|
name: string;
|
|
5016
5081
|
api: "openai-completions";
|
|
@@ -5038,7 +5103,7 @@ export declare const MODELS: {
|
|
|
5038
5103
|
contextWindow: number;
|
|
5039
5104
|
maxTokens: number;
|
|
5040
5105
|
};
|
|
5041
|
-
readonly "gemini-3.
|
|
5106
|
+
readonly "gemini-3.6-flash": {
|
|
5042
5107
|
id: string;
|
|
5043
5108
|
name: string;
|
|
5044
5109
|
api: "openai-completions";
|
|
@@ -5066,7 +5131,7 @@ export declare const MODELS: {
|
|
|
5066
5131
|
contextWindow: number;
|
|
5067
5132
|
maxTokens: number;
|
|
5068
5133
|
};
|
|
5069
|
-
readonly "gemini-3.
|
|
5134
|
+
readonly "gemini-3.7-flash": {
|
|
5070
5135
|
id: string;
|
|
5071
5136
|
name: string;
|
|
5072
5137
|
api: "openai-completions";
|
|
@@ -5094,7 +5159,7 @@ export declare const MODELS: {
|
|
|
5094
5159
|
contextWindow: number;
|
|
5095
5160
|
maxTokens: number;
|
|
5096
5161
|
};
|
|
5097
|
-
readonly "gemini-3.
|
|
5162
|
+
readonly "gemini-3.8-flash": {
|
|
5098
5163
|
id: string;
|
|
5099
5164
|
name: string;
|
|
5100
5165
|
api: "openai-completions";
|
|
@@ -5122,10 +5187,10 @@ export declare const MODELS: {
|
|
|
5122
5187
|
contextWindow: number;
|
|
5123
5188
|
maxTokens: number;
|
|
5124
5189
|
};
|
|
5125
|
-
readonly "gpt-
|
|
5190
|
+
readonly "gpt-5-mini": {
|
|
5126
5191
|
id: string;
|
|
5127
5192
|
name: string;
|
|
5128
|
-
api: "openai-
|
|
5193
|
+
api: "openai-responses";
|
|
5129
5194
|
provider: string;
|
|
5130
5195
|
baseUrl: string;
|
|
5131
5196
|
headers: {
|
|
@@ -5134,12 +5199,11 @@ export declare const MODELS: {
|
|
|
5134
5199
|
"Editor-Plugin-Version": string;
|
|
5135
5200
|
"Copilot-Integration-Id": string;
|
|
5136
5201
|
};
|
|
5137
|
-
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
|
|
5202
|
+
reasoning: true;
|
|
5203
|
+
thinkingLevelMap: {
|
|
5204
|
+
off: null;
|
|
5205
|
+
minimal: string;
|
|
5141
5206
|
};
|
|
5142
|
-
reasoning: false;
|
|
5143
5207
|
input: ("image" | "text")[];
|
|
5144
5208
|
cost: {
|
|
5145
5209
|
input: number;
|
|
@@ -5150,7 +5214,7 @@ export declare const MODELS: {
|
|
|
5150
5214
|
contextWindow: number;
|
|
5151
5215
|
maxTokens: number;
|
|
5152
5216
|
};
|
|
5153
|
-
readonly "gpt-5-
|
|
5217
|
+
readonly "gpt-5.3-codex": {
|
|
5154
5218
|
id: string;
|
|
5155
5219
|
name: string;
|
|
5156
5220
|
api: "openai-responses";
|
|
@@ -5166,6 +5230,7 @@ export declare const MODELS: {
|
|
|
5166
5230
|
thinkingLevelMap: {
|
|
5167
5231
|
off: null;
|
|
5168
5232
|
minimal: string;
|
|
5233
|
+
xhigh: string;
|
|
5169
5234
|
};
|
|
5170
5235
|
input: ("image" | "text")[];
|
|
5171
5236
|
cost: {
|
|
@@ -5177,7 +5242,7 @@ export declare const MODELS: {
|
|
|
5177
5242
|
contextWindow: number;
|
|
5178
5243
|
maxTokens: number;
|
|
5179
5244
|
};
|
|
5180
|
-
readonly "gpt-5.
|
|
5245
|
+
readonly "gpt-5.4": {
|
|
5181
5246
|
id: string;
|
|
5182
5247
|
name: string;
|
|
5183
5248
|
api: "openai-responses";
|
|
@@ -5205,7 +5270,7 @@ export declare const MODELS: {
|
|
|
5205
5270
|
contextWindow: number;
|
|
5206
5271
|
maxTokens: number;
|
|
5207
5272
|
};
|
|
5208
|
-
readonly "gpt-5.
|
|
5273
|
+
readonly "gpt-5.4-mini": {
|
|
5209
5274
|
id: string;
|
|
5210
5275
|
name: string;
|
|
5211
5276
|
api: "openai-responses";
|
|
@@ -5233,7 +5298,7 @@ export declare const MODELS: {
|
|
|
5233
5298
|
contextWindow: number;
|
|
5234
5299
|
maxTokens: number;
|
|
5235
5300
|
};
|
|
5236
|
-
readonly "gpt-5.
|
|
5301
|
+
readonly "gpt-5.4-nano": {
|
|
5237
5302
|
id: string;
|
|
5238
5303
|
name: string;
|
|
5239
5304
|
api: "openai-responses";
|
|
@@ -5261,7 +5326,7 @@ export declare const MODELS: {
|
|
|
5261
5326
|
contextWindow: number;
|
|
5262
5327
|
maxTokens: number;
|
|
5263
5328
|
};
|
|
5264
|
-
readonly "gpt-5.
|
|
5329
|
+
readonly "gpt-5.5": {
|
|
5265
5330
|
id: string;
|
|
5266
5331
|
name: string;
|
|
5267
5332
|
api: "openai-responses";
|
|
@@ -5289,7 +5354,7 @@ export declare const MODELS: {
|
|
|
5289
5354
|
contextWindow: number;
|
|
5290
5355
|
maxTokens: number;
|
|
5291
5356
|
};
|
|
5292
|
-
readonly "gpt-5.
|
|
5357
|
+
readonly "gpt-5.6-luna": {
|
|
5293
5358
|
id: string;
|
|
5294
5359
|
name: string;
|
|
5295
5360
|
api: "openai-responses";
|
|
@@ -5317,7 +5382,7 @@ export declare const MODELS: {
|
|
|
5317
5382
|
contextWindow: number;
|
|
5318
5383
|
maxTokens: number;
|
|
5319
5384
|
};
|
|
5320
|
-
readonly "gpt-5.
|
|
5385
|
+
readonly "gpt-5.6-sol": {
|
|
5321
5386
|
id: string;
|
|
5322
5387
|
name: string;
|
|
5323
5388
|
api: "openai-responses";
|
|
@@ -5345,7 +5410,7 @@ export declare const MODELS: {
|
|
|
5345
5410
|
contextWindow: number;
|
|
5346
5411
|
maxTokens: number;
|
|
5347
5412
|
};
|
|
5348
|
-
readonly "gpt-5.
|
|
5413
|
+
readonly "gpt-5.6-terra": {
|
|
5349
5414
|
id: string;
|
|
5350
5415
|
name: string;
|
|
5351
5416
|
api: "openai-responses";
|
|
@@ -5373,7 +5438,7 @@ export declare const MODELS: {
|
|
|
5373
5438
|
contextWindow: number;
|
|
5374
5439
|
maxTokens: number;
|
|
5375
5440
|
};
|
|
5376
|
-
readonly "gpt-
|
|
5441
|
+
readonly "gpt-6-astra": {
|
|
5377
5442
|
id: string;
|
|
5378
5443
|
name: string;
|
|
5379
5444
|
api: "openai-responses";
|
|
@@ -5401,10 +5466,10 @@ export declare const MODELS: {
|
|
|
5401
5466
|
contextWindow: number;
|
|
5402
5467
|
maxTokens: number;
|
|
5403
5468
|
};
|
|
5404
|
-
readonly "
|
|
5469
|
+
readonly "grok-4.5": {
|
|
5405
5470
|
id: string;
|
|
5406
5471
|
name: string;
|
|
5407
|
-
api: "openai-
|
|
5472
|
+
api: "openai-completions";
|
|
5408
5473
|
provider: string;
|
|
5409
5474
|
baseUrl: string;
|
|
5410
5475
|
headers: {
|
|
@@ -5412,67 +5477,11 @@ export declare const MODELS: {
|
|
|
5412
5477
|
"Editor-Version": string;
|
|
5413
5478
|
"Editor-Plugin-Version": string;
|
|
5414
5479
|
"Copilot-Integration-Id": string;
|
|
5415
|
-
};
|
|
5416
|
-
|
|
5417
|
-
|
|
5418
|
-
|
|
5419
|
-
|
|
5420
|
-
xhigh: string;
|
|
5421
|
-
};
|
|
5422
|
-
input: ("image" | "text")[];
|
|
5423
|
-
cost: {
|
|
5424
|
-
input: number;
|
|
5425
|
-
output: number;
|
|
5426
|
-
cacheRead: number;
|
|
5427
|
-
cacheWrite: number;
|
|
5428
|
-
};
|
|
5429
|
-
contextWindow: number;
|
|
5430
|
-
maxTokens: number;
|
|
5431
|
-
};
|
|
5432
|
-
readonly "gpt-5.6-terra": {
|
|
5433
|
-
id: string;
|
|
5434
|
-
name: string;
|
|
5435
|
-
api: "openai-responses";
|
|
5436
|
-
provider: string;
|
|
5437
|
-
baseUrl: string;
|
|
5438
|
-
headers: {
|
|
5439
|
-
"User-Agent": string;
|
|
5440
|
-
"Editor-Version": string;
|
|
5441
|
-
"Editor-Plugin-Version": string;
|
|
5442
|
-
"Copilot-Integration-Id": string;
|
|
5443
|
-
};
|
|
5444
|
-
reasoning: true;
|
|
5445
|
-
thinkingLevelMap: {
|
|
5446
|
-
off: null;
|
|
5447
|
-
minimal: string;
|
|
5448
|
-
xhigh: string;
|
|
5449
|
-
};
|
|
5450
|
-
input: ("image" | "text")[];
|
|
5451
|
-
cost: {
|
|
5452
|
-
input: number;
|
|
5453
|
-
output: number;
|
|
5454
|
-
cacheRead: number;
|
|
5455
|
-
cacheWrite: number;
|
|
5456
|
-
};
|
|
5457
|
-
contextWindow: number;
|
|
5458
|
-
maxTokens: number;
|
|
5459
|
-
};
|
|
5460
|
-
readonly "grok-4.5": {
|
|
5461
|
-
id: string;
|
|
5462
|
-
name: string;
|
|
5463
|
-
api: "openai-completions";
|
|
5464
|
-
provider: string;
|
|
5465
|
-
baseUrl: string;
|
|
5466
|
-
headers: {
|
|
5467
|
-
"User-Agent": string;
|
|
5468
|
-
"Editor-Version": string;
|
|
5469
|
-
"Editor-Plugin-Version": string;
|
|
5470
|
-
"Copilot-Integration-Id": string;
|
|
5471
|
-
};
|
|
5472
|
-
compat: {
|
|
5473
|
-
supportsStore: false;
|
|
5474
|
-
supportsDeveloperRole: false;
|
|
5475
|
-
supportsReasoningEffort: false;
|
|
5480
|
+
};
|
|
5481
|
+
compat: {
|
|
5482
|
+
supportsStore: false;
|
|
5483
|
+
supportsDeveloperRole: false;
|
|
5484
|
+
supportsReasoningEffort: false;
|
|
5476
5485
|
};
|
|
5477
5486
|
reasoning: true;
|
|
5478
5487
|
input: ("image" | "text")[];
|
|
@@ -5957,6 +5966,26 @@ export declare const MODELS: {
|
|
|
5957
5966
|
contextWindow: number;
|
|
5958
5967
|
maxTokens: number;
|
|
5959
5968
|
};
|
|
5969
|
+
readonly "gemini-3.8-flash": {
|
|
5970
|
+
id: string;
|
|
5971
|
+
name: string;
|
|
5972
|
+
api: "google-generative-ai";
|
|
5973
|
+
provider: string;
|
|
5974
|
+
baseUrl: string;
|
|
5975
|
+
reasoning: true;
|
|
5976
|
+
thinkingLevelMap: {
|
|
5977
|
+
off: null;
|
|
5978
|
+
};
|
|
5979
|
+
input: ("image" | "text")[];
|
|
5980
|
+
cost: {
|
|
5981
|
+
input: number;
|
|
5982
|
+
output: number;
|
|
5983
|
+
cacheRead: number;
|
|
5984
|
+
cacheWrite: number;
|
|
5985
|
+
};
|
|
5986
|
+
contextWindow: number;
|
|
5987
|
+
maxTokens: number;
|
|
5988
|
+
};
|
|
5960
5989
|
readonly "gemini-flash-latest": {
|
|
5961
5990
|
id: string;
|
|
5962
5991
|
name: string;
|
|
@@ -7175,6 +7204,26 @@ export declare const MODELS: {
|
|
|
7175
7204
|
contextWindow: number;
|
|
7176
7205
|
maxTokens: number;
|
|
7177
7206
|
};
|
|
7207
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash-Vision-Exp": {
|
|
7208
|
+
id: string;
|
|
7209
|
+
name: string;
|
|
7210
|
+
api: "openai-completions";
|
|
7211
|
+
provider: string;
|
|
7212
|
+
baseUrl: string;
|
|
7213
|
+
compat: {
|
|
7214
|
+
supportsDeveloperRole: false;
|
|
7215
|
+
};
|
|
7216
|
+
reasoning: true;
|
|
7217
|
+
input: ("image" | "text")[];
|
|
7218
|
+
cost: {
|
|
7219
|
+
input: number;
|
|
7220
|
+
output: number;
|
|
7221
|
+
cacheRead: number;
|
|
7222
|
+
cacheWrite: number;
|
|
7223
|
+
};
|
|
7224
|
+
contextWindow: number;
|
|
7225
|
+
maxTokens: number;
|
|
7226
|
+
};
|
|
7178
7227
|
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
7179
7228
|
id: string;
|
|
7180
7229
|
name: string;
|
|
@@ -8517,150 +8566,6 @@ export declare const MODELS: {
|
|
|
8517
8566
|
};
|
|
8518
8567
|
};
|
|
8519
8568
|
readonly moonshotai: {
|
|
8520
|
-
readonly "kimi-k2-0711-preview": {
|
|
8521
|
-
id: string;
|
|
8522
|
-
name: string;
|
|
8523
|
-
api: "openai-completions";
|
|
8524
|
-
provider: string;
|
|
8525
|
-
baseUrl: string;
|
|
8526
|
-
compat: {
|
|
8527
|
-
supportsStore: false;
|
|
8528
|
-
supportsDeveloperRole: false;
|
|
8529
|
-
supportsReasoningEffort: false;
|
|
8530
|
-
maxTokensField: "max_tokens";
|
|
8531
|
-
supportsStrictMode: false;
|
|
8532
|
-
};
|
|
8533
|
-
reasoning: false;
|
|
8534
|
-
input: "text"[];
|
|
8535
|
-
cost: {
|
|
8536
|
-
input: number;
|
|
8537
|
-
output: number;
|
|
8538
|
-
cacheRead: number;
|
|
8539
|
-
cacheWrite: number;
|
|
8540
|
-
};
|
|
8541
|
-
contextWindow: number;
|
|
8542
|
-
maxTokens: number;
|
|
8543
|
-
};
|
|
8544
|
-
readonly "kimi-k2-0905-preview": {
|
|
8545
|
-
id: string;
|
|
8546
|
-
name: string;
|
|
8547
|
-
api: "openai-completions";
|
|
8548
|
-
provider: string;
|
|
8549
|
-
baseUrl: string;
|
|
8550
|
-
compat: {
|
|
8551
|
-
supportsStore: false;
|
|
8552
|
-
supportsDeveloperRole: false;
|
|
8553
|
-
supportsReasoningEffort: false;
|
|
8554
|
-
maxTokensField: "max_tokens";
|
|
8555
|
-
supportsStrictMode: false;
|
|
8556
|
-
};
|
|
8557
|
-
reasoning: false;
|
|
8558
|
-
input: "text"[];
|
|
8559
|
-
cost: {
|
|
8560
|
-
input: number;
|
|
8561
|
-
output: number;
|
|
8562
|
-
cacheRead: number;
|
|
8563
|
-
cacheWrite: number;
|
|
8564
|
-
};
|
|
8565
|
-
contextWindow: number;
|
|
8566
|
-
maxTokens: number;
|
|
8567
|
-
};
|
|
8568
|
-
readonly "kimi-k2-thinking": {
|
|
8569
|
-
id: string;
|
|
8570
|
-
name: string;
|
|
8571
|
-
api: "openai-completions";
|
|
8572
|
-
provider: string;
|
|
8573
|
-
baseUrl: string;
|
|
8574
|
-
compat: {
|
|
8575
|
-
supportsStore: false;
|
|
8576
|
-
supportsDeveloperRole: false;
|
|
8577
|
-
supportsReasoningEffort: false;
|
|
8578
|
-
maxTokensField: "max_tokens";
|
|
8579
|
-
supportsStrictMode: false;
|
|
8580
|
-
};
|
|
8581
|
-
reasoning: true;
|
|
8582
|
-
input: "text"[];
|
|
8583
|
-
cost: {
|
|
8584
|
-
input: number;
|
|
8585
|
-
output: number;
|
|
8586
|
-
cacheRead: number;
|
|
8587
|
-
cacheWrite: number;
|
|
8588
|
-
};
|
|
8589
|
-
contextWindow: number;
|
|
8590
|
-
maxTokens: number;
|
|
8591
|
-
};
|
|
8592
|
-
readonly "kimi-k2-thinking-turbo": {
|
|
8593
|
-
id: string;
|
|
8594
|
-
name: string;
|
|
8595
|
-
api: "openai-completions";
|
|
8596
|
-
provider: string;
|
|
8597
|
-
baseUrl: string;
|
|
8598
|
-
compat: {
|
|
8599
|
-
supportsStore: false;
|
|
8600
|
-
supportsDeveloperRole: false;
|
|
8601
|
-
supportsReasoningEffort: false;
|
|
8602
|
-
maxTokensField: "max_tokens";
|
|
8603
|
-
supportsStrictMode: false;
|
|
8604
|
-
};
|
|
8605
|
-
reasoning: true;
|
|
8606
|
-
input: "text"[];
|
|
8607
|
-
cost: {
|
|
8608
|
-
input: number;
|
|
8609
|
-
output: number;
|
|
8610
|
-
cacheRead: number;
|
|
8611
|
-
cacheWrite: number;
|
|
8612
|
-
};
|
|
8613
|
-
contextWindow: number;
|
|
8614
|
-
maxTokens: number;
|
|
8615
|
-
};
|
|
8616
|
-
readonly "kimi-k2-turbo-preview": {
|
|
8617
|
-
id: string;
|
|
8618
|
-
name: string;
|
|
8619
|
-
api: "openai-completions";
|
|
8620
|
-
provider: string;
|
|
8621
|
-
baseUrl: string;
|
|
8622
|
-
compat: {
|
|
8623
|
-
supportsStore: false;
|
|
8624
|
-
supportsDeveloperRole: false;
|
|
8625
|
-
supportsReasoningEffort: false;
|
|
8626
|
-
maxTokensField: "max_tokens";
|
|
8627
|
-
supportsStrictMode: false;
|
|
8628
|
-
};
|
|
8629
|
-
reasoning: false;
|
|
8630
|
-
input: "text"[];
|
|
8631
|
-
cost: {
|
|
8632
|
-
input: number;
|
|
8633
|
-
output: number;
|
|
8634
|
-
cacheRead: number;
|
|
8635
|
-
cacheWrite: number;
|
|
8636
|
-
};
|
|
8637
|
-
contextWindow: number;
|
|
8638
|
-
maxTokens: number;
|
|
8639
|
-
};
|
|
8640
|
-
readonly "kimi-k2.5": {
|
|
8641
|
-
id: string;
|
|
8642
|
-
name: string;
|
|
8643
|
-
api: "openai-completions";
|
|
8644
|
-
provider: string;
|
|
8645
|
-
baseUrl: string;
|
|
8646
|
-
compat: {
|
|
8647
|
-
supportsStore: false;
|
|
8648
|
-
supportsDeveloperRole: false;
|
|
8649
|
-
supportsReasoningEffort: false;
|
|
8650
|
-
maxTokensField: "max_tokens";
|
|
8651
|
-
supportsStrictMode: false;
|
|
8652
|
-
};
|
|
8653
|
-
reasoning: true;
|
|
8654
|
-
input: ("image" | "text")[];
|
|
8655
|
-
cost: {
|
|
8656
|
-
input: number;
|
|
8657
|
-
output: number;
|
|
8658
|
-
cacheRead: number;
|
|
8659
|
-
cacheWrite: number;
|
|
8660
|
-
};
|
|
8661
|
-
contextWindow: number;
|
|
8662
|
-
maxTokens: number;
|
|
8663
|
-
};
|
|
8664
8569
|
readonly "kimi-k2.6": {
|
|
8665
8570
|
id: string;
|
|
8666
8571
|
name: string;
|
|
@@ -8759,150 +8664,6 @@ export declare const MODELS: {
|
|
|
8759
8664
|
};
|
|
8760
8665
|
};
|
|
8761
8666
|
readonly "moonshotai-cn": {
|
|
8762
|
-
readonly "kimi-k2-0711-preview": {
|
|
8763
|
-
id: string;
|
|
8764
|
-
name: string;
|
|
8765
|
-
api: "openai-completions";
|
|
8766
|
-
provider: string;
|
|
8767
|
-
baseUrl: string;
|
|
8768
|
-
compat: {
|
|
8769
|
-
supportsStore: false;
|
|
8770
|
-
supportsDeveloperRole: false;
|
|
8771
|
-
supportsReasoningEffort: false;
|
|
8772
|
-
maxTokensField: "max_tokens";
|
|
8773
|
-
supportsStrictMode: false;
|
|
8774
|
-
};
|
|
8775
|
-
reasoning: false;
|
|
8776
|
-
input: "text"[];
|
|
8777
|
-
cost: {
|
|
8778
|
-
input: number;
|
|
8779
|
-
output: number;
|
|
8780
|
-
cacheRead: number;
|
|
8781
|
-
cacheWrite: number;
|
|
8782
|
-
};
|
|
8783
|
-
contextWindow: number;
|
|
8784
|
-
maxTokens: number;
|
|
8785
|
-
};
|
|
8786
|
-
readonly "kimi-k2-0905-preview": {
|
|
8787
|
-
id: string;
|
|
8788
|
-
name: string;
|
|
8789
|
-
api: "openai-completions";
|
|
8790
|
-
provider: string;
|
|
8791
|
-
baseUrl: string;
|
|
8792
|
-
compat: {
|
|
8793
|
-
supportsStore: false;
|
|
8794
|
-
supportsDeveloperRole: false;
|
|
8795
|
-
supportsReasoningEffort: false;
|
|
8796
|
-
maxTokensField: "max_tokens";
|
|
8797
|
-
supportsStrictMode: false;
|
|
8798
|
-
};
|
|
8799
|
-
reasoning: false;
|
|
8800
|
-
input: "text"[];
|
|
8801
|
-
cost: {
|
|
8802
|
-
input: number;
|
|
8803
|
-
output: number;
|
|
8804
|
-
cacheRead: number;
|
|
8805
|
-
cacheWrite: number;
|
|
8806
|
-
};
|
|
8807
|
-
contextWindow: number;
|
|
8808
|
-
maxTokens: number;
|
|
8809
|
-
};
|
|
8810
|
-
readonly "kimi-k2-thinking": {
|
|
8811
|
-
id: string;
|
|
8812
|
-
name: string;
|
|
8813
|
-
api: "openai-completions";
|
|
8814
|
-
provider: string;
|
|
8815
|
-
baseUrl: string;
|
|
8816
|
-
compat: {
|
|
8817
|
-
supportsStore: false;
|
|
8818
|
-
supportsDeveloperRole: false;
|
|
8819
|
-
supportsReasoningEffort: false;
|
|
8820
|
-
maxTokensField: "max_tokens";
|
|
8821
|
-
supportsStrictMode: false;
|
|
8822
|
-
};
|
|
8823
|
-
reasoning: true;
|
|
8824
|
-
input: "text"[];
|
|
8825
|
-
cost: {
|
|
8826
|
-
input: number;
|
|
8827
|
-
output: number;
|
|
8828
|
-
cacheRead: number;
|
|
8829
|
-
cacheWrite: number;
|
|
8830
|
-
};
|
|
8831
|
-
contextWindow: number;
|
|
8832
|
-
maxTokens: number;
|
|
8833
|
-
};
|
|
8834
|
-
readonly "kimi-k2-thinking-turbo": {
|
|
8835
|
-
id: string;
|
|
8836
|
-
name: string;
|
|
8837
|
-
api: "openai-completions";
|
|
8838
|
-
provider: string;
|
|
8839
|
-
baseUrl: string;
|
|
8840
|
-
compat: {
|
|
8841
|
-
supportsStore: false;
|
|
8842
|
-
supportsDeveloperRole: false;
|
|
8843
|
-
supportsReasoningEffort: false;
|
|
8844
|
-
maxTokensField: "max_tokens";
|
|
8845
|
-
supportsStrictMode: false;
|
|
8846
|
-
};
|
|
8847
|
-
reasoning: true;
|
|
8848
|
-
input: "text"[];
|
|
8849
|
-
cost: {
|
|
8850
|
-
input: number;
|
|
8851
|
-
output: number;
|
|
8852
|
-
cacheRead: number;
|
|
8853
|
-
cacheWrite: number;
|
|
8854
|
-
};
|
|
8855
|
-
contextWindow: number;
|
|
8856
|
-
maxTokens: number;
|
|
8857
|
-
};
|
|
8858
|
-
readonly "kimi-k2-turbo-preview": {
|
|
8859
|
-
id: string;
|
|
8860
|
-
name: string;
|
|
8861
|
-
api: "openai-completions";
|
|
8862
|
-
provider: string;
|
|
8863
|
-
baseUrl: string;
|
|
8864
|
-
compat: {
|
|
8865
|
-
supportsStore: false;
|
|
8866
|
-
supportsDeveloperRole: false;
|
|
8867
|
-
supportsReasoningEffort: false;
|
|
8868
|
-
maxTokensField: "max_tokens";
|
|
8869
|
-
supportsStrictMode: false;
|
|
8870
|
-
};
|
|
8871
|
-
reasoning: false;
|
|
8872
|
-
input: "text"[];
|
|
8873
|
-
cost: {
|
|
8874
|
-
input: number;
|
|
8875
|
-
output: number;
|
|
8876
|
-
cacheRead: number;
|
|
8877
|
-
cacheWrite: number;
|
|
8878
|
-
};
|
|
8879
|
-
contextWindow: number;
|
|
8880
|
-
maxTokens: number;
|
|
8881
|
-
};
|
|
8882
|
-
readonly "kimi-k2.5": {
|
|
8883
|
-
id: string;
|
|
8884
|
-
name: string;
|
|
8885
|
-
api: "openai-completions";
|
|
8886
|
-
provider: string;
|
|
8887
|
-
baseUrl: string;
|
|
8888
|
-
compat: {
|
|
8889
|
-
supportsStore: false;
|
|
8890
|
-
supportsDeveloperRole: false;
|
|
8891
|
-
supportsReasoningEffort: false;
|
|
8892
|
-
maxTokensField: "max_tokens";
|
|
8893
|
-
supportsStrictMode: false;
|
|
8894
|
-
};
|
|
8895
|
-
reasoning: true;
|
|
8896
|
-
input: ("image" | "text")[];
|
|
8897
|
-
cost: {
|
|
8898
|
-
input: number;
|
|
8899
|
-
output: number;
|
|
8900
|
-
cacheRead: number;
|
|
8901
|
-
cacheWrite: number;
|
|
8902
|
-
};
|
|
8903
|
-
contextWindow: number;
|
|
8904
|
-
maxTokens: number;
|
|
8905
|
-
};
|
|
8906
8667
|
readonly "kimi-k2.6": {
|
|
8907
8668
|
id: string;
|
|
8908
8669
|
name: string;
|
|
@@ -9674,6 +9435,28 @@ export declare const MODELS: {
|
|
|
9674
9435
|
contextWindow: number;
|
|
9675
9436
|
maxTokens: number;
|
|
9676
9437
|
};
|
|
9438
|
+
readonly "gpt-6-astra": {
|
|
9439
|
+
id: string;
|
|
9440
|
+
name: string;
|
|
9441
|
+
api: "openai-responses";
|
|
9442
|
+
provider: string;
|
|
9443
|
+
baseUrl: string;
|
|
9444
|
+
reasoning: true;
|
|
9445
|
+
thinkingLevelMap: {
|
|
9446
|
+
off: string;
|
|
9447
|
+
xhigh: string;
|
|
9448
|
+
minimal: null;
|
|
9449
|
+
};
|
|
9450
|
+
input: ("image" | "text")[];
|
|
9451
|
+
cost: {
|
|
9452
|
+
input: number;
|
|
9453
|
+
output: number;
|
|
9454
|
+
cacheRead: number;
|
|
9455
|
+
cacheWrite: number;
|
|
9456
|
+
};
|
|
9457
|
+
contextWindow: number;
|
|
9458
|
+
maxTokens: number;
|
|
9459
|
+
};
|
|
9677
9460
|
readonly "gpt-realtime-2.1": {
|
|
9678
9461
|
id: string;
|
|
9679
9462
|
name: string;
|
|
@@ -10005,6 +9788,27 @@ export declare const MODELS: {
|
|
|
10005
9788
|
contextWindow: number;
|
|
10006
9789
|
maxTokens: number;
|
|
10007
9790
|
};
|
|
9791
|
+
readonly "gpt-6-astra": {
|
|
9792
|
+
id: string;
|
|
9793
|
+
name: string;
|
|
9794
|
+
api: "openai-codex-responses";
|
|
9795
|
+
provider: string;
|
|
9796
|
+
baseUrl: string;
|
|
9797
|
+
reasoning: true;
|
|
9798
|
+
thinkingLevelMap: {
|
|
9799
|
+
xhigh: string;
|
|
9800
|
+
minimal: string;
|
|
9801
|
+
};
|
|
9802
|
+
input: ("image" | "text")[];
|
|
9803
|
+
cost: {
|
|
9804
|
+
input: number;
|
|
9805
|
+
output: number;
|
|
9806
|
+
cacheRead: number;
|
|
9807
|
+
cacheWrite: number;
|
|
9808
|
+
};
|
|
9809
|
+
contextWindow: number;
|
|
9810
|
+
maxTokens: number;
|
|
9811
|
+
};
|
|
10008
9812
|
};
|
|
10009
9813
|
readonly opencode: {
|
|
10010
9814
|
readonly "big-pickle": {
|
|
@@ -10238,7 +10042,35 @@ export declare const MODELS: {
|
|
|
10238
10042
|
provider: string;
|
|
10239
10043
|
baseUrl: string;
|
|
10240
10044
|
reasoning: true;
|
|
10241
|
-
input: ("image" | "text")[];
|
|
10045
|
+
input: ("image" | "text")[];
|
|
10046
|
+
cost: {
|
|
10047
|
+
input: number;
|
|
10048
|
+
output: number;
|
|
10049
|
+
cacheRead: number;
|
|
10050
|
+
cacheWrite: number;
|
|
10051
|
+
};
|
|
10052
|
+
contextWindow: number;
|
|
10053
|
+
maxTokens: number;
|
|
10054
|
+
};
|
|
10055
|
+
readonly "deepseek-v4-flash": {
|
|
10056
|
+
id: string;
|
|
10057
|
+
name: string;
|
|
10058
|
+
api: "openai-completions";
|
|
10059
|
+
provider: string;
|
|
10060
|
+
baseUrl: string;
|
|
10061
|
+
compat: {
|
|
10062
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
10063
|
+
thinkingFormat: "deepseek";
|
|
10064
|
+
};
|
|
10065
|
+
reasoning: true;
|
|
10066
|
+
thinkingLevelMap: {
|
|
10067
|
+
minimal: null;
|
|
10068
|
+
low: null;
|
|
10069
|
+
medium: null;
|
|
10070
|
+
high: string;
|
|
10071
|
+
xhigh: string;
|
|
10072
|
+
};
|
|
10073
|
+
input: "text"[];
|
|
10242
10074
|
cost: {
|
|
10243
10075
|
input: number;
|
|
10244
10076
|
output: number;
|
|
@@ -10248,7 +10080,7 @@ export declare const MODELS: {
|
|
|
10248
10080
|
contextWindow: number;
|
|
10249
10081
|
maxTokens: number;
|
|
10250
10082
|
};
|
|
10251
|
-
readonly "deepseek-v4-flash": {
|
|
10083
|
+
readonly "deepseek-v4-flash-vision-exp": {
|
|
10252
10084
|
id: string;
|
|
10253
10085
|
name: string;
|
|
10254
10086
|
api: "openai-completions";
|
|
@@ -10266,7 +10098,7 @@ export declare const MODELS: {
|
|
|
10266
10098
|
high: string;
|
|
10267
10099
|
xhigh: string;
|
|
10268
10100
|
};
|
|
10269
|
-
input: "text"[];
|
|
10101
|
+
input: ("image" | "text")[];
|
|
10270
10102
|
cost: {
|
|
10271
10103
|
input: number;
|
|
10272
10104
|
output: number;
|
|
@@ -10428,6 +10260,26 @@ export declare const MODELS: {
|
|
|
10428
10260
|
contextWindow: number;
|
|
10429
10261
|
maxTokens: number;
|
|
10430
10262
|
};
|
|
10263
|
+
readonly "gemini-3.8-flash": {
|
|
10264
|
+
id: string;
|
|
10265
|
+
name: string;
|
|
10266
|
+
api: "google-generative-ai";
|
|
10267
|
+
provider: string;
|
|
10268
|
+
baseUrl: string;
|
|
10269
|
+
reasoning: true;
|
|
10270
|
+
thinkingLevelMap: {
|
|
10271
|
+
off: null;
|
|
10272
|
+
};
|
|
10273
|
+
input: ("image" | "text")[];
|
|
10274
|
+
cost: {
|
|
10275
|
+
input: number;
|
|
10276
|
+
output: number;
|
|
10277
|
+
cacheRead: number;
|
|
10278
|
+
cacheWrite: number;
|
|
10279
|
+
};
|
|
10280
|
+
contextWindow: number;
|
|
10281
|
+
maxTokens: number;
|
|
10282
|
+
};
|
|
10431
10283
|
readonly "glm-5": {
|
|
10432
10284
|
id: string;
|
|
10433
10285
|
name: string;
|
|
@@ -10479,6 +10331,40 @@ export declare const MODELS: {
|
|
|
10479
10331
|
contextWindow: number;
|
|
10480
10332
|
maxTokens: number;
|
|
10481
10333
|
};
|
|
10334
|
+
readonly "glm-5.3": {
|
|
10335
|
+
id: string;
|
|
10336
|
+
name: string;
|
|
10337
|
+
api: "openai-completions";
|
|
10338
|
+
provider: string;
|
|
10339
|
+
baseUrl: string;
|
|
10340
|
+
reasoning: true;
|
|
10341
|
+
input: "text"[];
|
|
10342
|
+
cost: {
|
|
10343
|
+
input: number;
|
|
10344
|
+
output: number;
|
|
10345
|
+
cacheRead: number;
|
|
10346
|
+
cacheWrite: number;
|
|
10347
|
+
};
|
|
10348
|
+
contextWindow: number;
|
|
10349
|
+
maxTokens: number;
|
|
10350
|
+
};
|
|
10351
|
+
readonly "glm-5.3-flash": {
|
|
10352
|
+
id: string;
|
|
10353
|
+
name: string;
|
|
10354
|
+
api: "openai-completions";
|
|
10355
|
+
provider: string;
|
|
10356
|
+
baseUrl: string;
|
|
10357
|
+
reasoning: true;
|
|
10358
|
+
input: ("image" | "text")[];
|
|
10359
|
+
cost: {
|
|
10360
|
+
input: number;
|
|
10361
|
+
output: number;
|
|
10362
|
+
cacheRead: number;
|
|
10363
|
+
cacheWrite: number;
|
|
10364
|
+
};
|
|
10365
|
+
contextWindow: number;
|
|
10366
|
+
maxTokens: number;
|
|
10367
|
+
};
|
|
10482
10368
|
readonly "gpt-5": {
|
|
10483
10369
|
id: string;
|
|
10484
10370
|
name: string;
|
|
@@ -10873,6 +10759,27 @@ export declare const MODELS: {
|
|
|
10873
10759
|
contextWindow: number;
|
|
10874
10760
|
maxTokens: number;
|
|
10875
10761
|
};
|
|
10762
|
+
readonly "gpt-6-astra": {
|
|
10763
|
+
id: string;
|
|
10764
|
+
name: string;
|
|
10765
|
+
api: "openai-responses";
|
|
10766
|
+
provider: string;
|
|
10767
|
+
baseUrl: string;
|
|
10768
|
+
reasoning: true;
|
|
10769
|
+
thinkingLevelMap: {
|
|
10770
|
+
off: null;
|
|
10771
|
+
xhigh: string;
|
|
10772
|
+
};
|
|
10773
|
+
input: ("image" | "text")[];
|
|
10774
|
+
cost: {
|
|
10775
|
+
input: number;
|
|
10776
|
+
output: number;
|
|
10777
|
+
cacheRead: number;
|
|
10778
|
+
cacheWrite: number;
|
|
10779
|
+
};
|
|
10780
|
+
contextWindow: number;
|
|
10781
|
+
maxTokens: number;
|
|
10782
|
+
};
|
|
10876
10783
|
readonly "grok-4.5": {
|
|
10877
10784
|
id: string;
|
|
10878
10785
|
name: string;
|
|
@@ -11124,6 +11031,40 @@ export declare const MODELS: {
|
|
|
11124
11031
|
contextWindow: number;
|
|
11125
11032
|
maxTokens: number;
|
|
11126
11033
|
};
|
|
11034
|
+
readonly "muse-spark-1.3": {
|
|
11035
|
+
id: string;
|
|
11036
|
+
name: string;
|
|
11037
|
+
api: "openai-responses";
|
|
11038
|
+
provider: string;
|
|
11039
|
+
baseUrl: string;
|
|
11040
|
+
reasoning: true;
|
|
11041
|
+
input: ("image" | "text")[];
|
|
11042
|
+
cost: {
|
|
11043
|
+
input: number;
|
|
11044
|
+
output: number;
|
|
11045
|
+
cacheRead: number;
|
|
11046
|
+
cacheWrite: number;
|
|
11047
|
+
};
|
|
11048
|
+
contextWindow: number;
|
|
11049
|
+
maxTokens: number;
|
|
11050
|
+
};
|
|
11051
|
+
readonly "muse-spark-1.3-contributor-free": {
|
|
11052
|
+
id: string;
|
|
11053
|
+
name: string;
|
|
11054
|
+
api: "openai-responses";
|
|
11055
|
+
provider: string;
|
|
11056
|
+
baseUrl: string;
|
|
11057
|
+
reasoning: true;
|
|
11058
|
+
input: ("image" | "text")[];
|
|
11059
|
+
cost: {
|
|
11060
|
+
input: number;
|
|
11061
|
+
output: number;
|
|
11062
|
+
cacheRead: number;
|
|
11063
|
+
cacheWrite: number;
|
|
11064
|
+
};
|
|
11065
|
+
contextWindow: number;
|
|
11066
|
+
maxTokens: number;
|
|
11067
|
+
};
|
|
11127
11068
|
readonly "nemotron-3-ultra-free": {
|
|
11128
11069
|
id: string;
|
|
11129
11070
|
name: string;
|
|
@@ -11580,6 +11521,40 @@ export declare const MODELS: {
|
|
|
11580
11521
|
contextWindow: number;
|
|
11581
11522
|
maxTokens: number;
|
|
11582
11523
|
};
|
|
11524
|
+
readonly "muse-spark-1.3-contributor": {
|
|
11525
|
+
id: string;
|
|
11526
|
+
name: string;
|
|
11527
|
+
api: "openai-responses";
|
|
11528
|
+
provider: string;
|
|
11529
|
+
baseUrl: string;
|
|
11530
|
+
reasoning: true;
|
|
11531
|
+
input: ("image" | "text")[];
|
|
11532
|
+
cost: {
|
|
11533
|
+
input: number;
|
|
11534
|
+
output: number;
|
|
11535
|
+
cacheRead: number;
|
|
11536
|
+
cacheWrite: number;
|
|
11537
|
+
};
|
|
11538
|
+
contextWindow: number;
|
|
11539
|
+
maxTokens: number;
|
|
11540
|
+
};
|
|
11541
|
+
readonly "omen-alpha": {
|
|
11542
|
+
id: string;
|
|
11543
|
+
name: string;
|
|
11544
|
+
api: "openai-completions";
|
|
11545
|
+
provider: string;
|
|
11546
|
+
baseUrl: string;
|
|
11547
|
+
reasoning: true;
|
|
11548
|
+
input: ("image" | "text")[];
|
|
11549
|
+
cost: {
|
|
11550
|
+
input: number;
|
|
11551
|
+
output: number;
|
|
11552
|
+
cacheRead: number;
|
|
11553
|
+
cacheWrite: number;
|
|
11554
|
+
};
|
|
11555
|
+
contextWindow: number;
|
|
11556
|
+
maxTokens: number;
|
|
11557
|
+
};
|
|
11583
11558
|
readonly "qwen3.6-plus": {
|
|
11584
11559
|
id: string;
|
|
11585
11560
|
name: string;
|
|
@@ -13231,6 +13206,40 @@ export declare const MODELS: {
|
|
|
13231
13206
|
contextWindow: number;
|
|
13232
13207
|
maxTokens: number;
|
|
13233
13208
|
};
|
|
13209
|
+
readonly "google/gemini-3.8-flash": {
|
|
13210
|
+
id: string;
|
|
13211
|
+
name: string;
|
|
13212
|
+
api: "openai-completions";
|
|
13213
|
+
provider: string;
|
|
13214
|
+
baseUrl: string;
|
|
13215
|
+
reasoning: true;
|
|
13216
|
+
input: ("image" | "text")[];
|
|
13217
|
+
cost: {
|
|
13218
|
+
input: number;
|
|
13219
|
+
output: number;
|
|
13220
|
+
cacheRead: number;
|
|
13221
|
+
cacheWrite: number;
|
|
13222
|
+
};
|
|
13223
|
+
contextWindow: number;
|
|
13224
|
+
maxTokens: number;
|
|
13225
|
+
};
|
|
13226
|
+
readonly "google/gemini-3.8-flash:batch": {
|
|
13227
|
+
id: string;
|
|
13228
|
+
name: string;
|
|
13229
|
+
api: "openai-completions";
|
|
13230
|
+
provider: string;
|
|
13231
|
+
baseUrl: string;
|
|
13232
|
+
reasoning: true;
|
|
13233
|
+
input: ("image" | "text")[];
|
|
13234
|
+
cost: {
|
|
13235
|
+
input: number;
|
|
13236
|
+
output: number;
|
|
13237
|
+
cacheRead: number;
|
|
13238
|
+
cacheWrite: number;
|
|
13239
|
+
};
|
|
13240
|
+
contextWindow: number;
|
|
13241
|
+
maxTokens: number;
|
|
13242
|
+
};
|
|
13234
13243
|
readonly "google/gemma-3-12b-it": {
|
|
13235
13244
|
id: string;
|
|
13236
13245
|
name: string;
|
|
@@ -13350,13 +13359,13 @@ export declare const MODELS: {
|
|
|
13350
13359
|
contextWindow: number;
|
|
13351
13360
|
maxTokens: number;
|
|
13352
13361
|
};
|
|
13353
|
-
readonly "ibm-granite/granite-4.
|
|
13362
|
+
readonly "ibm-granite/granite-4.2-8b": {
|
|
13354
13363
|
id: string;
|
|
13355
13364
|
name: string;
|
|
13356
13365
|
api: "openai-completions";
|
|
13357
13366
|
provider: string;
|
|
13358
13367
|
baseUrl: string;
|
|
13359
|
-
reasoning:
|
|
13368
|
+
reasoning: true;
|
|
13360
13369
|
input: "text"[];
|
|
13361
13370
|
cost: {
|
|
13362
13371
|
input: number;
|
|
@@ -13367,13 +13376,16 @@ export declare const MODELS: {
|
|
|
13367
13376
|
contextWindow: number;
|
|
13368
13377
|
maxTokens: number;
|
|
13369
13378
|
};
|
|
13370
|
-
readonly "
|
|
13379
|
+
readonly "inception/mercury-2": {
|
|
13371
13380
|
id: string;
|
|
13372
13381
|
name: string;
|
|
13373
13382
|
api: "openai-completions";
|
|
13374
13383
|
provider: string;
|
|
13375
13384
|
baseUrl: string;
|
|
13376
13385
|
reasoning: true;
|
|
13386
|
+
thinkingLevelMap: {
|
|
13387
|
+
off: null;
|
|
13388
|
+
};
|
|
13377
13389
|
input: "text"[];
|
|
13378
13390
|
cost: {
|
|
13379
13391
|
input: number;
|
|
@@ -13384,7 +13396,7 @@ export declare const MODELS: {
|
|
|
13384
13396
|
contextWindow: number;
|
|
13385
13397
|
maxTokens: number;
|
|
13386
13398
|
};
|
|
13387
|
-
readonly "inception/mercury-2": {
|
|
13399
|
+
readonly "inception/mercury-2.5-preview": {
|
|
13388
13400
|
id: string;
|
|
13389
13401
|
name: string;
|
|
13390
13402
|
api: "openai-completions";
|
|
@@ -13404,16 +13416,13 @@ export declare const MODELS: {
|
|
|
13404
13416
|
contextWindow: number;
|
|
13405
13417
|
maxTokens: number;
|
|
13406
13418
|
};
|
|
13407
|
-
readonly "
|
|
13419
|
+
readonly "inclusionai/ling-3.0-flash": {
|
|
13408
13420
|
id: string;
|
|
13409
13421
|
name: string;
|
|
13410
13422
|
api: "openai-completions";
|
|
13411
13423
|
provider: string;
|
|
13412
13424
|
baseUrl: string;
|
|
13413
13425
|
reasoning: true;
|
|
13414
|
-
thinkingLevelMap: {
|
|
13415
|
-
off: null;
|
|
13416
|
-
};
|
|
13417
13426
|
input: "text"[];
|
|
13418
13427
|
cost: {
|
|
13419
13428
|
input: number;
|
|
@@ -13424,7 +13433,7 @@ export declare const MODELS: {
|
|
|
13424
13433
|
contextWindow: number;
|
|
13425
13434
|
maxTokens: number;
|
|
13426
13435
|
};
|
|
13427
|
-
readonly "inclusionai/ling-3.0-flash": {
|
|
13436
|
+
readonly "inclusionai/ling-3.0-flash-fin": {
|
|
13428
13437
|
id: string;
|
|
13429
13438
|
name: string;
|
|
13430
13439
|
api: "openai-completions";
|
|
@@ -13458,6 +13467,23 @@ export declare const MODELS: {
|
|
|
13458
13467
|
contextWindow: number;
|
|
13459
13468
|
maxTokens: number;
|
|
13460
13469
|
};
|
|
13470
|
+
readonly "inclusionai/ling-3.0-flash-sante:free": {
|
|
13471
|
+
id: string;
|
|
13472
|
+
name: string;
|
|
13473
|
+
api: "openai-completions";
|
|
13474
|
+
provider: string;
|
|
13475
|
+
baseUrl: string;
|
|
13476
|
+
reasoning: true;
|
|
13477
|
+
input: "text"[];
|
|
13478
|
+
cost: {
|
|
13479
|
+
input: number;
|
|
13480
|
+
output: number;
|
|
13481
|
+
cacheRead: number;
|
|
13482
|
+
cacheWrite: number;
|
|
13483
|
+
};
|
|
13484
|
+
contextWindow: number;
|
|
13485
|
+
maxTokens: number;
|
|
13486
|
+
};
|
|
13461
13487
|
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
13462
13488
|
id: string;
|
|
13463
13489
|
name: string;
|
|
@@ -13696,14 +13722,14 @@ export declare const MODELS: {
|
|
|
13696
13722
|
contextWindow: number;
|
|
13697
13723
|
maxTokens: number;
|
|
13698
13724
|
};
|
|
13699
|
-
readonly "
|
|
13725
|
+
readonly "meta/muse-spark-1.3": {
|
|
13700
13726
|
id: string;
|
|
13701
13727
|
name: string;
|
|
13702
13728
|
api: "openai-completions";
|
|
13703
13729
|
provider: string;
|
|
13704
13730
|
baseUrl: string;
|
|
13705
13731
|
reasoning: true;
|
|
13706
|
-
input: "text"[];
|
|
13732
|
+
input: ("image" | "text")[];
|
|
13707
13733
|
cost: {
|
|
13708
13734
|
input: number;
|
|
13709
13735
|
output: number;
|
|
@@ -13713,14 +13739,14 @@ export declare const MODELS: {
|
|
|
13713
13739
|
contextWindow: number;
|
|
13714
13740
|
maxTokens: number;
|
|
13715
13741
|
};
|
|
13716
|
-
readonly "
|
|
13742
|
+
readonly "meta/muse-spark-1.3-contributor": {
|
|
13717
13743
|
id: string;
|
|
13718
13744
|
name: string;
|
|
13719
13745
|
api: "openai-completions";
|
|
13720
13746
|
provider: string;
|
|
13721
13747
|
baseUrl: string;
|
|
13722
13748
|
reasoning: true;
|
|
13723
|
-
input: "text"[];
|
|
13749
|
+
input: ("image" | "text")[];
|
|
13724
13750
|
cost: {
|
|
13725
13751
|
input: number;
|
|
13726
13752
|
output: number;
|
|
@@ -13730,7 +13756,7 @@ export declare const MODELS: {
|
|
|
13730
13756
|
contextWindow: number;
|
|
13731
13757
|
maxTokens: number;
|
|
13732
13758
|
};
|
|
13733
|
-
readonly "minimax/minimax-
|
|
13759
|
+
readonly "minimax/minimax-m1": {
|
|
13734
13760
|
id: string;
|
|
13735
13761
|
name: string;
|
|
13736
13762
|
api: "openai-completions";
|
|
@@ -13747,7 +13773,7 @@ export declare const MODELS: {
|
|
|
13747
13773
|
contextWindow: number;
|
|
13748
13774
|
maxTokens: number;
|
|
13749
13775
|
};
|
|
13750
|
-
readonly "minimax/minimax-m2
|
|
13776
|
+
readonly "minimax/minimax-m2": {
|
|
13751
13777
|
id: string;
|
|
13752
13778
|
name: string;
|
|
13753
13779
|
api: "openai-completions";
|
|
@@ -13764,7 +13790,7 @@ export declare const MODELS: {
|
|
|
13764
13790
|
contextWindow: number;
|
|
13765
13791
|
maxTokens: number;
|
|
13766
13792
|
};
|
|
13767
|
-
readonly "minimax/minimax-m2.
|
|
13793
|
+
readonly "minimax/minimax-m2.1": {
|
|
13768
13794
|
id: string;
|
|
13769
13795
|
name: string;
|
|
13770
13796
|
api: "openai-completions";
|
|
@@ -13781,7 +13807,7 @@ export declare const MODELS: {
|
|
|
13781
13807
|
contextWindow: number;
|
|
13782
13808
|
maxTokens: number;
|
|
13783
13809
|
};
|
|
13784
|
-
readonly "minimax/minimax-m2.
|
|
13810
|
+
readonly "minimax/minimax-m2.5": {
|
|
13785
13811
|
id: string;
|
|
13786
13812
|
name: string;
|
|
13787
13813
|
api: "openai-completions";
|
|
@@ -13798,14 +13824,14 @@ export declare const MODELS: {
|
|
|
13798
13824
|
contextWindow: number;
|
|
13799
13825
|
maxTokens: number;
|
|
13800
13826
|
};
|
|
13801
|
-
readonly "minimax/minimax-
|
|
13827
|
+
readonly "minimax/minimax-m2.7": {
|
|
13802
13828
|
id: string;
|
|
13803
13829
|
name: string;
|
|
13804
13830
|
api: "openai-completions";
|
|
13805
13831
|
provider: string;
|
|
13806
13832
|
baseUrl: string;
|
|
13807
13833
|
reasoning: true;
|
|
13808
|
-
input:
|
|
13834
|
+
input: "text"[];
|
|
13809
13835
|
cost: {
|
|
13810
13836
|
input: number;
|
|
13811
13837
|
output: number;
|
|
@@ -13815,7 +13841,7 @@ export declare const MODELS: {
|
|
|
13815
13841
|
contextWindow: number;
|
|
13816
13842
|
maxTokens: number;
|
|
13817
13843
|
};
|
|
13818
|
-
readonly "minimax/minimax-m3
|
|
13844
|
+
readonly "minimax/minimax-m3": {
|
|
13819
13845
|
id: string;
|
|
13820
13846
|
name: string;
|
|
13821
13847
|
api: "openai-completions";
|
|
@@ -13832,7 +13858,7 @@ export declare const MODELS: {
|
|
|
13832
13858
|
contextWindow: number;
|
|
13833
13859
|
maxTokens: number;
|
|
13834
13860
|
};
|
|
13835
|
-
readonly "minimax/minimax-m3:
|
|
13861
|
+
readonly "minimax/minimax-m3:batch": {
|
|
13836
13862
|
id: string;
|
|
13837
13863
|
name: string;
|
|
13838
13864
|
api: "openai-completions";
|
|
@@ -14345,31 +14371,14 @@ export declare const MODELS: {
|
|
|
14345
14371
|
contextWindow: number;
|
|
14346
14372
|
maxTokens: number;
|
|
14347
14373
|
};
|
|
14348
|
-
readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
14349
|
-
id: string;
|
|
14350
|
-
name: string;
|
|
14351
|
-
api: "openai-completions";
|
|
14352
|
-
provider: string;
|
|
14353
|
-
baseUrl: string;
|
|
14354
|
-
reasoning: true;
|
|
14355
|
-
input: ("image" | "text")[];
|
|
14356
|
-
cost: {
|
|
14357
|
-
input: number;
|
|
14358
|
-
output: number;
|
|
14359
|
-
cacheRead: number;
|
|
14360
|
-
cacheWrite: number;
|
|
14361
|
-
};
|
|
14362
|
-
contextWindow: number;
|
|
14363
|
-
maxTokens: number;
|
|
14364
|
-
};
|
|
14365
|
-
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
14374
|
+
readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
14366
14375
|
id: string;
|
|
14367
14376
|
name: string;
|
|
14368
14377
|
api: "openai-completions";
|
|
14369
14378
|
provider: string;
|
|
14370
14379
|
baseUrl: string;
|
|
14371
14380
|
reasoning: true;
|
|
14372
|
-
input: "text"[];
|
|
14381
|
+
input: ("image" | "text")[];
|
|
14373
14382
|
cost: {
|
|
14374
14383
|
input: number;
|
|
14375
14384
|
output: number;
|
|
@@ -14379,7 +14388,7 @@ export declare const MODELS: {
|
|
|
14379
14388
|
contextWindow: number;
|
|
14380
14389
|
maxTokens: number;
|
|
14381
14390
|
};
|
|
14382
|
-
readonly "nvidia/nemotron-3-super-120b-a12b
|
|
14391
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
14383
14392
|
id: string;
|
|
14384
14393
|
name: string;
|
|
14385
14394
|
api: "openai-completions";
|
|
@@ -14396,7 +14405,7 @@ export declare const MODELS: {
|
|
|
14396
14405
|
contextWindow: number;
|
|
14397
14406
|
maxTokens: number;
|
|
14398
14407
|
};
|
|
14399
|
-
readonly "nvidia/nemotron-3-
|
|
14408
|
+
readonly "nvidia/nemotron-3-super-120b-a12b:free": {
|
|
14400
14409
|
id: string;
|
|
14401
14410
|
name: string;
|
|
14402
14411
|
api: "openai-completions";
|
|
@@ -14413,7 +14422,7 @@ export declare const MODELS: {
|
|
|
14413
14422
|
contextWindow: number;
|
|
14414
14423
|
maxTokens: number;
|
|
14415
14424
|
};
|
|
14416
|
-
readonly "nvidia/nemotron-3-ultra-550b-a55b
|
|
14425
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
14417
14426
|
id: string;
|
|
14418
14427
|
name: string;
|
|
14419
14428
|
api: "openai-completions";
|
|
@@ -15708,6 +15717,86 @@ export declare const MODELS: {
|
|
|
15708
15717
|
contextWindow: number;
|
|
15709
15718
|
maxTokens: number;
|
|
15710
15719
|
};
|
|
15720
|
+
readonly "openai/gpt-6-astra": {
|
|
15721
|
+
id: string;
|
|
15722
|
+
name: string;
|
|
15723
|
+
api: "openai-completions";
|
|
15724
|
+
provider: string;
|
|
15725
|
+
baseUrl: string;
|
|
15726
|
+
reasoning: true;
|
|
15727
|
+
thinkingLevelMap: {
|
|
15728
|
+
xhigh: string;
|
|
15729
|
+
};
|
|
15730
|
+
input: ("image" | "text")[];
|
|
15731
|
+
cost: {
|
|
15732
|
+
input: number;
|
|
15733
|
+
output: number;
|
|
15734
|
+
cacheRead: number;
|
|
15735
|
+
cacheWrite: number;
|
|
15736
|
+
};
|
|
15737
|
+
contextWindow: number;
|
|
15738
|
+
maxTokens: number;
|
|
15739
|
+
};
|
|
15740
|
+
readonly "openai/gpt-6-astra-pro": {
|
|
15741
|
+
id: string;
|
|
15742
|
+
name: string;
|
|
15743
|
+
api: "openai-completions";
|
|
15744
|
+
provider: string;
|
|
15745
|
+
baseUrl: string;
|
|
15746
|
+
reasoning: true;
|
|
15747
|
+
thinkingLevelMap: {
|
|
15748
|
+
xhigh: string;
|
|
15749
|
+
};
|
|
15750
|
+
input: ("image" | "text")[];
|
|
15751
|
+
cost: {
|
|
15752
|
+
input: number;
|
|
15753
|
+
output: number;
|
|
15754
|
+
cacheRead: number;
|
|
15755
|
+
cacheWrite: number;
|
|
15756
|
+
};
|
|
15757
|
+
contextWindow: number;
|
|
15758
|
+
maxTokens: number;
|
|
15759
|
+
};
|
|
15760
|
+
readonly "openai/gpt-6-astra-pro:batch": {
|
|
15761
|
+
id: string;
|
|
15762
|
+
name: string;
|
|
15763
|
+
api: "openai-completions";
|
|
15764
|
+
provider: string;
|
|
15765
|
+
baseUrl: string;
|
|
15766
|
+
reasoning: true;
|
|
15767
|
+
thinkingLevelMap: {
|
|
15768
|
+
xhigh: string;
|
|
15769
|
+
};
|
|
15770
|
+
input: ("image" | "text")[];
|
|
15771
|
+
cost: {
|
|
15772
|
+
input: number;
|
|
15773
|
+
output: number;
|
|
15774
|
+
cacheRead: number;
|
|
15775
|
+
cacheWrite: number;
|
|
15776
|
+
};
|
|
15777
|
+
contextWindow: number;
|
|
15778
|
+
maxTokens: number;
|
|
15779
|
+
};
|
|
15780
|
+
readonly "openai/gpt-6-astra:batch": {
|
|
15781
|
+
id: string;
|
|
15782
|
+
name: string;
|
|
15783
|
+
api: "openai-completions";
|
|
15784
|
+
provider: string;
|
|
15785
|
+
baseUrl: string;
|
|
15786
|
+
reasoning: true;
|
|
15787
|
+
thinkingLevelMap: {
|
|
15788
|
+
xhigh: string;
|
|
15789
|
+
};
|
|
15790
|
+
input: ("image" | "text")[];
|
|
15791
|
+
cost: {
|
|
15792
|
+
input: number;
|
|
15793
|
+
output: number;
|
|
15794
|
+
cacheRead: number;
|
|
15795
|
+
cacheWrite: number;
|
|
15796
|
+
};
|
|
15797
|
+
contextWindow: number;
|
|
15798
|
+
maxTokens: number;
|
|
15799
|
+
};
|
|
15711
15800
|
readonly "openai/gpt-audio": {
|
|
15712
15801
|
id: string;
|
|
15713
15802
|
name: string;
|
|
@@ -16966,7 +17055,7 @@ export declare const MODELS: {
|
|
|
16966
17055
|
contextWindow: number;
|
|
16967
17056
|
maxTokens: number;
|
|
16968
17057
|
};
|
|
16969
|
-
readonly "qwen/qwen3.8-max": {
|
|
17058
|
+
readonly "qwen/qwen3.8-max-0902": {
|
|
16970
17059
|
id: string;
|
|
16971
17060
|
name: string;
|
|
16972
17061
|
api: "openai-completions";
|
|
@@ -17340,6 +17429,23 @@ export declare const MODELS: {
|
|
|
17340
17429
|
contextWindow: number;
|
|
17341
17430
|
maxTokens: number;
|
|
17342
17431
|
};
|
|
17432
|
+
readonly "x-ai/grok-4.3:batch": {
|
|
17433
|
+
id: string;
|
|
17434
|
+
name: string;
|
|
17435
|
+
api: "openai-completions";
|
|
17436
|
+
provider: string;
|
|
17437
|
+
baseUrl: string;
|
|
17438
|
+
reasoning: true;
|
|
17439
|
+
input: ("image" | "text")[];
|
|
17440
|
+
cost: {
|
|
17441
|
+
input: number;
|
|
17442
|
+
output: number;
|
|
17443
|
+
cacheRead: number;
|
|
17444
|
+
cacheWrite: number;
|
|
17445
|
+
};
|
|
17446
|
+
contextWindow: number;
|
|
17447
|
+
maxTokens: number;
|
|
17448
|
+
};
|
|
17343
17449
|
readonly "x-ai/grok-4.5": {
|
|
17344
17450
|
id: string;
|
|
17345
17451
|
name: string;
|
|
@@ -17612,23 +17718,6 @@ export declare const MODELS: {
|
|
|
17612
17718
|
contextWindow: number;
|
|
17613
17719
|
maxTokens: number;
|
|
17614
17720
|
};
|
|
17615
|
-
readonly "z-ai/glm-5.2:free": {
|
|
17616
|
-
id: string;
|
|
17617
|
-
name: string;
|
|
17618
|
-
api: "openai-completions";
|
|
17619
|
-
provider: string;
|
|
17620
|
-
baseUrl: string;
|
|
17621
|
-
reasoning: true;
|
|
17622
|
-
input: "text"[];
|
|
17623
|
-
cost: {
|
|
17624
|
-
input: number;
|
|
17625
|
-
output: number;
|
|
17626
|
-
cacheRead: number;
|
|
17627
|
-
cacheWrite: number;
|
|
17628
|
-
};
|
|
17629
|
-
contextWindow: number;
|
|
17630
|
-
maxTokens: number;
|
|
17631
|
-
};
|
|
17632
17721
|
readonly "z-ai/glm-5.3": {
|
|
17633
17722
|
id: string;
|
|
17634
17723
|
name: string;
|
|
@@ -19864,6 +19953,23 @@ export declare const MODELS: {
|
|
|
19864
19953
|
contextWindow: number;
|
|
19865
19954
|
maxTokens: number;
|
|
19866
19955
|
};
|
|
19956
|
+
readonly "google/gemini-3.8-flash": {
|
|
19957
|
+
id: string;
|
|
19958
|
+
name: string;
|
|
19959
|
+
api: "anthropic-messages";
|
|
19960
|
+
provider: string;
|
|
19961
|
+
baseUrl: string;
|
|
19962
|
+
reasoning: true;
|
|
19963
|
+
input: ("image" | "text")[];
|
|
19964
|
+
cost: {
|
|
19965
|
+
input: number;
|
|
19966
|
+
output: number;
|
|
19967
|
+
cacheRead: number;
|
|
19968
|
+
cacheWrite: number;
|
|
19969
|
+
};
|
|
19970
|
+
contextWindow: number;
|
|
19971
|
+
maxTokens: number;
|
|
19972
|
+
};
|
|
19867
19973
|
readonly "google/gemma-4-26b-a4b-it": {
|
|
19868
19974
|
id: string;
|
|
19869
19975
|
name: string;
|
|
@@ -19983,6 +20089,40 @@ export declare const MODELS: {
|
|
|
19983
20089
|
contextWindow: number;
|
|
19984
20090
|
maxTokens: number;
|
|
19985
20091
|
};
|
|
20092
|
+
readonly "inclusionai/ling-3.0-flash-sante": {
|
|
20093
|
+
id: string;
|
|
20094
|
+
name: string;
|
|
20095
|
+
api: "anthropic-messages";
|
|
20096
|
+
provider: string;
|
|
20097
|
+
baseUrl: string;
|
|
20098
|
+
reasoning: true;
|
|
20099
|
+
input: "text"[];
|
|
20100
|
+
cost: {
|
|
20101
|
+
input: number;
|
|
20102
|
+
output: number;
|
|
20103
|
+
cacheRead: number;
|
|
20104
|
+
cacheWrite: number;
|
|
20105
|
+
};
|
|
20106
|
+
contextWindow: number;
|
|
20107
|
+
maxTokens: number;
|
|
20108
|
+
};
|
|
20109
|
+
readonly "inclusionai/ling-3.0-flash-sante-free": {
|
|
20110
|
+
id: string;
|
|
20111
|
+
name: string;
|
|
20112
|
+
api: "anthropic-messages";
|
|
20113
|
+
provider: string;
|
|
20114
|
+
baseUrl: string;
|
|
20115
|
+
reasoning: true;
|
|
20116
|
+
input: "text"[];
|
|
20117
|
+
cost: {
|
|
20118
|
+
input: number;
|
|
20119
|
+
output: number;
|
|
20120
|
+
cacheRead: number;
|
|
20121
|
+
cacheWrite: number;
|
|
20122
|
+
};
|
|
20123
|
+
contextWindow: number;
|
|
20124
|
+
maxTokens: number;
|
|
20125
|
+
};
|
|
19986
20126
|
readonly "interfaze/interfaze-beta": {
|
|
19987
20127
|
id: string;
|
|
19988
20128
|
name: string;
|
|
@@ -20221,14 +20361,14 @@ export declare const MODELS: {
|
|
|
20221
20361
|
contextWindow: number;
|
|
20222
20362
|
maxTokens: number;
|
|
20223
20363
|
};
|
|
20224
|
-
readonly "
|
|
20364
|
+
readonly "meta/muse-spark-1.3": {
|
|
20225
20365
|
id: string;
|
|
20226
20366
|
name: string;
|
|
20227
20367
|
api: "anthropic-messages";
|
|
20228
20368
|
provider: string;
|
|
20229
20369
|
baseUrl: string;
|
|
20230
20370
|
reasoning: true;
|
|
20231
|
-
input: "text"[];
|
|
20371
|
+
input: ("image" | "text")[];
|
|
20232
20372
|
cost: {
|
|
20233
20373
|
input: number;
|
|
20234
20374
|
output: number;
|
|
@@ -20238,14 +20378,14 @@ export declare const MODELS: {
|
|
|
20238
20378
|
contextWindow: number;
|
|
20239
20379
|
maxTokens: number;
|
|
20240
20380
|
};
|
|
20241
|
-
readonly "
|
|
20381
|
+
readonly "meta/muse-spark-1.3-contributor": {
|
|
20242
20382
|
id: string;
|
|
20243
20383
|
name: string;
|
|
20244
20384
|
api: "anthropic-messages";
|
|
20245
20385
|
provider: string;
|
|
20246
20386
|
baseUrl: string;
|
|
20247
20387
|
reasoning: true;
|
|
20248
|
-
input: "text"[];
|
|
20388
|
+
input: ("image" | "text")[];
|
|
20249
20389
|
cost: {
|
|
20250
20390
|
input: number;
|
|
20251
20391
|
output: number;
|
|
@@ -20255,7 +20395,7 @@ export declare const MODELS: {
|
|
|
20255
20395
|
contextWindow: number;
|
|
20256
20396
|
maxTokens: number;
|
|
20257
20397
|
};
|
|
20258
|
-
readonly "minimax/minimax-m2
|
|
20398
|
+
readonly "minimax/minimax-m2": {
|
|
20259
20399
|
id: string;
|
|
20260
20400
|
name: string;
|
|
20261
20401
|
api: "anthropic-messages";
|
|
@@ -20272,7 +20412,7 @@ export declare const MODELS: {
|
|
|
20272
20412
|
contextWindow: number;
|
|
20273
20413
|
maxTokens: number;
|
|
20274
20414
|
};
|
|
20275
|
-
readonly "minimax/minimax-m2.
|
|
20415
|
+
readonly "minimax/minimax-m2.1": {
|
|
20276
20416
|
id: string;
|
|
20277
20417
|
name: string;
|
|
20278
20418
|
api: "anthropic-messages";
|
|
@@ -20289,7 +20429,7 @@ export declare const MODELS: {
|
|
|
20289
20429
|
contextWindow: number;
|
|
20290
20430
|
maxTokens: number;
|
|
20291
20431
|
};
|
|
20292
|
-
readonly "minimax/minimax-m2.
|
|
20432
|
+
readonly "minimax/minimax-m2.1-lightning": {
|
|
20293
20433
|
id: string;
|
|
20294
20434
|
name: string;
|
|
20295
20435
|
api: "anthropic-messages";
|
|
@@ -20306,7 +20446,7 @@ export declare const MODELS: {
|
|
|
20306
20446
|
contextWindow: number;
|
|
20307
20447
|
maxTokens: number;
|
|
20308
20448
|
};
|
|
20309
|
-
readonly "minimax/minimax-m2.
|
|
20449
|
+
readonly "minimax/minimax-m2.5": {
|
|
20310
20450
|
id: string;
|
|
20311
20451
|
name: string;
|
|
20312
20452
|
api: "anthropic-messages";
|
|
@@ -20323,7 +20463,7 @@ export declare const MODELS: {
|
|
|
20323
20463
|
contextWindow: number;
|
|
20324
20464
|
maxTokens: number;
|
|
20325
20465
|
};
|
|
20326
|
-
readonly "minimax/minimax-m2.
|
|
20466
|
+
readonly "minimax/minimax-m2.5-highspeed": {
|
|
20327
20467
|
id: string;
|
|
20328
20468
|
name: string;
|
|
20329
20469
|
api: "anthropic-messages";
|
|
@@ -20340,7 +20480,7 @@ export declare const MODELS: {
|
|
|
20340
20480
|
contextWindow: number;
|
|
20341
20481
|
maxTokens: number;
|
|
20342
20482
|
};
|
|
20343
|
-
readonly "minimax/minimax-m2.7
|
|
20483
|
+
readonly "minimax/minimax-m2.7": {
|
|
20344
20484
|
id: string;
|
|
20345
20485
|
name: string;
|
|
20346
20486
|
api: "anthropic-messages";
|
|
@@ -20357,14 +20497,14 @@ export declare const MODELS: {
|
|
|
20357
20497
|
contextWindow: number;
|
|
20358
20498
|
maxTokens: number;
|
|
20359
20499
|
};
|
|
20360
|
-
readonly "minimax/minimax-
|
|
20500
|
+
readonly "minimax/minimax-m2.7-highspeed": {
|
|
20361
20501
|
id: string;
|
|
20362
20502
|
name: string;
|
|
20363
20503
|
api: "anthropic-messages";
|
|
20364
20504
|
provider: string;
|
|
20365
20505
|
baseUrl: string;
|
|
20366
20506
|
reasoning: true;
|
|
20367
|
-
input:
|
|
20507
|
+
input: "text"[];
|
|
20368
20508
|
cost: {
|
|
20369
20509
|
input: number;
|
|
20370
20510
|
output: number;
|
|
@@ -20374,7 +20514,7 @@ export declare const MODELS: {
|
|
|
20374
20514
|
contextWindow: number;
|
|
20375
20515
|
maxTokens: number;
|
|
20376
20516
|
};
|
|
20377
|
-
readonly "minimax/minimax-m3
|
|
20517
|
+
readonly "minimax/minimax-m3": {
|
|
20378
20518
|
id: string;
|
|
20379
20519
|
name: string;
|
|
20380
20520
|
api: "anthropic-messages";
|
|
@@ -21664,6 +21804,46 @@ export declare const MODELS: {
|
|
|
21664
21804
|
contextWindow: number;
|
|
21665
21805
|
maxTokens: number;
|
|
21666
21806
|
};
|
|
21807
|
+
readonly "openai/gpt-6-astra": {
|
|
21808
|
+
id: string;
|
|
21809
|
+
name: string;
|
|
21810
|
+
api: "anthropic-messages";
|
|
21811
|
+
provider: string;
|
|
21812
|
+
baseUrl: string;
|
|
21813
|
+
reasoning: true;
|
|
21814
|
+
thinkingLevelMap: {
|
|
21815
|
+
xhigh: string;
|
|
21816
|
+
};
|
|
21817
|
+
input: ("image" | "text")[];
|
|
21818
|
+
cost: {
|
|
21819
|
+
input: number;
|
|
21820
|
+
output: number;
|
|
21821
|
+
cacheRead: number;
|
|
21822
|
+
cacheWrite: number;
|
|
21823
|
+
};
|
|
21824
|
+
contextWindow: number;
|
|
21825
|
+
maxTokens: number;
|
|
21826
|
+
};
|
|
21827
|
+
readonly "openai/gpt-6-astra-fast": {
|
|
21828
|
+
id: string;
|
|
21829
|
+
name: string;
|
|
21830
|
+
api: "anthropic-messages";
|
|
21831
|
+
provider: string;
|
|
21832
|
+
baseUrl: string;
|
|
21833
|
+
reasoning: true;
|
|
21834
|
+
thinkingLevelMap: {
|
|
21835
|
+
xhigh: string;
|
|
21836
|
+
};
|
|
21837
|
+
input: ("image" | "text")[];
|
|
21838
|
+
cost: {
|
|
21839
|
+
input: number;
|
|
21840
|
+
output: number;
|
|
21841
|
+
cacheRead: number;
|
|
21842
|
+
cacheWrite: number;
|
|
21843
|
+
};
|
|
21844
|
+
contextWindow: number;
|
|
21845
|
+
maxTokens: number;
|
|
21846
|
+
};
|
|
21667
21847
|
readonly "openai/gpt-oss-120b": {
|
|
21668
21848
|
id: string;
|
|
21669
21849
|
name: string;
|
|
@@ -22497,6 +22677,23 @@ export declare const MODELS: {
|
|
|
22497
22677
|
contextWindow: number;
|
|
22498
22678
|
maxTokens: number;
|
|
22499
22679
|
};
|
|
22680
|
+
readonly "zai/glm-5.3-fast": {
|
|
22681
|
+
id: string;
|
|
22682
|
+
name: string;
|
|
22683
|
+
api: "anthropic-messages";
|
|
22684
|
+
provider: string;
|
|
22685
|
+
baseUrl: string;
|
|
22686
|
+
reasoning: true;
|
|
22687
|
+
input: "text"[];
|
|
22688
|
+
cost: {
|
|
22689
|
+
input: number;
|
|
22690
|
+
output: number;
|
|
22691
|
+
cacheRead: number;
|
|
22692
|
+
cacheWrite: number;
|
|
22693
|
+
};
|
|
22694
|
+
contextWindow: number;
|
|
22695
|
+
maxTokens: number;
|
|
22696
|
+
};
|
|
22500
22697
|
readonly "zai/glm-5.3-flash": {
|
|
22501
22698
|
id: string;
|
|
22502
22699
|
name: string;
|
|
@@ -22514,6 +22711,23 @@ export declare const MODELS: {
|
|
|
22514
22711
|
contextWindow: number;
|
|
22515
22712
|
maxTokens: number;
|
|
22516
22713
|
};
|
|
22714
|
+
readonly "zai/glm-5.3-promo-50": {
|
|
22715
|
+
id: string;
|
|
22716
|
+
name: string;
|
|
22717
|
+
api: "anthropic-messages";
|
|
22718
|
+
provider: string;
|
|
22719
|
+
baseUrl: string;
|
|
22720
|
+
reasoning: true;
|
|
22721
|
+
input: "text"[];
|
|
22722
|
+
cost: {
|
|
22723
|
+
input: number;
|
|
22724
|
+
output: number;
|
|
22725
|
+
cacheRead: number;
|
|
22726
|
+
cacheWrite: number;
|
|
22727
|
+
};
|
|
22728
|
+
contextWindow: number;
|
|
22729
|
+
maxTokens: number;
|
|
22730
|
+
};
|
|
22517
22731
|
readonly "zai/glm-5v-turbo": {
|
|
22518
22732
|
id: string;
|
|
22519
22733
|
name: string;
|