@elyracode/ai 0.9.8 → 0.9.10
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 +30 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/models.generated.d.ts +515 -207
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +623 -344
- package/dist/models.generated.js.map +1 -1
- package/dist/probes.d.ts +76 -0
- package/dist/probes.d.ts.map +1 -0
- package/dist/probes.js +227 -0
- package/dist/probes.js.map +1 -0
- package/package.json +1 -1
|
@@ -2973,30 +2973,13 @@ export declare const MODELS: {
|
|
|
2973
2973
|
contextWindow: number;
|
|
2974
2974
|
maxTokens: number;
|
|
2975
2975
|
};
|
|
2976
|
-
readonly "llama3.1-8b": {
|
|
2977
|
-
id: string;
|
|
2978
|
-
name: string;
|
|
2979
|
-
api: "openai-completions";
|
|
2980
|
-
provider: string;
|
|
2981
|
-
baseUrl: string;
|
|
2982
|
-
reasoning: false;
|
|
2983
|
-
input: "text"[];
|
|
2984
|
-
cost: {
|
|
2985
|
-
input: number;
|
|
2986
|
-
output: number;
|
|
2987
|
-
cacheRead: number;
|
|
2988
|
-
cacheWrite: number;
|
|
2989
|
-
};
|
|
2990
|
-
contextWindow: number;
|
|
2991
|
-
maxTokens: number;
|
|
2992
|
-
};
|
|
2993
2976
|
readonly "zai-glm-4.7": {
|
|
2994
2977
|
id: string;
|
|
2995
2978
|
name: string;
|
|
2996
2979
|
api: "openai-completions";
|
|
2997
2980
|
provider: string;
|
|
2998
2981
|
baseUrl: string;
|
|
2999
|
-
reasoning:
|
|
2982
|
+
reasoning: true;
|
|
3000
2983
|
input: "text"[];
|
|
3001
2984
|
cost: {
|
|
3002
2985
|
input: number;
|
|
@@ -3767,6 +3750,26 @@ export declare const MODELS: {
|
|
|
3767
3750
|
contextWindow: number;
|
|
3768
3751
|
maxTokens: number;
|
|
3769
3752
|
};
|
|
3753
|
+
readonly "@cf/moonshotai/kimi-k2.7-code": {
|
|
3754
|
+
id: string;
|
|
3755
|
+
name: string;
|
|
3756
|
+
api: "openai-completions";
|
|
3757
|
+
provider: string;
|
|
3758
|
+
baseUrl: string;
|
|
3759
|
+
compat: {
|
|
3760
|
+
sendSessionAffinityHeaders: true;
|
|
3761
|
+
};
|
|
3762
|
+
reasoning: true;
|
|
3763
|
+
input: ("image" | "text")[];
|
|
3764
|
+
cost: {
|
|
3765
|
+
input: number;
|
|
3766
|
+
output: number;
|
|
3767
|
+
cacheRead: number;
|
|
3768
|
+
cacheWrite: number;
|
|
3769
|
+
};
|
|
3770
|
+
contextWindow: number;
|
|
3771
|
+
maxTokens: number;
|
|
3772
|
+
};
|
|
3770
3773
|
readonly "@cf/nvidia/nemotron-3-120b-a12b": {
|
|
3771
3774
|
id: string;
|
|
3772
3775
|
name: string;
|
|
@@ -3867,6 +3870,26 @@ export declare const MODELS: {
|
|
|
3867
3870
|
contextWindow: number;
|
|
3868
3871
|
maxTokens: number;
|
|
3869
3872
|
};
|
|
3873
|
+
readonly "@cf/zai-org/glm-5.2": {
|
|
3874
|
+
id: string;
|
|
3875
|
+
name: string;
|
|
3876
|
+
api: "openai-completions";
|
|
3877
|
+
provider: string;
|
|
3878
|
+
baseUrl: string;
|
|
3879
|
+
compat: {
|
|
3880
|
+
sendSessionAffinityHeaders: true;
|
|
3881
|
+
};
|
|
3882
|
+
reasoning: true;
|
|
3883
|
+
input: "text"[];
|
|
3884
|
+
cost: {
|
|
3885
|
+
input: number;
|
|
3886
|
+
output: number;
|
|
3887
|
+
cacheRead: number;
|
|
3888
|
+
cacheWrite: number;
|
|
3889
|
+
};
|
|
3890
|
+
contextWindow: number;
|
|
3891
|
+
maxTokens: number;
|
|
3892
|
+
};
|
|
3870
3893
|
};
|
|
3871
3894
|
readonly deepseek: {
|
|
3872
3895
|
readonly "deepseek-v4-flash": {
|
|
@@ -3978,6 +4001,23 @@ export declare const MODELS: {
|
|
|
3978
4001
|
contextWindow: number;
|
|
3979
4002
|
maxTokens: number;
|
|
3980
4003
|
};
|
|
4004
|
+
readonly "accounts/fireworks/models/glm-5p2": {
|
|
4005
|
+
id: string;
|
|
4006
|
+
name: string;
|
|
4007
|
+
api: "anthropic-messages";
|
|
4008
|
+
provider: string;
|
|
4009
|
+
baseUrl: string;
|
|
4010
|
+
reasoning: true;
|
|
4011
|
+
input: "text"[];
|
|
4012
|
+
cost: {
|
|
4013
|
+
input: number;
|
|
4014
|
+
output: number;
|
|
4015
|
+
cacheRead: number;
|
|
4016
|
+
cacheWrite: number;
|
|
4017
|
+
};
|
|
4018
|
+
contextWindow: number;
|
|
4019
|
+
maxTokens: number;
|
|
4020
|
+
};
|
|
3981
4021
|
readonly "accounts/fireworks/models/gpt-oss-120b": {
|
|
3982
4022
|
id: string;
|
|
3983
4023
|
name: string;
|
|
@@ -4012,7 +4052,7 @@ export declare const MODELS: {
|
|
|
4012
4052
|
contextWindow: number;
|
|
4013
4053
|
maxTokens: number;
|
|
4014
4054
|
};
|
|
4015
|
-
readonly "accounts/fireworks/models/kimi-
|
|
4055
|
+
readonly "accounts/fireworks/models/kimi-k2p6": {
|
|
4016
4056
|
id: string;
|
|
4017
4057
|
name: string;
|
|
4018
4058
|
api: "anthropic-messages";
|
|
@@ -4029,7 +4069,7 @@ export declare const MODELS: {
|
|
|
4029
4069
|
contextWindow: number;
|
|
4030
4070
|
maxTokens: number;
|
|
4031
4071
|
};
|
|
4032
|
-
readonly "accounts/fireworks/models/kimi-
|
|
4072
|
+
readonly "accounts/fireworks/models/kimi-k2p7-code": {
|
|
4033
4073
|
id: string;
|
|
4034
4074
|
name: string;
|
|
4035
4075
|
api: "anthropic-messages";
|
|
@@ -4046,7 +4086,7 @@ export declare const MODELS: {
|
|
|
4046
4086
|
contextWindow: number;
|
|
4047
4087
|
maxTokens: number;
|
|
4048
4088
|
};
|
|
4049
|
-
readonly "accounts/fireworks/models/minimax-
|
|
4089
|
+
readonly "accounts/fireworks/models/minimax-m2p7": {
|
|
4050
4090
|
id: string;
|
|
4051
4091
|
name: string;
|
|
4052
4092
|
api: "anthropic-messages";
|
|
@@ -4063,7 +4103,7 @@ export declare const MODELS: {
|
|
|
4063
4103
|
contextWindow: number;
|
|
4064
4104
|
maxTokens: number;
|
|
4065
4105
|
};
|
|
4066
|
-
readonly "accounts/fireworks/models/minimax-
|
|
4106
|
+
readonly "accounts/fireworks/models/minimax-m3": {
|
|
4067
4107
|
id: string;
|
|
4068
4108
|
name: string;
|
|
4069
4109
|
api: "anthropic-messages";
|
|
@@ -4080,7 +4120,7 @@ export declare const MODELS: {
|
|
|
4080
4120
|
contextWindow: number;
|
|
4081
4121
|
maxTokens: number;
|
|
4082
4122
|
};
|
|
4083
|
-
readonly "accounts/fireworks/models/
|
|
4123
|
+
readonly "accounts/fireworks/models/qwen3p7-plus": {
|
|
4084
4124
|
id: string;
|
|
4085
4125
|
name: string;
|
|
4086
4126
|
api: "anthropic-messages";
|
|
@@ -4148,8 +4188,60 @@ export declare const MODELS: {
|
|
|
4148
4188
|
contextWindow: number;
|
|
4149
4189
|
maxTokens: number;
|
|
4150
4190
|
};
|
|
4191
|
+
readonly "accounts/fireworks/routers/kimi-k2p7-code-fast": {
|
|
4192
|
+
id: string;
|
|
4193
|
+
name: string;
|
|
4194
|
+
api: "anthropic-messages";
|
|
4195
|
+
provider: string;
|
|
4196
|
+
baseUrl: string;
|
|
4197
|
+
reasoning: true;
|
|
4198
|
+
input: ("image" | "text")[];
|
|
4199
|
+
cost: {
|
|
4200
|
+
input: number;
|
|
4201
|
+
output: number;
|
|
4202
|
+
cacheRead: number;
|
|
4203
|
+
cacheWrite: number;
|
|
4204
|
+
};
|
|
4205
|
+
contextWindow: number;
|
|
4206
|
+
maxTokens: number;
|
|
4207
|
+
};
|
|
4151
4208
|
};
|
|
4152
4209
|
readonly "github-copilot": {
|
|
4210
|
+
readonly "claude-fable-5": {
|
|
4211
|
+
id: string;
|
|
4212
|
+
name: string;
|
|
4213
|
+
api: "openai-completions";
|
|
4214
|
+
provider: string;
|
|
4215
|
+
baseUrl: string;
|
|
4216
|
+
headers: {
|
|
4217
|
+
"User-Agent": string;
|
|
4218
|
+
"Editor-Version": string;
|
|
4219
|
+
"Editor-Plugin-Version": string;
|
|
4220
|
+
"Copilot-Integration-Id": string;
|
|
4221
|
+
};
|
|
4222
|
+
compat: {
|
|
4223
|
+
supportsStore: false;
|
|
4224
|
+
supportsDeveloperRole: false;
|
|
4225
|
+
supportsReasoningEffort: false;
|
|
4226
|
+
};
|
|
4227
|
+
reasoning: true;
|
|
4228
|
+
thinkingLevelMap: {
|
|
4229
|
+
minimal: string;
|
|
4230
|
+
low: string;
|
|
4231
|
+
medium: string;
|
|
4232
|
+
high: string;
|
|
4233
|
+
xhigh: string;
|
|
4234
|
+
};
|
|
4235
|
+
input: ("image" | "text")[];
|
|
4236
|
+
cost: {
|
|
4237
|
+
input: number;
|
|
4238
|
+
output: number;
|
|
4239
|
+
cacheRead: number;
|
|
4240
|
+
cacheWrite: number;
|
|
4241
|
+
};
|
|
4242
|
+
contextWindow: number;
|
|
4243
|
+
maxTokens: number;
|
|
4244
|
+
};
|
|
4153
4245
|
readonly "claude-haiku-4.5": {
|
|
4154
4246
|
id: string;
|
|
4155
4247
|
name: string;
|
|
@@ -4711,34 +4803,6 @@ export declare const MODELS: {
|
|
|
4711
4803
|
contextWindow: number;
|
|
4712
4804
|
maxTokens: number;
|
|
4713
4805
|
};
|
|
4714
|
-
readonly "raptor-mini": {
|
|
4715
|
-
id: string;
|
|
4716
|
-
name: string;
|
|
4717
|
-
api: "openai-completions";
|
|
4718
|
-
provider: string;
|
|
4719
|
-
baseUrl: string;
|
|
4720
|
-
headers: {
|
|
4721
|
-
"User-Agent": string;
|
|
4722
|
-
"Editor-Version": string;
|
|
4723
|
-
"Editor-Plugin-Version": string;
|
|
4724
|
-
"Copilot-Integration-Id": string;
|
|
4725
|
-
};
|
|
4726
|
-
compat: {
|
|
4727
|
-
supportsStore: false;
|
|
4728
|
-
supportsDeveloperRole: false;
|
|
4729
|
-
supportsReasoningEffort: false;
|
|
4730
|
-
};
|
|
4731
|
-
reasoning: true;
|
|
4732
|
-
input: ("image" | "text")[];
|
|
4733
|
-
cost: {
|
|
4734
|
-
input: number;
|
|
4735
|
-
output: number;
|
|
4736
|
-
cacheRead: number;
|
|
4737
|
-
cacheWrite: number;
|
|
4738
|
-
};
|
|
4739
|
-
contextWindow: number;
|
|
4740
|
-
maxTokens: number;
|
|
4741
|
-
};
|
|
4742
4806
|
};
|
|
4743
4807
|
readonly google: {
|
|
4744
4808
|
readonly "gemini-2.0-flash": {
|
|
@@ -5060,6 +5124,54 @@ export declare const MODELS: {
|
|
|
5060
5124
|
contextWindow: number;
|
|
5061
5125
|
maxTokens: number;
|
|
5062
5126
|
};
|
|
5127
|
+
readonly "gemma-4-E2B-it": {
|
|
5128
|
+
id: string;
|
|
5129
|
+
name: string;
|
|
5130
|
+
api: "google-generative-ai";
|
|
5131
|
+
provider: string;
|
|
5132
|
+
baseUrl: string;
|
|
5133
|
+
reasoning: true;
|
|
5134
|
+
thinkingLevelMap: {
|
|
5135
|
+
off: null;
|
|
5136
|
+
minimal: string;
|
|
5137
|
+
low: null;
|
|
5138
|
+
medium: null;
|
|
5139
|
+
high: string;
|
|
5140
|
+
};
|
|
5141
|
+
input: ("image" | "text")[];
|
|
5142
|
+
cost: {
|
|
5143
|
+
input: number;
|
|
5144
|
+
output: number;
|
|
5145
|
+
cacheRead: number;
|
|
5146
|
+
cacheWrite: number;
|
|
5147
|
+
};
|
|
5148
|
+
contextWindow: number;
|
|
5149
|
+
maxTokens: number;
|
|
5150
|
+
};
|
|
5151
|
+
readonly "gemma-4-E4B-it": {
|
|
5152
|
+
id: string;
|
|
5153
|
+
name: string;
|
|
5154
|
+
api: "google-generative-ai";
|
|
5155
|
+
provider: string;
|
|
5156
|
+
baseUrl: string;
|
|
5157
|
+
reasoning: true;
|
|
5158
|
+
thinkingLevelMap: {
|
|
5159
|
+
off: null;
|
|
5160
|
+
minimal: string;
|
|
5161
|
+
low: null;
|
|
5162
|
+
medium: null;
|
|
5163
|
+
high: string;
|
|
5164
|
+
};
|
|
5165
|
+
input: ("image" | "text")[];
|
|
5166
|
+
cost: {
|
|
5167
|
+
input: number;
|
|
5168
|
+
output: number;
|
|
5169
|
+
cacheRead: number;
|
|
5170
|
+
cacheWrite: number;
|
|
5171
|
+
};
|
|
5172
|
+
contextWindow: number;
|
|
5173
|
+
maxTokens: number;
|
|
5174
|
+
};
|
|
5063
5175
|
};
|
|
5064
5176
|
readonly "google-vertex": {
|
|
5065
5177
|
readonly "gemini-1.5-flash": {
|
|
@@ -5858,6 +5970,26 @@ export declare const MODELS: {
|
|
|
5858
5970
|
};
|
|
5859
5971
|
};
|
|
5860
5972
|
readonly "kimi-coding": {
|
|
5973
|
+
readonly k2p7: {
|
|
5974
|
+
id: string;
|
|
5975
|
+
name: string;
|
|
5976
|
+
api: "anthropic-messages";
|
|
5977
|
+
provider: string;
|
|
5978
|
+
baseUrl: string;
|
|
5979
|
+
headers: {
|
|
5980
|
+
"User-Agent": string;
|
|
5981
|
+
};
|
|
5982
|
+
reasoning: true;
|
|
5983
|
+
input: ("image" | "text")[];
|
|
5984
|
+
cost: {
|
|
5985
|
+
input: number;
|
|
5986
|
+
output: number;
|
|
5987
|
+
cacheRead: number;
|
|
5988
|
+
cacheWrite: number;
|
|
5989
|
+
};
|
|
5990
|
+
contextWindow: number;
|
|
5991
|
+
maxTokens: number;
|
|
5992
|
+
};
|
|
5861
5993
|
readonly "kimi-for-coding": {
|
|
5862
5994
|
id: string;
|
|
5863
5995
|
name: string;
|
|
@@ -6686,6 +6818,54 @@ export declare const MODELS: {
|
|
|
6686
6818
|
contextWindow: number;
|
|
6687
6819
|
maxTokens: number;
|
|
6688
6820
|
};
|
|
6821
|
+
readonly "kimi-k2.7-code": {
|
|
6822
|
+
id: string;
|
|
6823
|
+
name: string;
|
|
6824
|
+
api: "openai-completions";
|
|
6825
|
+
provider: string;
|
|
6826
|
+
baseUrl: string;
|
|
6827
|
+
compat: {
|
|
6828
|
+
supportsStore: false;
|
|
6829
|
+
supportsDeveloperRole: false;
|
|
6830
|
+
supportsReasoningEffort: false;
|
|
6831
|
+
maxTokensField: "max_tokens";
|
|
6832
|
+
supportsStrictMode: false;
|
|
6833
|
+
};
|
|
6834
|
+
reasoning: true;
|
|
6835
|
+
input: ("image" | "text")[];
|
|
6836
|
+
cost: {
|
|
6837
|
+
input: number;
|
|
6838
|
+
output: number;
|
|
6839
|
+
cacheRead: number;
|
|
6840
|
+
cacheWrite: number;
|
|
6841
|
+
};
|
|
6842
|
+
contextWindow: number;
|
|
6843
|
+
maxTokens: number;
|
|
6844
|
+
};
|
|
6845
|
+
readonly "kimi-k2.7-code-highspeed": {
|
|
6846
|
+
id: string;
|
|
6847
|
+
name: string;
|
|
6848
|
+
api: "openai-completions";
|
|
6849
|
+
provider: string;
|
|
6850
|
+
baseUrl: string;
|
|
6851
|
+
compat: {
|
|
6852
|
+
supportsStore: false;
|
|
6853
|
+
supportsDeveloperRole: false;
|
|
6854
|
+
supportsReasoningEffort: false;
|
|
6855
|
+
maxTokensField: "max_tokens";
|
|
6856
|
+
supportsStrictMode: false;
|
|
6857
|
+
};
|
|
6858
|
+
reasoning: true;
|
|
6859
|
+
input: ("image" | "text")[];
|
|
6860
|
+
cost: {
|
|
6861
|
+
input: number;
|
|
6862
|
+
output: number;
|
|
6863
|
+
cacheRead: number;
|
|
6864
|
+
cacheWrite: number;
|
|
6865
|
+
};
|
|
6866
|
+
contextWindow: number;
|
|
6867
|
+
maxTokens: number;
|
|
6868
|
+
};
|
|
6689
6869
|
};
|
|
6690
6870
|
readonly "moonshotai-cn": {
|
|
6691
6871
|
readonly "kimi-k2-0711-preview": {
|
|
@@ -6856,6 +7036,54 @@ export declare const MODELS: {
|
|
|
6856
7036
|
contextWindow: number;
|
|
6857
7037
|
maxTokens: number;
|
|
6858
7038
|
};
|
|
7039
|
+
readonly "kimi-k2.7-code": {
|
|
7040
|
+
id: string;
|
|
7041
|
+
name: string;
|
|
7042
|
+
api: "openai-completions";
|
|
7043
|
+
provider: string;
|
|
7044
|
+
baseUrl: string;
|
|
7045
|
+
compat: {
|
|
7046
|
+
supportsStore: false;
|
|
7047
|
+
supportsDeveloperRole: false;
|
|
7048
|
+
supportsReasoningEffort: false;
|
|
7049
|
+
maxTokensField: "max_tokens";
|
|
7050
|
+
supportsStrictMode: false;
|
|
7051
|
+
};
|
|
7052
|
+
reasoning: true;
|
|
7053
|
+
input: ("image" | "text")[];
|
|
7054
|
+
cost: {
|
|
7055
|
+
input: number;
|
|
7056
|
+
output: number;
|
|
7057
|
+
cacheRead: number;
|
|
7058
|
+
cacheWrite: number;
|
|
7059
|
+
};
|
|
7060
|
+
contextWindow: number;
|
|
7061
|
+
maxTokens: number;
|
|
7062
|
+
};
|
|
7063
|
+
readonly "kimi-k2.7-code-highspeed": {
|
|
7064
|
+
id: string;
|
|
7065
|
+
name: string;
|
|
7066
|
+
api: "openai-completions";
|
|
7067
|
+
provider: string;
|
|
7068
|
+
baseUrl: string;
|
|
7069
|
+
compat: {
|
|
7070
|
+
supportsStore: false;
|
|
7071
|
+
supportsDeveloperRole: false;
|
|
7072
|
+
supportsReasoningEffort: false;
|
|
7073
|
+
maxTokensField: "max_tokens";
|
|
7074
|
+
supportsStrictMode: false;
|
|
7075
|
+
};
|
|
7076
|
+
reasoning: true;
|
|
7077
|
+
input: ("image" | "text")[];
|
|
7078
|
+
cost: {
|
|
7079
|
+
input: number;
|
|
7080
|
+
output: number;
|
|
7081
|
+
cacheRead: number;
|
|
7082
|
+
cacheWrite: number;
|
|
7083
|
+
};
|
|
7084
|
+
contextWindow: number;
|
|
7085
|
+
maxTokens: number;
|
|
7086
|
+
};
|
|
6859
7087
|
};
|
|
6860
7088
|
readonly openai: {
|
|
6861
7089
|
readonly "gpt-4": {
|
|
@@ -7814,30 +8042,6 @@ export declare const MODELS: {
|
|
|
7814
8042
|
contextWindow: number;
|
|
7815
8043
|
maxTokens: number;
|
|
7816
8044
|
};
|
|
7817
|
-
readonly "claude-fable-5": {
|
|
7818
|
-
id: string;
|
|
7819
|
-
name: string;
|
|
7820
|
-
api: "anthropic-messages";
|
|
7821
|
-
provider: string;
|
|
7822
|
-
baseUrl: string;
|
|
7823
|
-
reasoning: true;
|
|
7824
|
-
thinkingLevelMap: {
|
|
7825
|
-
minimal: string;
|
|
7826
|
-
low: string;
|
|
7827
|
-
medium: string;
|
|
7828
|
-
high: string;
|
|
7829
|
-
xhigh: string;
|
|
7830
|
-
};
|
|
7831
|
-
input: ("image" | "text")[];
|
|
7832
|
-
cost: {
|
|
7833
|
-
input: number;
|
|
7834
|
-
output: number;
|
|
7835
|
-
cacheRead: number;
|
|
7836
|
-
cacheWrite: number;
|
|
7837
|
-
};
|
|
7838
|
-
contextWindow: number;
|
|
7839
|
-
maxTokens: number;
|
|
7840
|
-
};
|
|
7841
8045
|
readonly "claude-haiku-4-5": {
|
|
7842
8046
|
id: string;
|
|
7843
8047
|
name: string;
|
|
@@ -8743,7 +8947,7 @@ export declare const MODELS: {
|
|
|
8743
8947
|
contextWindow: number;
|
|
8744
8948
|
maxTokens: number;
|
|
8745
8949
|
};
|
|
8746
|
-
readonly "glm-5": {
|
|
8950
|
+
readonly "glm-5.1": {
|
|
8747
8951
|
id: string;
|
|
8748
8952
|
name: string;
|
|
8749
8953
|
api: "openai-completions";
|
|
@@ -8760,7 +8964,7 @@ export declare const MODELS: {
|
|
|
8760
8964
|
contextWindow: number;
|
|
8761
8965
|
maxTokens: number;
|
|
8762
8966
|
};
|
|
8763
|
-
readonly "glm-5.
|
|
8967
|
+
readonly "glm-5.2": {
|
|
8764
8968
|
id: string;
|
|
8765
8969
|
name: string;
|
|
8766
8970
|
api: "openai-completions";
|
|
@@ -8777,7 +8981,7 @@ export declare const MODELS: {
|
|
|
8777
8981
|
contextWindow: number;
|
|
8778
8982
|
maxTokens: number;
|
|
8779
8983
|
};
|
|
8780
|
-
readonly "kimi-k2.
|
|
8984
|
+
readonly "kimi-k2.6": {
|
|
8781
8985
|
id: string;
|
|
8782
8986
|
name: string;
|
|
8783
8987
|
api: "openai-completions";
|
|
@@ -8794,7 +8998,7 @@ export declare const MODELS: {
|
|
|
8794
8998
|
contextWindow: number;
|
|
8795
8999
|
maxTokens: number;
|
|
8796
9000
|
};
|
|
8797
|
-
readonly "kimi-k2.
|
|
9001
|
+
readonly "kimi-k2.7-code": {
|
|
8798
9002
|
id: string;
|
|
8799
9003
|
name: string;
|
|
8800
9004
|
api: "openai-completions";
|
|
@@ -8845,23 +9049,6 @@ export declare const MODELS: {
|
|
|
8845
9049
|
contextWindow: number;
|
|
8846
9050
|
maxTokens: number;
|
|
8847
9051
|
};
|
|
8848
|
-
readonly "minimax-m2.5": {
|
|
8849
|
-
id: string;
|
|
8850
|
-
name: string;
|
|
8851
|
-
api: "anthropic-messages";
|
|
8852
|
-
provider: string;
|
|
8853
|
-
baseUrl: string;
|
|
8854
|
-
reasoning: true;
|
|
8855
|
-
input: "text"[];
|
|
8856
|
-
cost: {
|
|
8857
|
-
input: number;
|
|
8858
|
-
output: number;
|
|
8859
|
-
cacheRead: number;
|
|
8860
|
-
cacheWrite: number;
|
|
8861
|
-
};
|
|
8862
|
-
contextWindow: number;
|
|
8863
|
-
maxTokens: number;
|
|
8864
|
-
};
|
|
8865
9052
|
readonly "minimax-m2.7": {
|
|
8866
9053
|
id: string;
|
|
8867
9054
|
name: string;
|
|
@@ -9512,6 +9699,23 @@ export declare const MODELS: {
|
|
|
9512
9699
|
contextWindow: number;
|
|
9513
9700
|
maxTokens: number;
|
|
9514
9701
|
};
|
|
9702
|
+
readonly "cohere/north-mini-code:free": {
|
|
9703
|
+
id: string;
|
|
9704
|
+
name: string;
|
|
9705
|
+
api: "openai-completions";
|
|
9706
|
+
provider: string;
|
|
9707
|
+
baseUrl: string;
|
|
9708
|
+
reasoning: true;
|
|
9709
|
+
input: "text"[];
|
|
9710
|
+
cost: {
|
|
9711
|
+
input: number;
|
|
9712
|
+
output: number;
|
|
9713
|
+
cacheRead: number;
|
|
9714
|
+
cacheWrite: number;
|
|
9715
|
+
};
|
|
9716
|
+
contextWindow: number;
|
|
9717
|
+
maxTokens: number;
|
|
9718
|
+
};
|
|
9515
9719
|
readonly "deepseek/deepseek-chat": {
|
|
9516
9720
|
id: string;
|
|
9517
9721
|
name: string;
|
|
@@ -9840,6 +10044,23 @@ export declare const MODELS: {
|
|
|
9840
10044
|
contextWindow: number;
|
|
9841
10045
|
maxTokens: number;
|
|
9842
10046
|
};
|
|
10047
|
+
readonly "google/gemini-3-pro-image": {
|
|
10048
|
+
id: string;
|
|
10049
|
+
name: string;
|
|
10050
|
+
api: "openai-completions";
|
|
10051
|
+
provider: string;
|
|
10052
|
+
baseUrl: string;
|
|
10053
|
+
reasoning: true;
|
|
10054
|
+
input: ("image" | "text")[];
|
|
10055
|
+
cost: {
|
|
10056
|
+
input: number;
|
|
10057
|
+
output: number;
|
|
10058
|
+
cacheRead: number;
|
|
10059
|
+
cacheWrite: number;
|
|
10060
|
+
};
|
|
10061
|
+
contextWindow: number;
|
|
10062
|
+
maxTokens: number;
|
|
10063
|
+
};
|
|
9843
10064
|
readonly "google/gemini-3.1-flash-lite": {
|
|
9844
10065
|
id: string;
|
|
9845
10066
|
name: string;
|
|
@@ -10129,6 +10350,23 @@ export declare const MODELS: {
|
|
|
10129
10350
|
contextWindow: number;
|
|
10130
10351
|
maxTokens: number;
|
|
10131
10352
|
};
|
|
10353
|
+
readonly "liquid/lfm-2.5-1.2b-thinking:free": {
|
|
10354
|
+
id: string;
|
|
10355
|
+
name: string;
|
|
10356
|
+
api: "openai-completions";
|
|
10357
|
+
provider: string;
|
|
10358
|
+
baseUrl: string;
|
|
10359
|
+
reasoning: true;
|
|
10360
|
+
input: "text"[];
|
|
10361
|
+
cost: {
|
|
10362
|
+
input: number;
|
|
10363
|
+
output: number;
|
|
10364
|
+
cacheRead: number;
|
|
10365
|
+
cacheWrite: number;
|
|
10366
|
+
};
|
|
10367
|
+
contextWindow: number;
|
|
10368
|
+
maxTokens: number;
|
|
10369
|
+
};
|
|
10132
10370
|
readonly "meta-llama/llama-3.1-70b-instruct": {
|
|
10133
10371
|
id: string;
|
|
10134
10372
|
name: string;
|
|
@@ -10656,14 +10894,31 @@ export declare const MODELS: {
|
|
|
10656
10894
|
contextWindow: number;
|
|
10657
10895
|
maxTokens: number;
|
|
10658
10896
|
};
|
|
10659
|
-
readonly "moonshotai/kimi-k2-thinking": {
|
|
10897
|
+
readonly "moonshotai/kimi-k2-thinking": {
|
|
10898
|
+
id: string;
|
|
10899
|
+
name: string;
|
|
10900
|
+
api: "openai-completions";
|
|
10901
|
+
provider: string;
|
|
10902
|
+
baseUrl: string;
|
|
10903
|
+
reasoning: true;
|
|
10904
|
+
input: "text"[];
|
|
10905
|
+
cost: {
|
|
10906
|
+
input: number;
|
|
10907
|
+
output: number;
|
|
10908
|
+
cacheRead: number;
|
|
10909
|
+
cacheWrite: number;
|
|
10910
|
+
};
|
|
10911
|
+
contextWindow: number;
|
|
10912
|
+
maxTokens: number;
|
|
10913
|
+
};
|
|
10914
|
+
readonly "moonshotai/kimi-k2.5": {
|
|
10660
10915
|
id: string;
|
|
10661
10916
|
name: string;
|
|
10662
10917
|
api: "openai-completions";
|
|
10663
10918
|
provider: string;
|
|
10664
10919
|
baseUrl: string;
|
|
10665
10920
|
reasoning: true;
|
|
10666
|
-
input: "text"[];
|
|
10921
|
+
input: ("image" | "text")[];
|
|
10667
10922
|
cost: {
|
|
10668
10923
|
input: number;
|
|
10669
10924
|
output: number;
|
|
@@ -10673,7 +10928,7 @@ export declare const MODELS: {
|
|
|
10673
10928
|
contextWindow: number;
|
|
10674
10929
|
maxTokens: number;
|
|
10675
10930
|
};
|
|
10676
|
-
readonly "moonshotai/kimi-k2.
|
|
10931
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
10677
10932
|
id: string;
|
|
10678
10933
|
name: string;
|
|
10679
10934
|
api: "openai-completions";
|
|
@@ -10690,7 +10945,7 @@ export declare const MODELS: {
|
|
|
10690
10945
|
contextWindow: number;
|
|
10691
10946
|
maxTokens: number;
|
|
10692
10947
|
};
|
|
10693
|
-
readonly "moonshotai/kimi-k2.
|
|
10948
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
10694
10949
|
id: string;
|
|
10695
10950
|
name: string;
|
|
10696
10951
|
api: "openai-completions";
|
|
@@ -10877,23 +11132,6 @@ export declare const MODELS: {
|
|
|
10877
11132
|
contextWindow: number;
|
|
10878
11133
|
maxTokens: number;
|
|
10879
11134
|
};
|
|
10880
|
-
readonly "nvidia/nemotron-nano-9b-v2": {
|
|
10881
|
-
id: string;
|
|
10882
|
-
name: string;
|
|
10883
|
-
api: "openai-completions";
|
|
10884
|
-
provider: string;
|
|
10885
|
-
baseUrl: string;
|
|
10886
|
-
reasoning: true;
|
|
10887
|
-
input: "text"[];
|
|
10888
|
-
cost: {
|
|
10889
|
-
input: number;
|
|
10890
|
-
output: number;
|
|
10891
|
-
cacheRead: number;
|
|
10892
|
-
cacheWrite: number;
|
|
10893
|
-
};
|
|
10894
|
-
contextWindow: number;
|
|
10895
|
-
maxTokens: number;
|
|
10896
|
-
};
|
|
10897
11135
|
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
10898
11136
|
id: string;
|
|
10899
11137
|
name: string;
|
|
@@ -11814,6 +12052,23 @@ export declare const MODELS: {
|
|
|
11814
12052
|
contextWindow: number;
|
|
11815
12053
|
maxTokens: number;
|
|
11816
12054
|
};
|
|
12055
|
+
readonly "poolside/laguna-m.1": {
|
|
12056
|
+
id: string;
|
|
12057
|
+
name: string;
|
|
12058
|
+
api: "openai-completions";
|
|
12059
|
+
provider: string;
|
|
12060
|
+
baseUrl: string;
|
|
12061
|
+
reasoning: true;
|
|
12062
|
+
input: "text"[];
|
|
12063
|
+
cost: {
|
|
12064
|
+
input: number;
|
|
12065
|
+
output: number;
|
|
12066
|
+
cacheRead: number;
|
|
12067
|
+
cacheWrite: number;
|
|
12068
|
+
};
|
|
12069
|
+
contextWindow: number;
|
|
12070
|
+
maxTokens: number;
|
|
12071
|
+
};
|
|
11817
12072
|
readonly "poolside/laguna-m.1:free": {
|
|
11818
12073
|
id: string;
|
|
11819
12074
|
name: string;
|
|
@@ -11831,6 +12086,23 @@ export declare const MODELS: {
|
|
|
11831
12086
|
contextWindow: number;
|
|
11832
12087
|
maxTokens: number;
|
|
11833
12088
|
};
|
|
12089
|
+
readonly "poolside/laguna-xs.2": {
|
|
12090
|
+
id: string;
|
|
12091
|
+
name: string;
|
|
12092
|
+
api: "openai-completions";
|
|
12093
|
+
provider: string;
|
|
12094
|
+
baseUrl: string;
|
|
12095
|
+
reasoning: true;
|
|
12096
|
+
input: "text"[];
|
|
12097
|
+
cost: {
|
|
12098
|
+
input: number;
|
|
12099
|
+
output: number;
|
|
12100
|
+
cacheRead: number;
|
|
12101
|
+
cacheWrite: number;
|
|
12102
|
+
};
|
|
12103
|
+
contextWindow: number;
|
|
12104
|
+
maxTokens: number;
|
|
12105
|
+
};
|
|
11834
12106
|
readonly "poolside/laguna-xs.2:free": {
|
|
11835
12107
|
id: string;
|
|
11836
12108
|
name: string;
|
|
@@ -11882,6 +12154,23 @@ export declare const MODELS: {
|
|
|
11882
12154
|
contextWindow: number;
|
|
11883
12155
|
maxTokens: number;
|
|
11884
12156
|
};
|
|
12157
|
+
readonly "qwen/qwen-2.5-7b-instruct": {
|
|
12158
|
+
id: string;
|
|
12159
|
+
name: string;
|
|
12160
|
+
api: "openai-completions";
|
|
12161
|
+
provider: string;
|
|
12162
|
+
baseUrl: string;
|
|
12163
|
+
reasoning: false;
|
|
12164
|
+
input: "text"[];
|
|
12165
|
+
cost: {
|
|
12166
|
+
input: number;
|
|
12167
|
+
output: number;
|
|
12168
|
+
cacheRead: number;
|
|
12169
|
+
cacheWrite: number;
|
|
12170
|
+
};
|
|
12171
|
+
contextWindow: number;
|
|
12172
|
+
maxTokens: number;
|
|
12173
|
+
};
|
|
11885
12174
|
readonly "qwen/qwen-plus": {
|
|
11886
12175
|
id: string;
|
|
11887
12176
|
name: string;
|
|
@@ -13038,6 +13327,23 @@ export declare const MODELS: {
|
|
|
13038
13327
|
contextWindow: number;
|
|
13039
13328
|
maxTokens: number;
|
|
13040
13329
|
};
|
|
13330
|
+
readonly "z-ai/glm-5.2": {
|
|
13331
|
+
id: string;
|
|
13332
|
+
name: string;
|
|
13333
|
+
api: "openai-completions";
|
|
13334
|
+
provider: string;
|
|
13335
|
+
baseUrl: string;
|
|
13336
|
+
reasoning: true;
|
|
13337
|
+
input: "text"[];
|
|
13338
|
+
cost: {
|
|
13339
|
+
input: number;
|
|
13340
|
+
output: number;
|
|
13341
|
+
cacheRead: number;
|
|
13342
|
+
cacheWrite: number;
|
|
13343
|
+
};
|
|
13344
|
+
contextWindow: number;
|
|
13345
|
+
maxTokens: number;
|
|
13346
|
+
};
|
|
13041
13347
|
readonly "~anthropic/claude-fable-latest": {
|
|
13042
13348
|
id: string;
|
|
13043
13349
|
name: string;
|
|
@@ -13200,7 +13506,7 @@ export declare const MODELS: {
|
|
|
13200
13506
|
};
|
|
13201
13507
|
};
|
|
13202
13508
|
readonly together: {
|
|
13203
|
-
readonly "MiniMaxAI/MiniMax-M2.
|
|
13509
|
+
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
13204
13510
|
id: string;
|
|
13205
13511
|
name: string;
|
|
13206
13512
|
api: "openai-completions";
|
|
@@ -13231,7 +13537,7 @@ export declare const MODELS: {
|
|
|
13231
13537
|
contextWindow: number;
|
|
13232
13538
|
maxTokens: number;
|
|
13233
13539
|
};
|
|
13234
|
-
readonly "MiniMaxAI/MiniMax-
|
|
13540
|
+
readonly "MiniMaxAI/MiniMax-M3": {
|
|
13235
13541
|
id: string;
|
|
13236
13542
|
name: string;
|
|
13237
13543
|
api: "openai-completions";
|
|
@@ -13244,15 +13550,15 @@ export declare const MODELS: {
|
|
|
13244
13550
|
maxTokensField: "max_tokens";
|
|
13245
13551
|
supportsStrictMode: false;
|
|
13246
13552
|
supportsLongCacheRetention: false;
|
|
13553
|
+
thinkingFormat: "together";
|
|
13247
13554
|
};
|
|
13248
13555
|
reasoning: true;
|
|
13249
13556
|
thinkingLevelMap: {
|
|
13250
|
-
off: null;
|
|
13251
13557
|
minimal: null;
|
|
13252
13558
|
low: null;
|
|
13253
13559
|
medium: null;
|
|
13254
13560
|
};
|
|
13255
|
-
input: "text"[];
|
|
13561
|
+
input: ("image" | "text")[];
|
|
13256
13562
|
cost: {
|
|
13257
13563
|
input: number;
|
|
13258
13564
|
output: number;
|
|
@@ -13262,7 +13568,7 @@ export declare const MODELS: {
|
|
|
13262
13568
|
contextWindow: number;
|
|
13263
13569
|
maxTokens: number;
|
|
13264
13570
|
};
|
|
13265
|
-
readonly "Qwen/
|
|
13571
|
+
readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
|
|
13266
13572
|
id: string;
|
|
13267
13573
|
name: string;
|
|
13268
13574
|
api: "openai-completions";
|
|
@@ -13275,14 +13581,8 @@ export declare const MODELS: {
|
|
|
13275
13581
|
maxTokensField: "max_tokens";
|
|
13276
13582
|
supportsStrictMode: false;
|
|
13277
13583
|
supportsLongCacheRetention: false;
|
|
13278
|
-
thinkingFormat: "together";
|
|
13279
|
-
};
|
|
13280
|
-
reasoning: true;
|
|
13281
|
-
thinkingLevelMap: {
|
|
13282
|
-
minimal: null;
|
|
13283
|
-
low: null;
|
|
13284
|
-
medium: null;
|
|
13285
13584
|
};
|
|
13585
|
+
reasoning: false;
|
|
13286
13586
|
input: "text"[];
|
|
13287
13587
|
cost: {
|
|
13288
13588
|
input: number;
|
|
@@ -13293,7 +13593,7 @@ export declare const MODELS: {
|
|
|
13293
13593
|
contextWindow: number;
|
|
13294
13594
|
maxTokens: number;
|
|
13295
13595
|
};
|
|
13296
|
-
readonly "Qwen/Qwen3-
|
|
13596
|
+
readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
|
|
13297
13597
|
id: string;
|
|
13298
13598
|
name: string;
|
|
13299
13599
|
api: "openai-completions";
|
|
@@ -13318,7 +13618,7 @@ export declare const MODELS: {
|
|
|
13318
13618
|
contextWindow: number;
|
|
13319
13619
|
maxTokens: number;
|
|
13320
13620
|
};
|
|
13321
|
-
readonly "Qwen/Qwen3-
|
|
13621
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
13322
13622
|
id: string;
|
|
13323
13623
|
name: string;
|
|
13324
13624
|
api: "openai-completions";
|
|
@@ -13339,7 +13639,7 @@ export declare const MODELS: {
|
|
|
13339
13639
|
low: null;
|
|
13340
13640
|
medium: null;
|
|
13341
13641
|
};
|
|
13342
|
-
input: "text"[];
|
|
13642
|
+
input: ("image" | "text")[];
|
|
13343
13643
|
cost: {
|
|
13344
13644
|
input: number;
|
|
13345
13645
|
output: number;
|
|
@@ -13349,7 +13649,7 @@ export declare const MODELS: {
|
|
|
13349
13649
|
contextWindow: number;
|
|
13350
13650
|
maxTokens: number;
|
|
13351
13651
|
};
|
|
13352
|
-
readonly "Qwen/Qwen3.5-
|
|
13652
|
+
readonly "Qwen/Qwen3.5-9B": {
|
|
13353
13653
|
id: string;
|
|
13354
13654
|
name: string;
|
|
13355
13655
|
api: "openai-completions";
|
|
@@ -13424,14 +13724,8 @@ export declare const MODELS: {
|
|
|
13424
13724
|
maxTokensField: "max_tokens";
|
|
13425
13725
|
supportsStrictMode: false;
|
|
13426
13726
|
supportsLongCacheRetention: false;
|
|
13427
|
-
thinkingFormat: "together";
|
|
13428
|
-
};
|
|
13429
|
-
reasoning: true;
|
|
13430
|
-
thinkingLevelMap: {
|
|
13431
|
-
minimal: null;
|
|
13432
|
-
low: null;
|
|
13433
|
-
medium: null;
|
|
13434
13727
|
};
|
|
13728
|
+
reasoning: false;
|
|
13435
13729
|
input: "text"[];
|
|
13436
13730
|
cost: {
|
|
13437
13731
|
input: number;
|
|
@@ -13442,7 +13736,7 @@ export declare const MODELS: {
|
|
|
13442
13736
|
contextWindow: number;
|
|
13443
13737
|
maxTokens: number;
|
|
13444
13738
|
};
|
|
13445
|
-
readonly "deepseek-ai/DeepSeek-
|
|
13739
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
13446
13740
|
id: string;
|
|
13447
13741
|
name: string;
|
|
13448
13742
|
api: "openai-completions";
|
|
@@ -13451,7 +13745,7 @@ export declare const MODELS: {
|
|
|
13451
13745
|
compat: {
|
|
13452
13746
|
supportsStore: false;
|
|
13453
13747
|
supportsDeveloperRole: false;
|
|
13454
|
-
supportsReasoningEffort:
|
|
13748
|
+
supportsReasoningEffort: true;
|
|
13455
13749
|
maxTokensField: "max_tokens";
|
|
13456
13750
|
supportsStrictMode: false;
|
|
13457
13751
|
supportsLongCacheRetention: false;
|
|
@@ -13462,6 +13756,8 @@ export declare const MODELS: {
|
|
|
13462
13756
|
minimal: null;
|
|
13463
13757
|
low: null;
|
|
13464
13758
|
medium: null;
|
|
13759
|
+
high: string;
|
|
13760
|
+
xhigh: null;
|
|
13465
13761
|
};
|
|
13466
13762
|
input: "text"[];
|
|
13467
13763
|
cost: {
|
|
@@ -13473,7 +13769,7 @@ export declare const MODELS: {
|
|
|
13473
13769
|
contextWindow: number;
|
|
13474
13770
|
maxTokens: number;
|
|
13475
13771
|
};
|
|
13476
|
-
readonly "
|
|
13772
|
+
readonly "essentialai/Rnj-1-Instruct": {
|
|
13477
13773
|
id: string;
|
|
13478
13774
|
name: string;
|
|
13479
13775
|
api: "openai-completions";
|
|
@@ -13486,14 +13782,8 @@ export declare const MODELS: {
|
|
|
13486
13782
|
maxTokensField: "max_tokens";
|
|
13487
13783
|
supportsStrictMode: false;
|
|
13488
13784
|
supportsLongCacheRetention: false;
|
|
13489
|
-
thinkingFormat: "together";
|
|
13490
|
-
};
|
|
13491
|
-
reasoning: true;
|
|
13492
|
-
thinkingLevelMap: {
|
|
13493
|
-
minimal: null;
|
|
13494
|
-
low: null;
|
|
13495
|
-
medium: null;
|
|
13496
13785
|
};
|
|
13786
|
+
reasoning: false;
|
|
13497
13787
|
input: "text"[];
|
|
13498
13788
|
cost: {
|
|
13499
13789
|
input: number;
|
|
@@ -13504,7 +13794,7 @@ export declare const MODELS: {
|
|
|
13504
13794
|
contextWindow: number;
|
|
13505
13795
|
maxTokens: number;
|
|
13506
13796
|
};
|
|
13507
|
-
readonly "
|
|
13797
|
+
readonly "google/gemma-4-31B-it": {
|
|
13508
13798
|
id: string;
|
|
13509
13799
|
name: string;
|
|
13510
13800
|
api: "openai-completions";
|
|
@@ -13513,7 +13803,7 @@ export declare const MODELS: {
|
|
|
13513
13803
|
compat: {
|
|
13514
13804
|
supportsStore: false;
|
|
13515
13805
|
supportsDeveloperRole: false;
|
|
13516
|
-
supportsReasoningEffort:
|
|
13806
|
+
supportsReasoningEffort: false;
|
|
13517
13807
|
maxTokensField: "max_tokens";
|
|
13518
13808
|
supportsStrictMode: false;
|
|
13519
13809
|
supportsLongCacheRetention: false;
|
|
@@ -13524,10 +13814,8 @@ export declare const MODELS: {
|
|
|
13524
13814
|
minimal: null;
|
|
13525
13815
|
low: null;
|
|
13526
13816
|
medium: null;
|
|
13527
|
-
high: string;
|
|
13528
|
-
xhigh: null;
|
|
13529
13817
|
};
|
|
13530
|
-
input: "text"[];
|
|
13818
|
+
input: ("image" | "text")[];
|
|
13531
13819
|
cost: {
|
|
13532
13820
|
input: number;
|
|
13533
13821
|
output: number;
|
|
@@ -13537,7 +13825,7 @@ export declare const MODELS: {
|
|
|
13537
13825
|
contextWindow: number;
|
|
13538
13826
|
maxTokens: number;
|
|
13539
13827
|
};
|
|
13540
|
-
readonly "
|
|
13828
|
+
readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
|
|
13541
13829
|
id: string;
|
|
13542
13830
|
name: string;
|
|
13543
13831
|
api: "openai-completions";
|
|
@@ -13562,7 +13850,7 @@ export declare const MODELS: {
|
|
|
13562
13850
|
contextWindow: number;
|
|
13563
13851
|
maxTokens: number;
|
|
13564
13852
|
};
|
|
13565
|
-
readonly "
|
|
13853
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
13566
13854
|
id: string;
|
|
13567
13855
|
name: string;
|
|
13568
13856
|
api: "openai-completions";
|
|
@@ -13593,7 +13881,7 @@ export declare const MODELS: {
|
|
|
13593
13881
|
contextWindow: number;
|
|
13594
13882
|
maxTokens: number;
|
|
13595
13883
|
};
|
|
13596
|
-
readonly "
|
|
13884
|
+
readonly "moonshotai/Kimi-K2.7-Code": {
|
|
13597
13885
|
id: string;
|
|
13598
13886
|
name: string;
|
|
13599
13887
|
api: "openai-completions";
|
|
@@ -13606,8 +13894,14 @@ export declare const MODELS: {
|
|
|
13606
13894
|
maxTokensField: "max_tokens";
|
|
13607
13895
|
supportsStrictMode: false;
|
|
13608
13896
|
supportsLongCacheRetention: false;
|
|
13897
|
+
thinkingFormat: "together";
|
|
13898
|
+
};
|
|
13899
|
+
reasoning: true;
|
|
13900
|
+
thinkingLevelMap: {
|
|
13901
|
+
minimal: null;
|
|
13902
|
+
low: null;
|
|
13903
|
+
medium: null;
|
|
13609
13904
|
};
|
|
13610
|
-
reasoning: false;
|
|
13611
13905
|
input: "text"[];
|
|
13612
13906
|
cost: {
|
|
13613
13907
|
input: number;
|
|
@@ -13618,7 +13912,7 @@ export declare const MODELS: {
|
|
|
13618
13912
|
contextWindow: number;
|
|
13619
13913
|
maxTokens: number;
|
|
13620
13914
|
};
|
|
13621
|
-
readonly "
|
|
13915
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
13622
13916
|
id: string;
|
|
13623
13917
|
name: string;
|
|
13624
13918
|
api: "openai-completions";
|
|
@@ -13639,7 +13933,7 @@ export declare const MODELS: {
|
|
|
13639
13933
|
low: null;
|
|
13640
13934
|
medium: null;
|
|
13641
13935
|
};
|
|
13642
|
-
input:
|
|
13936
|
+
input: "text"[];
|
|
13643
13937
|
cost: {
|
|
13644
13938
|
input: number;
|
|
13645
13939
|
output: number;
|
|
@@ -13649,7 +13943,7 @@ export declare const MODELS: {
|
|
|
13649
13943
|
contextWindow: number;
|
|
13650
13944
|
maxTokens: number;
|
|
13651
13945
|
};
|
|
13652
|
-
readonly "
|
|
13946
|
+
readonly "openai/gpt-oss-120b": {
|
|
13653
13947
|
id: string;
|
|
13654
13948
|
name: string;
|
|
13655
13949
|
api: "openai-completions";
|
|
@@ -13658,19 +13952,18 @@ export declare const MODELS: {
|
|
|
13658
13952
|
compat: {
|
|
13659
13953
|
supportsStore: false;
|
|
13660
13954
|
supportsDeveloperRole: false;
|
|
13661
|
-
supportsReasoningEffort:
|
|
13955
|
+
supportsReasoningEffort: true;
|
|
13662
13956
|
maxTokensField: "max_tokens";
|
|
13663
13957
|
supportsStrictMode: false;
|
|
13664
13958
|
supportsLongCacheRetention: false;
|
|
13665
|
-
thinkingFormat: "
|
|
13959
|
+
thinkingFormat: "openai";
|
|
13666
13960
|
};
|
|
13667
13961
|
reasoning: true;
|
|
13668
13962
|
thinkingLevelMap: {
|
|
13963
|
+
off: null;
|
|
13669
13964
|
minimal: null;
|
|
13670
|
-
low: null;
|
|
13671
|
-
medium: null;
|
|
13672
13965
|
};
|
|
13673
|
-
input:
|
|
13966
|
+
input: "text"[];
|
|
13674
13967
|
cost: {
|
|
13675
13968
|
input: number;
|
|
13676
13969
|
output: number;
|
|
@@ -13680,7 +13973,7 @@ export declare const MODELS: {
|
|
|
13680
13973
|
contextWindow: number;
|
|
13681
13974
|
maxTokens: number;
|
|
13682
13975
|
};
|
|
13683
|
-
readonly "
|
|
13976
|
+
readonly "openai/gpt-oss-20b": {
|
|
13684
13977
|
id: string;
|
|
13685
13978
|
name: string;
|
|
13686
13979
|
api: "openai-completions";
|
|
@@ -13689,17 +13982,16 @@ export declare const MODELS: {
|
|
|
13689
13982
|
compat: {
|
|
13690
13983
|
supportsStore: false;
|
|
13691
13984
|
supportsDeveloperRole: false;
|
|
13692
|
-
supportsReasoningEffort:
|
|
13985
|
+
supportsReasoningEffort: true;
|
|
13693
13986
|
maxTokensField: "max_tokens";
|
|
13694
13987
|
supportsStrictMode: false;
|
|
13695
13988
|
supportsLongCacheRetention: false;
|
|
13696
|
-
thinkingFormat: "
|
|
13989
|
+
thinkingFormat: "openai";
|
|
13697
13990
|
};
|
|
13698
13991
|
reasoning: true;
|
|
13699
13992
|
thinkingLevelMap: {
|
|
13993
|
+
off: null;
|
|
13700
13994
|
minimal: null;
|
|
13701
|
-
low: null;
|
|
13702
|
-
medium: null;
|
|
13703
13995
|
};
|
|
13704
13996
|
input: "text"[];
|
|
13705
13997
|
cost: {
|
|
@@ -13711,7 +14003,7 @@ export declare const MODELS: {
|
|
|
13711
14003
|
contextWindow: number;
|
|
13712
14004
|
maxTokens: number;
|
|
13713
14005
|
};
|
|
13714
|
-
readonly "
|
|
14006
|
+
readonly "zai-org/GLM-5": {
|
|
13715
14007
|
id: string;
|
|
13716
14008
|
name: string;
|
|
13717
14009
|
api: "openai-completions";
|
|
@@ -13720,16 +14012,17 @@ export declare const MODELS: {
|
|
|
13720
14012
|
compat: {
|
|
13721
14013
|
supportsStore: false;
|
|
13722
14014
|
supportsDeveloperRole: false;
|
|
13723
|
-
supportsReasoningEffort:
|
|
14015
|
+
supportsReasoningEffort: false;
|
|
13724
14016
|
maxTokensField: "max_tokens";
|
|
13725
14017
|
supportsStrictMode: false;
|
|
13726
14018
|
supportsLongCacheRetention: false;
|
|
13727
|
-
thinkingFormat: "
|
|
14019
|
+
thinkingFormat: "together";
|
|
13728
14020
|
};
|
|
13729
14021
|
reasoning: true;
|
|
13730
14022
|
thinkingLevelMap: {
|
|
13731
|
-
off: null;
|
|
13732
14023
|
minimal: null;
|
|
14024
|
+
low: null;
|
|
14025
|
+
medium: null;
|
|
13733
14026
|
};
|
|
13734
14027
|
input: "text"[];
|
|
13735
14028
|
cost: {
|
|
@@ -14165,30 +14458,6 @@ export declare const MODELS: {
|
|
|
14165
14458
|
contextWindow: number;
|
|
14166
14459
|
maxTokens: number;
|
|
14167
14460
|
};
|
|
14168
|
-
readonly "anthropic/claude-fable-5": {
|
|
14169
|
-
id: string;
|
|
14170
|
-
name: string;
|
|
14171
|
-
api: "anthropic-messages";
|
|
14172
|
-
provider: string;
|
|
14173
|
-
baseUrl: string;
|
|
14174
|
-
reasoning: true;
|
|
14175
|
-
thinkingLevelMap: {
|
|
14176
|
-
minimal: string;
|
|
14177
|
-
low: string;
|
|
14178
|
-
medium: string;
|
|
14179
|
-
high: string;
|
|
14180
|
-
xhigh: string;
|
|
14181
|
-
};
|
|
14182
|
-
input: ("image" | "text")[];
|
|
14183
|
-
cost: {
|
|
14184
|
-
input: number;
|
|
14185
|
-
output: number;
|
|
14186
|
-
cacheRead: number;
|
|
14187
|
-
cacheWrite: number;
|
|
14188
|
-
};
|
|
14189
|
-
contextWindow: number;
|
|
14190
|
-
maxTokens: number;
|
|
14191
|
-
};
|
|
14192
14461
|
readonly "anthropic/claude-haiku-4.5": {
|
|
14193
14462
|
id: string;
|
|
14194
14463
|
name: string;
|
|
@@ -15324,14 +15593,14 @@ export declare const MODELS: {
|
|
|
15324
15593
|
contextWindow: number;
|
|
15325
15594
|
maxTokens: number;
|
|
15326
15595
|
};
|
|
15327
|
-
readonly "moonshotai/kimi-k2
|
|
15596
|
+
readonly "moonshotai/kimi-k2.5": {
|
|
15328
15597
|
id: string;
|
|
15329
15598
|
name: string;
|
|
15330
15599
|
api: "anthropic-messages";
|
|
15331
15600
|
provider: string;
|
|
15332
15601
|
baseUrl: string;
|
|
15333
15602
|
reasoning: true;
|
|
15334
|
-
input: "text"[];
|
|
15603
|
+
input: ("image" | "text")[];
|
|
15335
15604
|
cost: {
|
|
15336
15605
|
input: number;
|
|
15337
15606
|
output: number;
|
|
@@ -15341,14 +15610,14 @@ export declare const MODELS: {
|
|
|
15341
15610
|
contextWindow: number;
|
|
15342
15611
|
maxTokens: number;
|
|
15343
15612
|
};
|
|
15344
|
-
readonly "moonshotai/kimi-k2
|
|
15613
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
15345
15614
|
id: string;
|
|
15346
15615
|
name: string;
|
|
15347
15616
|
api: "anthropic-messages";
|
|
15348
15617
|
provider: string;
|
|
15349
15618
|
baseUrl: string;
|
|
15350
|
-
reasoning:
|
|
15351
|
-
input: "text"[];
|
|
15619
|
+
reasoning: true;
|
|
15620
|
+
input: ("image" | "text")[];
|
|
15352
15621
|
cost: {
|
|
15353
15622
|
input: number;
|
|
15354
15623
|
output: number;
|
|
@@ -15358,7 +15627,7 @@ export declare const MODELS: {
|
|
|
15358
15627
|
contextWindow: number;
|
|
15359
15628
|
maxTokens: number;
|
|
15360
15629
|
};
|
|
15361
|
-
readonly "moonshotai/kimi-k2.
|
|
15630
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
15362
15631
|
id: string;
|
|
15363
15632
|
name: string;
|
|
15364
15633
|
api: "anthropic-messages";
|
|
@@ -15375,7 +15644,7 @@ export declare const MODELS: {
|
|
|
15375
15644
|
contextWindow: number;
|
|
15376
15645
|
maxTokens: number;
|
|
15377
15646
|
};
|
|
15378
|
-
readonly "moonshotai/kimi-k2.
|
|
15647
|
+
readonly "moonshotai/kimi-k2.7-code-highspeed": {
|
|
15379
15648
|
id: string;
|
|
15380
15649
|
name: string;
|
|
15381
15650
|
api: "anthropic-messages";
|
|
@@ -16601,6 +16870,23 @@ export declare const MODELS: {
|
|
|
16601
16870
|
contextWindow: number;
|
|
16602
16871
|
maxTokens: number;
|
|
16603
16872
|
};
|
|
16873
|
+
readonly "zai/glm-5.2": {
|
|
16874
|
+
id: string;
|
|
16875
|
+
name: string;
|
|
16876
|
+
api: "anthropic-messages";
|
|
16877
|
+
provider: string;
|
|
16878
|
+
baseUrl: string;
|
|
16879
|
+
reasoning: true;
|
|
16880
|
+
input: "text"[];
|
|
16881
|
+
cost: {
|
|
16882
|
+
input: number;
|
|
16883
|
+
output: number;
|
|
16884
|
+
cacheRead: number;
|
|
16885
|
+
cacheWrite: number;
|
|
16886
|
+
};
|
|
16887
|
+
contextWindow: number;
|
|
16888
|
+
maxTokens: number;
|
|
16889
|
+
};
|
|
16604
16890
|
readonly "zai/glm-5v-turbo": {
|
|
16605
16891
|
id: string;
|
|
16606
16892
|
name: string;
|
|
@@ -17006,6 +17292,28 @@ export declare const MODELS: {
|
|
|
17006
17292
|
contextWindow: number;
|
|
17007
17293
|
maxTokens: number;
|
|
17008
17294
|
};
|
|
17295
|
+
readonly "glm-5.2": {
|
|
17296
|
+
id: string;
|
|
17297
|
+
name: string;
|
|
17298
|
+
api: "openai-completions";
|
|
17299
|
+
provider: string;
|
|
17300
|
+
baseUrl: string;
|
|
17301
|
+
compat: {
|
|
17302
|
+
supportsDeveloperRole: false;
|
|
17303
|
+
thinkingFormat: "zai";
|
|
17304
|
+
zaiToolStream: true;
|
|
17305
|
+
};
|
|
17306
|
+
reasoning: true;
|
|
17307
|
+
input: "text"[];
|
|
17308
|
+
cost: {
|
|
17309
|
+
input: number;
|
|
17310
|
+
output: number;
|
|
17311
|
+
cacheRead: number;
|
|
17312
|
+
cacheWrite: number;
|
|
17313
|
+
};
|
|
17314
|
+
contextWindow: number;
|
|
17315
|
+
maxTokens: number;
|
|
17316
|
+
};
|
|
17009
17317
|
readonly "glm-5v-turbo": {
|
|
17010
17318
|
id: string;
|
|
17011
17319
|
name: string;
|