@fleetagent/pi-ai 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +681 -519
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +833 -592
- 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,23 @@ 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
|
+
input: ("image" | "text")[];
|
|
3103
|
+
cost: {
|
|
3104
|
+
input: number;
|
|
3105
|
+
output: number;
|
|
3106
|
+
cacheRead: number;
|
|
3107
|
+
cacheWrite: number;
|
|
3108
|
+
};
|
|
3109
|
+
contextWindow: number;
|
|
3110
|
+
maxTokens: number;
|
|
3111
|
+
};
|
|
3061
3112
|
readonly "gpt-realtime-2.1": {
|
|
3062
3113
|
id: string;
|
|
3063
3114
|
name: string;
|
|
@@ -3179,14 +3230,14 @@ export declare const MODELS: {
|
|
|
3179
3230
|
};
|
|
3180
3231
|
};
|
|
3181
3232
|
readonly cerebras: {
|
|
3182
|
-
readonly "
|
|
3233
|
+
readonly "gpt-oss-120b": {
|
|
3183
3234
|
id: string;
|
|
3184
3235
|
name: string;
|
|
3185
3236
|
api: "openai-completions";
|
|
3186
3237
|
provider: string;
|
|
3187
3238
|
baseUrl: string;
|
|
3188
3239
|
reasoning: true;
|
|
3189
|
-
input:
|
|
3240
|
+
input: "text"[];
|
|
3190
3241
|
cost: {
|
|
3191
3242
|
input: number;
|
|
3192
3243
|
output: number;
|
|
@@ -3196,14 +3247,14 @@ export declare const MODELS: {
|
|
|
3196
3247
|
contextWindow: number;
|
|
3197
3248
|
maxTokens: number;
|
|
3198
3249
|
};
|
|
3199
|
-
readonly "
|
|
3250
|
+
readonly "qwen-3.8-27b": {
|
|
3200
3251
|
id: string;
|
|
3201
3252
|
name: string;
|
|
3202
3253
|
api: "openai-completions";
|
|
3203
3254
|
provider: string;
|
|
3204
3255
|
baseUrl: string;
|
|
3205
3256
|
reasoning: true;
|
|
3206
|
-
input: "text"[];
|
|
3257
|
+
input: ("image" | "text")[];
|
|
3207
3258
|
cost: {
|
|
3208
3259
|
input: number;
|
|
3209
3260
|
output: number;
|
|
@@ -3232,6 +3283,23 @@ export declare const MODELS: {
|
|
|
3232
3283
|
contextWindow: number;
|
|
3233
3284
|
maxTokens: number;
|
|
3234
3285
|
};
|
|
3286
|
+
readonly "claude-fable-5.1": {
|
|
3287
|
+
id: string;
|
|
3288
|
+
name: string;
|
|
3289
|
+
api: "anthropic-messages";
|
|
3290
|
+
provider: string;
|
|
3291
|
+
baseUrl: string;
|
|
3292
|
+
reasoning: true;
|
|
3293
|
+
input: ("image" | "text")[];
|
|
3294
|
+
cost: {
|
|
3295
|
+
input: number;
|
|
3296
|
+
output: number;
|
|
3297
|
+
cacheRead: number;
|
|
3298
|
+
cacheWrite: number;
|
|
3299
|
+
};
|
|
3300
|
+
contextWindow: number;
|
|
3301
|
+
maxTokens: number;
|
|
3302
|
+
};
|
|
3235
3303
|
readonly "claude-haiku-4.5": {
|
|
3236
3304
|
id: string;
|
|
3237
3305
|
name: string;
|
|
@@ -4297,6 +4365,29 @@ export declare const MODELS: {
|
|
|
4297
4365
|
contextWindow: number;
|
|
4298
4366
|
maxTokens: number;
|
|
4299
4367
|
};
|
|
4368
|
+
readonly "accounts/fireworks/models/deepseek-v4-flash-vision-exp": {
|
|
4369
|
+
id: string;
|
|
4370
|
+
name: string;
|
|
4371
|
+
api: "anthropic-messages";
|
|
4372
|
+
provider: string;
|
|
4373
|
+
baseUrl: string;
|
|
4374
|
+
compat: {
|
|
4375
|
+
sendSessionAffinityHeaders: true;
|
|
4376
|
+
supportsEagerToolInputStreaming: false;
|
|
4377
|
+
supportsCacheControlOnTools: false;
|
|
4378
|
+
supportsLongCacheRetention: false;
|
|
4379
|
+
};
|
|
4380
|
+
reasoning: true;
|
|
4381
|
+
input: ("image" | "text")[];
|
|
4382
|
+
cost: {
|
|
4383
|
+
input: number;
|
|
4384
|
+
output: number;
|
|
4385
|
+
cacheRead: number;
|
|
4386
|
+
cacheWrite: number;
|
|
4387
|
+
};
|
|
4388
|
+
contextWindow: number;
|
|
4389
|
+
maxTokens: number;
|
|
4390
|
+
};
|
|
4300
4391
|
readonly "accounts/fireworks/models/deepseek-v4-pro-0813": {
|
|
4301
4392
|
id: string;
|
|
4302
4393
|
name: string;
|
|
@@ -4619,7 +4710,7 @@ export declare const MODELS: {
|
|
|
4619
4710
|
contextWindow: number;
|
|
4620
4711
|
maxTokens: number;
|
|
4621
4712
|
};
|
|
4622
|
-
readonly "accounts/fireworks/models/qwen3p8-
|
|
4713
|
+
readonly "accounts/fireworks/models/qwen3p8-2p4t-a95b": {
|
|
4623
4714
|
id: string;
|
|
4624
4715
|
name: string;
|
|
4625
4716
|
api: "anthropic-messages";
|
|
@@ -4642,7 +4733,7 @@ export declare const MODELS: {
|
|
|
4642
4733
|
contextWindow: number;
|
|
4643
4734
|
maxTokens: number;
|
|
4644
4735
|
};
|
|
4645
|
-
readonly "accounts/fireworks/
|
|
4736
|
+
readonly "accounts/fireworks/models/qwen3p8-max": {
|
|
4646
4737
|
id: string;
|
|
4647
4738
|
name: string;
|
|
4648
4739
|
api: "anthropic-messages";
|
|
@@ -4665,7 +4756,7 @@ export declare const MODELS: {
|
|
|
4665
4756
|
contextWindow: number;
|
|
4666
4757
|
maxTokens: number;
|
|
4667
4758
|
};
|
|
4668
|
-
readonly "accounts/fireworks/routers/
|
|
4759
|
+
readonly "accounts/fireworks/routers/glm-5p2-fast": {
|
|
4669
4760
|
id: string;
|
|
4670
4761
|
name: string;
|
|
4671
4762
|
api: "anthropic-messages";
|
|
@@ -4678,7 +4769,7 @@ export declare const MODELS: {
|
|
|
4678
4769
|
supportsLongCacheRetention: false;
|
|
4679
4770
|
};
|
|
4680
4771
|
reasoning: true;
|
|
4681
|
-
input:
|
|
4772
|
+
input: "text"[];
|
|
4682
4773
|
cost: {
|
|
4683
4774
|
input: number;
|
|
4684
4775
|
output: number;
|
|
@@ -4688,7 +4779,7 @@ export declare const MODELS: {
|
|
|
4688
4779
|
contextWindow: number;
|
|
4689
4780
|
maxTokens: number;
|
|
4690
4781
|
};
|
|
4691
|
-
readonly "accounts/fireworks/routers/
|
|
4782
|
+
readonly "accounts/fireworks/routers/glm-5p3-fast": {
|
|
4692
4783
|
id: string;
|
|
4693
4784
|
name: string;
|
|
4694
4785
|
api: "anthropic-messages";
|
|
@@ -4701,7 +4792,7 @@ export declare const MODELS: {
|
|
|
4701
4792
|
supportsLongCacheRetention: false;
|
|
4702
4793
|
};
|
|
4703
4794
|
reasoning: true;
|
|
4704
|
-
input:
|
|
4795
|
+
input: "text"[];
|
|
4705
4796
|
cost: {
|
|
4706
4797
|
input: number;
|
|
4707
4798
|
output: number;
|
|
@@ -4711,24 +4802,17 @@ export declare const MODELS: {
|
|
|
4711
4802
|
contextWindow: number;
|
|
4712
4803
|
maxTokens: number;
|
|
4713
4804
|
};
|
|
4714
|
-
|
|
4715
|
-
readonly "github-copilot": {
|
|
4716
|
-
readonly "claude-fable-5": {
|
|
4805
|
+
readonly "accounts/fireworks/routers/kimi-k2p6-turbo": {
|
|
4717
4806
|
id: string;
|
|
4718
4807
|
name: string;
|
|
4719
|
-
api: "
|
|
4808
|
+
api: "anthropic-messages";
|
|
4720
4809
|
provider: string;
|
|
4721
4810
|
baseUrl: string;
|
|
4722
|
-
headers: {
|
|
4723
|
-
"User-Agent": string;
|
|
4724
|
-
"Editor-Version": string;
|
|
4725
|
-
"Editor-Plugin-Version": string;
|
|
4726
|
-
"Copilot-Integration-Id": string;
|
|
4727
|
-
};
|
|
4728
4811
|
compat: {
|
|
4729
|
-
|
|
4730
|
-
|
|
4731
|
-
|
|
4812
|
+
sendSessionAffinityHeaders: true;
|
|
4813
|
+
supportsEagerToolInputStreaming: false;
|
|
4814
|
+
supportsCacheControlOnTools: false;
|
|
4815
|
+
supportsLongCacheRetention: false;
|
|
4732
4816
|
};
|
|
4733
4817
|
reasoning: true;
|
|
4734
4818
|
input: ("image" | "text")[];
|
|
@@ -4741,20 +4825,17 @@ export declare const MODELS: {
|
|
|
4741
4825
|
contextWindow: number;
|
|
4742
4826
|
maxTokens: number;
|
|
4743
4827
|
};
|
|
4744
|
-
readonly "
|
|
4828
|
+
readonly "accounts/fireworks/routers/kimi-k3-fast": {
|
|
4745
4829
|
id: string;
|
|
4746
4830
|
name: string;
|
|
4747
4831
|
api: "anthropic-messages";
|
|
4748
4832
|
provider: string;
|
|
4749
4833
|
baseUrl: string;
|
|
4750
|
-
headers: {
|
|
4751
|
-
"User-Agent": string;
|
|
4752
|
-
"Editor-Version": string;
|
|
4753
|
-
"Editor-Plugin-Version": string;
|
|
4754
|
-
"Copilot-Integration-Id": string;
|
|
4755
|
-
};
|
|
4756
4834
|
compat: {
|
|
4835
|
+
sendSessionAffinityHeaders: true;
|
|
4757
4836
|
supportsEagerToolInputStreaming: false;
|
|
4837
|
+
supportsCacheControlOnTools: false;
|
|
4838
|
+
supportsLongCacheRetention: false;
|
|
4758
4839
|
};
|
|
4759
4840
|
reasoning: true;
|
|
4760
4841
|
input: ("image" | "text")[];
|
|
@@ -4767,10 +4848,12 @@ export declare const MODELS: {
|
|
|
4767
4848
|
contextWindow: number;
|
|
4768
4849
|
maxTokens: number;
|
|
4769
4850
|
};
|
|
4770
|
-
|
|
4851
|
+
};
|
|
4852
|
+
readonly "github-copilot": {
|
|
4853
|
+
readonly "claude-fable-5": {
|
|
4771
4854
|
id: string;
|
|
4772
4855
|
name: string;
|
|
4773
|
-
api: "
|
|
4856
|
+
api: "openai-completions";
|
|
4774
4857
|
provider: string;
|
|
4775
4858
|
baseUrl: string;
|
|
4776
4859
|
headers: {
|
|
@@ -4779,6 +4862,11 @@ export declare const MODELS: {
|
|
|
4779
4862
|
"Editor-Plugin-Version": string;
|
|
4780
4863
|
"Copilot-Integration-Id": string;
|
|
4781
4864
|
};
|
|
4865
|
+
compat: {
|
|
4866
|
+
supportsStore: false;
|
|
4867
|
+
supportsDeveloperRole: false;
|
|
4868
|
+
supportsReasoningEffort: false;
|
|
4869
|
+
};
|
|
4782
4870
|
reasoning: true;
|
|
4783
4871
|
input: ("image" | "text")[];
|
|
4784
4872
|
cost: {
|
|
@@ -4790,10 +4878,10 @@ export declare const MODELS: {
|
|
|
4790
4878
|
contextWindow: number;
|
|
4791
4879
|
maxTokens: number;
|
|
4792
4880
|
};
|
|
4793
|
-
readonly "claude-
|
|
4881
|
+
readonly "claude-fable-5.1": {
|
|
4794
4882
|
id: string;
|
|
4795
4883
|
name: string;
|
|
4796
|
-
api: "
|
|
4884
|
+
api: "openai-completions";
|
|
4797
4885
|
provider: string;
|
|
4798
4886
|
baseUrl: string;
|
|
4799
4887
|
headers: {
|
|
@@ -4803,12 +4891,11 @@ export declare const MODELS: {
|
|
|
4803
4891
|
"Copilot-Integration-Id": string;
|
|
4804
4892
|
};
|
|
4805
4893
|
compat: {
|
|
4806
|
-
|
|
4894
|
+
supportsStore: false;
|
|
4895
|
+
supportsDeveloperRole: false;
|
|
4896
|
+
supportsReasoningEffort: false;
|
|
4807
4897
|
};
|
|
4808
4898
|
reasoning: true;
|
|
4809
|
-
thinkingLevelMap: {
|
|
4810
|
-
xhigh: string;
|
|
4811
|
-
};
|
|
4812
4899
|
input: ("image" | "text")[];
|
|
4813
4900
|
cost: {
|
|
4814
4901
|
input: number;
|
|
@@ -4819,7 +4906,7 @@ export declare const MODELS: {
|
|
|
4819
4906
|
contextWindow: number;
|
|
4820
4907
|
maxTokens: number;
|
|
4821
4908
|
};
|
|
4822
|
-
readonly "claude-
|
|
4909
|
+
readonly "claude-haiku-4.5": {
|
|
4823
4910
|
id: string;
|
|
4824
4911
|
name: string;
|
|
4825
4912
|
api: "anthropic-messages";
|
|
@@ -4832,13 +4919,9 @@ export declare const MODELS: {
|
|
|
4832
4919
|
"Copilot-Integration-Id": string;
|
|
4833
4920
|
};
|
|
4834
4921
|
compat: {
|
|
4835
|
-
|
|
4836
|
-
supportsTemperature: false;
|
|
4922
|
+
supportsEagerToolInputStreaming: false;
|
|
4837
4923
|
};
|
|
4838
4924
|
reasoning: true;
|
|
4839
|
-
thinkingLevelMap: {
|
|
4840
|
-
xhigh: string;
|
|
4841
|
-
};
|
|
4842
4925
|
input: ("image" | "text")[];
|
|
4843
4926
|
cost: {
|
|
4844
4927
|
input: number;
|
|
@@ -4849,7 +4932,7 @@ export declare const MODELS: {
|
|
|
4849
4932
|
contextWindow: number;
|
|
4850
4933
|
maxTokens: number;
|
|
4851
4934
|
};
|
|
4852
|
-
readonly "claude-opus-4.
|
|
4935
|
+
readonly "claude-opus-4.7": {
|
|
4853
4936
|
id: string;
|
|
4854
4937
|
name: string;
|
|
4855
4938
|
api: "anthropic-messages";
|
|
@@ -4866,34 +4949,9 @@ export declare const MODELS: {
|
|
|
4866
4949
|
supportsTemperature: false;
|
|
4867
4950
|
};
|
|
4868
4951
|
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;
|
|
4952
|
+
thinkingLevelMap: {
|
|
4953
|
+
xhigh: string;
|
|
4895
4954
|
};
|
|
4896
|
-
reasoning: true;
|
|
4897
4955
|
input: ("image" | "text")[];
|
|
4898
4956
|
cost: {
|
|
4899
4957
|
input: number;
|
|
@@ -4904,7 +4962,7 @@ export declare const MODELS: {
|
|
|
4904
4962
|
contextWindow: number;
|
|
4905
4963
|
maxTokens: number;
|
|
4906
4964
|
};
|
|
4907
|
-
readonly "claude-
|
|
4965
|
+
readonly "claude-opus-4.8": {
|
|
4908
4966
|
id: string;
|
|
4909
4967
|
name: string;
|
|
4910
4968
|
api: "anthropic-messages";
|
|
@@ -4917,7 +4975,8 @@ export declare const MODELS: {
|
|
|
4917
4975
|
"Copilot-Integration-Id": string;
|
|
4918
4976
|
};
|
|
4919
4977
|
compat: {
|
|
4920
|
-
|
|
4978
|
+
forceAdaptiveThinking: true;
|
|
4979
|
+
supportsTemperature: false;
|
|
4921
4980
|
};
|
|
4922
4981
|
reasoning: true;
|
|
4923
4982
|
input: ("image" | "text")[];
|
|
@@ -4930,10 +4989,10 @@ export declare const MODELS: {
|
|
|
4930
4989
|
contextWindow: number;
|
|
4931
4990
|
maxTokens: number;
|
|
4932
4991
|
};
|
|
4933
|
-
readonly "claude-
|
|
4992
|
+
readonly "claude-opus-5": {
|
|
4934
4993
|
id: string;
|
|
4935
4994
|
name: string;
|
|
4936
|
-
api: "
|
|
4995
|
+
api: "openai-completions";
|
|
4937
4996
|
provider: string;
|
|
4938
4997
|
baseUrl: string;
|
|
4939
4998
|
headers: {
|
|
@@ -4943,7 +5002,9 @@ export declare const MODELS: {
|
|
|
4943
5002
|
"Copilot-Integration-Id": string;
|
|
4944
5003
|
};
|
|
4945
5004
|
compat: {
|
|
4946
|
-
|
|
5005
|
+
supportsStore: false;
|
|
5006
|
+
supportsDeveloperRole: false;
|
|
5007
|
+
supportsReasoningEffort: false;
|
|
4947
5008
|
};
|
|
4948
5009
|
reasoning: true;
|
|
4949
5010
|
input: ("image" | "text")[];
|
|
@@ -5010,7 +5071,7 @@ export declare const MODELS: {
|
|
|
5010
5071
|
contextWindow: number;
|
|
5011
5072
|
maxTokens: number;
|
|
5012
5073
|
};
|
|
5013
|
-
readonly "gemini-3.
|
|
5074
|
+
readonly "gemini-3.5-flash": {
|
|
5014
5075
|
id: string;
|
|
5015
5076
|
name: string;
|
|
5016
5077
|
api: "openai-completions";
|
|
@@ -5038,7 +5099,7 @@ export declare const MODELS: {
|
|
|
5038
5099
|
contextWindow: number;
|
|
5039
5100
|
maxTokens: number;
|
|
5040
5101
|
};
|
|
5041
|
-
readonly "gemini-3.
|
|
5102
|
+
readonly "gemini-3.6-flash": {
|
|
5042
5103
|
id: string;
|
|
5043
5104
|
name: string;
|
|
5044
5105
|
api: "openai-completions";
|
|
@@ -5066,7 +5127,7 @@ export declare const MODELS: {
|
|
|
5066
5127
|
contextWindow: number;
|
|
5067
5128
|
maxTokens: number;
|
|
5068
5129
|
};
|
|
5069
|
-
readonly "gemini-3.
|
|
5130
|
+
readonly "gemini-3.7-flash": {
|
|
5070
5131
|
id: string;
|
|
5071
5132
|
name: string;
|
|
5072
5133
|
api: "openai-completions";
|
|
@@ -5094,7 +5155,7 @@ export declare const MODELS: {
|
|
|
5094
5155
|
contextWindow: number;
|
|
5095
5156
|
maxTokens: number;
|
|
5096
5157
|
};
|
|
5097
|
-
readonly "gemini-3.
|
|
5158
|
+
readonly "gemini-3.8-flash": {
|
|
5098
5159
|
id: string;
|
|
5099
5160
|
name: string;
|
|
5100
5161
|
api: "openai-completions";
|
|
@@ -5122,10 +5183,10 @@ export declare const MODELS: {
|
|
|
5122
5183
|
contextWindow: number;
|
|
5123
5184
|
maxTokens: number;
|
|
5124
5185
|
};
|
|
5125
|
-
readonly "gpt-
|
|
5186
|
+
readonly "gpt-5-mini": {
|
|
5126
5187
|
id: string;
|
|
5127
5188
|
name: string;
|
|
5128
|
-
api: "openai-
|
|
5189
|
+
api: "openai-responses";
|
|
5129
5190
|
provider: string;
|
|
5130
5191
|
baseUrl: string;
|
|
5131
5192
|
headers: {
|
|
@@ -5134,12 +5195,11 @@ export declare const MODELS: {
|
|
|
5134
5195
|
"Editor-Plugin-Version": string;
|
|
5135
5196
|
"Copilot-Integration-Id": string;
|
|
5136
5197
|
};
|
|
5137
|
-
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
|
|
5198
|
+
reasoning: true;
|
|
5199
|
+
thinkingLevelMap: {
|
|
5200
|
+
off: null;
|
|
5201
|
+
minimal: string;
|
|
5141
5202
|
};
|
|
5142
|
-
reasoning: false;
|
|
5143
5203
|
input: ("image" | "text")[];
|
|
5144
5204
|
cost: {
|
|
5145
5205
|
input: number;
|
|
@@ -5150,7 +5210,7 @@ export declare const MODELS: {
|
|
|
5150
5210
|
contextWindow: number;
|
|
5151
5211
|
maxTokens: number;
|
|
5152
5212
|
};
|
|
5153
|
-
readonly "gpt-5-
|
|
5213
|
+
readonly "gpt-5.3-codex": {
|
|
5154
5214
|
id: string;
|
|
5155
5215
|
name: string;
|
|
5156
5216
|
api: "openai-responses";
|
|
@@ -5166,6 +5226,7 @@ export declare const MODELS: {
|
|
|
5166
5226
|
thinkingLevelMap: {
|
|
5167
5227
|
off: null;
|
|
5168
5228
|
minimal: string;
|
|
5229
|
+
xhigh: string;
|
|
5169
5230
|
};
|
|
5170
5231
|
input: ("image" | "text")[];
|
|
5171
5232
|
cost: {
|
|
@@ -5177,7 +5238,7 @@ export declare const MODELS: {
|
|
|
5177
5238
|
contextWindow: number;
|
|
5178
5239
|
maxTokens: number;
|
|
5179
5240
|
};
|
|
5180
|
-
readonly "gpt-5.
|
|
5241
|
+
readonly "gpt-5.4": {
|
|
5181
5242
|
id: string;
|
|
5182
5243
|
name: string;
|
|
5183
5244
|
api: "openai-responses";
|
|
@@ -5205,7 +5266,7 @@ export declare const MODELS: {
|
|
|
5205
5266
|
contextWindow: number;
|
|
5206
5267
|
maxTokens: number;
|
|
5207
5268
|
};
|
|
5208
|
-
readonly "gpt-5.
|
|
5269
|
+
readonly "gpt-5.4-mini": {
|
|
5209
5270
|
id: string;
|
|
5210
5271
|
name: string;
|
|
5211
5272
|
api: "openai-responses";
|
|
@@ -5233,7 +5294,7 @@ export declare const MODELS: {
|
|
|
5233
5294
|
contextWindow: number;
|
|
5234
5295
|
maxTokens: number;
|
|
5235
5296
|
};
|
|
5236
|
-
readonly "gpt-5.
|
|
5297
|
+
readonly "gpt-5.4-nano": {
|
|
5237
5298
|
id: string;
|
|
5238
5299
|
name: string;
|
|
5239
5300
|
api: "openai-responses";
|
|
@@ -5261,7 +5322,7 @@ export declare const MODELS: {
|
|
|
5261
5322
|
contextWindow: number;
|
|
5262
5323
|
maxTokens: number;
|
|
5263
5324
|
};
|
|
5264
|
-
readonly "gpt-5.
|
|
5325
|
+
readonly "gpt-5.5": {
|
|
5265
5326
|
id: string;
|
|
5266
5327
|
name: string;
|
|
5267
5328
|
api: "openai-responses";
|
|
@@ -5289,7 +5350,7 @@ export declare const MODELS: {
|
|
|
5289
5350
|
contextWindow: number;
|
|
5290
5351
|
maxTokens: number;
|
|
5291
5352
|
};
|
|
5292
|
-
readonly "gpt-5.
|
|
5353
|
+
readonly "gpt-5.6-luna": {
|
|
5293
5354
|
id: string;
|
|
5294
5355
|
name: string;
|
|
5295
5356
|
api: "openai-responses";
|
|
@@ -5317,7 +5378,7 @@ export declare const MODELS: {
|
|
|
5317
5378
|
contextWindow: number;
|
|
5318
5379
|
maxTokens: number;
|
|
5319
5380
|
};
|
|
5320
|
-
readonly "gpt-5.
|
|
5381
|
+
readonly "gpt-5.6-sol": {
|
|
5321
5382
|
id: string;
|
|
5322
5383
|
name: string;
|
|
5323
5384
|
api: "openai-responses";
|
|
@@ -5345,7 +5406,7 @@ export declare const MODELS: {
|
|
|
5345
5406
|
contextWindow: number;
|
|
5346
5407
|
maxTokens: number;
|
|
5347
5408
|
};
|
|
5348
|
-
readonly "gpt-5.
|
|
5409
|
+
readonly "gpt-5.6-terra": {
|
|
5349
5410
|
id: string;
|
|
5350
5411
|
name: string;
|
|
5351
5412
|
api: "openai-responses";
|
|
@@ -5373,10 +5434,10 @@ export declare const MODELS: {
|
|
|
5373
5434
|
contextWindow: number;
|
|
5374
5435
|
maxTokens: number;
|
|
5375
5436
|
};
|
|
5376
|
-
readonly "gpt-
|
|
5437
|
+
readonly "gpt-6-astra": {
|
|
5377
5438
|
id: string;
|
|
5378
5439
|
name: string;
|
|
5379
|
-
api: "openai-
|
|
5440
|
+
api: "openai-completions";
|
|
5380
5441
|
provider: string;
|
|
5381
5442
|
baseUrl: string;
|
|
5382
5443
|
headers: {
|
|
@@ -5385,68 +5446,12 @@ export declare const MODELS: {
|
|
|
5385
5446
|
"Editor-Plugin-Version": string;
|
|
5386
5447
|
"Copilot-Integration-Id": string;
|
|
5387
5448
|
};
|
|
5388
|
-
|
|
5389
|
-
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
xhigh: string;
|
|
5393
|
-
};
|
|
5394
|
-
input: ("image" | "text")[];
|
|
5395
|
-
cost: {
|
|
5396
|
-
input: number;
|
|
5397
|
-
output: number;
|
|
5398
|
-
cacheRead: number;
|
|
5399
|
-
cacheWrite: number;
|
|
5400
|
-
};
|
|
5401
|
-
contextWindow: number;
|
|
5402
|
-
maxTokens: number;
|
|
5403
|
-
};
|
|
5404
|
-
readonly "gpt-5.6-sol": {
|
|
5405
|
-
id: string;
|
|
5406
|
-
name: string;
|
|
5407
|
-
api: "openai-responses";
|
|
5408
|
-
provider: string;
|
|
5409
|
-
baseUrl: string;
|
|
5410
|
-
headers: {
|
|
5411
|
-
"User-Agent": string;
|
|
5412
|
-
"Editor-Version": string;
|
|
5413
|
-
"Editor-Plugin-Version": string;
|
|
5414
|
-
"Copilot-Integration-Id": string;
|
|
5415
|
-
};
|
|
5416
|
-
reasoning: true;
|
|
5417
|
-
thinkingLevelMap: {
|
|
5418
|
-
off: null;
|
|
5419
|
-
minimal: string;
|
|
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
|
+
compat: {
|
|
5450
|
+
supportsStore: false;
|
|
5451
|
+
supportsDeveloperRole: false;
|
|
5452
|
+
supportsReasoningEffort: false;
|
|
5449
5453
|
};
|
|
5454
|
+
reasoning: true;
|
|
5450
5455
|
input: ("image" | "text")[];
|
|
5451
5456
|
cost: {
|
|
5452
5457
|
input: number;
|
|
@@ -5957,6 +5962,26 @@ export declare const MODELS: {
|
|
|
5957
5962
|
contextWindow: number;
|
|
5958
5963
|
maxTokens: number;
|
|
5959
5964
|
};
|
|
5965
|
+
readonly "gemini-3.8-flash": {
|
|
5966
|
+
id: string;
|
|
5967
|
+
name: string;
|
|
5968
|
+
api: "google-generative-ai";
|
|
5969
|
+
provider: string;
|
|
5970
|
+
baseUrl: string;
|
|
5971
|
+
reasoning: true;
|
|
5972
|
+
thinkingLevelMap: {
|
|
5973
|
+
off: null;
|
|
5974
|
+
};
|
|
5975
|
+
input: ("image" | "text")[];
|
|
5976
|
+
cost: {
|
|
5977
|
+
input: number;
|
|
5978
|
+
output: number;
|
|
5979
|
+
cacheRead: number;
|
|
5980
|
+
cacheWrite: number;
|
|
5981
|
+
};
|
|
5982
|
+
contextWindow: number;
|
|
5983
|
+
maxTokens: number;
|
|
5984
|
+
};
|
|
5960
5985
|
readonly "gemini-flash-latest": {
|
|
5961
5986
|
id: string;
|
|
5962
5987
|
name: string;
|
|
@@ -7175,6 +7200,26 @@ export declare const MODELS: {
|
|
|
7175
7200
|
contextWindow: number;
|
|
7176
7201
|
maxTokens: number;
|
|
7177
7202
|
};
|
|
7203
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash-Vision-Exp": {
|
|
7204
|
+
id: string;
|
|
7205
|
+
name: string;
|
|
7206
|
+
api: "openai-completions";
|
|
7207
|
+
provider: string;
|
|
7208
|
+
baseUrl: string;
|
|
7209
|
+
compat: {
|
|
7210
|
+
supportsDeveloperRole: false;
|
|
7211
|
+
};
|
|
7212
|
+
reasoning: true;
|
|
7213
|
+
input: ("image" | "text")[];
|
|
7214
|
+
cost: {
|
|
7215
|
+
input: number;
|
|
7216
|
+
output: number;
|
|
7217
|
+
cacheRead: number;
|
|
7218
|
+
cacheWrite: number;
|
|
7219
|
+
};
|
|
7220
|
+
contextWindow: number;
|
|
7221
|
+
maxTokens: number;
|
|
7222
|
+
};
|
|
7178
7223
|
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
7179
7224
|
id: string;
|
|
7180
7225
|
name: string;
|
|
@@ -8517,150 +8562,6 @@ export declare const MODELS: {
|
|
|
8517
8562
|
};
|
|
8518
8563
|
};
|
|
8519
8564
|
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
8565
|
readonly "kimi-k2.6": {
|
|
8665
8566
|
id: string;
|
|
8666
8567
|
name: string;
|
|
@@ -8733,153 +8634,7 @@ export declare const MODELS: {
|
|
|
8733
8634
|
contextWindow: number;
|
|
8734
8635
|
maxTokens: number;
|
|
8735
8636
|
};
|
|
8736
|
-
readonly "kimi-k3": {
|
|
8737
|
-
id: string;
|
|
8738
|
-
name: string;
|
|
8739
|
-
api: "openai-completions";
|
|
8740
|
-
provider: string;
|
|
8741
|
-
baseUrl: string;
|
|
8742
|
-
compat: {
|
|
8743
|
-
supportsStore: false;
|
|
8744
|
-
supportsDeveloperRole: false;
|
|
8745
|
-
supportsReasoningEffort: false;
|
|
8746
|
-
maxTokensField: "max_tokens";
|
|
8747
|
-
supportsStrictMode: false;
|
|
8748
|
-
};
|
|
8749
|
-
reasoning: true;
|
|
8750
|
-
input: ("image" | "text")[];
|
|
8751
|
-
cost: {
|
|
8752
|
-
input: number;
|
|
8753
|
-
output: number;
|
|
8754
|
-
cacheRead: number;
|
|
8755
|
-
cacheWrite: number;
|
|
8756
|
-
};
|
|
8757
|
-
contextWindow: number;
|
|
8758
|
-
maxTokens: number;
|
|
8759
|
-
};
|
|
8760
|
-
};
|
|
8761
|
-
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": {
|
|
8637
|
+
readonly "kimi-k3": {
|
|
8883
8638
|
id: string;
|
|
8884
8639
|
name: string;
|
|
8885
8640
|
api: "openai-completions";
|
|
@@ -8903,6 +8658,8 @@ export declare const MODELS: {
|
|
|
8903
8658
|
contextWindow: number;
|
|
8904
8659
|
maxTokens: number;
|
|
8905
8660
|
};
|
|
8661
|
+
};
|
|
8662
|
+
readonly "moonshotai-cn": {
|
|
8906
8663
|
readonly "kimi-k2.6": {
|
|
8907
8664
|
id: string;
|
|
8908
8665
|
name: string;
|
|
@@ -9674,6 +9431,23 @@ export declare const MODELS: {
|
|
|
9674
9431
|
contextWindow: number;
|
|
9675
9432
|
maxTokens: number;
|
|
9676
9433
|
};
|
|
9434
|
+
readonly "gpt-6-astra": {
|
|
9435
|
+
id: string;
|
|
9436
|
+
name: string;
|
|
9437
|
+
api: "openai-responses";
|
|
9438
|
+
provider: string;
|
|
9439
|
+
baseUrl: string;
|
|
9440
|
+
reasoning: true;
|
|
9441
|
+
input: ("image" | "text")[];
|
|
9442
|
+
cost: {
|
|
9443
|
+
input: number;
|
|
9444
|
+
output: number;
|
|
9445
|
+
cacheRead: number;
|
|
9446
|
+
cacheWrite: number;
|
|
9447
|
+
};
|
|
9448
|
+
contextWindow: number;
|
|
9449
|
+
maxTokens: number;
|
|
9450
|
+
};
|
|
9677
9451
|
readonly "gpt-realtime-2.1": {
|
|
9678
9452
|
id: string;
|
|
9679
9453
|
name: string;
|
|
@@ -10276,6 +10050,34 @@ export declare const MODELS: {
|
|
|
10276
10050
|
contextWindow: number;
|
|
10277
10051
|
maxTokens: number;
|
|
10278
10052
|
};
|
|
10053
|
+
readonly "deepseek-v4-flash-vision-exp": {
|
|
10054
|
+
id: string;
|
|
10055
|
+
name: string;
|
|
10056
|
+
api: "openai-completions";
|
|
10057
|
+
provider: string;
|
|
10058
|
+
baseUrl: string;
|
|
10059
|
+
compat: {
|
|
10060
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
10061
|
+
thinkingFormat: "deepseek";
|
|
10062
|
+
};
|
|
10063
|
+
reasoning: true;
|
|
10064
|
+
thinkingLevelMap: {
|
|
10065
|
+
minimal: null;
|
|
10066
|
+
low: null;
|
|
10067
|
+
medium: null;
|
|
10068
|
+
high: string;
|
|
10069
|
+
xhigh: string;
|
|
10070
|
+
};
|
|
10071
|
+
input: ("image" | "text")[];
|
|
10072
|
+
cost: {
|
|
10073
|
+
input: number;
|
|
10074
|
+
output: number;
|
|
10075
|
+
cacheRead: number;
|
|
10076
|
+
cacheWrite: number;
|
|
10077
|
+
};
|
|
10078
|
+
contextWindow: number;
|
|
10079
|
+
maxTokens: number;
|
|
10080
|
+
};
|
|
10279
10081
|
readonly "deepseek-v4-pro": {
|
|
10280
10082
|
id: string;
|
|
10281
10083
|
name: string;
|
|
@@ -10428,6 +10230,26 @@ export declare const MODELS: {
|
|
|
10428
10230
|
contextWindow: number;
|
|
10429
10231
|
maxTokens: number;
|
|
10430
10232
|
};
|
|
10233
|
+
readonly "gemini-3.8-flash": {
|
|
10234
|
+
id: string;
|
|
10235
|
+
name: string;
|
|
10236
|
+
api: "google-generative-ai";
|
|
10237
|
+
provider: string;
|
|
10238
|
+
baseUrl: string;
|
|
10239
|
+
reasoning: true;
|
|
10240
|
+
thinkingLevelMap: {
|
|
10241
|
+
off: null;
|
|
10242
|
+
};
|
|
10243
|
+
input: ("image" | "text")[];
|
|
10244
|
+
cost: {
|
|
10245
|
+
input: number;
|
|
10246
|
+
output: number;
|
|
10247
|
+
cacheRead: number;
|
|
10248
|
+
cacheWrite: number;
|
|
10249
|
+
};
|
|
10250
|
+
contextWindow: number;
|
|
10251
|
+
maxTokens: number;
|
|
10252
|
+
};
|
|
10431
10253
|
readonly "glm-5": {
|
|
10432
10254
|
id: string;
|
|
10433
10255
|
name: string;
|
|
@@ -10479,6 +10301,40 @@ export declare const MODELS: {
|
|
|
10479
10301
|
contextWindow: number;
|
|
10480
10302
|
maxTokens: number;
|
|
10481
10303
|
};
|
|
10304
|
+
readonly "glm-5.3": {
|
|
10305
|
+
id: string;
|
|
10306
|
+
name: string;
|
|
10307
|
+
api: "openai-completions";
|
|
10308
|
+
provider: string;
|
|
10309
|
+
baseUrl: string;
|
|
10310
|
+
reasoning: true;
|
|
10311
|
+
input: "text"[];
|
|
10312
|
+
cost: {
|
|
10313
|
+
input: number;
|
|
10314
|
+
output: number;
|
|
10315
|
+
cacheRead: number;
|
|
10316
|
+
cacheWrite: number;
|
|
10317
|
+
};
|
|
10318
|
+
contextWindow: number;
|
|
10319
|
+
maxTokens: number;
|
|
10320
|
+
};
|
|
10321
|
+
readonly "glm-5.3-flash": {
|
|
10322
|
+
id: string;
|
|
10323
|
+
name: string;
|
|
10324
|
+
api: "openai-completions";
|
|
10325
|
+
provider: string;
|
|
10326
|
+
baseUrl: string;
|
|
10327
|
+
reasoning: true;
|
|
10328
|
+
input: ("image" | "text")[];
|
|
10329
|
+
cost: {
|
|
10330
|
+
input: number;
|
|
10331
|
+
output: number;
|
|
10332
|
+
cacheRead: number;
|
|
10333
|
+
cacheWrite: number;
|
|
10334
|
+
};
|
|
10335
|
+
contextWindow: number;
|
|
10336
|
+
maxTokens: number;
|
|
10337
|
+
};
|
|
10482
10338
|
readonly "gpt-5": {
|
|
10483
10339
|
id: string;
|
|
10484
10340
|
name: string;
|
|
@@ -10873,6 +10729,23 @@ export declare const MODELS: {
|
|
|
10873
10729
|
contextWindow: number;
|
|
10874
10730
|
maxTokens: number;
|
|
10875
10731
|
};
|
|
10732
|
+
readonly "gpt-6-astra": {
|
|
10733
|
+
id: string;
|
|
10734
|
+
name: string;
|
|
10735
|
+
api: "openai-responses";
|
|
10736
|
+
provider: string;
|
|
10737
|
+
baseUrl: string;
|
|
10738
|
+
reasoning: true;
|
|
10739
|
+
input: ("image" | "text")[];
|
|
10740
|
+
cost: {
|
|
10741
|
+
input: number;
|
|
10742
|
+
output: number;
|
|
10743
|
+
cacheRead: number;
|
|
10744
|
+
cacheWrite: number;
|
|
10745
|
+
};
|
|
10746
|
+
contextWindow: number;
|
|
10747
|
+
maxTokens: number;
|
|
10748
|
+
};
|
|
10876
10749
|
readonly "grok-4.5": {
|
|
10877
10750
|
id: string;
|
|
10878
10751
|
name: string;
|
|
@@ -11124,6 +10997,40 @@ export declare const MODELS: {
|
|
|
11124
10997
|
contextWindow: number;
|
|
11125
10998
|
maxTokens: number;
|
|
11126
10999
|
};
|
|
11000
|
+
readonly "muse-spark-1.3": {
|
|
11001
|
+
id: string;
|
|
11002
|
+
name: string;
|
|
11003
|
+
api: "openai-responses";
|
|
11004
|
+
provider: string;
|
|
11005
|
+
baseUrl: string;
|
|
11006
|
+
reasoning: true;
|
|
11007
|
+
input: ("image" | "text")[];
|
|
11008
|
+
cost: {
|
|
11009
|
+
input: number;
|
|
11010
|
+
output: number;
|
|
11011
|
+
cacheRead: number;
|
|
11012
|
+
cacheWrite: number;
|
|
11013
|
+
};
|
|
11014
|
+
contextWindow: number;
|
|
11015
|
+
maxTokens: number;
|
|
11016
|
+
};
|
|
11017
|
+
readonly "muse-spark-1.3-contributor-free": {
|
|
11018
|
+
id: string;
|
|
11019
|
+
name: string;
|
|
11020
|
+
api: "openai-responses";
|
|
11021
|
+
provider: string;
|
|
11022
|
+
baseUrl: string;
|
|
11023
|
+
reasoning: true;
|
|
11024
|
+
input: ("image" | "text")[];
|
|
11025
|
+
cost: {
|
|
11026
|
+
input: number;
|
|
11027
|
+
output: number;
|
|
11028
|
+
cacheRead: number;
|
|
11029
|
+
cacheWrite: number;
|
|
11030
|
+
};
|
|
11031
|
+
contextWindow: number;
|
|
11032
|
+
maxTokens: number;
|
|
11033
|
+
};
|
|
11127
11034
|
readonly "nemotron-3-ultra-free": {
|
|
11128
11035
|
id: string;
|
|
11129
11036
|
name: string;
|
|
@@ -11580,6 +11487,40 @@ export declare const MODELS: {
|
|
|
11580
11487
|
contextWindow: number;
|
|
11581
11488
|
maxTokens: number;
|
|
11582
11489
|
};
|
|
11490
|
+
readonly "muse-spark-1.3-contributor": {
|
|
11491
|
+
id: string;
|
|
11492
|
+
name: string;
|
|
11493
|
+
api: "openai-responses";
|
|
11494
|
+
provider: string;
|
|
11495
|
+
baseUrl: string;
|
|
11496
|
+
reasoning: true;
|
|
11497
|
+
input: ("image" | "text")[];
|
|
11498
|
+
cost: {
|
|
11499
|
+
input: number;
|
|
11500
|
+
output: number;
|
|
11501
|
+
cacheRead: number;
|
|
11502
|
+
cacheWrite: number;
|
|
11503
|
+
};
|
|
11504
|
+
contextWindow: number;
|
|
11505
|
+
maxTokens: number;
|
|
11506
|
+
};
|
|
11507
|
+
readonly "omen-alpha": {
|
|
11508
|
+
id: string;
|
|
11509
|
+
name: string;
|
|
11510
|
+
api: "openai-completions";
|
|
11511
|
+
provider: string;
|
|
11512
|
+
baseUrl: string;
|
|
11513
|
+
reasoning: true;
|
|
11514
|
+
input: ("image" | "text")[];
|
|
11515
|
+
cost: {
|
|
11516
|
+
input: number;
|
|
11517
|
+
output: number;
|
|
11518
|
+
cacheRead: number;
|
|
11519
|
+
cacheWrite: number;
|
|
11520
|
+
};
|
|
11521
|
+
contextWindow: number;
|
|
11522
|
+
maxTokens: number;
|
|
11523
|
+
};
|
|
11583
11524
|
readonly "qwen3.6-plus": {
|
|
11584
11525
|
id: string;
|
|
11585
11526
|
name: string;
|
|
@@ -13231,6 +13172,40 @@ export declare const MODELS: {
|
|
|
13231
13172
|
contextWindow: number;
|
|
13232
13173
|
maxTokens: number;
|
|
13233
13174
|
};
|
|
13175
|
+
readonly "google/gemini-3.8-flash": {
|
|
13176
|
+
id: string;
|
|
13177
|
+
name: string;
|
|
13178
|
+
api: "openai-completions";
|
|
13179
|
+
provider: string;
|
|
13180
|
+
baseUrl: string;
|
|
13181
|
+
reasoning: true;
|
|
13182
|
+
input: ("image" | "text")[];
|
|
13183
|
+
cost: {
|
|
13184
|
+
input: number;
|
|
13185
|
+
output: number;
|
|
13186
|
+
cacheRead: number;
|
|
13187
|
+
cacheWrite: number;
|
|
13188
|
+
};
|
|
13189
|
+
contextWindow: number;
|
|
13190
|
+
maxTokens: number;
|
|
13191
|
+
};
|
|
13192
|
+
readonly "google/gemini-3.8-flash:batch": {
|
|
13193
|
+
id: string;
|
|
13194
|
+
name: string;
|
|
13195
|
+
api: "openai-completions";
|
|
13196
|
+
provider: string;
|
|
13197
|
+
baseUrl: string;
|
|
13198
|
+
reasoning: true;
|
|
13199
|
+
input: ("image" | "text")[];
|
|
13200
|
+
cost: {
|
|
13201
|
+
input: number;
|
|
13202
|
+
output: number;
|
|
13203
|
+
cacheRead: number;
|
|
13204
|
+
cacheWrite: number;
|
|
13205
|
+
};
|
|
13206
|
+
contextWindow: number;
|
|
13207
|
+
maxTokens: number;
|
|
13208
|
+
};
|
|
13234
13209
|
readonly "google/gemma-3-12b-it": {
|
|
13235
13210
|
id: string;
|
|
13236
13211
|
name: string;
|
|
@@ -13350,13 +13325,13 @@ export declare const MODELS: {
|
|
|
13350
13325
|
contextWindow: number;
|
|
13351
13326
|
maxTokens: number;
|
|
13352
13327
|
};
|
|
13353
|
-
readonly "ibm-granite/granite-4.
|
|
13328
|
+
readonly "ibm-granite/granite-4.2-8b": {
|
|
13354
13329
|
id: string;
|
|
13355
13330
|
name: string;
|
|
13356
13331
|
api: "openai-completions";
|
|
13357
13332
|
provider: string;
|
|
13358
13333
|
baseUrl: string;
|
|
13359
|
-
reasoning:
|
|
13334
|
+
reasoning: true;
|
|
13360
13335
|
input: "text"[];
|
|
13361
13336
|
cost: {
|
|
13362
13337
|
input: number;
|
|
@@ -13367,13 +13342,16 @@ export declare const MODELS: {
|
|
|
13367
13342
|
contextWindow: number;
|
|
13368
13343
|
maxTokens: number;
|
|
13369
13344
|
};
|
|
13370
|
-
readonly "
|
|
13345
|
+
readonly "inception/mercury-2": {
|
|
13371
13346
|
id: string;
|
|
13372
13347
|
name: string;
|
|
13373
13348
|
api: "openai-completions";
|
|
13374
13349
|
provider: string;
|
|
13375
13350
|
baseUrl: string;
|
|
13376
13351
|
reasoning: true;
|
|
13352
|
+
thinkingLevelMap: {
|
|
13353
|
+
off: null;
|
|
13354
|
+
};
|
|
13377
13355
|
input: "text"[];
|
|
13378
13356
|
cost: {
|
|
13379
13357
|
input: number;
|
|
@@ -13384,7 +13362,7 @@ export declare const MODELS: {
|
|
|
13384
13362
|
contextWindow: number;
|
|
13385
13363
|
maxTokens: number;
|
|
13386
13364
|
};
|
|
13387
|
-
readonly "inception/mercury-2": {
|
|
13365
|
+
readonly "inception/mercury-2.5-preview": {
|
|
13388
13366
|
id: string;
|
|
13389
13367
|
name: string;
|
|
13390
13368
|
api: "openai-completions";
|
|
@@ -13404,16 +13382,13 @@ export declare const MODELS: {
|
|
|
13404
13382
|
contextWindow: number;
|
|
13405
13383
|
maxTokens: number;
|
|
13406
13384
|
};
|
|
13407
|
-
readonly "
|
|
13385
|
+
readonly "inclusionai/ling-3.0-flash": {
|
|
13408
13386
|
id: string;
|
|
13409
13387
|
name: string;
|
|
13410
13388
|
api: "openai-completions";
|
|
13411
13389
|
provider: string;
|
|
13412
13390
|
baseUrl: string;
|
|
13413
13391
|
reasoning: true;
|
|
13414
|
-
thinkingLevelMap: {
|
|
13415
|
-
off: null;
|
|
13416
|
-
};
|
|
13417
13392
|
input: "text"[];
|
|
13418
13393
|
cost: {
|
|
13419
13394
|
input: number;
|
|
@@ -13424,7 +13399,7 @@ export declare const MODELS: {
|
|
|
13424
13399
|
contextWindow: number;
|
|
13425
13400
|
maxTokens: number;
|
|
13426
13401
|
};
|
|
13427
|
-
readonly "inclusionai/ling-3.0-flash": {
|
|
13402
|
+
readonly "inclusionai/ling-3.0-flash-fin": {
|
|
13428
13403
|
id: string;
|
|
13429
13404
|
name: string;
|
|
13430
13405
|
api: "openai-completions";
|
|
@@ -13458,6 +13433,23 @@ export declare const MODELS: {
|
|
|
13458
13433
|
contextWindow: number;
|
|
13459
13434
|
maxTokens: number;
|
|
13460
13435
|
};
|
|
13436
|
+
readonly "inclusionai/ling-3.0-flash-sante:free": {
|
|
13437
|
+
id: string;
|
|
13438
|
+
name: string;
|
|
13439
|
+
api: "openai-completions";
|
|
13440
|
+
provider: string;
|
|
13441
|
+
baseUrl: string;
|
|
13442
|
+
reasoning: true;
|
|
13443
|
+
input: "text"[];
|
|
13444
|
+
cost: {
|
|
13445
|
+
input: number;
|
|
13446
|
+
output: number;
|
|
13447
|
+
cacheRead: number;
|
|
13448
|
+
cacheWrite: number;
|
|
13449
|
+
};
|
|
13450
|
+
contextWindow: number;
|
|
13451
|
+
maxTokens: number;
|
|
13452
|
+
};
|
|
13461
13453
|
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
13462
13454
|
id: string;
|
|
13463
13455
|
name: string;
|
|
@@ -13696,14 +13688,14 @@ export declare const MODELS: {
|
|
|
13696
13688
|
contextWindow: number;
|
|
13697
13689
|
maxTokens: number;
|
|
13698
13690
|
};
|
|
13699
|
-
readonly "
|
|
13691
|
+
readonly "meta/muse-spark-1.3": {
|
|
13700
13692
|
id: string;
|
|
13701
13693
|
name: string;
|
|
13702
13694
|
api: "openai-completions";
|
|
13703
13695
|
provider: string;
|
|
13704
13696
|
baseUrl: string;
|
|
13705
13697
|
reasoning: true;
|
|
13706
|
-
input: "text"[];
|
|
13698
|
+
input: ("image" | "text")[];
|
|
13707
13699
|
cost: {
|
|
13708
13700
|
input: number;
|
|
13709
13701
|
output: number;
|
|
@@ -13713,14 +13705,14 @@ export declare const MODELS: {
|
|
|
13713
13705
|
contextWindow: number;
|
|
13714
13706
|
maxTokens: number;
|
|
13715
13707
|
};
|
|
13716
|
-
readonly "
|
|
13708
|
+
readonly "meta/muse-spark-1.3-contributor": {
|
|
13717
13709
|
id: string;
|
|
13718
13710
|
name: string;
|
|
13719
13711
|
api: "openai-completions";
|
|
13720
13712
|
provider: string;
|
|
13721
13713
|
baseUrl: string;
|
|
13722
13714
|
reasoning: true;
|
|
13723
|
-
input: "text"[];
|
|
13715
|
+
input: ("image" | "text")[];
|
|
13724
13716
|
cost: {
|
|
13725
13717
|
input: number;
|
|
13726
13718
|
output: number;
|
|
@@ -13730,7 +13722,7 @@ export declare const MODELS: {
|
|
|
13730
13722
|
contextWindow: number;
|
|
13731
13723
|
maxTokens: number;
|
|
13732
13724
|
};
|
|
13733
|
-
readonly "minimax/minimax-
|
|
13725
|
+
readonly "minimax/minimax-m1": {
|
|
13734
13726
|
id: string;
|
|
13735
13727
|
name: string;
|
|
13736
13728
|
api: "openai-completions";
|
|
@@ -13747,7 +13739,7 @@ export declare const MODELS: {
|
|
|
13747
13739
|
contextWindow: number;
|
|
13748
13740
|
maxTokens: number;
|
|
13749
13741
|
};
|
|
13750
|
-
readonly "minimax/minimax-m2
|
|
13742
|
+
readonly "minimax/minimax-m2": {
|
|
13751
13743
|
id: string;
|
|
13752
13744
|
name: string;
|
|
13753
13745
|
api: "openai-completions";
|
|
@@ -13764,7 +13756,7 @@ export declare const MODELS: {
|
|
|
13764
13756
|
contextWindow: number;
|
|
13765
13757
|
maxTokens: number;
|
|
13766
13758
|
};
|
|
13767
|
-
readonly "minimax/minimax-m2.
|
|
13759
|
+
readonly "minimax/minimax-m2.1": {
|
|
13768
13760
|
id: string;
|
|
13769
13761
|
name: string;
|
|
13770
13762
|
api: "openai-completions";
|
|
@@ -13781,7 +13773,7 @@ export declare const MODELS: {
|
|
|
13781
13773
|
contextWindow: number;
|
|
13782
13774
|
maxTokens: number;
|
|
13783
13775
|
};
|
|
13784
|
-
readonly "minimax/minimax-m2.
|
|
13776
|
+
readonly "minimax/minimax-m2.5": {
|
|
13785
13777
|
id: string;
|
|
13786
13778
|
name: string;
|
|
13787
13779
|
api: "openai-completions";
|
|
@@ -13798,14 +13790,14 @@ export declare const MODELS: {
|
|
|
13798
13790
|
contextWindow: number;
|
|
13799
13791
|
maxTokens: number;
|
|
13800
13792
|
};
|
|
13801
|
-
readonly "minimax/minimax-
|
|
13793
|
+
readonly "minimax/minimax-m2.7": {
|
|
13802
13794
|
id: string;
|
|
13803
13795
|
name: string;
|
|
13804
13796
|
api: "openai-completions";
|
|
13805
13797
|
provider: string;
|
|
13806
13798
|
baseUrl: string;
|
|
13807
13799
|
reasoning: true;
|
|
13808
|
-
input:
|
|
13800
|
+
input: "text"[];
|
|
13809
13801
|
cost: {
|
|
13810
13802
|
input: number;
|
|
13811
13803
|
output: number;
|
|
@@ -13815,7 +13807,7 @@ export declare const MODELS: {
|
|
|
13815
13807
|
contextWindow: number;
|
|
13816
13808
|
maxTokens: number;
|
|
13817
13809
|
};
|
|
13818
|
-
readonly "minimax/minimax-m3
|
|
13810
|
+
readonly "minimax/minimax-m3": {
|
|
13819
13811
|
id: string;
|
|
13820
13812
|
name: string;
|
|
13821
13813
|
api: "openai-completions";
|
|
@@ -13832,7 +13824,7 @@ export declare const MODELS: {
|
|
|
13832
13824
|
contextWindow: number;
|
|
13833
13825
|
maxTokens: number;
|
|
13834
13826
|
};
|
|
13835
|
-
readonly "minimax/minimax-m3:
|
|
13827
|
+
readonly "minimax/minimax-m3:batch": {
|
|
13836
13828
|
id: string;
|
|
13837
13829
|
name: string;
|
|
13838
13830
|
api: "openai-completions";
|
|
@@ -14413,23 +14405,6 @@ export declare const MODELS: {
|
|
|
14413
14405
|
contextWindow: number;
|
|
14414
14406
|
maxTokens: number;
|
|
14415
14407
|
};
|
|
14416
|
-
readonly "nvidia/nemotron-3-ultra-550b-a55b:batch": {
|
|
14417
|
-
id: string;
|
|
14418
|
-
name: string;
|
|
14419
|
-
api: "openai-completions";
|
|
14420
|
-
provider: string;
|
|
14421
|
-
baseUrl: string;
|
|
14422
|
-
reasoning: true;
|
|
14423
|
-
input: "text"[];
|
|
14424
|
-
cost: {
|
|
14425
|
-
input: number;
|
|
14426
|
-
output: number;
|
|
14427
|
-
cacheRead: number;
|
|
14428
|
-
cacheWrite: number;
|
|
14429
|
-
};
|
|
14430
|
-
contextWindow: number;
|
|
14431
|
-
maxTokens: number;
|
|
14432
|
-
};
|
|
14433
14408
|
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
14434
14409
|
id: string;
|
|
14435
14410
|
name: string;
|
|
@@ -15708,6 +15683,74 @@ export declare const MODELS: {
|
|
|
15708
15683
|
contextWindow: number;
|
|
15709
15684
|
maxTokens: number;
|
|
15710
15685
|
};
|
|
15686
|
+
readonly "openai/gpt-6-astra": {
|
|
15687
|
+
id: string;
|
|
15688
|
+
name: string;
|
|
15689
|
+
api: "openai-completions";
|
|
15690
|
+
provider: string;
|
|
15691
|
+
baseUrl: string;
|
|
15692
|
+
reasoning: true;
|
|
15693
|
+
input: ("image" | "text")[];
|
|
15694
|
+
cost: {
|
|
15695
|
+
input: number;
|
|
15696
|
+
output: number;
|
|
15697
|
+
cacheRead: number;
|
|
15698
|
+
cacheWrite: number;
|
|
15699
|
+
};
|
|
15700
|
+
contextWindow: number;
|
|
15701
|
+
maxTokens: number;
|
|
15702
|
+
};
|
|
15703
|
+
readonly "openai/gpt-6-astra-pro": {
|
|
15704
|
+
id: string;
|
|
15705
|
+
name: string;
|
|
15706
|
+
api: "openai-completions";
|
|
15707
|
+
provider: string;
|
|
15708
|
+
baseUrl: string;
|
|
15709
|
+
reasoning: true;
|
|
15710
|
+
input: ("image" | "text")[];
|
|
15711
|
+
cost: {
|
|
15712
|
+
input: number;
|
|
15713
|
+
output: number;
|
|
15714
|
+
cacheRead: number;
|
|
15715
|
+
cacheWrite: number;
|
|
15716
|
+
};
|
|
15717
|
+
contextWindow: number;
|
|
15718
|
+
maxTokens: number;
|
|
15719
|
+
};
|
|
15720
|
+
readonly "openai/gpt-6-astra-pro:batch": {
|
|
15721
|
+
id: string;
|
|
15722
|
+
name: string;
|
|
15723
|
+
api: "openai-completions";
|
|
15724
|
+
provider: string;
|
|
15725
|
+
baseUrl: string;
|
|
15726
|
+
reasoning: true;
|
|
15727
|
+
input: ("image" | "text")[];
|
|
15728
|
+
cost: {
|
|
15729
|
+
input: number;
|
|
15730
|
+
output: number;
|
|
15731
|
+
cacheRead: number;
|
|
15732
|
+
cacheWrite: number;
|
|
15733
|
+
};
|
|
15734
|
+
contextWindow: number;
|
|
15735
|
+
maxTokens: number;
|
|
15736
|
+
};
|
|
15737
|
+
readonly "openai/gpt-6-astra:batch": {
|
|
15738
|
+
id: string;
|
|
15739
|
+
name: string;
|
|
15740
|
+
api: "openai-completions";
|
|
15741
|
+
provider: string;
|
|
15742
|
+
baseUrl: string;
|
|
15743
|
+
reasoning: true;
|
|
15744
|
+
input: ("image" | "text")[];
|
|
15745
|
+
cost: {
|
|
15746
|
+
input: number;
|
|
15747
|
+
output: number;
|
|
15748
|
+
cacheRead: number;
|
|
15749
|
+
cacheWrite: number;
|
|
15750
|
+
};
|
|
15751
|
+
contextWindow: number;
|
|
15752
|
+
maxTokens: number;
|
|
15753
|
+
};
|
|
15711
15754
|
readonly "openai/gpt-audio": {
|
|
15712
15755
|
id: string;
|
|
15713
15756
|
name: string;
|
|
@@ -16966,7 +17009,7 @@ export declare const MODELS: {
|
|
|
16966
17009
|
contextWindow: number;
|
|
16967
17010
|
maxTokens: number;
|
|
16968
17011
|
};
|
|
16969
|
-
readonly "qwen/qwen3.8-max": {
|
|
17012
|
+
readonly "qwen/qwen3.8-max-0902": {
|
|
16970
17013
|
id: string;
|
|
16971
17014
|
name: string;
|
|
16972
17015
|
api: "openai-completions";
|
|
@@ -17340,6 +17383,23 @@ export declare const MODELS: {
|
|
|
17340
17383
|
contextWindow: number;
|
|
17341
17384
|
maxTokens: number;
|
|
17342
17385
|
};
|
|
17386
|
+
readonly "x-ai/grok-4.3:batch": {
|
|
17387
|
+
id: string;
|
|
17388
|
+
name: string;
|
|
17389
|
+
api: "openai-completions";
|
|
17390
|
+
provider: string;
|
|
17391
|
+
baseUrl: string;
|
|
17392
|
+
reasoning: true;
|
|
17393
|
+
input: ("image" | "text")[];
|
|
17394
|
+
cost: {
|
|
17395
|
+
input: number;
|
|
17396
|
+
output: number;
|
|
17397
|
+
cacheRead: number;
|
|
17398
|
+
cacheWrite: number;
|
|
17399
|
+
};
|
|
17400
|
+
contextWindow: number;
|
|
17401
|
+
maxTokens: number;
|
|
17402
|
+
};
|
|
17343
17403
|
readonly "x-ai/grok-4.5": {
|
|
17344
17404
|
id: string;
|
|
17345
17405
|
name: string;
|
|
@@ -17612,23 +17672,6 @@ export declare const MODELS: {
|
|
|
17612
17672
|
contextWindow: number;
|
|
17613
17673
|
maxTokens: number;
|
|
17614
17674
|
};
|
|
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
17675
|
readonly "z-ai/glm-5.3": {
|
|
17633
17676
|
id: string;
|
|
17634
17677
|
name: string;
|
|
@@ -19864,6 +19907,23 @@ export declare const MODELS: {
|
|
|
19864
19907
|
contextWindow: number;
|
|
19865
19908
|
maxTokens: number;
|
|
19866
19909
|
};
|
|
19910
|
+
readonly "google/gemini-3.8-flash": {
|
|
19911
|
+
id: string;
|
|
19912
|
+
name: string;
|
|
19913
|
+
api: "anthropic-messages";
|
|
19914
|
+
provider: string;
|
|
19915
|
+
baseUrl: string;
|
|
19916
|
+
reasoning: true;
|
|
19917
|
+
input: ("image" | "text")[];
|
|
19918
|
+
cost: {
|
|
19919
|
+
input: number;
|
|
19920
|
+
output: number;
|
|
19921
|
+
cacheRead: number;
|
|
19922
|
+
cacheWrite: number;
|
|
19923
|
+
};
|
|
19924
|
+
contextWindow: number;
|
|
19925
|
+
maxTokens: number;
|
|
19926
|
+
};
|
|
19867
19927
|
readonly "google/gemma-4-26b-a4b-it": {
|
|
19868
19928
|
id: string;
|
|
19869
19929
|
name: string;
|
|
@@ -19983,6 +20043,40 @@ export declare const MODELS: {
|
|
|
19983
20043
|
contextWindow: number;
|
|
19984
20044
|
maxTokens: number;
|
|
19985
20045
|
};
|
|
20046
|
+
readonly "inclusionai/ling-3.0-flash-sante": {
|
|
20047
|
+
id: string;
|
|
20048
|
+
name: string;
|
|
20049
|
+
api: "anthropic-messages";
|
|
20050
|
+
provider: string;
|
|
20051
|
+
baseUrl: string;
|
|
20052
|
+
reasoning: true;
|
|
20053
|
+
input: "text"[];
|
|
20054
|
+
cost: {
|
|
20055
|
+
input: number;
|
|
20056
|
+
output: number;
|
|
20057
|
+
cacheRead: number;
|
|
20058
|
+
cacheWrite: number;
|
|
20059
|
+
};
|
|
20060
|
+
contextWindow: number;
|
|
20061
|
+
maxTokens: number;
|
|
20062
|
+
};
|
|
20063
|
+
readonly "inclusionai/ling-3.0-flash-sante-free": {
|
|
20064
|
+
id: string;
|
|
20065
|
+
name: string;
|
|
20066
|
+
api: "anthropic-messages";
|
|
20067
|
+
provider: string;
|
|
20068
|
+
baseUrl: string;
|
|
20069
|
+
reasoning: true;
|
|
20070
|
+
input: "text"[];
|
|
20071
|
+
cost: {
|
|
20072
|
+
input: number;
|
|
20073
|
+
output: number;
|
|
20074
|
+
cacheRead: number;
|
|
20075
|
+
cacheWrite: number;
|
|
20076
|
+
};
|
|
20077
|
+
contextWindow: number;
|
|
20078
|
+
maxTokens: number;
|
|
20079
|
+
};
|
|
19986
20080
|
readonly "interfaze/interfaze-beta": {
|
|
19987
20081
|
id: string;
|
|
19988
20082
|
name: string;
|
|
@@ -20221,14 +20315,14 @@ export declare const MODELS: {
|
|
|
20221
20315
|
contextWindow: number;
|
|
20222
20316
|
maxTokens: number;
|
|
20223
20317
|
};
|
|
20224
|
-
readonly "
|
|
20318
|
+
readonly "meta/muse-spark-1.3": {
|
|
20225
20319
|
id: string;
|
|
20226
20320
|
name: string;
|
|
20227
20321
|
api: "anthropic-messages";
|
|
20228
20322
|
provider: string;
|
|
20229
20323
|
baseUrl: string;
|
|
20230
20324
|
reasoning: true;
|
|
20231
|
-
input: "text"[];
|
|
20325
|
+
input: ("image" | "text")[];
|
|
20232
20326
|
cost: {
|
|
20233
20327
|
input: number;
|
|
20234
20328
|
output: number;
|
|
@@ -20238,14 +20332,14 @@ export declare const MODELS: {
|
|
|
20238
20332
|
contextWindow: number;
|
|
20239
20333
|
maxTokens: number;
|
|
20240
20334
|
};
|
|
20241
|
-
readonly "
|
|
20335
|
+
readonly "meta/muse-spark-1.3-contributor": {
|
|
20242
20336
|
id: string;
|
|
20243
20337
|
name: string;
|
|
20244
20338
|
api: "anthropic-messages";
|
|
20245
20339
|
provider: string;
|
|
20246
20340
|
baseUrl: string;
|
|
20247
20341
|
reasoning: true;
|
|
20248
|
-
input: "text"[];
|
|
20342
|
+
input: ("image" | "text")[];
|
|
20249
20343
|
cost: {
|
|
20250
20344
|
input: number;
|
|
20251
20345
|
output: number;
|
|
@@ -20255,7 +20349,7 @@ export declare const MODELS: {
|
|
|
20255
20349
|
contextWindow: number;
|
|
20256
20350
|
maxTokens: number;
|
|
20257
20351
|
};
|
|
20258
|
-
readonly "minimax/minimax-m2
|
|
20352
|
+
readonly "minimax/minimax-m2": {
|
|
20259
20353
|
id: string;
|
|
20260
20354
|
name: string;
|
|
20261
20355
|
api: "anthropic-messages";
|
|
@@ -20272,7 +20366,7 @@ export declare const MODELS: {
|
|
|
20272
20366
|
contextWindow: number;
|
|
20273
20367
|
maxTokens: number;
|
|
20274
20368
|
};
|
|
20275
|
-
readonly "minimax/minimax-m2.
|
|
20369
|
+
readonly "minimax/minimax-m2.1": {
|
|
20276
20370
|
id: string;
|
|
20277
20371
|
name: string;
|
|
20278
20372
|
api: "anthropic-messages";
|
|
@@ -20289,7 +20383,7 @@ export declare const MODELS: {
|
|
|
20289
20383
|
contextWindow: number;
|
|
20290
20384
|
maxTokens: number;
|
|
20291
20385
|
};
|
|
20292
|
-
readonly "minimax/minimax-m2.
|
|
20386
|
+
readonly "minimax/minimax-m2.1-lightning": {
|
|
20293
20387
|
id: string;
|
|
20294
20388
|
name: string;
|
|
20295
20389
|
api: "anthropic-messages";
|
|
@@ -20306,7 +20400,7 @@ export declare const MODELS: {
|
|
|
20306
20400
|
contextWindow: number;
|
|
20307
20401
|
maxTokens: number;
|
|
20308
20402
|
};
|
|
20309
|
-
readonly "minimax/minimax-m2.
|
|
20403
|
+
readonly "minimax/minimax-m2.5": {
|
|
20310
20404
|
id: string;
|
|
20311
20405
|
name: string;
|
|
20312
20406
|
api: "anthropic-messages";
|
|
@@ -20323,7 +20417,7 @@ export declare const MODELS: {
|
|
|
20323
20417
|
contextWindow: number;
|
|
20324
20418
|
maxTokens: number;
|
|
20325
20419
|
};
|
|
20326
|
-
readonly "minimax/minimax-m2.
|
|
20420
|
+
readonly "minimax/minimax-m2.5-highspeed": {
|
|
20327
20421
|
id: string;
|
|
20328
20422
|
name: string;
|
|
20329
20423
|
api: "anthropic-messages";
|
|
@@ -20340,7 +20434,7 @@ export declare const MODELS: {
|
|
|
20340
20434
|
contextWindow: number;
|
|
20341
20435
|
maxTokens: number;
|
|
20342
20436
|
};
|
|
20343
|
-
readonly "minimax/minimax-m2.7
|
|
20437
|
+
readonly "minimax/minimax-m2.7": {
|
|
20344
20438
|
id: string;
|
|
20345
20439
|
name: string;
|
|
20346
20440
|
api: "anthropic-messages";
|
|
@@ -20357,14 +20451,14 @@ export declare const MODELS: {
|
|
|
20357
20451
|
contextWindow: number;
|
|
20358
20452
|
maxTokens: number;
|
|
20359
20453
|
};
|
|
20360
|
-
readonly "minimax/minimax-
|
|
20454
|
+
readonly "minimax/minimax-m2.7-highspeed": {
|
|
20361
20455
|
id: string;
|
|
20362
20456
|
name: string;
|
|
20363
20457
|
api: "anthropic-messages";
|
|
20364
20458
|
provider: string;
|
|
20365
20459
|
baseUrl: string;
|
|
20366
20460
|
reasoning: true;
|
|
20367
|
-
input:
|
|
20461
|
+
input: "text"[];
|
|
20368
20462
|
cost: {
|
|
20369
20463
|
input: number;
|
|
20370
20464
|
output: number;
|
|
@@ -20374,7 +20468,7 @@ export declare const MODELS: {
|
|
|
20374
20468
|
contextWindow: number;
|
|
20375
20469
|
maxTokens: number;
|
|
20376
20470
|
};
|
|
20377
|
-
readonly "minimax/minimax-m3
|
|
20471
|
+
readonly "minimax/minimax-m3": {
|
|
20378
20472
|
id: string;
|
|
20379
20473
|
name: string;
|
|
20380
20474
|
api: "anthropic-messages";
|
|
@@ -21664,6 +21758,40 @@ export declare const MODELS: {
|
|
|
21664
21758
|
contextWindow: number;
|
|
21665
21759
|
maxTokens: number;
|
|
21666
21760
|
};
|
|
21761
|
+
readonly "openai/gpt-6-astra": {
|
|
21762
|
+
id: string;
|
|
21763
|
+
name: string;
|
|
21764
|
+
api: "anthropic-messages";
|
|
21765
|
+
provider: string;
|
|
21766
|
+
baseUrl: string;
|
|
21767
|
+
reasoning: true;
|
|
21768
|
+
input: ("image" | "text")[];
|
|
21769
|
+
cost: {
|
|
21770
|
+
input: number;
|
|
21771
|
+
output: number;
|
|
21772
|
+
cacheRead: number;
|
|
21773
|
+
cacheWrite: number;
|
|
21774
|
+
};
|
|
21775
|
+
contextWindow: number;
|
|
21776
|
+
maxTokens: number;
|
|
21777
|
+
};
|
|
21778
|
+
readonly "openai/gpt-6-astra-fast": {
|
|
21779
|
+
id: string;
|
|
21780
|
+
name: string;
|
|
21781
|
+
api: "anthropic-messages";
|
|
21782
|
+
provider: string;
|
|
21783
|
+
baseUrl: string;
|
|
21784
|
+
reasoning: true;
|
|
21785
|
+
input: ("image" | "text")[];
|
|
21786
|
+
cost: {
|
|
21787
|
+
input: number;
|
|
21788
|
+
output: number;
|
|
21789
|
+
cacheRead: number;
|
|
21790
|
+
cacheWrite: number;
|
|
21791
|
+
};
|
|
21792
|
+
contextWindow: number;
|
|
21793
|
+
maxTokens: number;
|
|
21794
|
+
};
|
|
21667
21795
|
readonly "openai/gpt-oss-120b": {
|
|
21668
21796
|
id: string;
|
|
21669
21797
|
name: string;
|
|
@@ -22497,6 +22625,23 @@ export declare const MODELS: {
|
|
|
22497
22625
|
contextWindow: number;
|
|
22498
22626
|
maxTokens: number;
|
|
22499
22627
|
};
|
|
22628
|
+
readonly "zai/glm-5.3-fast": {
|
|
22629
|
+
id: string;
|
|
22630
|
+
name: string;
|
|
22631
|
+
api: "anthropic-messages";
|
|
22632
|
+
provider: string;
|
|
22633
|
+
baseUrl: string;
|
|
22634
|
+
reasoning: true;
|
|
22635
|
+
input: "text"[];
|
|
22636
|
+
cost: {
|
|
22637
|
+
input: number;
|
|
22638
|
+
output: number;
|
|
22639
|
+
cacheRead: number;
|
|
22640
|
+
cacheWrite: number;
|
|
22641
|
+
};
|
|
22642
|
+
contextWindow: number;
|
|
22643
|
+
maxTokens: number;
|
|
22644
|
+
};
|
|
22500
22645
|
readonly "zai/glm-5.3-flash": {
|
|
22501
22646
|
id: string;
|
|
22502
22647
|
name: string;
|
|
@@ -22514,6 +22659,23 @@ export declare const MODELS: {
|
|
|
22514
22659
|
contextWindow: number;
|
|
22515
22660
|
maxTokens: number;
|
|
22516
22661
|
};
|
|
22662
|
+
readonly "zai/glm-5.3-promo-50": {
|
|
22663
|
+
id: string;
|
|
22664
|
+
name: string;
|
|
22665
|
+
api: "anthropic-messages";
|
|
22666
|
+
provider: string;
|
|
22667
|
+
baseUrl: string;
|
|
22668
|
+
reasoning: true;
|
|
22669
|
+
input: "text"[];
|
|
22670
|
+
cost: {
|
|
22671
|
+
input: number;
|
|
22672
|
+
output: number;
|
|
22673
|
+
cacheRead: number;
|
|
22674
|
+
cacheWrite: number;
|
|
22675
|
+
};
|
|
22676
|
+
contextWindow: number;
|
|
22677
|
+
maxTokens: number;
|
|
22678
|
+
};
|
|
22517
22679
|
readonly "zai/glm-5v-turbo": {
|
|
22518
22680
|
id: string;
|
|
22519
22681
|
name: string;
|