@elyracode/ai 0.9.30 → 0.9.32
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/models.generated.d.ts +1534 -562
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +1909 -1031
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -819,6 +819,57 @@ export const MODELS = {
|
|
|
819
819
|
contextWindow: 1000000,
|
|
820
820
|
maxTokens: 128000,
|
|
821
821
|
},
|
|
822
|
+
"global.openai.gpt-5.6-luna": {
|
|
823
|
+
id: "global.openai.gpt-5.6-luna",
|
|
824
|
+
name: "GPT-5.6 Luna (Global)",
|
|
825
|
+
api: "bedrock-converse-stream",
|
|
826
|
+
provider: "amazon-bedrock",
|
|
827
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
828
|
+
reasoning: true,
|
|
829
|
+
input: ["text", "image"],
|
|
830
|
+
cost: {
|
|
831
|
+
input: 0.22,
|
|
832
|
+
output: 1.32,
|
|
833
|
+
cacheRead: 0.022,
|
|
834
|
+
cacheWrite: 0.275,
|
|
835
|
+
},
|
|
836
|
+
contextWindow: 1050000,
|
|
837
|
+
maxTokens: 128000,
|
|
838
|
+
},
|
|
839
|
+
"global.openai.gpt-5.6-sol": {
|
|
840
|
+
id: "global.openai.gpt-5.6-sol",
|
|
841
|
+
name: "GPT-5.6 Sol (Global)",
|
|
842
|
+
api: "bedrock-converse-stream",
|
|
843
|
+
provider: "amazon-bedrock",
|
|
844
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
845
|
+
reasoning: true,
|
|
846
|
+
input: ["text", "image"],
|
|
847
|
+
cost: {
|
|
848
|
+
input: 5.5,
|
|
849
|
+
output: 33,
|
|
850
|
+
cacheRead: 0.55,
|
|
851
|
+
cacheWrite: 6.875,
|
|
852
|
+
},
|
|
853
|
+
contextWindow: 1050000,
|
|
854
|
+
maxTokens: 128000,
|
|
855
|
+
},
|
|
856
|
+
"global.openai.gpt-5.6-terra": {
|
|
857
|
+
id: "global.openai.gpt-5.6-terra",
|
|
858
|
+
name: "GPT-5.6 Terra (Global)",
|
|
859
|
+
api: "bedrock-converse-stream",
|
|
860
|
+
provider: "amazon-bedrock",
|
|
861
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
862
|
+
reasoning: true,
|
|
863
|
+
input: ["text", "image"],
|
|
864
|
+
cost: {
|
|
865
|
+
input: 2.2,
|
|
866
|
+
output: 13.2,
|
|
867
|
+
cacheRead: 0.22,
|
|
868
|
+
cacheWrite: 2.75,
|
|
869
|
+
},
|
|
870
|
+
contextWindow: 1050000,
|
|
871
|
+
maxTokens: 128000,
|
|
872
|
+
},
|
|
822
873
|
"google.gemma-3-27b-it": {
|
|
823
874
|
id: "google.gemma-3-27b-it",
|
|
824
875
|
name: "Google Gemma 3 27B Instruct",
|
|
@@ -1984,6 +2035,23 @@ export const MODELS = {
|
|
|
1984
2035
|
contextWindow: 1000000,
|
|
1985
2036
|
maxTokens: 131072,
|
|
1986
2037
|
},
|
|
2038
|
+
"xai.grok-4.6": {
|
|
2039
|
+
id: "xai.grok-4.6",
|
|
2040
|
+
name: "Grok 4.6",
|
|
2041
|
+
api: "bedrock-converse-stream",
|
|
2042
|
+
provider: "amazon-bedrock",
|
|
2043
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
2044
|
+
reasoning: true,
|
|
2045
|
+
input: ["text", "image"],
|
|
2046
|
+
cost: {
|
|
2047
|
+
input: 2.2,
|
|
2048
|
+
output: 6.6,
|
|
2049
|
+
cacheRead: 0.55,
|
|
2050
|
+
cacheWrite: 0,
|
|
2051
|
+
},
|
|
2052
|
+
contextWindow: 500000,
|
|
2053
|
+
maxTokens: 500000,
|
|
2054
|
+
},
|
|
1987
2055
|
"zai.glm-4.7": {
|
|
1988
2056
|
id: "zai.glm-4.7",
|
|
1989
2057
|
name: "GLM-4.7",
|
|
@@ -2749,10 +2817,10 @@ export const MODELS = {
|
|
|
2749
2817
|
thinkingLevelMap: { "off": null },
|
|
2750
2818
|
input: ["text", "image"],
|
|
2751
2819
|
cost: {
|
|
2752
|
-
input:
|
|
2753
|
-
output:
|
|
2754
|
-
cacheRead: 0.
|
|
2755
|
-
cacheWrite:
|
|
2820
|
+
input: 4,
|
|
2821
|
+
output: 20,
|
|
2822
|
+
cacheRead: 0.4,
|
|
2823
|
+
cacheWrite: 5,
|
|
2756
2824
|
},
|
|
2757
2825
|
contextWindow: 1050000,
|
|
2758
2826
|
maxTokens: 128000,
|
|
@@ -2785,10 +2853,10 @@ export const MODELS = {
|
|
|
2785
2853
|
thinkingLevelMap: { "off": null },
|
|
2786
2854
|
input: ["text", "image"],
|
|
2787
2855
|
cost: {
|
|
2788
|
-
input:
|
|
2789
|
-
output:
|
|
2790
|
-
cacheRead: 0.
|
|
2791
|
-
cacheWrite:
|
|
2856
|
+
input: 4,
|
|
2857
|
+
output: 20,
|
|
2858
|
+
cacheRead: 0.4,
|
|
2859
|
+
cacheWrite: 5,
|
|
2792
2860
|
},
|
|
2793
2861
|
contextWindow: 1050000,
|
|
2794
2862
|
maxTokens: 128000,
|
|
@@ -2966,93 +3034,8 @@ export const MODELS = {
|
|
|
2966
3034
|
contextWindow: 131072,
|
|
2967
3035
|
maxTokens: 40960,
|
|
2968
3036
|
},
|
|
2969
|
-
"zai-glm-4.7": {
|
|
2970
|
-
id: "zai-glm-4.7",
|
|
2971
|
-
name: "Z.AI GLM-4.7",
|
|
2972
|
-
api: "openai-completions",
|
|
2973
|
-
provider: "cerebras",
|
|
2974
|
-
baseUrl: "https://api.cerebras.ai/v1",
|
|
2975
|
-
reasoning: true,
|
|
2976
|
-
input: ["text"],
|
|
2977
|
-
cost: {
|
|
2978
|
-
input: 2.25,
|
|
2979
|
-
output: 2.75,
|
|
2980
|
-
cacheRead: 2.25,
|
|
2981
|
-
cacheWrite: 0,
|
|
2982
|
-
},
|
|
2983
|
-
contextWindow: 131072,
|
|
2984
|
-
maxTokens: 40960,
|
|
2985
|
-
},
|
|
2986
3037
|
},
|
|
2987
3038
|
"cloudflare-ai-gateway": {
|
|
2988
|
-
"claude-3-haiku": {
|
|
2989
|
-
id: "claude-3-haiku",
|
|
2990
|
-
name: "Claude Haiku 3",
|
|
2991
|
-
api: "anthropic-messages",
|
|
2992
|
-
provider: "cloudflare-ai-gateway",
|
|
2993
|
-
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
|
|
2994
|
-
reasoning: false,
|
|
2995
|
-
input: ["text", "image"],
|
|
2996
|
-
cost: {
|
|
2997
|
-
input: 0.25,
|
|
2998
|
-
output: 1.25,
|
|
2999
|
-
cacheRead: 0.03,
|
|
3000
|
-
cacheWrite: 0.3,
|
|
3001
|
-
},
|
|
3002
|
-
contextWindow: 200000,
|
|
3003
|
-
maxTokens: 4096,
|
|
3004
|
-
},
|
|
3005
|
-
"claude-3-opus": {
|
|
3006
|
-
id: "claude-3-opus",
|
|
3007
|
-
name: "Claude Opus 3",
|
|
3008
|
-
api: "anthropic-messages",
|
|
3009
|
-
provider: "cloudflare-ai-gateway",
|
|
3010
|
-
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
|
|
3011
|
-
reasoning: false,
|
|
3012
|
-
input: ["text", "image"],
|
|
3013
|
-
cost: {
|
|
3014
|
-
input: 15,
|
|
3015
|
-
output: 75,
|
|
3016
|
-
cacheRead: 1.5,
|
|
3017
|
-
cacheWrite: 18.75,
|
|
3018
|
-
},
|
|
3019
|
-
contextWindow: 200000,
|
|
3020
|
-
maxTokens: 4096,
|
|
3021
|
-
},
|
|
3022
|
-
"claude-3-sonnet": {
|
|
3023
|
-
id: "claude-3-sonnet",
|
|
3024
|
-
name: "Claude Sonnet 3",
|
|
3025
|
-
api: "anthropic-messages",
|
|
3026
|
-
provider: "cloudflare-ai-gateway",
|
|
3027
|
-
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
|
|
3028
|
-
reasoning: false,
|
|
3029
|
-
input: ["text", "image"],
|
|
3030
|
-
cost: {
|
|
3031
|
-
input: 3,
|
|
3032
|
-
output: 15,
|
|
3033
|
-
cacheRead: 0.3,
|
|
3034
|
-
cacheWrite: 0.3,
|
|
3035
|
-
},
|
|
3036
|
-
contextWindow: 200000,
|
|
3037
|
-
maxTokens: 4096,
|
|
3038
|
-
},
|
|
3039
|
-
"claude-3.5-sonnet": {
|
|
3040
|
-
id: "claude-3.5-sonnet",
|
|
3041
|
-
name: "Claude Sonnet 3.5 v2",
|
|
3042
|
-
api: "anthropic-messages",
|
|
3043
|
-
provider: "cloudflare-ai-gateway",
|
|
3044
|
-
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
|
|
3045
|
-
reasoning: false,
|
|
3046
|
-
input: ["text", "image"],
|
|
3047
|
-
cost: {
|
|
3048
|
-
input: 3,
|
|
3049
|
-
output: 15,
|
|
3050
|
-
cacheRead: 0.3,
|
|
3051
|
-
cacheWrite: 3.75,
|
|
3052
|
-
},
|
|
3053
|
-
contextWindow: 200000,
|
|
3054
|
-
maxTokens: 8192,
|
|
3055
|
-
},
|
|
3056
3039
|
"claude-fable-5": {
|
|
3057
3040
|
id: "claude-fable-5",
|
|
3058
3041
|
name: "Claude Fable 5",
|
|
@@ -3071,8 +3054,8 @@ export const MODELS = {
|
|
|
3071
3054
|
contextWindow: 1000000,
|
|
3072
3055
|
maxTokens: 128000,
|
|
3073
3056
|
},
|
|
3074
|
-
"claude-haiku-4
|
|
3075
|
-
id: "claude-haiku-4
|
|
3057
|
+
"claude-haiku-4.5": {
|
|
3058
|
+
id: "claude-haiku-4.5",
|
|
3076
3059
|
name: "Claude Haiku 4.5 (latest)",
|
|
3077
3060
|
api: "anthropic-messages",
|
|
3078
3061
|
provider: "cloudflare-ai-gateway",
|
|
@@ -3088,42 +3071,8 @@ export const MODELS = {
|
|
|
3088
3071
|
contextWindow: 200000,
|
|
3089
3072
|
maxTokens: 64000,
|
|
3090
3073
|
},
|
|
3091
|
-
"claude-opus-4": {
|
|
3092
|
-
id: "claude-opus-4",
|
|
3093
|
-
name: "Claude Opus 4 (latest)",
|
|
3094
|
-
api: "anthropic-messages",
|
|
3095
|
-
provider: "cloudflare-ai-gateway",
|
|
3096
|
-
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
|
|
3097
|
-
reasoning: true,
|
|
3098
|
-
input: ["text", "image"],
|
|
3099
|
-
cost: {
|
|
3100
|
-
input: 15,
|
|
3101
|
-
output: 75,
|
|
3102
|
-
cacheRead: 1.5,
|
|
3103
|
-
cacheWrite: 18.75,
|
|
3104
|
-
},
|
|
3105
|
-
contextWindow: 200000,
|
|
3106
|
-
maxTokens: 32000,
|
|
3107
|
-
},
|
|
3108
|
-
"claude-opus-4-1": {
|
|
3109
|
-
id: "claude-opus-4-1",
|
|
3110
|
-
name: "Claude Opus 4.1 (latest)",
|
|
3111
|
-
api: "anthropic-messages",
|
|
3112
|
-
provider: "cloudflare-ai-gateway",
|
|
3113
|
-
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
|
|
3114
|
-
reasoning: true,
|
|
3115
|
-
input: ["text", "image"],
|
|
3116
|
-
cost: {
|
|
3117
|
-
input: 15,
|
|
3118
|
-
output: 75,
|
|
3119
|
-
cacheRead: 1.5,
|
|
3120
|
-
cacheWrite: 18.75,
|
|
3121
|
-
},
|
|
3122
|
-
contextWindow: 200000,
|
|
3123
|
-
maxTokens: 32000,
|
|
3124
|
-
},
|
|
3125
|
-
"claude-opus-4-5": {
|
|
3126
|
-
id: "claude-opus-4-5",
|
|
3074
|
+
"claude-opus-4.5": {
|
|
3075
|
+
id: "claude-opus-4.5",
|
|
3127
3076
|
name: "Claude Opus 4.5 (latest)",
|
|
3128
3077
|
api: "anthropic-messages",
|
|
3129
3078
|
provider: "cloudflare-ai-gateway",
|
|
@@ -3139,9 +3088,9 @@ export const MODELS = {
|
|
|
3139
3088
|
contextWindow: 200000,
|
|
3140
3089
|
maxTokens: 64000,
|
|
3141
3090
|
},
|
|
3142
|
-
"claude-opus-4
|
|
3143
|
-
id: "claude-opus-4
|
|
3144
|
-
name: "Claude Opus 4.6
|
|
3091
|
+
"claude-opus-4.6": {
|
|
3092
|
+
id: "claude-opus-4.6",
|
|
3093
|
+
name: "Claude Opus 4.6",
|
|
3145
3094
|
api: "anthropic-messages",
|
|
3146
3095
|
provider: "cloudflare-ai-gateway",
|
|
3147
3096
|
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
|
|
@@ -3157,8 +3106,8 @@ export const MODELS = {
|
|
|
3157
3106
|
contextWindow: 1000000,
|
|
3158
3107
|
maxTokens: 128000,
|
|
3159
3108
|
},
|
|
3160
|
-
"claude-opus-4
|
|
3161
|
-
id: "claude-opus-4
|
|
3109
|
+
"claude-opus-4.7": {
|
|
3110
|
+
id: "claude-opus-4.7",
|
|
3162
3111
|
name: "Claude Opus 4.7",
|
|
3163
3112
|
api: "anthropic-messages",
|
|
3164
3113
|
provider: "cloudflare-ai-gateway",
|
|
@@ -3175,8 +3124,8 @@ export const MODELS = {
|
|
|
3175
3124
|
contextWindow: 1000000,
|
|
3176
3125
|
maxTokens: 128000,
|
|
3177
3126
|
},
|
|
3178
|
-
"claude-opus-4
|
|
3179
|
-
id: "claude-opus-4
|
|
3127
|
+
"claude-opus-4.8": {
|
|
3128
|
+
id: "claude-opus-4.8",
|
|
3180
3129
|
name: "Claude Opus 4.8",
|
|
3181
3130
|
api: "anthropic-messages",
|
|
3182
3131
|
provider: "cloudflare-ai-gateway",
|
|
@@ -3210,25 +3159,8 @@ export const MODELS = {
|
|
|
3210
3159
|
contextWindow: 1000000,
|
|
3211
3160
|
maxTokens: 128000,
|
|
3212
3161
|
},
|
|
3213
|
-
"claude-sonnet-4": {
|
|
3214
|
-
id: "claude-sonnet-4",
|
|
3215
|
-
name: "Claude Sonnet 4 (latest)",
|
|
3216
|
-
api: "anthropic-messages",
|
|
3217
|
-
provider: "cloudflare-ai-gateway",
|
|
3218
|
-
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
|
|
3219
|
-
reasoning: true,
|
|
3220
|
-
input: ["text", "image"],
|
|
3221
|
-
cost: {
|
|
3222
|
-
input: 3,
|
|
3223
|
-
output: 15,
|
|
3224
|
-
cacheRead: 0.3,
|
|
3225
|
-
cacheWrite: 3.75,
|
|
3226
|
-
},
|
|
3227
|
-
contextWindow: 200000,
|
|
3228
|
-
maxTokens: 64000,
|
|
3229
|
-
},
|
|
3230
|
-
"claude-sonnet-4-5": {
|
|
3231
|
-
id: "claude-sonnet-4-5",
|
|
3162
|
+
"claude-sonnet-4.5": {
|
|
3163
|
+
id: "claude-sonnet-4.5",
|
|
3232
3164
|
name: "Claude Sonnet 4.5 (latest)",
|
|
3233
3165
|
api: "anthropic-messages",
|
|
3234
3166
|
provider: "cloudflare-ai-gateway",
|
|
@@ -3241,11 +3173,11 @@ export const MODELS = {
|
|
|
3241
3173
|
cacheRead: 0.3,
|
|
3242
3174
|
cacheWrite: 3.75,
|
|
3243
3175
|
},
|
|
3244
|
-
contextWindow:
|
|
3176
|
+
contextWindow: 1000000,
|
|
3245
3177
|
maxTokens: 64000,
|
|
3246
3178
|
},
|
|
3247
|
-
"claude-sonnet-4
|
|
3248
|
-
id: "claude-sonnet-4
|
|
3179
|
+
"claude-sonnet-4.6": {
|
|
3180
|
+
id: "claude-sonnet-4.6",
|
|
3249
3181
|
name: "Claude Sonnet 4.6",
|
|
3250
3182
|
api: "anthropic-messages",
|
|
3251
3183
|
provider: "cloudflare-ai-gateway",
|
|
@@ -3259,7 +3191,7 @@ export const MODELS = {
|
|
|
3259
3191
|
cacheWrite: 3.75,
|
|
3260
3192
|
},
|
|
3261
3193
|
contextWindow: 1000000,
|
|
3262
|
-
maxTokens:
|
|
3194
|
+
maxTokens: 128000,
|
|
3263
3195
|
},
|
|
3264
3196
|
"claude-sonnet-5": {
|
|
3265
3197
|
id: "claude-sonnet-5",
|
|
@@ -3278,60 +3210,94 @@ export const MODELS = {
|
|
|
3278
3210
|
contextWindow: 1000000,
|
|
3279
3211
|
maxTokens: 128000,
|
|
3280
3212
|
},
|
|
3281
|
-
"gpt-4": {
|
|
3282
|
-
id: "gpt-4",
|
|
3283
|
-
name: "GPT-4",
|
|
3213
|
+
"gpt-4.1": {
|
|
3214
|
+
id: "gpt-4.1",
|
|
3215
|
+
name: "GPT-4.1",
|
|
3284
3216
|
api: "openai-responses",
|
|
3285
3217
|
provider: "cloudflare-ai-gateway",
|
|
3286
3218
|
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
3287
3219
|
reasoning: false,
|
|
3288
|
-
input: ["text"],
|
|
3220
|
+
input: ["text", "image"],
|
|
3289
3221
|
cost: {
|
|
3290
|
-
input:
|
|
3291
|
-
output:
|
|
3292
|
-
cacheRead: 0,
|
|
3222
|
+
input: 2,
|
|
3223
|
+
output: 8,
|
|
3224
|
+
cacheRead: 0.5,
|
|
3293
3225
|
cacheWrite: 0,
|
|
3294
3226
|
},
|
|
3295
|
-
contextWindow:
|
|
3296
|
-
maxTokens:
|
|
3227
|
+
contextWindow: 1047576,
|
|
3228
|
+
maxTokens: 32768,
|
|
3297
3229
|
},
|
|
3298
|
-
"gpt-
|
|
3299
|
-
id: "gpt-
|
|
3300
|
-
name: "GPT-
|
|
3230
|
+
"gpt-4.1-mini": {
|
|
3231
|
+
id: "gpt-4.1-mini",
|
|
3232
|
+
name: "GPT-4.1 mini",
|
|
3301
3233
|
api: "openai-responses",
|
|
3302
3234
|
provider: "cloudflare-ai-gateway",
|
|
3303
3235
|
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
3304
3236
|
reasoning: false,
|
|
3305
3237
|
input: ["text", "image"],
|
|
3306
3238
|
cost: {
|
|
3307
|
-
input:
|
|
3308
|
-
output:
|
|
3309
|
-
cacheRead: 1
|
|
3239
|
+
input: 0.4,
|
|
3240
|
+
output: 1.6,
|
|
3241
|
+
cacheRead: 0.1,
|
|
3310
3242
|
cacheWrite: 0,
|
|
3311
3243
|
},
|
|
3312
|
-
contextWindow:
|
|
3313
|
-
maxTokens:
|
|
3244
|
+
contextWindow: 1047576,
|
|
3245
|
+
maxTokens: 32768,
|
|
3314
3246
|
},
|
|
3315
|
-
"gpt-
|
|
3316
|
-
id: "gpt-
|
|
3317
|
-
name: "GPT-
|
|
3247
|
+
"gpt-4.1-nano": {
|
|
3248
|
+
id: "gpt-4.1-nano",
|
|
3249
|
+
name: "GPT-4.1 nano",
|
|
3318
3250
|
api: "openai-responses",
|
|
3319
3251
|
provider: "cloudflare-ai-gateway",
|
|
3320
3252
|
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
3321
3253
|
reasoning: false,
|
|
3322
3254
|
input: ["text", "image"],
|
|
3323
3255
|
cost: {
|
|
3324
|
-
input: 0.
|
|
3325
|
-
output: 0.
|
|
3326
|
-
cacheRead: 0.
|
|
3256
|
+
input: 0.1,
|
|
3257
|
+
output: 0.4,
|
|
3258
|
+
cacheRead: 0.025,
|
|
3259
|
+
cacheWrite: 0,
|
|
3260
|
+
},
|
|
3261
|
+
contextWindow: 1000000,
|
|
3262
|
+
maxTokens: 32768,
|
|
3263
|
+
},
|
|
3264
|
+
"gpt-4o": {
|
|
3265
|
+
id: "gpt-4o",
|
|
3266
|
+
name: "GPT-4o",
|
|
3267
|
+
api: "openai-responses",
|
|
3268
|
+
provider: "cloudflare-ai-gateway",
|
|
3269
|
+
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
3270
|
+
reasoning: false,
|
|
3271
|
+
input: ["text", "image"],
|
|
3272
|
+
cost: {
|
|
3273
|
+
input: 1.25,
|
|
3274
|
+
output: 5,
|
|
3275
|
+
cacheRead: 0.625,
|
|
3327
3276
|
cacheWrite: 0,
|
|
3328
3277
|
},
|
|
3329
3278
|
contextWindow: 128000,
|
|
3330
3279
|
maxTokens: 16384,
|
|
3331
3280
|
},
|
|
3332
|
-
"gpt-
|
|
3333
|
-
id: "gpt-
|
|
3334
|
-
name: "GPT-
|
|
3281
|
+
"gpt-4o-mini": {
|
|
3282
|
+
id: "gpt-4o-mini",
|
|
3283
|
+
name: "GPT-4o mini",
|
|
3284
|
+
api: "openai-responses",
|
|
3285
|
+
provider: "cloudflare-ai-gateway",
|
|
3286
|
+
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
3287
|
+
reasoning: false,
|
|
3288
|
+
input: ["text", "image"],
|
|
3289
|
+
cost: {
|
|
3290
|
+
input: 0.075,
|
|
3291
|
+
output: 0.3,
|
|
3292
|
+
cacheRead: 0.0375,
|
|
3293
|
+
cacheWrite: 0,
|
|
3294
|
+
},
|
|
3295
|
+
contextWindow: 128000,
|
|
3296
|
+
maxTokens: 16384,
|
|
3297
|
+
},
|
|
3298
|
+
"gpt-5": {
|
|
3299
|
+
id: "gpt-5",
|
|
3300
|
+
name: "GPT-5",
|
|
3335
3301
|
api: "openai-responses",
|
|
3336
3302
|
provider: "cloudflare-ai-gateway",
|
|
3337
3303
|
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
@@ -3341,15 +3307,51 @@ export const MODELS = {
|
|
|
3341
3307
|
cost: {
|
|
3342
3308
|
input: 1.25,
|
|
3343
3309
|
output: 10,
|
|
3344
|
-
cacheRead: 0.
|
|
3310
|
+
cacheRead: 0.125,
|
|
3345
3311
|
cacheWrite: 0,
|
|
3346
3312
|
},
|
|
3347
|
-
contextWindow:
|
|
3313
|
+
contextWindow: 128000,
|
|
3348
3314
|
maxTokens: 128000,
|
|
3349
3315
|
},
|
|
3350
|
-
"gpt-5
|
|
3351
|
-
id: "gpt-5
|
|
3352
|
-
name: "GPT-5
|
|
3316
|
+
"gpt-5-mini": {
|
|
3317
|
+
id: "gpt-5-mini",
|
|
3318
|
+
name: "GPT-5 Mini",
|
|
3319
|
+
api: "openai-responses",
|
|
3320
|
+
provider: "cloudflare-ai-gateway",
|
|
3321
|
+
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
3322
|
+
reasoning: true,
|
|
3323
|
+
thinkingLevelMap: { "off": null },
|
|
3324
|
+
input: ["text", "image"],
|
|
3325
|
+
cost: {
|
|
3326
|
+
input: 0.25,
|
|
3327
|
+
output: 2,
|
|
3328
|
+
cacheRead: 0.025,
|
|
3329
|
+
cacheWrite: 0,
|
|
3330
|
+
},
|
|
3331
|
+
contextWindow: 128000,
|
|
3332
|
+
maxTokens: 128000,
|
|
3333
|
+
},
|
|
3334
|
+
"gpt-5-nano": {
|
|
3335
|
+
id: "gpt-5-nano",
|
|
3336
|
+
name: "GPT-5 Nano",
|
|
3337
|
+
api: "openai-responses",
|
|
3338
|
+
provider: "cloudflare-ai-gateway",
|
|
3339
|
+
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
3340
|
+
reasoning: true,
|
|
3341
|
+
thinkingLevelMap: { "off": null },
|
|
3342
|
+
input: ["text", "image"],
|
|
3343
|
+
cost: {
|
|
3344
|
+
input: 0.05,
|
|
3345
|
+
output: 0.4,
|
|
3346
|
+
cacheRead: 0.005,
|
|
3347
|
+
cacheWrite: 0,
|
|
3348
|
+
},
|
|
3349
|
+
contextWindow: 128000,
|
|
3350
|
+
maxTokens: 128000,
|
|
3351
|
+
},
|
|
3352
|
+
"gpt-5.1": {
|
|
3353
|
+
id: "gpt-5.1",
|
|
3354
|
+
name: "GPT-5.1",
|
|
3353
3355
|
api: "openai-responses",
|
|
3354
3356
|
provider: "cloudflare-ai-gateway",
|
|
3355
3357
|
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
@@ -3362,12 +3364,12 @@ export const MODELS = {
|
|
|
3362
3364
|
cacheRead: 0.125,
|
|
3363
3365
|
cacheWrite: 0,
|
|
3364
3366
|
},
|
|
3365
|
-
contextWindow:
|
|
3367
|
+
contextWindow: 128000,
|
|
3366
3368
|
maxTokens: 128000,
|
|
3367
3369
|
},
|
|
3368
|
-
"gpt-5.
|
|
3369
|
-
id: "gpt-5.
|
|
3370
|
-
name: "GPT-5.
|
|
3370
|
+
"gpt-5.4": {
|
|
3371
|
+
id: "gpt-5.4",
|
|
3372
|
+
name: "GPT-5.4",
|
|
3371
3373
|
api: "openai-responses",
|
|
3372
3374
|
provider: "cloudflare-ai-gateway",
|
|
3373
3375
|
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
@@ -3375,17 +3377,17 @@ export const MODELS = {
|
|
|
3375
3377
|
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
3376
3378
|
input: ["text", "image"],
|
|
3377
3379
|
cost: {
|
|
3378
|
-
input:
|
|
3379
|
-
output:
|
|
3380
|
-
cacheRead: 0.
|
|
3380
|
+
input: 2.5,
|
|
3381
|
+
output: 15,
|
|
3382
|
+
cacheRead: 0.25,
|
|
3381
3383
|
cacheWrite: 0,
|
|
3382
3384
|
},
|
|
3383
|
-
contextWindow:
|
|
3385
|
+
contextWindow: 1000000,
|
|
3384
3386
|
maxTokens: 128000,
|
|
3385
3387
|
},
|
|
3386
|
-
"gpt-5.
|
|
3387
|
-
id: "gpt-5.
|
|
3388
|
-
name: "GPT-5.
|
|
3388
|
+
"gpt-5.4-mini": {
|
|
3389
|
+
id: "gpt-5.4-mini",
|
|
3390
|
+
name: "GPT-5.4 mini",
|
|
3389
3391
|
api: "openai-responses",
|
|
3390
3392
|
provider: "cloudflare-ai-gateway",
|
|
3391
3393
|
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
@@ -3393,17 +3395,17 @@ export const MODELS = {
|
|
|
3393
3395
|
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
3394
3396
|
input: ["text", "image"],
|
|
3395
3397
|
cost: {
|
|
3396
|
-
input:
|
|
3397
|
-
output:
|
|
3398
|
-
cacheRead: 0.
|
|
3398
|
+
input: 0.75,
|
|
3399
|
+
output: 4.5,
|
|
3400
|
+
cacheRead: 0.075,
|
|
3399
3401
|
cacheWrite: 0,
|
|
3400
3402
|
},
|
|
3401
|
-
contextWindow:
|
|
3403
|
+
contextWindow: 128000,
|
|
3402
3404
|
maxTokens: 128000,
|
|
3403
3405
|
},
|
|
3404
|
-
"gpt-5.
|
|
3405
|
-
id: "gpt-5.
|
|
3406
|
-
name: "GPT-5.
|
|
3406
|
+
"gpt-5.4-nano": {
|
|
3407
|
+
id: "gpt-5.4-nano",
|
|
3408
|
+
name: "GPT-5.4 nano",
|
|
3407
3409
|
api: "openai-responses",
|
|
3408
3410
|
provider: "cloudflare-ai-gateway",
|
|
3409
3411
|
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
@@ -3411,17 +3413,17 @@ export const MODELS = {
|
|
|
3411
3413
|
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
3412
3414
|
input: ["text", "image"],
|
|
3413
3415
|
cost: {
|
|
3414
|
-
input:
|
|
3415
|
-
output:
|
|
3416
|
-
cacheRead: 0.
|
|
3416
|
+
input: 0.2,
|
|
3417
|
+
output: 1.25,
|
|
3418
|
+
cacheRead: 0.02,
|
|
3417
3419
|
cacheWrite: 0,
|
|
3418
3420
|
},
|
|
3419
|
-
contextWindow:
|
|
3421
|
+
contextWindow: 128000,
|
|
3420
3422
|
maxTokens: 128000,
|
|
3421
3423
|
},
|
|
3422
|
-
"gpt-5.4": {
|
|
3423
|
-
id: "gpt-5.4",
|
|
3424
|
-
name: "GPT-5.4",
|
|
3424
|
+
"gpt-5.4-pro": {
|
|
3425
|
+
id: "gpt-5.4-pro",
|
|
3426
|
+
name: "GPT-5.4 Pro",
|
|
3425
3427
|
api: "openai-responses",
|
|
3426
3428
|
provider: "cloudflare-ai-gateway",
|
|
3427
3429
|
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
@@ -3429,12 +3431,12 @@ export const MODELS = {
|
|
|
3429
3431
|
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
3430
3432
|
input: ["text", "image"],
|
|
3431
3433
|
cost: {
|
|
3432
|
-
input:
|
|
3433
|
-
output:
|
|
3434
|
-
cacheRead: 0
|
|
3434
|
+
input: 30,
|
|
3435
|
+
output: 180,
|
|
3436
|
+
cacheRead: 0,
|
|
3435
3437
|
cacheWrite: 0,
|
|
3436
3438
|
},
|
|
3437
|
-
contextWindow:
|
|
3439
|
+
contextWindow: 1000000,
|
|
3438
3440
|
maxTokens: 128000,
|
|
3439
3441
|
},
|
|
3440
3442
|
"gpt-5.5": {
|
|
@@ -3449,10 +3451,28 @@ export const MODELS = {
|
|
|
3449
3451
|
cost: {
|
|
3450
3452
|
input: 5,
|
|
3451
3453
|
output: 30,
|
|
3452
|
-
cacheRead: 0
|
|
3454
|
+
cacheRead: 0,
|
|
3453
3455
|
cacheWrite: 0,
|
|
3454
3456
|
},
|
|
3455
|
-
contextWindow:
|
|
3457
|
+
contextWindow: 1000000,
|
|
3458
|
+
maxTokens: 128000,
|
|
3459
|
+
},
|
|
3460
|
+
"gpt-5.5-pro": {
|
|
3461
|
+
id: "gpt-5.5-pro",
|
|
3462
|
+
name: "GPT-5.5 Pro",
|
|
3463
|
+
api: "openai-responses",
|
|
3464
|
+
provider: "cloudflare-ai-gateway",
|
|
3465
|
+
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
3466
|
+
reasoning: true,
|
|
3467
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
3468
|
+
input: ["text", "image"],
|
|
3469
|
+
cost: {
|
|
3470
|
+
input: 30,
|
|
3471
|
+
output: 180,
|
|
3472
|
+
cacheRead: 0,
|
|
3473
|
+
cacheWrite: 0,
|
|
3474
|
+
},
|
|
3475
|
+
contextWindow: 1000000,
|
|
3456
3476
|
maxTokens: 128000,
|
|
3457
3477
|
},
|
|
3458
3478
|
"gpt-5.6-luna": {
|
|
@@ -3465,10 +3485,10 @@ export const MODELS = {
|
|
|
3465
3485
|
thinkingLevelMap: { "off": null },
|
|
3466
3486
|
input: ["text", "image"],
|
|
3467
3487
|
cost: {
|
|
3468
|
-
input:
|
|
3469
|
-
output:
|
|
3470
|
-
cacheRead: 0.
|
|
3471
|
-
cacheWrite: 0,
|
|
3488
|
+
input: 0.2,
|
|
3489
|
+
output: 1.2,
|
|
3490
|
+
cacheRead: 0.02,
|
|
3491
|
+
cacheWrite: 0.25,
|
|
3472
3492
|
},
|
|
3473
3493
|
contextWindow: 1050000,
|
|
3474
3494
|
maxTokens: 128000,
|
|
@@ -3483,10 +3503,10 @@ export const MODELS = {
|
|
|
3483
3503
|
thinkingLevelMap: { "off": null },
|
|
3484
3504
|
input: ["text", "image"],
|
|
3485
3505
|
cost: {
|
|
3486
|
-
input:
|
|
3487
|
-
output:
|
|
3488
|
-
cacheRead: 0.
|
|
3489
|
-
cacheWrite:
|
|
3506
|
+
input: 2,
|
|
3507
|
+
output: 10,
|
|
3508
|
+
cacheRead: 0.25,
|
|
3509
|
+
cacheWrite: 3.125,
|
|
3490
3510
|
},
|
|
3491
3511
|
contextWindow: 1050000,
|
|
3492
3512
|
maxTokens: 128000,
|
|
@@ -3501,31 +3521,14 @@ export const MODELS = {
|
|
|
3501
3521
|
thinkingLevelMap: { "off": null },
|
|
3502
3522
|
input: ["text", "image"],
|
|
3503
3523
|
cost: {
|
|
3504
|
-
input: 2
|
|
3505
|
-
output:
|
|
3506
|
-
cacheRead: 0.
|
|
3507
|
-
cacheWrite:
|
|
3524
|
+
input: 2,
|
|
3525
|
+
output: 12,
|
|
3526
|
+
cacheRead: 0.2,
|
|
3527
|
+
cacheWrite: 2.5,
|
|
3508
3528
|
},
|
|
3509
3529
|
contextWindow: 1050000,
|
|
3510
3530
|
maxTokens: 128000,
|
|
3511
3531
|
},
|
|
3512
|
-
"o1": {
|
|
3513
|
-
id: "o1",
|
|
3514
|
-
name: "o1",
|
|
3515
|
-
api: "openai-responses",
|
|
3516
|
-
provider: "cloudflare-ai-gateway",
|
|
3517
|
-
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
3518
|
-
reasoning: true,
|
|
3519
|
-
input: ["text", "image"],
|
|
3520
|
-
cost: {
|
|
3521
|
-
input: 15,
|
|
3522
|
-
output: 60,
|
|
3523
|
-
cacheRead: 7.5,
|
|
3524
|
-
cacheWrite: 0,
|
|
3525
|
-
},
|
|
3526
|
-
contextWindow: 200000,
|
|
3527
|
-
maxTokens: 100000,
|
|
3528
|
-
},
|
|
3529
3532
|
"o3": {
|
|
3530
3533
|
id: "o3",
|
|
3531
3534
|
name: "o3",
|
|
@@ -3560,23 +3563,6 @@ export const MODELS = {
|
|
|
3560
3563
|
contextWindow: 200000,
|
|
3561
3564
|
maxTokens: 100000,
|
|
3562
3565
|
},
|
|
3563
|
-
"o3-pro": {
|
|
3564
|
-
id: "o3-pro",
|
|
3565
|
-
name: "o3-pro",
|
|
3566
|
-
api: "openai-responses",
|
|
3567
|
-
provider: "cloudflare-ai-gateway",
|
|
3568
|
-
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
3569
|
-
reasoning: true,
|
|
3570
|
-
input: ["text", "image"],
|
|
3571
|
-
cost: {
|
|
3572
|
-
input: 20,
|
|
3573
|
-
output: 80,
|
|
3574
|
-
cacheRead: 0,
|
|
3575
|
-
cacheWrite: 0,
|
|
3576
|
-
},
|
|
3577
|
-
contextWindow: 200000,
|
|
3578
|
-
maxTokens: 100000,
|
|
3579
|
-
},
|
|
3580
3566
|
"o4-mini": {
|
|
3581
3567
|
id: "o4-mini",
|
|
3582
3568
|
name: "o4-mini",
|
|
@@ -3588,104 +3574,52 @@ export const MODELS = {
|
|
|
3588
3574
|
cost: {
|
|
3589
3575
|
input: 1.1,
|
|
3590
3576
|
output: 4.4,
|
|
3591
|
-
cacheRead: 0.
|
|
3577
|
+
cacheRead: 0.275,
|
|
3592
3578
|
cacheWrite: 0,
|
|
3593
3579
|
},
|
|
3594
3580
|
contextWindow: 200000,
|
|
3595
3581
|
maxTokens: 100000,
|
|
3596
3582
|
},
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat",
|
|
3603
|
-
compat: { "sendSessionAffinityHeaders": true },
|
|
3604
|
-
reasoning: true,
|
|
3605
|
-
input: ["text", "image"],
|
|
3606
|
-
cost: {
|
|
3607
|
-
input: 0.6,
|
|
3608
|
-
output: 3,
|
|
3609
|
-
cacheRead: 0.1,
|
|
3610
|
-
cacheWrite: 0,
|
|
3611
|
-
},
|
|
3612
|
-
contextWindow: 256000,
|
|
3613
|
-
maxTokens: 256000,
|
|
3614
|
-
},
|
|
3615
|
-
"workers-ai/@cf/moonshotai/kimi-k2.6": {
|
|
3616
|
-
id: "workers-ai/@cf/moonshotai/kimi-k2.6",
|
|
3617
|
-
name: "Kimi K2.6",
|
|
3618
|
-
api: "openai-completions",
|
|
3619
|
-
provider: "cloudflare-ai-gateway",
|
|
3620
|
-
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat",
|
|
3621
|
-
compat: { "sendSessionAffinityHeaders": true },
|
|
3622
|
-
reasoning: true,
|
|
3623
|
-
input: ["text", "image"],
|
|
3624
|
-
cost: {
|
|
3625
|
-
input: 0.95,
|
|
3626
|
-
output: 4,
|
|
3627
|
-
cacheRead: 0.16,
|
|
3628
|
-
cacheWrite: 0,
|
|
3629
|
-
},
|
|
3630
|
-
contextWindow: 256000,
|
|
3631
|
-
maxTokens: 256000,
|
|
3632
|
-
},
|
|
3633
|
-
"workers-ai/@cf/nvidia/nemotron-3-120b-a12b": {
|
|
3634
|
-
id: "workers-ai/@cf/nvidia/nemotron-3-120b-a12b",
|
|
3635
|
-
name: "Nemotron 3 Super 120B",
|
|
3636
|
-
api: "openai-completions",
|
|
3637
|
-
provider: "cloudflare-ai-gateway",
|
|
3638
|
-
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat",
|
|
3639
|
-
compat: { "sendSessionAffinityHeaders": true },
|
|
3640
|
-
reasoning: true,
|
|
3641
|
-
input: ["text"],
|
|
3642
|
-
cost: {
|
|
3643
|
-
input: 0.5,
|
|
3644
|
-
output: 1.5,
|
|
3645
|
-
cacheRead: 0,
|
|
3646
|
-
cacheWrite: 0,
|
|
3647
|
-
},
|
|
3648
|
-
contextWindow: 256000,
|
|
3649
|
-
maxTokens: 256000,
|
|
3650
|
-
},
|
|
3651
|
-
"workers-ai/@cf/zai-org/glm-4.7-flash": {
|
|
3652
|
-
id: "workers-ai/@cf/zai-org/glm-4.7-flash",
|
|
3653
|
-
name: "GLM-4.7-Flash",
|
|
3583
|
+
},
|
|
3584
|
+
"cloudflare-workers-ai": {
|
|
3585
|
+
"@cf/deepseek-ai/deepseek-v4-flash-0731": {
|
|
3586
|
+
id: "@cf/deepseek-ai/deepseek-v4-flash-0731",
|
|
3587
|
+
name: "DeepSeek V4 Flash 0731",
|
|
3654
3588
|
api: "openai-completions",
|
|
3655
|
-
provider: "cloudflare-ai
|
|
3656
|
-
baseUrl: "https://
|
|
3657
|
-
compat: { "sendSessionAffinityHeaders": true },
|
|
3589
|
+
provider: "cloudflare-workers-ai",
|
|
3590
|
+
baseUrl: "https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1",
|
|
3591
|
+
compat: { "sendSessionAffinityHeaders": true, "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
3658
3592
|
reasoning: true,
|
|
3593
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
3659
3594
|
input: ["text"],
|
|
3660
3595
|
cost: {
|
|
3661
|
-
input: 0.
|
|
3662
|
-
output:
|
|
3663
|
-
cacheRead: 0,
|
|
3596
|
+
input: 0.44,
|
|
3597
|
+
output: 1.32,
|
|
3598
|
+
cacheRead: 0.014,
|
|
3664
3599
|
cacheWrite: 0,
|
|
3665
3600
|
},
|
|
3666
|
-
contextWindow:
|
|
3667
|
-
maxTokens:
|
|
3601
|
+
contextWindow: 1310720,
|
|
3602
|
+
maxTokens: 1048576,
|
|
3668
3603
|
},
|
|
3669
|
-
"
|
|
3670
|
-
id: "
|
|
3671
|
-
name: "
|
|
3604
|
+
"@cf/deepseek-ai/deepseek-v4-pro-0813": {
|
|
3605
|
+
id: "@cf/deepseek-ai/deepseek-v4-pro-0813",
|
|
3606
|
+
name: "DeepSeek V4 Pro 0813",
|
|
3672
3607
|
api: "openai-completions",
|
|
3673
|
-
provider: "cloudflare-ai
|
|
3674
|
-
baseUrl: "https://
|
|
3675
|
-
compat: { "sendSessionAffinityHeaders": true },
|
|
3608
|
+
provider: "cloudflare-workers-ai",
|
|
3609
|
+
baseUrl: "https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1",
|
|
3610
|
+
compat: { "sendSessionAffinityHeaders": true, "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
3676
3611
|
reasoning: true,
|
|
3612
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
3677
3613
|
input: ["text"],
|
|
3678
3614
|
cost: {
|
|
3679
|
-
input: 1.
|
|
3680
|
-
output:
|
|
3681
|
-
cacheRead: 0.
|
|
3615
|
+
input: 1.32,
|
|
3616
|
+
output: 3.96,
|
|
3617
|
+
cacheRead: 0.044,
|
|
3682
3618
|
cacheWrite: 0,
|
|
3683
3619
|
},
|
|
3684
|
-
contextWindow:
|
|
3685
|
-
maxTokens:
|
|
3620
|
+
contextWindow: 1048576,
|
|
3621
|
+
maxTokens: 1048576,
|
|
3686
3622
|
},
|
|
3687
|
-
},
|
|
3688
|
-
"cloudflare-workers-ai": {
|
|
3689
3623
|
"@cf/google/gemma-4-26b-a4b-it": {
|
|
3690
3624
|
id: "@cf/google/gemma-4-26b-a4b-it",
|
|
3691
3625
|
name: "Gemma 4 26B A4B IT",
|
|
@@ -3884,6 +3818,24 @@ export const MODELS = {
|
|
|
3884
3818
|
contextWindow: 32768,
|
|
3885
3819
|
maxTokens: 32768,
|
|
3886
3820
|
},
|
|
3821
|
+
"@cf/qwen/qwen3.8-27b": {
|
|
3822
|
+
id: "@cf/qwen/qwen3.8-27b",
|
|
3823
|
+
name: "Qwen3.8 27B",
|
|
3824
|
+
api: "openai-completions",
|
|
3825
|
+
provider: "cloudflare-workers-ai",
|
|
3826
|
+
baseUrl: "https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1",
|
|
3827
|
+
compat: { "sendSessionAffinityHeaders": true },
|
|
3828
|
+
reasoning: true,
|
|
3829
|
+
input: ["text", "image"],
|
|
3830
|
+
cost: {
|
|
3831
|
+
input: 0.45,
|
|
3832
|
+
output: 3.2,
|
|
3833
|
+
cacheRead: 0.05,
|
|
3834
|
+
cacheWrite: 0,
|
|
3835
|
+
},
|
|
3836
|
+
contextWindow: 262144,
|
|
3837
|
+
maxTokens: 262144,
|
|
3838
|
+
},
|
|
3887
3839
|
"@cf/zai-org/glm-4.7-flash": {
|
|
3888
3840
|
id: "@cf/zai-org/glm-4.7-flash",
|
|
3889
3841
|
name: "GLM-4.7-Flash",
|
|
@@ -4013,6 +3965,23 @@ export const MODELS = {
|
|
|
4013
3965
|
contextWindow: 1000000,
|
|
4014
3966
|
maxTokens: 384000,
|
|
4015
3967
|
},
|
|
3968
|
+
"accounts/fireworks/models/deepseek-v4-pro-0813": {
|
|
3969
|
+
id: "accounts/fireworks/models/deepseek-v4-pro-0813",
|
|
3970
|
+
name: "DeepSeek V4 Pro 0813",
|
|
3971
|
+
api: "anthropic-messages",
|
|
3972
|
+
provider: "fireworks",
|
|
3973
|
+
baseUrl: "https://api.fireworks.ai/inference",
|
|
3974
|
+
reasoning: true,
|
|
3975
|
+
input: ["text"],
|
|
3976
|
+
cost: {
|
|
3977
|
+
input: 1.32,
|
|
3978
|
+
output: 3.96,
|
|
3979
|
+
cacheRead: 0.044,
|
|
3980
|
+
cacheWrite: 0,
|
|
3981
|
+
},
|
|
3982
|
+
contextWindow: 1000000,
|
|
3983
|
+
maxTokens: 384000,
|
|
3984
|
+
},
|
|
4016
3985
|
"accounts/fireworks/models/glm-5p2": {
|
|
4017
3986
|
id: "accounts/fireworks/models/glm-5p2",
|
|
4018
3987
|
name: "GLM 5.2",
|
|
@@ -4064,6 +4033,23 @@ export const MODELS = {
|
|
|
4064
4033
|
contextWindow: 131072,
|
|
4065
4034
|
maxTokens: 32768,
|
|
4066
4035
|
},
|
|
4036
|
+
"accounts/fireworks/models/inkling": {
|
|
4037
|
+
id: "accounts/fireworks/models/inkling",
|
|
4038
|
+
name: "Inkling",
|
|
4039
|
+
api: "anthropic-messages",
|
|
4040
|
+
provider: "fireworks",
|
|
4041
|
+
baseUrl: "https://api.fireworks.ai/inference",
|
|
4042
|
+
reasoning: true,
|
|
4043
|
+
input: ["text", "image"],
|
|
4044
|
+
cost: {
|
|
4045
|
+
input: 1,
|
|
4046
|
+
output: 4.05,
|
|
4047
|
+
cacheRead: 0.17,
|
|
4048
|
+
cacheWrite: 0,
|
|
4049
|
+
},
|
|
4050
|
+
contextWindow: 1048576,
|
|
4051
|
+
maxTokens: 1048576,
|
|
4052
|
+
},
|
|
4067
4053
|
"accounts/fireworks/models/kimi-k2p6": {
|
|
4068
4054
|
id: "accounts/fireworks/models/kimi-k2p6",
|
|
4069
4055
|
name: "Kimi K2.6",
|
|
@@ -4112,42 +4098,93 @@ export const MODELS = {
|
|
|
4112
4098
|
cacheRead: 0.3,
|
|
4113
4099
|
cacheWrite: 0,
|
|
4114
4100
|
},
|
|
4115
|
-
contextWindow: 1048576,
|
|
4101
|
+
contextWindow: 1048576,
|
|
4102
|
+
maxTokens: 131072,
|
|
4103
|
+
},
|
|
4104
|
+
"accounts/fireworks/models/minimax-m2p7": {
|
|
4105
|
+
id: "accounts/fireworks/models/minimax-m2p7",
|
|
4106
|
+
name: "MiniMax-M2.7",
|
|
4107
|
+
api: "anthropic-messages",
|
|
4108
|
+
provider: "fireworks",
|
|
4109
|
+
baseUrl: "https://api.fireworks.ai/inference",
|
|
4110
|
+
reasoning: true,
|
|
4111
|
+
input: ["text"],
|
|
4112
|
+
cost: {
|
|
4113
|
+
input: 0.3,
|
|
4114
|
+
output: 1.2,
|
|
4115
|
+
cacheRead: 0.06,
|
|
4116
|
+
cacheWrite: 0,
|
|
4117
|
+
},
|
|
4118
|
+
contextWindow: 196608,
|
|
4119
|
+
maxTokens: 196608,
|
|
4120
|
+
},
|
|
4121
|
+
"accounts/fireworks/models/minimax-m3": {
|
|
4122
|
+
id: "accounts/fireworks/models/minimax-m3",
|
|
4123
|
+
name: "MiniMax-M3",
|
|
4124
|
+
api: "anthropic-messages",
|
|
4125
|
+
provider: "fireworks",
|
|
4126
|
+
baseUrl: "https://api.fireworks.ai/inference",
|
|
4127
|
+
reasoning: true,
|
|
4128
|
+
input: ["text", "image"],
|
|
4129
|
+
cost: {
|
|
4130
|
+
input: 0.3,
|
|
4131
|
+
output: 1.2,
|
|
4132
|
+
cacheRead: 0.06,
|
|
4133
|
+
cacheWrite: 0,
|
|
4134
|
+
},
|
|
4135
|
+
contextWindow: 512000,
|
|
4136
|
+
maxTokens: 512000,
|
|
4137
|
+
},
|
|
4138
|
+
"accounts/fireworks/models/muse-glimmer-30b": {
|
|
4139
|
+
id: "accounts/fireworks/models/muse-glimmer-30b",
|
|
4140
|
+
name: "Muse Glimmer 30B",
|
|
4141
|
+
api: "anthropic-messages",
|
|
4142
|
+
provider: "fireworks",
|
|
4143
|
+
baseUrl: "https://api.fireworks.ai/inference",
|
|
4144
|
+
reasoning: true,
|
|
4145
|
+
input: ["text", "image"],
|
|
4146
|
+
cost: {
|
|
4147
|
+
input: 0.35,
|
|
4148
|
+
output: 1.5,
|
|
4149
|
+
cacheRead: 0.04,
|
|
4150
|
+
cacheWrite: 0,
|
|
4151
|
+
},
|
|
4152
|
+
contextWindow: 131072,
|
|
4116
4153
|
maxTokens: 131072,
|
|
4117
4154
|
},
|
|
4118
|
-
"accounts/fireworks/models/
|
|
4119
|
-
id: "accounts/fireworks/models/
|
|
4120
|
-
name: "
|
|
4155
|
+
"accounts/fireworks/models/nemotron-3-ultra-nvfp4": {
|
|
4156
|
+
id: "accounts/fireworks/models/nemotron-3-ultra-nvfp4",
|
|
4157
|
+
name: "Nemotron 3 Ultra 550B A55B",
|
|
4121
4158
|
api: "anthropic-messages",
|
|
4122
4159
|
provider: "fireworks",
|
|
4123
4160
|
baseUrl: "https://api.fireworks.ai/inference",
|
|
4124
4161
|
reasoning: true,
|
|
4125
4162
|
input: ["text"],
|
|
4126
4163
|
cost: {
|
|
4127
|
-
input: 0.
|
|
4128
|
-
output:
|
|
4129
|
-
cacheRead: 0.
|
|
4164
|
+
input: 0.6,
|
|
4165
|
+
output: 2.4,
|
|
4166
|
+
cacheRead: 0.119,
|
|
4130
4167
|
cacheWrite: 0,
|
|
4131
4168
|
},
|
|
4132
|
-
contextWindow:
|
|
4133
|
-
maxTokens:
|
|
4169
|
+
contextWindow: 262144,
|
|
4170
|
+
maxTokens: 128000,
|
|
4134
4171
|
},
|
|
4135
|
-
"accounts/fireworks/models/
|
|
4136
|
-
id: "accounts/fireworks/models/
|
|
4137
|
-
name: "
|
|
4172
|
+
"accounts/fireworks/models/nemotron-lightning-3p5-30b-a3b": {
|
|
4173
|
+
id: "accounts/fireworks/models/nemotron-lightning-3p5-30b-a3b",
|
|
4174
|
+
name: "Nemotron 3.5 Lightning 30B A3B",
|
|
4138
4175
|
api: "anthropic-messages",
|
|
4139
4176
|
provider: "fireworks",
|
|
4140
4177
|
baseUrl: "https://api.fireworks.ai/inference",
|
|
4141
4178
|
reasoning: true,
|
|
4142
|
-
input: ["text"
|
|
4179
|
+
input: ["text"],
|
|
4143
4180
|
cost: {
|
|
4144
|
-
input: 0.
|
|
4145
|
-
output:
|
|
4146
|
-
cacheRead: 0.
|
|
4181
|
+
input: 0.05,
|
|
4182
|
+
output: 0.2,
|
|
4183
|
+
cacheRead: 0.01,
|
|
4147
4184
|
cacheWrite: 0,
|
|
4148
4185
|
},
|
|
4149
|
-
contextWindow:
|
|
4150
|
-
maxTokens:
|
|
4186
|
+
contextWindow: 262144,
|
|
4187
|
+
maxTokens: 262144,
|
|
4151
4188
|
},
|
|
4152
4189
|
"accounts/fireworks/models/qwen3p7-plus": {
|
|
4153
4190
|
id: "accounts/fireworks/models/qwen3p7-plus",
|
|
@@ -4166,6 +4203,23 @@ export const MODELS = {
|
|
|
4166
4203
|
contextWindow: 262144,
|
|
4167
4204
|
maxTokens: 65536,
|
|
4168
4205
|
},
|
|
4206
|
+
"accounts/fireworks/models/qwen3p8-max": {
|
|
4207
|
+
id: "accounts/fireworks/models/qwen3p8-max",
|
|
4208
|
+
name: "Qwen3.8 Max",
|
|
4209
|
+
api: "anthropic-messages",
|
|
4210
|
+
provider: "fireworks",
|
|
4211
|
+
baseUrl: "https://api.fireworks.ai/inference",
|
|
4212
|
+
reasoning: true,
|
|
4213
|
+
input: ["text"],
|
|
4214
|
+
cost: {
|
|
4215
|
+
input: 2,
|
|
4216
|
+
output: 6,
|
|
4217
|
+
cacheRead: 0.25,
|
|
4218
|
+
cacheWrite: 0,
|
|
4219
|
+
},
|
|
4220
|
+
contextWindow: 262144,
|
|
4221
|
+
maxTokens: 131072,
|
|
4222
|
+
},
|
|
4169
4223
|
"accounts/fireworks/routers/glm-5p2-fast": {
|
|
4170
4224
|
id: "accounts/fireworks/routers/glm-5p2-fast",
|
|
4171
4225
|
name: "GLM 5.2 Fast",
|
|
@@ -4518,6 +4572,25 @@ export const MODELS = {
|
|
|
4518
4572
|
contextWindow: 1000000,
|
|
4519
4573
|
maxTokens: 64000,
|
|
4520
4574
|
},
|
|
4575
|
+
"gemini-3.7-flash": {
|
|
4576
|
+
id: "gemini-3.7-flash",
|
|
4577
|
+
name: "Gemini 3.7 Flash",
|
|
4578
|
+
api: "openai-completions",
|
|
4579
|
+
provider: "github-copilot",
|
|
4580
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4581
|
+
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4582
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4583
|
+
reasoning: true,
|
|
4584
|
+
input: ["text", "image"],
|
|
4585
|
+
cost: {
|
|
4586
|
+
input: 0.75,
|
|
4587
|
+
output: 3.75,
|
|
4588
|
+
cacheRead: 0.075,
|
|
4589
|
+
cacheWrite: 0,
|
|
4590
|
+
},
|
|
4591
|
+
contextWindow: 1000000,
|
|
4592
|
+
maxTokens: 64000,
|
|
4593
|
+
},
|
|
4521
4594
|
"gpt-4.1": {
|
|
4522
4595
|
id: "gpt-4.1",
|
|
4523
4596
|
name: "GPT-4.1",
|
|
@@ -4719,10 +4792,10 @@ export const MODELS = {
|
|
|
4719
4792
|
thinkingLevelMap: { "off": null },
|
|
4720
4793
|
input: ["text", "image"],
|
|
4721
4794
|
cost: {
|
|
4722
|
-
input: 5,
|
|
4723
|
-
output:
|
|
4724
|
-
cacheRead: 0.
|
|
4725
|
-
cacheWrite:
|
|
4795
|
+
input: 2.5,
|
|
4796
|
+
output: 15,
|
|
4797
|
+
cacheRead: 0.25,
|
|
4798
|
+
cacheWrite: 3.125,
|
|
4726
4799
|
},
|
|
4727
4800
|
contextWindow: 1050000,
|
|
4728
4801
|
maxTokens: 128000,
|
|
@@ -4765,6 +4838,25 @@ export const MODELS = {
|
|
|
4765
4838
|
contextWindow: 500000,
|
|
4766
4839
|
maxTokens: 128000,
|
|
4767
4840
|
},
|
|
4841
|
+
"grok-4.6": {
|
|
4842
|
+
id: "grok-4.6",
|
|
4843
|
+
name: "Grok 4.6",
|
|
4844
|
+
api: "openai-completions",
|
|
4845
|
+
provider: "github-copilot",
|
|
4846
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4847
|
+
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4848
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4849
|
+
reasoning: true,
|
|
4850
|
+
input: ["text", "image"],
|
|
4851
|
+
cost: {
|
|
4852
|
+
input: 2,
|
|
4853
|
+
output: 6,
|
|
4854
|
+
cacheRead: 0.5,
|
|
4855
|
+
cacheWrite: 0,
|
|
4856
|
+
},
|
|
4857
|
+
contextWindow: 500000,
|
|
4858
|
+
maxTokens: 128000,
|
|
4859
|
+
},
|
|
4768
4860
|
"kimi-k2.7-code": {
|
|
4769
4861
|
id: "kimi-k2.7-code",
|
|
4770
4862
|
name: "Kimi K2.7 Code",
|
|
@@ -5117,9 +5209,27 @@ export const MODELS = {
|
|
|
5117
5209
|
thinkingLevelMap: { "off": null },
|
|
5118
5210
|
input: ["text", "image"],
|
|
5119
5211
|
cost: {
|
|
5120
|
-
input:
|
|
5121
|
-
output:
|
|
5122
|
-
cacheRead: 0.
|
|
5212
|
+
input: 0.75,
|
|
5213
|
+
output: 3.75,
|
|
5214
|
+
cacheRead: 0.075,
|
|
5215
|
+
cacheWrite: 0,
|
|
5216
|
+
},
|
|
5217
|
+
contextWindow: 1048576,
|
|
5218
|
+
maxTokens: 65536,
|
|
5219
|
+
},
|
|
5220
|
+
"gemini-3.7-flash": {
|
|
5221
|
+
id: "gemini-3.7-flash",
|
|
5222
|
+
name: "Gemini 3.7 Flash",
|
|
5223
|
+
api: "google-generative-ai",
|
|
5224
|
+
provider: "google",
|
|
5225
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
5226
|
+
reasoning: true,
|
|
5227
|
+
thinkingLevelMap: { "off": null },
|
|
5228
|
+
input: ["text", "image"],
|
|
5229
|
+
cost: {
|
|
5230
|
+
input: 0.75,
|
|
5231
|
+
output: 3.75,
|
|
5232
|
+
cacheRead: 0.075,
|
|
5123
5233
|
cacheWrite: 0,
|
|
5124
5234
|
},
|
|
5125
5235
|
contextWindow: 1048576,
|
|
@@ -5134,9 +5244,9 @@ export const MODELS = {
|
|
|
5134
5244
|
reasoning: true,
|
|
5135
5245
|
input: ["text", "image"],
|
|
5136
5246
|
cost: {
|
|
5137
|
-
input:
|
|
5138
|
-
output:
|
|
5139
|
-
cacheRead: 0.
|
|
5247
|
+
input: 0.75,
|
|
5248
|
+
output: 3.75,
|
|
5249
|
+
cacheRead: 0.075,
|
|
5140
5250
|
cacheWrite: 0,
|
|
5141
5251
|
},
|
|
5142
5252
|
contextWindow: 1048576,
|
|
@@ -5151,9 +5261,9 @@ export const MODELS = {
|
|
|
5151
5261
|
reasoning: true,
|
|
5152
5262
|
input: ["text", "image"],
|
|
5153
5263
|
cost: {
|
|
5154
|
-
input: 0.
|
|
5155
|
-
output:
|
|
5156
|
-
cacheRead: 0.
|
|
5264
|
+
input: 0.3,
|
|
5265
|
+
output: 2.5,
|
|
5266
|
+
cacheRead: 0.03,
|
|
5157
5267
|
cacheWrite: 0,
|
|
5158
5268
|
},
|
|
5159
5269
|
contextWindow: 1048576,
|
|
@@ -5635,6 +5745,24 @@ export const MODELS = {
|
|
|
5635
5745
|
contextWindow: 524288,
|
|
5636
5746
|
maxTokens: 128000,
|
|
5637
5747
|
},
|
|
5748
|
+
"Qwen/Qwen2.5-Coder-32B-Instruct": {
|
|
5749
|
+
id: "Qwen/Qwen2.5-Coder-32B-Instruct",
|
|
5750
|
+
name: "Qwen2.5-Coder-32B-Instruct",
|
|
5751
|
+
api: "openai-completions",
|
|
5752
|
+
provider: "huggingface",
|
|
5753
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5754
|
+
compat: { "supportsDeveloperRole": false },
|
|
5755
|
+
reasoning: false,
|
|
5756
|
+
input: ["text"],
|
|
5757
|
+
cost: {
|
|
5758
|
+
input: 0.06,
|
|
5759
|
+
output: 0.2,
|
|
5760
|
+
cacheRead: 0,
|
|
5761
|
+
cacheWrite: 0,
|
|
5762
|
+
},
|
|
5763
|
+
contextWindow: 131072,
|
|
5764
|
+
maxTokens: 8192,
|
|
5765
|
+
},
|
|
5638
5766
|
"Qwen/Qwen3-235B-A22B": {
|
|
5639
5767
|
id: "Qwen/Qwen3-235B-A22B",
|
|
5640
5768
|
name: "Qwen3 235B-A22B",
|
|
@@ -5689,6 +5817,24 @@ export const MODELS = {
|
|
|
5689
5817
|
contextWindow: 262144,
|
|
5690
5818
|
maxTokens: 131072,
|
|
5691
5819
|
},
|
|
5820
|
+
"Qwen/Qwen3-30B-A3B": {
|
|
5821
|
+
id: "Qwen/Qwen3-30B-A3B",
|
|
5822
|
+
name: "Qwen3 30B A3B",
|
|
5823
|
+
api: "openai-completions",
|
|
5824
|
+
provider: "huggingface",
|
|
5825
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5826
|
+
compat: { "supportsDeveloperRole": false },
|
|
5827
|
+
reasoning: true,
|
|
5828
|
+
input: ["text"],
|
|
5829
|
+
cost: {
|
|
5830
|
+
input: 0.12,
|
|
5831
|
+
output: 0.5,
|
|
5832
|
+
cacheRead: 0,
|
|
5833
|
+
cacheWrite: 0,
|
|
5834
|
+
},
|
|
5835
|
+
contextWindow: 40960,
|
|
5836
|
+
maxTokens: 16384,
|
|
5837
|
+
},
|
|
5692
5838
|
"Qwen/Qwen3-32B": {
|
|
5693
5839
|
id: "Qwen/Qwen3-32B",
|
|
5694
5840
|
name: "Qwen3 32B",
|
|
@@ -5797,6 +5943,42 @@ export const MODELS = {
|
|
|
5797
5943
|
contextWindow: 262144,
|
|
5798
5944
|
maxTokens: 131072,
|
|
5799
5945
|
},
|
|
5946
|
+
"Qwen/Qwen3-VL-235B-A22B-Instruct": {
|
|
5947
|
+
id: "Qwen/Qwen3-VL-235B-A22B-Instruct",
|
|
5948
|
+
name: "Qwen3 VL 235B A22B Instruct",
|
|
5949
|
+
api: "openai-completions",
|
|
5950
|
+
provider: "huggingface",
|
|
5951
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5952
|
+
compat: { "supportsDeveloperRole": false },
|
|
5953
|
+
reasoning: false,
|
|
5954
|
+
input: ["text", "image"],
|
|
5955
|
+
cost: {
|
|
5956
|
+
input: 0.3,
|
|
5957
|
+
output: 1.5,
|
|
5958
|
+
cacheRead: 0,
|
|
5959
|
+
cacheWrite: 0,
|
|
5960
|
+
},
|
|
5961
|
+
contextWindow: 131072,
|
|
5962
|
+
maxTokens: 32768,
|
|
5963
|
+
},
|
|
5964
|
+
"Qwen/Qwen3-VL-235B-A22B-Thinking": {
|
|
5965
|
+
id: "Qwen/Qwen3-VL-235B-A22B-Thinking",
|
|
5966
|
+
name: "Qwen3 VL 235B A22B Thinking",
|
|
5967
|
+
api: "openai-completions",
|
|
5968
|
+
provider: "huggingface",
|
|
5969
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5970
|
+
compat: { "supportsDeveloperRole": false },
|
|
5971
|
+
reasoning: true,
|
|
5972
|
+
input: ["text", "image"],
|
|
5973
|
+
cost: {
|
|
5974
|
+
input: 0.98,
|
|
5975
|
+
output: 3.95,
|
|
5976
|
+
cacheRead: 0,
|
|
5977
|
+
cacheWrite: 0,
|
|
5978
|
+
},
|
|
5979
|
+
contextWindow: 131072,
|
|
5980
|
+
maxTokens: 32768,
|
|
5981
|
+
},
|
|
5800
5982
|
"Qwen/Qwen3.5-122B-A10B": {
|
|
5801
5983
|
id: "Qwen/Qwen3.5-122B-A10B",
|
|
5802
5984
|
name: "Qwen3.5 122B-A10B",
|
|
@@ -5923,6 +6105,24 @@ export const MODELS = {
|
|
|
5923
6105
|
contextWindow: 262144,
|
|
5924
6106
|
maxTokens: 65536,
|
|
5925
6107
|
},
|
|
6108
|
+
"Qwen/Qwen3.8-2.4T-A95B": {
|
|
6109
|
+
id: "Qwen/Qwen3.8-2.4T-A95B",
|
|
6110
|
+
name: "Qwen3.8 2.4T A95B",
|
|
6111
|
+
api: "openai-completions",
|
|
6112
|
+
provider: "huggingface",
|
|
6113
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6114
|
+
compat: { "supportsDeveloperRole": false },
|
|
6115
|
+
reasoning: true,
|
|
6116
|
+
input: ["text"],
|
|
6117
|
+
cost: {
|
|
6118
|
+
input: 2.5,
|
|
6119
|
+
output: 6.25,
|
|
6120
|
+
cacheRead: 0,
|
|
6121
|
+
cacheWrite: 0,
|
|
6122
|
+
},
|
|
6123
|
+
contextWindow: 262144,
|
|
6124
|
+
maxTokens: 131072,
|
|
6125
|
+
},
|
|
5926
6126
|
"XiaomiMiMo/MiMo-V2.5": {
|
|
5927
6127
|
id: "XiaomiMiMo/MiMo-V2.5",
|
|
5928
6128
|
name: "MiMo-V2.5",
|
|
@@ -6013,6 +6213,24 @@ export const MODELS = {
|
|
|
6013
6213
|
contextWindow: 64000,
|
|
6014
6214
|
maxTokens: 8192,
|
|
6015
6215
|
},
|
|
6216
|
+
"deepseek-ai/DeepSeek-V3-0324": {
|
|
6217
|
+
id: "deepseek-ai/DeepSeek-V3-0324",
|
|
6218
|
+
name: "DeepSeek V3 0324",
|
|
6219
|
+
api: "openai-completions",
|
|
6220
|
+
provider: "huggingface",
|
|
6221
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6222
|
+
compat: { "supportsDeveloperRole": false },
|
|
6223
|
+
reasoning: false,
|
|
6224
|
+
input: ["text"],
|
|
6225
|
+
cost: {
|
|
6226
|
+
input: 0.27,
|
|
6227
|
+
output: 1.12,
|
|
6228
|
+
cacheRead: 0,
|
|
6229
|
+
cacheWrite: 0,
|
|
6230
|
+
},
|
|
6231
|
+
contextWindow: 163840,
|
|
6232
|
+
maxTokens: 163840,
|
|
6233
|
+
},
|
|
6016
6234
|
"deepseek-ai/DeepSeek-V3.1": {
|
|
6017
6235
|
id: "deepseek-ai/DeepSeek-V3.1",
|
|
6018
6236
|
name: "DeepSeek-V3.1",
|
|
@@ -6103,6 +6321,24 @@ export const MODELS = {
|
|
|
6103
6321
|
contextWindow: 1048576,
|
|
6104
6322
|
maxTokens: 393216,
|
|
6105
6323
|
},
|
|
6324
|
+
"deepseek-ai/DeepSeek-V4-Pro-0813": {
|
|
6325
|
+
id: "deepseek-ai/DeepSeek-V4-Pro-0813",
|
|
6326
|
+
name: "DeepSeek V4 Pro 0813",
|
|
6327
|
+
api: "openai-completions",
|
|
6328
|
+
provider: "huggingface",
|
|
6329
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6330
|
+
compat: { "supportsDeveloperRole": false },
|
|
6331
|
+
reasoning: true,
|
|
6332
|
+
input: ["text"],
|
|
6333
|
+
cost: {
|
|
6334
|
+
input: 1.32,
|
|
6335
|
+
output: 3.96,
|
|
6336
|
+
cacheRead: 0,
|
|
6337
|
+
cacheWrite: 0,
|
|
6338
|
+
},
|
|
6339
|
+
contextWindow: 1000000,
|
|
6340
|
+
maxTokens: 384000,
|
|
6341
|
+
},
|
|
6106
6342
|
"google/gemma-4-26B-A4B-it": {
|
|
6107
6343
|
id: "google/gemma-4-26B-A4B-it",
|
|
6108
6344
|
name: "Gemma 4 26B A4B IT",
|
|
@@ -6139,6 +6375,24 @@ export const MODELS = {
|
|
|
6139
6375
|
contextWindow: 262144,
|
|
6140
6376
|
maxTokens: 32768,
|
|
6141
6377
|
},
|
|
6378
|
+
"meta-llama/Llama-3.1-8B-Instruct": {
|
|
6379
|
+
id: "meta-llama/Llama-3.1-8B-Instruct",
|
|
6380
|
+
name: "Llama-3.1-8B-Instruct",
|
|
6381
|
+
api: "openai-completions",
|
|
6382
|
+
provider: "huggingface",
|
|
6383
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6384
|
+
compat: { "supportsDeveloperRole": false },
|
|
6385
|
+
reasoning: false,
|
|
6386
|
+
input: ["text"],
|
|
6387
|
+
cost: {
|
|
6388
|
+
input: 0.06,
|
|
6389
|
+
output: 0.06,
|
|
6390
|
+
cacheRead: 0,
|
|
6391
|
+
cacheWrite: 0,
|
|
6392
|
+
},
|
|
6393
|
+
contextWindow: 131072,
|
|
6394
|
+
maxTokens: 4096,
|
|
6395
|
+
},
|
|
6142
6396
|
"meta-llama/Llama-3.3-70B-Instruct": {
|
|
6143
6397
|
id: "meta-llama/Llama-3.3-70B-Instruct",
|
|
6144
6398
|
name: "Llama-3.3-70B-Instruct",
|
|
@@ -6478,8 +6732,26 @@ export const MODELS = {
|
|
|
6478
6732
|
cacheRead: 0,
|
|
6479
6733
|
cacheWrite: 0,
|
|
6480
6734
|
},
|
|
6481
|
-
contextWindow: 204800,
|
|
6482
|
-
maxTokens: 131072,
|
|
6735
|
+
contextWindow: 204800,
|
|
6736
|
+
maxTokens: 131072,
|
|
6737
|
+
},
|
|
6738
|
+
"zai-org/GLM-4.6V-Flash": {
|
|
6739
|
+
id: "zai-org/GLM-4.6V-Flash",
|
|
6740
|
+
name: "GLM-4.6V-Flash",
|
|
6741
|
+
api: "openai-completions",
|
|
6742
|
+
provider: "huggingface",
|
|
6743
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6744
|
+
compat: { "supportsDeveloperRole": false },
|
|
6745
|
+
reasoning: true,
|
|
6746
|
+
input: ["text", "image"],
|
|
6747
|
+
cost: {
|
|
6748
|
+
input: 0.3,
|
|
6749
|
+
output: 0.9,
|
|
6750
|
+
cacheRead: 0,
|
|
6751
|
+
cacheWrite: 0,
|
|
6752
|
+
},
|
|
6753
|
+
contextWindow: 131072,
|
|
6754
|
+
maxTokens: 32768,
|
|
6483
6755
|
},
|
|
6484
6756
|
"zai-org/GLM-4.7": {
|
|
6485
6757
|
id: "zai-org/GLM-4.7",
|
|
@@ -8118,10 +8390,10 @@ export const MODELS = {
|
|
|
8118
8390
|
thinkingLevelMap: { "off": null },
|
|
8119
8391
|
input: ["text", "image"],
|
|
8120
8392
|
cost: {
|
|
8121
|
-
input:
|
|
8122
|
-
output:
|
|
8123
|
-
cacheRead: 0.
|
|
8124
|
-
cacheWrite:
|
|
8393
|
+
input: 4,
|
|
8394
|
+
output: 20,
|
|
8395
|
+
cacheRead: 0.4,
|
|
8396
|
+
cacheWrite: 5,
|
|
8125
8397
|
},
|
|
8126
8398
|
contextWindow: 1050000,
|
|
8127
8399
|
maxTokens: 128000,
|
|
@@ -8154,10 +8426,10 @@ export const MODELS = {
|
|
|
8154
8426
|
thinkingLevelMap: { "off": null },
|
|
8155
8427
|
input: ["text", "image"],
|
|
8156
8428
|
cost: {
|
|
8157
|
-
input:
|
|
8158
|
-
output:
|
|
8159
|
-
cacheRead: 0.
|
|
8160
|
-
cacheWrite:
|
|
8429
|
+
input: 4,
|
|
8430
|
+
output: 20,
|
|
8431
|
+
cacheRead: 0.4,
|
|
8432
|
+
cacheWrite: 5,
|
|
8161
8433
|
},
|
|
8162
8434
|
contextWindow: 1050000,
|
|
8163
8435
|
maxTokens: 128000,
|
|
@@ -8708,25 +8980,6 @@ export const MODELS = {
|
|
|
8708
8980
|
contextWindow: 1000000,
|
|
8709
8981
|
maxTokens: 384000,
|
|
8710
8982
|
},
|
|
8711
|
-
"deepseek-v4-flash-free": {
|
|
8712
|
-
id: "deepseek-v4-flash-free",
|
|
8713
|
-
name: "DeepSeek V4 Flash Free",
|
|
8714
|
-
api: "openai-completions",
|
|
8715
|
-
provider: "opencode",
|
|
8716
|
-
baseUrl: "https://opencode.ai/zen/v1",
|
|
8717
|
-
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
8718
|
-
reasoning: true,
|
|
8719
|
-
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
8720
|
-
input: ["text"],
|
|
8721
|
-
cost: {
|
|
8722
|
-
input: 0,
|
|
8723
|
-
output: 0,
|
|
8724
|
-
cacheRead: 0,
|
|
8725
|
-
cacheWrite: 0,
|
|
8726
|
-
},
|
|
8727
|
-
contextWindow: 200000,
|
|
8728
|
-
maxTokens: 128000,
|
|
8729
|
-
},
|
|
8730
8983
|
"deepseek-v4-pro": {
|
|
8731
8984
|
id: "deepseek-v4-pro",
|
|
8732
8985
|
name: "DeepSeek V4 Pro",
|
|
@@ -8836,6 +9089,24 @@ export const MODELS = {
|
|
|
8836
9089
|
contextWindow: 1048576,
|
|
8837
9090
|
maxTokens: 65536,
|
|
8838
9091
|
},
|
|
9092
|
+
"gemini-3.7-flash": {
|
|
9093
|
+
id: "gemini-3.7-flash",
|
|
9094
|
+
name: "Gemini 3.7 Flash",
|
|
9095
|
+
api: "google-generative-ai",
|
|
9096
|
+
provider: "opencode",
|
|
9097
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
9098
|
+
reasoning: true,
|
|
9099
|
+
thinkingLevelMap: { "off": null },
|
|
9100
|
+
input: ["text", "image"],
|
|
9101
|
+
cost: {
|
|
9102
|
+
input: 1.5,
|
|
9103
|
+
output: 7.5,
|
|
9104
|
+
cacheRead: 0.15,
|
|
9105
|
+
cacheWrite: 0,
|
|
9106
|
+
},
|
|
9107
|
+
contextWindow: 1048576,
|
|
9108
|
+
maxTokens: 65536,
|
|
9109
|
+
},
|
|
8839
9110
|
"glm-5": {
|
|
8840
9111
|
id: "glm-5",
|
|
8841
9112
|
name: "GLM-5",
|
|
@@ -9195,7 +9466,7 @@ export const MODELS = {
|
|
|
9195
9466
|
},
|
|
9196
9467
|
"gpt-5.6-sol": {
|
|
9197
9468
|
id: "gpt-5.6-sol",
|
|
9198
|
-
name: "GPT-5.6 Sol",
|
|
9469
|
+
name: "GPT-5.6 Sol (50% Off)",
|
|
9199
9470
|
api: "openai-responses",
|
|
9200
9471
|
provider: "opencode",
|
|
9201
9472
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -9203,10 +9474,10 @@ export const MODELS = {
|
|
|
9203
9474
|
thinkingLevelMap: { "off": null },
|
|
9204
9475
|
input: ["text", "image"],
|
|
9205
9476
|
cost: {
|
|
9206
|
-
input:
|
|
9207
|
-
output:
|
|
9208
|
-
cacheRead: 0.
|
|
9209
|
-
cacheWrite:
|
|
9477
|
+
input: 2,
|
|
9478
|
+
output: 10,
|
|
9479
|
+
cacheRead: 0.2,
|
|
9480
|
+
cacheWrite: 2.5,
|
|
9210
9481
|
},
|
|
9211
9482
|
contextWindow: 1050000,
|
|
9212
9483
|
maxTokens: 128000,
|
|
@@ -9365,40 +9636,6 @@ export const MODELS = {
|
|
|
9365
9636
|
contextWindow: 1048576,
|
|
9366
9637
|
maxTokens: 131072,
|
|
9367
9638
|
},
|
|
9368
|
-
"laguna-s-2.1-free": {
|
|
9369
|
-
id: "laguna-s-2.1-free",
|
|
9370
|
-
name: "Laguna S 2.1 Free",
|
|
9371
|
-
api: "openai-completions",
|
|
9372
|
-
provider: "opencode",
|
|
9373
|
-
baseUrl: "https://opencode.ai/zen/v1",
|
|
9374
|
-
reasoning: true,
|
|
9375
|
-
input: ["text"],
|
|
9376
|
-
cost: {
|
|
9377
|
-
input: 0,
|
|
9378
|
-
output: 0,
|
|
9379
|
-
cacheRead: 0,
|
|
9380
|
-
cacheWrite: 0,
|
|
9381
|
-
},
|
|
9382
|
-
contextWindow: 256000,
|
|
9383
|
-
maxTokens: 32000,
|
|
9384
|
-
},
|
|
9385
|
-
"ling-3.0-tiny-free": {
|
|
9386
|
-
id: "ling-3.0-tiny-free",
|
|
9387
|
-
name: "Ling-3.0-tiny Free",
|
|
9388
|
-
api: "openai-completions",
|
|
9389
|
-
provider: "opencode",
|
|
9390
|
-
baseUrl: "https://opencode.ai/zen/v1",
|
|
9391
|
-
reasoning: true,
|
|
9392
|
-
input: ["text"],
|
|
9393
|
-
cost: {
|
|
9394
|
-
input: 0,
|
|
9395
|
-
output: 0,
|
|
9396
|
-
cacheRead: 0,
|
|
9397
|
-
cacheWrite: 0,
|
|
9398
|
-
},
|
|
9399
|
-
contextWindow: 262144,
|
|
9400
|
-
maxTokens: 32768,
|
|
9401
|
-
},
|
|
9402
9639
|
"mimo-v2.5-free": {
|
|
9403
9640
|
id: "mimo-v2.5-free",
|
|
9404
9641
|
name: "MiMo V2.5 Free",
|
|
@@ -9467,6 +9704,40 @@ export const MODELS = {
|
|
|
9467
9704
|
contextWindow: 512000,
|
|
9468
9705
|
maxTokens: 128000,
|
|
9469
9706
|
},
|
|
9707
|
+
"muse-spark-1.2": {
|
|
9708
|
+
id: "muse-spark-1.2",
|
|
9709
|
+
name: "Muse Spark 1.2",
|
|
9710
|
+
api: "openai-responses",
|
|
9711
|
+
provider: "opencode",
|
|
9712
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
9713
|
+
reasoning: true,
|
|
9714
|
+
input: ["text", "image"],
|
|
9715
|
+
cost: {
|
|
9716
|
+
input: 1.25,
|
|
9717
|
+
output: 4.25,
|
|
9718
|
+
cacheRead: 0.15,
|
|
9719
|
+
cacheWrite: 0,
|
|
9720
|
+
},
|
|
9721
|
+
contextWindow: 1048576,
|
|
9722
|
+
maxTokens: 131072,
|
|
9723
|
+
},
|
|
9724
|
+
"muse-spark-1.2-contributor-free": {
|
|
9725
|
+
id: "muse-spark-1.2-contributor-free",
|
|
9726
|
+
name: "Muse Spark 1.2 Free",
|
|
9727
|
+
api: "openai-responses",
|
|
9728
|
+
provider: "opencode",
|
|
9729
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
9730
|
+
reasoning: true,
|
|
9731
|
+
input: ["text", "image"],
|
|
9732
|
+
cost: {
|
|
9733
|
+
input: 0,
|
|
9734
|
+
output: 0,
|
|
9735
|
+
cacheRead: 0,
|
|
9736
|
+
cacheWrite: 0,
|
|
9737
|
+
},
|
|
9738
|
+
contextWindow: 1048576,
|
|
9739
|
+
maxTokens: 131072,
|
|
9740
|
+
},
|
|
9470
9741
|
"nemotron-3-ultra-free": {
|
|
9471
9742
|
id: "nemotron-3-ultra-free",
|
|
9472
9743
|
name: "Nemotron 3 Ultra Free",
|
|
@@ -9535,11 +9806,28 @@ export const MODELS = {
|
|
|
9535
9806
|
contextWindow: 262144,
|
|
9536
9807
|
maxTokens: 65536,
|
|
9537
9808
|
},
|
|
9809
|
+
"x-preview-f-free": {
|
|
9810
|
+
id: "x-preview-f-free",
|
|
9811
|
+
name: "Ox Alpha Free (Unlimited)",
|
|
9812
|
+
api: "openai-completions",
|
|
9813
|
+
provider: "opencode",
|
|
9814
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
9815
|
+
reasoning: true,
|
|
9816
|
+
input: ["text", "image"],
|
|
9817
|
+
cost: {
|
|
9818
|
+
input: 0,
|
|
9819
|
+
output: 0,
|
|
9820
|
+
cacheRead: 0,
|
|
9821
|
+
cacheWrite: 0,
|
|
9822
|
+
},
|
|
9823
|
+
contextWindow: 1000000,
|
|
9824
|
+
maxTokens: 131072,
|
|
9825
|
+
},
|
|
9538
9826
|
},
|
|
9539
9827
|
"opencode-go": {
|
|
9540
9828
|
"deepseek-v4-flash": {
|
|
9541
9829
|
id: "deepseek-v4-flash",
|
|
9542
|
-
name: "DeepSeek V4 Flash
|
|
9830
|
+
name: "DeepSeek V4 Flash",
|
|
9543
9831
|
api: "openai-completions",
|
|
9544
9832
|
provider: "opencode-go",
|
|
9545
9833
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
@@ -9548,9 +9836,28 @@ export const MODELS = {
|
|
|
9548
9836
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
9549
9837
|
input: ["text"],
|
|
9550
9838
|
cost: {
|
|
9551
|
-
input: 0.
|
|
9552
|
-
output: 0.
|
|
9553
|
-
cacheRead: 0.
|
|
9839
|
+
input: 0.22,
|
|
9840
|
+
output: 0.66,
|
|
9841
|
+
cacheRead: 0.007,
|
|
9842
|
+
cacheWrite: 0,
|
|
9843
|
+
},
|
|
9844
|
+
contextWindow: 1000000,
|
|
9845
|
+
maxTokens: 384000,
|
|
9846
|
+
},
|
|
9847
|
+
"deepseek-v4-flash-vision-exp": {
|
|
9848
|
+
id: "deepseek-v4-flash-vision-exp",
|
|
9849
|
+
name: "DeepSeek V4 Flash Vision Exp",
|
|
9850
|
+
api: "openai-completions",
|
|
9851
|
+
provider: "opencode-go",
|
|
9852
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
9853
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
9854
|
+
reasoning: true,
|
|
9855
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
9856
|
+
input: ["text", "image"],
|
|
9857
|
+
cost: {
|
|
9858
|
+
input: 0.22,
|
|
9859
|
+
output: 0.66,
|
|
9860
|
+
cacheRead: 0.007,
|
|
9554
9861
|
cacheWrite: 0,
|
|
9555
9862
|
},
|
|
9556
9863
|
contextWindow: 1000000,
|
|
@@ -9567,9 +9874,9 @@ export const MODELS = {
|
|
|
9567
9874
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
9568
9875
|
input: ["text"],
|
|
9569
9876
|
cost: {
|
|
9570
|
-
input: 0.
|
|
9571
|
-
output:
|
|
9572
|
-
cacheRead: 0.
|
|
9877
|
+
input: 0.66,
|
|
9878
|
+
output: 1.98,
|
|
9879
|
+
cacheRead: 0.022,
|
|
9573
9880
|
cacheWrite: 0,
|
|
9574
9881
|
},
|
|
9575
9882
|
contextWindow: 1000000,
|
|
@@ -9609,9 +9916,26 @@ export const MODELS = {
|
|
|
9609
9916
|
contextWindow: 1000000,
|
|
9610
9917
|
maxTokens: 131072,
|
|
9611
9918
|
},
|
|
9919
|
+
"glm-5.3": {
|
|
9920
|
+
id: "glm-5.3",
|
|
9921
|
+
name: "GLM-5.3",
|
|
9922
|
+
api: "openai-completions",
|
|
9923
|
+
provider: "opencode-go",
|
|
9924
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
9925
|
+
reasoning: true,
|
|
9926
|
+
input: ["text"],
|
|
9927
|
+
cost: {
|
|
9928
|
+
input: 1.4,
|
|
9929
|
+
output: 4.4,
|
|
9930
|
+
cacheRead: 0.26,
|
|
9931
|
+
cacheWrite: 0,
|
|
9932
|
+
},
|
|
9933
|
+
contextWindow: 1000000,
|
|
9934
|
+
maxTokens: 131072,
|
|
9935
|
+
},
|
|
9612
9936
|
"gpt-5.6-luna": {
|
|
9613
9937
|
id: "gpt-5.6-luna",
|
|
9614
|
-
name: "GPT-5.6 Luna
|
|
9938
|
+
name: "GPT-5.6 Luna",
|
|
9615
9939
|
api: "openai-responses",
|
|
9616
9940
|
provider: "opencode-go",
|
|
9617
9941
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
@@ -9619,10 +9943,10 @@ export const MODELS = {
|
|
|
9619
9943
|
thinkingLevelMap: { "off": null },
|
|
9620
9944
|
input: ["text", "image"],
|
|
9621
9945
|
cost: {
|
|
9622
|
-
input: 0.
|
|
9623
|
-
output:
|
|
9624
|
-
cacheRead: 0.
|
|
9625
|
-
cacheWrite: 0.
|
|
9946
|
+
input: 0.2,
|
|
9947
|
+
output: 1.2,
|
|
9948
|
+
cacheRead: 0.02,
|
|
9949
|
+
cacheWrite: 0.25,
|
|
9626
9950
|
},
|
|
9627
9951
|
contextWindow: 1050000,
|
|
9628
9952
|
maxTokens: 128000,
|
|
@@ -9646,16 +9970,16 @@ export const MODELS = {
|
|
|
9646
9970
|
},
|
|
9647
9971
|
"hy3": {
|
|
9648
9972
|
id: "hy3",
|
|
9649
|
-
name: "Hy3",
|
|
9973
|
+
name: "Hy3 (8x usage)",
|
|
9650
9974
|
api: "openai-completions",
|
|
9651
9975
|
provider: "opencode-go",
|
|
9652
9976
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
9653
9977
|
reasoning: true,
|
|
9654
9978
|
input: ["text"],
|
|
9655
9979
|
cost: {
|
|
9656
|
-
input: 0.
|
|
9657
|
-
output: 0.
|
|
9658
|
-
cacheRead: 0.
|
|
9980
|
+
input: 0.0175,
|
|
9981
|
+
output: 0.0725,
|
|
9982
|
+
cacheRead: 0.004375,
|
|
9659
9983
|
cacheWrite: 0,
|
|
9660
9984
|
},
|
|
9661
9985
|
contextWindow: 256000,
|
|
@@ -9712,6 +10036,23 @@ export const MODELS = {
|
|
|
9712
10036
|
contextWindow: 1048576,
|
|
9713
10037
|
maxTokens: 131072,
|
|
9714
10038
|
},
|
|
10039
|
+
"longcat-2.0": {
|
|
10040
|
+
id: "longcat-2.0",
|
|
10041
|
+
name: "LongCat-2.0",
|
|
10042
|
+
api: "openai-completions",
|
|
10043
|
+
provider: "opencode-go",
|
|
10044
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
10045
|
+
reasoning: true,
|
|
10046
|
+
input: ["text"],
|
|
10047
|
+
cost: {
|
|
10048
|
+
input: 0.3,
|
|
10049
|
+
output: 1.2,
|
|
10050
|
+
cacheRead: 0.006,
|
|
10051
|
+
cacheWrite: 0,
|
|
10052
|
+
},
|
|
10053
|
+
contextWindow: 1000000,
|
|
10054
|
+
maxTokens: 131072,
|
|
10055
|
+
},
|
|
9715
10056
|
"mimo-v2.5": {
|
|
9716
10057
|
id: "mimo-v2.5",
|
|
9717
10058
|
name: "MiMo V2.5",
|
|
@@ -9780,6 +10121,40 @@ export const MODELS = {
|
|
|
9780
10121
|
contextWindow: 1000000,
|
|
9781
10122
|
maxTokens: 131072,
|
|
9782
10123
|
},
|
|
10124
|
+
"muse-spark-1.2-contributor": {
|
|
10125
|
+
id: "muse-spark-1.2-contributor",
|
|
10126
|
+
name: "Muse Spark 1.2 Contributor",
|
|
10127
|
+
api: "openai-responses",
|
|
10128
|
+
provider: "opencode-go",
|
|
10129
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
10130
|
+
reasoning: true,
|
|
10131
|
+
input: ["text", "image"],
|
|
10132
|
+
cost: {
|
|
10133
|
+
input: 0.1,
|
|
10134
|
+
output: 0.2,
|
|
10135
|
+
cacheRead: 0.002,
|
|
10136
|
+
cacheWrite: 0,
|
|
10137
|
+
},
|
|
10138
|
+
contextWindow: 1048576,
|
|
10139
|
+
maxTokens: 131072,
|
|
10140
|
+
},
|
|
10141
|
+
"ox-alpha-free": {
|
|
10142
|
+
id: "ox-alpha-free",
|
|
10143
|
+
name: "Ox Alpha Free (Unlimited)",
|
|
10144
|
+
api: "openai-completions",
|
|
10145
|
+
provider: "opencode-go",
|
|
10146
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
10147
|
+
reasoning: true,
|
|
10148
|
+
input: ["text", "image"],
|
|
10149
|
+
cost: {
|
|
10150
|
+
input: 0,
|
|
10151
|
+
output: 0,
|
|
10152
|
+
cacheRead: 0,
|
|
10153
|
+
cacheWrite: 0,
|
|
10154
|
+
},
|
|
10155
|
+
contextWindow: 1000000,
|
|
10156
|
+
maxTokens: 131072,
|
|
10157
|
+
},
|
|
9783
10158
|
"qwen3.6-plus": {
|
|
9784
10159
|
id: "qwen3.6-plus",
|
|
9785
10160
|
name: "Qwen3.6 Plus",
|
|
@@ -9801,9 +10176,9 @@ export const MODELS = {
|
|
|
9801
10176
|
"qwen3.7-max": {
|
|
9802
10177
|
id: "qwen3.7-max",
|
|
9803
10178
|
name: "Qwen3.7 Max",
|
|
9804
|
-
api: "
|
|
10179
|
+
api: "openai-completions",
|
|
9805
10180
|
provider: "opencode-go",
|
|
9806
|
-
baseUrl: "https://opencode.ai/zen/go",
|
|
10181
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
9807
10182
|
reasoning: true,
|
|
9808
10183
|
input: ["text"],
|
|
9809
10184
|
cost: {
|
|
@@ -9818,9 +10193,9 @@ export const MODELS = {
|
|
|
9818
10193
|
"qwen3.7-plus": {
|
|
9819
10194
|
id: "qwen3.7-plus",
|
|
9820
10195
|
name: "Qwen3.7 Plus",
|
|
9821
|
-
api: "
|
|
10196
|
+
api: "openai-completions",
|
|
9822
10197
|
provider: "opencode-go",
|
|
9823
|
-
baseUrl: "https://opencode.ai/zen/go",
|
|
10198
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
9824
10199
|
reasoning: true,
|
|
9825
10200
|
input: ["text", "image"],
|
|
9826
10201
|
cost: {
|
|
@@ -9835,9 +10210,9 @@ export const MODELS = {
|
|
|
9835
10210
|
"qwen3.8-max": {
|
|
9836
10211
|
id: "qwen3.8-max",
|
|
9837
10212
|
name: "Qwen3.8 Max",
|
|
9838
|
-
api: "
|
|
10213
|
+
api: "openai-completions",
|
|
9839
10214
|
provider: "opencode-go",
|
|
9840
|
-
baseUrl: "https://opencode.ai/zen/go",
|
|
10215
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
9841
10216
|
reasoning: true,
|
|
9842
10217
|
input: ["text", "image"],
|
|
9843
10218
|
cost: {
|
|
@@ -9851,23 +10226,6 @@ export const MODELS = {
|
|
|
9851
10226
|
},
|
|
9852
10227
|
},
|
|
9853
10228
|
"openrouter": {
|
|
9854
|
-
"ai21/jamba-large-1.7": {
|
|
9855
|
-
id: "ai21/jamba-large-1.7",
|
|
9856
|
-
name: "AI21: Jamba Large 1.7",
|
|
9857
|
-
api: "openai-completions",
|
|
9858
|
-
provider: "openrouter",
|
|
9859
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9860
|
-
reasoning: false,
|
|
9861
|
-
input: ["text"],
|
|
9862
|
-
cost: {
|
|
9863
|
-
input: 2,
|
|
9864
|
-
output: 8,
|
|
9865
|
-
cacheRead: 0,
|
|
9866
|
-
cacheWrite: 0,
|
|
9867
|
-
},
|
|
9868
|
-
contextWindow: 256000,
|
|
9869
|
-
maxTokens: 4096,
|
|
9870
|
-
},
|
|
9871
10229
|
"aion-labs/aion-2.0": {
|
|
9872
10230
|
id: "aion-labs/aion-2.0",
|
|
9873
10231
|
name: "AionLabs: Aion-2.0",
|
|
@@ -10720,13 +11078,13 @@ export const MODELS = {
|
|
|
10720
11078
|
reasoning: false,
|
|
10721
11079
|
input: ["text"],
|
|
10722
11080
|
cost: {
|
|
10723
|
-
input: 0.
|
|
10724
|
-
output: 1
|
|
10725
|
-
cacheRead: 0
|
|
11081
|
+
input: 0.25,
|
|
11082
|
+
output: 1,
|
|
11083
|
+
cacheRead: 0,
|
|
10726
11084
|
cacheWrite: 0,
|
|
10727
11085
|
},
|
|
10728
11086
|
contextWindow: 163840,
|
|
10729
|
-
maxTokens:
|
|
11087
|
+
maxTokens: 163840,
|
|
10730
11088
|
},
|
|
10731
11089
|
"deepseek/deepseek-chat-v3.1": {
|
|
10732
11090
|
id: "deepseek/deepseek-chat-v3.1",
|
|
@@ -10737,13 +11095,13 @@ export const MODELS = {
|
|
|
10737
11095
|
reasoning: true,
|
|
10738
11096
|
input: ["text"],
|
|
10739
11097
|
cost: {
|
|
10740
|
-
input: 0.
|
|
10741
|
-
output:
|
|
10742
|
-
cacheRead: 0.
|
|
11098
|
+
input: 0.55,
|
|
11099
|
+
output: 1.6500000000000001,
|
|
11100
|
+
cacheRead: 0.55,
|
|
10743
11101
|
cacheWrite: 0,
|
|
10744
11102
|
},
|
|
10745
11103
|
contextWindow: 163840,
|
|
10746
|
-
maxTokens:
|
|
11104
|
+
maxTokens: 161000,
|
|
10747
11105
|
},
|
|
10748
11106
|
"deepseek/deepseek-r1": {
|
|
10749
11107
|
id: "deepseek/deepseek-r1",
|
|
@@ -10759,7 +11117,7 @@ export const MODELS = {
|
|
|
10759
11117
|
cacheRead: 0,
|
|
10760
11118
|
cacheWrite: 0,
|
|
10761
11119
|
},
|
|
10762
|
-
contextWindow:
|
|
11120
|
+
contextWindow: 64000,
|
|
10763
11121
|
maxTokens: 16000,
|
|
10764
11122
|
},
|
|
10765
11123
|
"deepseek/deepseek-r1-0528": {
|
|
@@ -10789,8 +11147,8 @@ export const MODELS = {
|
|
|
10789
11147
|
input: ["text"],
|
|
10790
11148
|
cost: {
|
|
10791
11149
|
input: 0.27,
|
|
10792
|
-
output:
|
|
10793
|
-
cacheRead: 0.
|
|
11150
|
+
output: 1,
|
|
11151
|
+
cacheRead: 0.135,
|
|
10794
11152
|
cacheWrite: 0,
|
|
10795
11153
|
},
|
|
10796
11154
|
contextWindow: 163840,
|
|
@@ -10805,13 +11163,13 @@ export const MODELS = {
|
|
|
10805
11163
|
reasoning: true,
|
|
10806
11164
|
input: ["text"],
|
|
10807
11165
|
cost: {
|
|
10808
|
-
input: 0.
|
|
10809
|
-
output: 0.
|
|
10810
|
-
cacheRead: 0.
|
|
11166
|
+
input: 0.26,
|
|
11167
|
+
output: 0.38,
|
|
11168
|
+
cacheRead: 0.13,
|
|
10811
11169
|
cacheWrite: 0,
|
|
10812
11170
|
},
|
|
10813
11171
|
contextWindow: 163840,
|
|
10814
|
-
maxTokens:
|
|
11172
|
+
maxTokens: 163840,
|
|
10815
11173
|
},
|
|
10816
11174
|
"deepseek/deepseek-v3.2-exp": {
|
|
10817
11175
|
id: "deepseek/deepseek-v3.2-exp",
|
|
@@ -10841,13 +11199,13 @@ export const MODELS = {
|
|
|
10841
11199
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
10842
11200
|
input: ["text"],
|
|
10843
11201
|
cost: {
|
|
10844
|
-
input: 0.
|
|
10845
|
-
output: 0.
|
|
10846
|
-
cacheRead: 0.
|
|
11202
|
+
input: 0.0854,
|
|
11203
|
+
output: 0.1708,
|
|
11204
|
+
cacheRead: 0.01708,
|
|
10847
11205
|
cacheWrite: 0,
|
|
10848
11206
|
},
|
|
10849
11207
|
contextWindow: 1048576,
|
|
10850
|
-
maxTokens:
|
|
11208
|
+
maxTokens: 384000,
|
|
10851
11209
|
},
|
|
10852
11210
|
"deepseek/deepseek-v4-flash-0731": {
|
|
10853
11211
|
id: "deepseek/deepseek-v4-flash-0731",
|
|
@@ -10860,9 +11218,28 @@ export const MODELS = {
|
|
|
10860
11218
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
10861
11219
|
input: ["text"],
|
|
10862
11220
|
cost: {
|
|
10863
|
-
input: 0.
|
|
10864
|
-
output: 0.
|
|
10865
|
-
cacheRead: 0.
|
|
11221
|
+
input: 0.14,
|
|
11222
|
+
output: 0.28,
|
|
11223
|
+
cacheRead: 0.028,
|
|
11224
|
+
cacheWrite: 0,
|
|
11225
|
+
},
|
|
11226
|
+
contextWindow: 1310720,
|
|
11227
|
+
maxTokens: 131072,
|
|
11228
|
+
},
|
|
11229
|
+
"deepseek/deepseek-v4-flash-vision-exp": {
|
|
11230
|
+
id: "deepseek/deepseek-v4-flash-vision-exp",
|
|
11231
|
+
name: "DeepSeek: DeepSeek V4 Flash Vision Exp",
|
|
11232
|
+
api: "openai-completions",
|
|
11233
|
+
provider: "openrouter",
|
|
11234
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11235
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
11236
|
+
reasoning: true,
|
|
11237
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
11238
|
+
input: ["text", "image"],
|
|
11239
|
+
cost: {
|
|
11240
|
+
input: 0.22,
|
|
11241
|
+
output: 0.66,
|
|
11242
|
+
cacheRead: 0.007,
|
|
10866
11243
|
cacheWrite: 0,
|
|
10867
11244
|
},
|
|
10868
11245
|
contextWindow: 1048576,
|
|
@@ -10870,7 +11247,7 @@ export const MODELS = {
|
|
|
10870
11247
|
},
|
|
10871
11248
|
"deepseek/deepseek-v4-pro": {
|
|
10872
11249
|
id: "deepseek/deepseek-v4-pro",
|
|
10873
|
-
name: "DeepSeek: DeepSeek V4 Pro",
|
|
11250
|
+
name: "DeepSeek: DeepSeek V4 Pro 0423",
|
|
10874
11251
|
api: "openai-completions",
|
|
10875
11252
|
provider: "openrouter",
|
|
10876
11253
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -10879,13 +11256,13 @@ export const MODELS = {
|
|
|
10879
11256
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
10880
11257
|
input: ["text"],
|
|
10881
11258
|
cost: {
|
|
10882
|
-
input:
|
|
10883
|
-
output:
|
|
10884
|
-
cacheRead: 0.
|
|
11259
|
+
input: 0.5790719999999999,
|
|
11260
|
+
output: 1.1581439999999998,
|
|
11261
|
+
cacheRead: 0.048256,
|
|
10885
11262
|
cacheWrite: 0,
|
|
10886
11263
|
},
|
|
10887
11264
|
contextWindow: 1048576,
|
|
10888
|
-
maxTokens:
|
|
11265
|
+
maxTokens: 384000,
|
|
10889
11266
|
},
|
|
10890
11267
|
"deepseek/deepseek-v4-pro-0813": {
|
|
10891
11268
|
id: "deepseek/deepseek-v4-pro-0813",
|
|
@@ -10898,13 +11275,30 @@ export const MODELS = {
|
|
|
10898
11275
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
10899
11276
|
input: ["text"],
|
|
10900
11277
|
cost: {
|
|
10901
|
-
input:
|
|
10902
|
-
output:
|
|
10903
|
-
cacheRead: 0.
|
|
11278
|
+
input: 1.122,
|
|
11279
|
+
output: 3.366,
|
|
11280
|
+
cacheRead: 0.037399999999999996,
|
|
10904
11281
|
cacheWrite: 0,
|
|
10905
11282
|
},
|
|
10906
11283
|
contextWindow: 1048576,
|
|
10907
|
-
maxTokens:
|
|
11284
|
+
maxTokens: 4096,
|
|
11285
|
+
},
|
|
11286
|
+
"dots-studio/dots-3-note-preview:free": {
|
|
11287
|
+
id: "dots-studio/dots-3-note-preview:free",
|
|
11288
|
+
name: "Dots Studio: Dots3-Note Preview (free)",
|
|
11289
|
+
api: "openai-completions",
|
|
11290
|
+
provider: "openrouter",
|
|
11291
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11292
|
+
reasoning: true,
|
|
11293
|
+
input: ["text", "image"],
|
|
11294
|
+
cost: {
|
|
11295
|
+
input: 0,
|
|
11296
|
+
output: 0,
|
|
11297
|
+
cacheRead: 0,
|
|
11298
|
+
cacheWrite: 0,
|
|
11299
|
+
},
|
|
11300
|
+
contextWindow: 512000,
|
|
11301
|
+
maxTokens: 512000,
|
|
10908
11302
|
},
|
|
10909
11303
|
"google/gemini-2.5-flash": {
|
|
10910
11304
|
id: "google/gemini-2.5-flash",
|
|
@@ -11272,10 +11666,10 @@ export const MODELS = {
|
|
|
11272
11666
|
reasoning: true,
|
|
11273
11667
|
input: ["text", "image"],
|
|
11274
11668
|
cost: {
|
|
11275
|
-
input:
|
|
11276
|
-
output:
|
|
11277
|
-
cacheRead: 0.
|
|
11278
|
-
cacheWrite: 0.
|
|
11669
|
+
input: 0.75,
|
|
11670
|
+
output: 3.75,
|
|
11671
|
+
cacheRead: 0.075,
|
|
11672
|
+
cacheWrite: 0.0416666666666667,
|
|
11279
11673
|
},
|
|
11280
11674
|
contextWindow: 1048576,
|
|
11281
11675
|
maxTokens: 65536,
|
|
@@ -11289,10 +11683,44 @@ export const MODELS = {
|
|
|
11289
11683
|
reasoning: true,
|
|
11290
11684
|
input: ["text", "image"],
|
|
11291
11685
|
cost: {
|
|
11292
|
-
input: 0.
|
|
11293
|
-
output:
|
|
11294
|
-
cacheRead: 0.
|
|
11295
|
-
cacheWrite: 0.
|
|
11686
|
+
input: 0.375,
|
|
11687
|
+
output: 1.875,
|
|
11688
|
+
cacheRead: 0.0375,
|
|
11689
|
+
cacheWrite: 0.0416666666666667,
|
|
11690
|
+
},
|
|
11691
|
+
contextWindow: 1048576,
|
|
11692
|
+
maxTokens: 65536,
|
|
11693
|
+
},
|
|
11694
|
+
"google/gemini-3.7-flash": {
|
|
11695
|
+
id: "google/gemini-3.7-flash",
|
|
11696
|
+
name: "Google: Gemini 3.7 Flash",
|
|
11697
|
+
api: "openai-completions",
|
|
11698
|
+
provider: "openrouter",
|
|
11699
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11700
|
+
reasoning: true,
|
|
11701
|
+
input: ["text", "image"],
|
|
11702
|
+
cost: {
|
|
11703
|
+
input: 0.375,
|
|
11704
|
+
output: 1.875,
|
|
11705
|
+
cacheRead: 0.0375,
|
|
11706
|
+
cacheWrite: 0.0208333333333333,
|
|
11707
|
+
},
|
|
11708
|
+
contextWindow: 1048576,
|
|
11709
|
+
maxTokens: 65536,
|
|
11710
|
+
},
|
|
11711
|
+
"google/gemini-3.7-flash:batch": {
|
|
11712
|
+
id: "google/gemini-3.7-flash:batch",
|
|
11713
|
+
name: "Google: Gemini 3.7 Flash (batch)",
|
|
11714
|
+
api: "openai-completions",
|
|
11715
|
+
provider: "openrouter",
|
|
11716
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11717
|
+
reasoning: true,
|
|
11718
|
+
input: ["text", "image"],
|
|
11719
|
+
cost: {
|
|
11720
|
+
input: 0.1875,
|
|
11721
|
+
output: 0.9375,
|
|
11722
|
+
cacheRead: 0.01875,
|
|
11723
|
+
cacheWrite: 0.0208333333333333,
|
|
11296
11724
|
},
|
|
11297
11725
|
contextWindow: 1048576,
|
|
11298
11726
|
maxTokens: 65536,
|
|
@@ -11340,13 +11768,13 @@ export const MODELS = {
|
|
|
11340
11768
|
reasoning: true,
|
|
11341
11769
|
input: ["text", "image"],
|
|
11342
11770
|
cost: {
|
|
11343
|
-
input: 0.
|
|
11344
|
-
output: 0.
|
|
11345
|
-
cacheRead: 0
|
|
11771
|
+
input: 0.07,
|
|
11772
|
+
output: 0.33999999999999997,
|
|
11773
|
+
cacheRead: 0,
|
|
11346
11774
|
cacheWrite: 0,
|
|
11347
11775
|
},
|
|
11348
11776
|
contextWindow: 262144,
|
|
11349
|
-
maxTokens:
|
|
11777
|
+
maxTokens: 16384,
|
|
11350
11778
|
},
|
|
11351
11779
|
"google/gemma-4-26b-a4b-it:free": {
|
|
11352
11780
|
id: "google/gemma-4-26b-a4b-it:free",
|
|
@@ -11433,40 +11861,6 @@ export const MODELS = {
|
|
|
11433
11861
|
contextWindow: 128000,
|
|
11434
11862
|
maxTokens: 50000,
|
|
11435
11863
|
},
|
|
11436
|
-
"inclusionai/ling-2.6-1t": {
|
|
11437
|
-
id: "inclusionai/ling-2.6-1t",
|
|
11438
|
-
name: "inclusionAI: Ling-2.6-1T",
|
|
11439
|
-
api: "openai-completions",
|
|
11440
|
-
provider: "openrouter",
|
|
11441
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11442
|
-
reasoning: false,
|
|
11443
|
-
input: ["text"],
|
|
11444
|
-
cost: {
|
|
11445
|
-
input: 0.075,
|
|
11446
|
-
output: 0.625,
|
|
11447
|
-
cacheRead: 0.015,
|
|
11448
|
-
cacheWrite: 0,
|
|
11449
|
-
},
|
|
11450
|
-
contextWindow: 262144,
|
|
11451
|
-
maxTokens: 32768,
|
|
11452
|
-
},
|
|
11453
|
-
"inclusionai/ling-2.6-flash": {
|
|
11454
|
-
id: "inclusionai/ling-2.6-flash",
|
|
11455
|
-
name: "inclusionAI: Ling-2.6-flash",
|
|
11456
|
-
api: "openai-completions",
|
|
11457
|
-
provider: "openrouter",
|
|
11458
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11459
|
-
reasoning: false,
|
|
11460
|
-
input: ["text"],
|
|
11461
|
-
cost: {
|
|
11462
|
-
input: 0.01,
|
|
11463
|
-
output: 0.03,
|
|
11464
|
-
cacheRead: 0.002,
|
|
11465
|
-
cacheWrite: 0,
|
|
11466
|
-
},
|
|
11467
|
-
contextWindow: 262144,
|
|
11468
|
-
maxTokens: 32768,
|
|
11469
|
-
},
|
|
11470
11864
|
"inclusionai/ling-3.0-flash": {
|
|
11471
11865
|
id: "inclusionai/ling-3.0-flash",
|
|
11472
11866
|
name: "Ling-3.0-flash",
|
|
@@ -11484,40 +11878,6 @@ export const MODELS = {
|
|
|
11484
11878
|
contextWindow: 262144,
|
|
11485
11879
|
maxTokens: 32768,
|
|
11486
11880
|
},
|
|
11487
|
-
"inclusionai/ling-3.0-tiny:free": {
|
|
11488
|
-
id: "inclusionai/ling-3.0-tiny:free",
|
|
11489
|
-
name: "inclusionAI: Ling 3.0 Tiny (free)",
|
|
11490
|
-
api: "openai-completions",
|
|
11491
|
-
provider: "openrouter",
|
|
11492
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11493
|
-
reasoning: true,
|
|
11494
|
-
input: ["text"],
|
|
11495
|
-
cost: {
|
|
11496
|
-
input: 0,
|
|
11497
|
-
output: 0,
|
|
11498
|
-
cacheRead: 0,
|
|
11499
|
-
cacheWrite: 0,
|
|
11500
|
-
},
|
|
11501
|
-
contextWindow: 262144,
|
|
11502
|
-
maxTokens: 32768,
|
|
11503
|
-
},
|
|
11504
|
-
"inclusionai/ring-2.6-1t": {
|
|
11505
|
-
id: "inclusionai/ring-2.6-1t",
|
|
11506
|
-
name: "inclusionAI: Ring-2.6-1T",
|
|
11507
|
-
api: "openai-completions",
|
|
11508
|
-
provider: "openrouter",
|
|
11509
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11510
|
-
reasoning: true,
|
|
11511
|
-
input: ["text"],
|
|
11512
|
-
cost: {
|
|
11513
|
-
input: 0.075,
|
|
11514
|
-
output: 0.625,
|
|
11515
|
-
cacheRead: 0.015,
|
|
11516
|
-
cacheWrite: 0,
|
|
11517
|
-
},
|
|
11518
|
-
contextWindow: 262144,
|
|
11519
|
-
maxTokens: 65536,
|
|
11520
|
-
},
|
|
11521
11881
|
"kwaipilot/kat-coder-air-v2.5": {
|
|
11522
11882
|
id: "kwaipilot/kat-coder-air-v2.5",
|
|
11523
11883
|
name: "Kwaipilot: KAT-Coder-Air V2.5",
|
|
@@ -11583,8 +11943,8 @@ export const MODELS = {
|
|
|
11583
11943
|
cacheRead: 0,
|
|
11584
11944
|
cacheWrite: 0,
|
|
11585
11945
|
},
|
|
11586
|
-
contextWindow:
|
|
11587
|
-
maxTokens:
|
|
11946
|
+
contextWindow: 65536,
|
|
11947
|
+
maxTokens: 8192,
|
|
11588
11948
|
},
|
|
11589
11949
|
"meituan/longcat-2.0": {
|
|
11590
11950
|
id: "meituan/longcat-2.0",
|
|
@@ -11664,12 +12024,12 @@ export const MODELS = {
|
|
|
11664
12024
|
input: ["text", "image"],
|
|
11665
12025
|
cost: {
|
|
11666
12026
|
input: 0.19999999999999998,
|
|
11667
|
-
output: 0.
|
|
12027
|
+
output: 0.7999999999999999,
|
|
11668
12028
|
cacheRead: 0,
|
|
11669
12029
|
cacheWrite: 0,
|
|
11670
12030
|
},
|
|
11671
12031
|
contextWindow: 1048576,
|
|
11672
|
-
maxTokens:
|
|
12032
|
+
maxTokens: 16384,
|
|
11673
12033
|
},
|
|
11674
12034
|
"meta-llama/llama-4-scout": {
|
|
11675
12035
|
id: "meta-llama/llama-4-scout",
|
|
@@ -11739,6 +12099,23 @@ export const MODELS = {
|
|
|
11739
12099
|
contextWindow: 1048576,
|
|
11740
12100
|
maxTokens: 4096,
|
|
11741
12101
|
},
|
|
12102
|
+
"meta/muse-spark-1.2-contributor": {
|
|
12103
|
+
id: "meta/muse-spark-1.2-contributor",
|
|
12104
|
+
name: "Meta: Muse Spark 1.2 Contributor",
|
|
12105
|
+
api: "openai-completions",
|
|
12106
|
+
provider: "openrouter",
|
|
12107
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12108
|
+
reasoning: true,
|
|
12109
|
+
input: ["text", "image"],
|
|
12110
|
+
cost: {
|
|
12111
|
+
input: 0.09999999999999999,
|
|
12112
|
+
output: 0.19999999999999998,
|
|
12113
|
+
cacheRead: 0.002,
|
|
12114
|
+
cacheWrite: 0,
|
|
12115
|
+
},
|
|
12116
|
+
contextWindow: 1048576,
|
|
12117
|
+
maxTokens: 4096,
|
|
12118
|
+
},
|
|
11742
12119
|
"minimax/minimax-m1": {
|
|
11743
12120
|
id: "minimax/minimax-m1",
|
|
11744
12121
|
name: "MiniMax: MiniMax M1",
|
|
@@ -11799,13 +12176,13 @@ export const MODELS = {
|
|
|
11799
12176
|
reasoning: true,
|
|
11800
12177
|
input: ["text"],
|
|
11801
12178
|
cost: {
|
|
11802
|
-
input: 0.
|
|
11803
|
-
output:
|
|
11804
|
-
cacheRead: 0.
|
|
12179
|
+
input: 0.27,
|
|
12180
|
+
output: 1.08,
|
|
12181
|
+
cacheRead: 0.027,
|
|
11805
12182
|
cacheWrite: 0,
|
|
11806
12183
|
},
|
|
11807
12184
|
contextWindow: 204800,
|
|
11808
|
-
maxTokens:
|
|
12185
|
+
maxTokens: 128000,
|
|
11809
12186
|
},
|
|
11810
12187
|
"minimax/minimax-m2.7": {
|
|
11811
12188
|
id: "minimax/minimax-m2.7",
|
|
@@ -11822,7 +12199,24 @@ export const MODELS = {
|
|
|
11822
12199
|
cacheWrite: 0,
|
|
11823
12200
|
},
|
|
11824
12201
|
contextWindow: 204800,
|
|
11825
|
-
maxTokens:
|
|
12202
|
+
maxTokens: 4096,
|
|
12203
|
+
},
|
|
12204
|
+
"minimax/minimax-m2.7:free": {
|
|
12205
|
+
id: "minimax/minimax-m2.7:free",
|
|
12206
|
+
name: "MiniMax: MiniMax M2.7 (free)",
|
|
12207
|
+
api: "openai-completions",
|
|
12208
|
+
provider: "openrouter",
|
|
12209
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12210
|
+
reasoning: true,
|
|
12211
|
+
input: ["text"],
|
|
12212
|
+
cost: {
|
|
12213
|
+
input: 0,
|
|
12214
|
+
output: 0,
|
|
12215
|
+
cacheRead: 0,
|
|
12216
|
+
cacheWrite: 0,
|
|
12217
|
+
},
|
|
12218
|
+
contextWindow: 196608,
|
|
12219
|
+
maxTokens: 4096,
|
|
11826
12220
|
},
|
|
11827
12221
|
"minimax/minimax-m3": {
|
|
11828
12222
|
id: "minimax/minimax-m3",
|
|
@@ -11850,14 +12244,31 @@ export const MODELS = {
|
|
|
11850
12244
|
reasoning: true,
|
|
11851
12245
|
input: ["text", "image"],
|
|
11852
12246
|
cost: {
|
|
11853
|
-
input: 0.
|
|
11854
|
-
output:
|
|
11855
|
-
cacheRead: 0.
|
|
12247
|
+
input: 0.3,
|
|
12248
|
+
output: 1.2,
|
|
12249
|
+
cacheRead: 0.06,
|
|
11856
12250
|
cacheWrite: 0,
|
|
11857
12251
|
},
|
|
11858
12252
|
contextWindow: 524288,
|
|
11859
12253
|
maxTokens: 4096,
|
|
11860
12254
|
},
|
|
12255
|
+
"minimax/minimax-m3:free": {
|
|
12256
|
+
id: "minimax/minimax-m3:free",
|
|
12257
|
+
name: "MiniMax: MiniMax M3 (free)",
|
|
12258
|
+
api: "openai-completions",
|
|
12259
|
+
provider: "openrouter",
|
|
12260
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12261
|
+
reasoning: true,
|
|
12262
|
+
input: ["text", "image"],
|
|
12263
|
+
cost: {
|
|
12264
|
+
input: 0,
|
|
12265
|
+
output: 0,
|
|
12266
|
+
cacheRead: 0,
|
|
12267
|
+
cacheWrite: 0,
|
|
12268
|
+
},
|
|
12269
|
+
contextWindow: 1048576,
|
|
12270
|
+
maxTokens: 4096,
|
|
12271
|
+
},
|
|
11861
12272
|
"mistralai/codestral-2508": {
|
|
11862
12273
|
id: "mistralai/codestral-2508",
|
|
11863
12274
|
name: "Mistral: Codestral 2508",
|
|
@@ -11875,6 +12286,23 @@ export const MODELS = {
|
|
|
11875
12286
|
contextWindow: 256000,
|
|
11876
12287
|
maxTokens: 4096,
|
|
11877
12288
|
},
|
|
12289
|
+
"mistralai/devstral-2512": {
|
|
12290
|
+
id: "mistralai/devstral-2512",
|
|
12291
|
+
name: "Mistral: Devstral 2 2512",
|
|
12292
|
+
api: "openai-completions",
|
|
12293
|
+
provider: "openrouter",
|
|
12294
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12295
|
+
reasoning: false,
|
|
12296
|
+
input: ["text"],
|
|
12297
|
+
cost: {
|
|
12298
|
+
input: 0.44,
|
|
12299
|
+
output: 2.2,
|
|
12300
|
+
cacheRead: 0.044,
|
|
12301
|
+
cacheWrite: 0,
|
|
12302
|
+
},
|
|
12303
|
+
contextWindow: 262144,
|
|
12304
|
+
maxTokens: 4096,
|
|
12305
|
+
},
|
|
11878
12306
|
"mistralai/ministral-14b-2512": {
|
|
11879
12307
|
id: "mistralai/ministral-14b-2512",
|
|
11880
12308
|
name: "Mistral: Ministral 3 14B 2512",
|
|
@@ -12088,12 +12516,12 @@ export const MODELS = {
|
|
|
12088
12516
|
reasoning: false,
|
|
12089
12517
|
input: ["text", "image"],
|
|
12090
12518
|
cost: {
|
|
12091
|
-
input: 0.
|
|
12092
|
-
output: 0.
|
|
12519
|
+
input: 0.075,
|
|
12520
|
+
output: 0.19999999999999998,
|
|
12093
12521
|
cacheRead: 0,
|
|
12094
12522
|
cacheWrite: 0,
|
|
12095
12523
|
},
|
|
12096
|
-
contextWindow:
|
|
12524
|
+
contextWindow: 131072,
|
|
12097
12525
|
maxTokens: 16384,
|
|
12098
12526
|
},
|
|
12099
12527
|
"mistralai/mixtral-8x22b-instruct": {
|
|
@@ -12207,13 +12635,13 @@ export const MODELS = {
|
|
|
12207
12635
|
reasoning: true,
|
|
12208
12636
|
input: ["text", "image"],
|
|
12209
12637
|
cost: {
|
|
12210
|
-
input: 0.
|
|
12211
|
-
output:
|
|
12212
|
-
cacheRead: 0.
|
|
12638
|
+
input: 0.95,
|
|
12639
|
+
output: 4,
|
|
12640
|
+
cacheRead: 0.16,
|
|
12213
12641
|
cacheWrite: 0,
|
|
12214
12642
|
},
|
|
12215
12643
|
contextWindow: 262144,
|
|
12216
|
-
maxTokens:
|
|
12644
|
+
maxTokens: 4096,
|
|
12217
12645
|
},
|
|
12218
12646
|
"moonshotai/kimi-k2.7-code": {
|
|
12219
12647
|
id: "moonshotai/kimi-k2.7-code",
|
|
@@ -12226,7 +12654,7 @@ export const MODELS = {
|
|
|
12226
12654
|
cost: {
|
|
12227
12655
|
input: 0.67,
|
|
12228
12656
|
output: 3.4,
|
|
12229
|
-
cacheRead: 0.
|
|
12657
|
+
cacheRead: 0.19,
|
|
12230
12658
|
cacheWrite: 0,
|
|
12231
12659
|
},
|
|
12232
12660
|
contextWindow: 262144,
|
|
@@ -12241,9 +12669,9 @@ export const MODELS = {
|
|
|
12241
12669
|
reasoning: true,
|
|
12242
12670
|
input: ["text", "image"],
|
|
12243
12671
|
cost: {
|
|
12244
|
-
input: 0.
|
|
12245
|
-
output:
|
|
12246
|
-
cacheRead: 0.
|
|
12672
|
+
input: 0.95,
|
|
12673
|
+
output: 4,
|
|
12674
|
+
cacheRead: 0.19,
|
|
12247
12675
|
cacheWrite: 0,
|
|
12248
12676
|
},
|
|
12249
12677
|
contextWindow: 262144,
|
|
@@ -12264,7 +12692,7 @@ export const MODELS = {
|
|
|
12264
12692
|
cacheWrite: 0,
|
|
12265
12693
|
},
|
|
12266
12694
|
contextWindow: 1048576,
|
|
12267
|
-
maxTokens:
|
|
12695
|
+
maxTokens: 1048576,
|
|
12268
12696
|
},
|
|
12269
12697
|
"nex-agi/nex-n2-mini": {
|
|
12270
12698
|
id: "nex-agi/nex-n2-mini",
|
|
@@ -12311,28 +12739,11 @@ export const MODELS = {
|
|
|
12311
12739
|
cost: {
|
|
12312
12740
|
input: 0.049999999999999996,
|
|
12313
12741
|
output: 0.19999999999999998,
|
|
12314
|
-
cacheRead: 0.
|
|
12742
|
+
cacheRead: 0.03,
|
|
12315
12743
|
cacheWrite: 0,
|
|
12316
12744
|
},
|
|
12317
12745
|
contextWindow: 262144,
|
|
12318
|
-
maxTokens:
|
|
12319
|
-
},
|
|
12320
|
-
"nvidia/nemotron-3-nano-30b-a3b:free": {
|
|
12321
|
-
id: "nvidia/nemotron-3-nano-30b-a3b:free",
|
|
12322
|
-
name: "NVIDIA: Nemotron 3 Nano 30B A3B (free)",
|
|
12323
|
-
api: "openai-completions",
|
|
12324
|
-
provider: "openrouter",
|
|
12325
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12326
|
-
reasoning: true,
|
|
12327
|
-
input: ["text"],
|
|
12328
|
-
cost: {
|
|
12329
|
-
input: 0,
|
|
12330
|
-
output: 0,
|
|
12331
|
-
cacheRead: 0,
|
|
12332
|
-
cacheWrite: 0,
|
|
12333
|
-
},
|
|
12334
|
-
contextWindow: 256000,
|
|
12335
|
-
maxTokens: 4096,
|
|
12746
|
+
maxTokens: 262144,
|
|
12336
12747
|
},
|
|
12337
12748
|
"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
12338
12749
|
id: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free",
|
|
@@ -12411,9 +12822,9 @@ export const MODELS = {
|
|
|
12411
12822
|
reasoning: true,
|
|
12412
12823
|
input: ["text"],
|
|
12413
12824
|
cost: {
|
|
12414
|
-
input: 0.
|
|
12415
|
-
output:
|
|
12416
|
-
cacheRead: 0.
|
|
12825
|
+
input: 0.6,
|
|
12826
|
+
output: 3.5999999999999996,
|
|
12827
|
+
cacheRead: 0.19999999999999998,
|
|
12417
12828
|
cacheWrite: 0,
|
|
12418
12829
|
},
|
|
12419
12830
|
contextWindow: 512288,
|
|
@@ -12436,43 +12847,26 @@ export const MODELS = {
|
|
|
12436
12847
|
contextWindow: 1000000,
|
|
12437
12848
|
maxTokens: 65536,
|
|
12438
12849
|
},
|
|
12439
|
-
"nvidia/nemotron-3.5-lightning
|
|
12440
|
-
id: "nvidia/nemotron-3.5-lightning
|
|
12441
|
-
name: "NVIDIA: Nemotron 3.5 Lightning
|
|
12850
|
+
"nvidia/nemotron-3.5-lightning": {
|
|
12851
|
+
id: "nvidia/nemotron-3.5-lightning",
|
|
12852
|
+
name: "NVIDIA: Nemotron 3.5 Lightning",
|
|
12442
12853
|
api: "openai-completions",
|
|
12443
12854
|
provider: "openrouter",
|
|
12444
12855
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
12445
12856
|
reasoning: true,
|
|
12446
12857
|
input: ["text"],
|
|
12447
12858
|
cost: {
|
|
12448
|
-
input: 0,
|
|
12449
|
-
output: 0,
|
|
12450
|
-
cacheRead: 0,
|
|
12451
|
-
cacheWrite: 0,
|
|
12452
|
-
},
|
|
12453
|
-
contextWindow: 1000000,
|
|
12454
|
-
maxTokens: 65536,
|
|
12455
|
-
},
|
|
12456
|
-
"nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
12457
|
-
id: "nvidia/nemotron-nano-12b-v2-vl:free",
|
|
12458
|
-
name: "NVIDIA: Nemotron Nano 12B 2 VL (free)",
|
|
12459
|
-
api: "openai-completions",
|
|
12460
|
-
provider: "openrouter",
|
|
12461
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12462
|
-
reasoning: true,
|
|
12463
|
-
input: ["text", "image"],
|
|
12464
|
-
cost: {
|
|
12465
|
-
input: 0,
|
|
12466
|
-
output: 0,
|
|
12467
|
-
cacheRead: 0,
|
|
12859
|
+
input: 0.08,
|
|
12860
|
+
output: 0.19999999999999998,
|
|
12861
|
+
cacheRead: 0.04,
|
|
12468
12862
|
cacheWrite: 0,
|
|
12469
12863
|
},
|
|
12470
|
-
contextWindow:
|
|
12471
|
-
maxTokens:
|
|
12864
|
+
contextWindow: 262144,
|
|
12865
|
+
maxTokens: 131072,
|
|
12472
12866
|
},
|
|
12473
|
-
"nvidia/nemotron-
|
|
12474
|
-
id: "nvidia/nemotron-
|
|
12475
|
-
name: "NVIDIA: Nemotron
|
|
12867
|
+
"nvidia/nemotron-3.5-lightning:free": {
|
|
12868
|
+
id: "nvidia/nemotron-3.5-lightning:free",
|
|
12869
|
+
name: "NVIDIA: Nemotron 3.5 Lightning (free)",
|
|
12476
12870
|
api: "openai-completions",
|
|
12477
12871
|
provider: "openrouter",
|
|
12478
12872
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -12484,8 +12878,8 @@ export const MODELS = {
|
|
|
12484
12878
|
cacheRead: 0,
|
|
12485
12879
|
cacheWrite: 0,
|
|
12486
12880
|
},
|
|
12487
|
-
contextWindow:
|
|
12488
|
-
maxTokens:
|
|
12881
|
+
contextWindow: 1000000,
|
|
12882
|
+
maxTokens: 65536,
|
|
12489
12883
|
},
|
|
12490
12884
|
"openai/gpt-3.5-turbo": {
|
|
12491
12885
|
id: "openai/gpt-3.5-turbo",
|
|
@@ -13331,10 +13725,10 @@ export const MODELS = {
|
|
|
13331
13725
|
reasoning: true,
|
|
13332
13726
|
input: ["text", "image"],
|
|
13333
13727
|
cost: {
|
|
13334
|
-
input: 0.
|
|
13335
|
-
output:
|
|
13336
|
-
cacheRead: 0.
|
|
13337
|
-
cacheWrite: 0.
|
|
13728
|
+
input: 0.19999999999999998,
|
|
13729
|
+
output: 1.2,
|
|
13730
|
+
cacheRead: 0.02,
|
|
13731
|
+
cacheWrite: 0.25,
|
|
13338
13732
|
},
|
|
13339
13733
|
contextWindow: 1050000,
|
|
13340
13734
|
maxTokens: 128000,
|
|
@@ -13348,10 +13742,10 @@ export const MODELS = {
|
|
|
13348
13742
|
reasoning: true,
|
|
13349
13743
|
input: ["text", "image"],
|
|
13350
13744
|
cost: {
|
|
13351
|
-
input: 0.
|
|
13352
|
-
output:
|
|
13353
|
-
cacheRead: 0.
|
|
13354
|
-
cacheWrite: 0.
|
|
13745
|
+
input: 0.19999999999999998,
|
|
13746
|
+
output: 1.2,
|
|
13747
|
+
cacheRead: 0.02,
|
|
13748
|
+
cacheWrite: 0.25,
|
|
13355
13749
|
},
|
|
13356
13750
|
contextWindow: 1050000,
|
|
13357
13751
|
maxTokens: 128000,
|
|
@@ -13399,10 +13793,10 @@ export const MODELS = {
|
|
|
13399
13793
|
reasoning: true,
|
|
13400
13794
|
input: ["text", "image"],
|
|
13401
13795
|
cost: {
|
|
13402
|
-
input:
|
|
13403
|
-
output:
|
|
13404
|
-
cacheRead: 0.
|
|
13405
|
-
cacheWrite:
|
|
13796
|
+
input: 2,
|
|
13797
|
+
output: 10,
|
|
13798
|
+
cacheRead: 0.19999999999999998,
|
|
13799
|
+
cacheWrite: 2.5,
|
|
13406
13800
|
},
|
|
13407
13801
|
contextWindow: 1050000,
|
|
13408
13802
|
maxTokens: 128000,
|
|
@@ -13416,10 +13810,10 @@ export const MODELS = {
|
|
|
13416
13810
|
reasoning: true,
|
|
13417
13811
|
input: ["text", "image"],
|
|
13418
13812
|
cost: {
|
|
13419
|
-
input:
|
|
13420
|
-
output:
|
|
13421
|
-
cacheRead: 0.
|
|
13422
|
-
cacheWrite:
|
|
13813
|
+
input: 2,
|
|
13814
|
+
output: 10,
|
|
13815
|
+
cacheRead: 0.19999999999999998,
|
|
13816
|
+
cacheWrite: 2.5,
|
|
13423
13817
|
},
|
|
13424
13818
|
contextWindow: 1050000,
|
|
13425
13819
|
maxTokens: 128000,
|
|
@@ -13433,10 +13827,10 @@ export const MODELS = {
|
|
|
13433
13827
|
reasoning: true,
|
|
13434
13828
|
input: ["text", "image"],
|
|
13435
13829
|
cost: {
|
|
13436
|
-
input:
|
|
13437
|
-
output:
|
|
13438
|
-
cacheRead: 0.
|
|
13439
|
-
cacheWrite:
|
|
13830
|
+
input: 1,
|
|
13831
|
+
output: 5,
|
|
13832
|
+
cacheRead: 0.09999999999999999,
|
|
13833
|
+
cacheWrite: 1.25,
|
|
13440
13834
|
},
|
|
13441
13835
|
contextWindow: 1050000,
|
|
13442
13836
|
maxTokens: 128000,
|
|
@@ -13450,10 +13844,10 @@ export const MODELS = {
|
|
|
13450
13844
|
reasoning: true,
|
|
13451
13845
|
input: ["text", "image"],
|
|
13452
13846
|
cost: {
|
|
13453
|
-
input:
|
|
13454
|
-
output:
|
|
13455
|
-
cacheRead: 0.
|
|
13456
|
-
cacheWrite:
|
|
13847
|
+
input: 1,
|
|
13848
|
+
output: 5,
|
|
13849
|
+
cacheRead: 0.09999999999999999,
|
|
13850
|
+
cacheWrite: 1.25,
|
|
13457
13851
|
},
|
|
13458
13852
|
contextWindow: 1050000,
|
|
13459
13853
|
maxTokens: 128000,
|
|
@@ -13467,10 +13861,10 @@ export const MODELS = {
|
|
|
13467
13861
|
reasoning: true,
|
|
13468
13862
|
input: ["text", "image"],
|
|
13469
13863
|
cost: {
|
|
13470
|
-
input:
|
|
13471
|
-
output:
|
|
13472
|
-
cacheRead: 0.
|
|
13473
|
-
cacheWrite:
|
|
13864
|
+
input: 2,
|
|
13865
|
+
output: 12,
|
|
13866
|
+
cacheRead: 0.19999999999999998,
|
|
13867
|
+
cacheWrite: 2.5,
|
|
13474
13868
|
},
|
|
13475
13869
|
contextWindow: 1050000,
|
|
13476
13870
|
maxTokens: 128000,
|
|
@@ -13484,10 +13878,10 @@ export const MODELS = {
|
|
|
13484
13878
|
reasoning: true,
|
|
13485
13879
|
input: ["text", "image"],
|
|
13486
13880
|
cost: {
|
|
13487
|
-
input:
|
|
13488
|
-
output:
|
|
13489
|
-
cacheRead: 0.
|
|
13490
|
-
cacheWrite:
|
|
13881
|
+
input: 2,
|
|
13882
|
+
output: 12,
|
|
13883
|
+
cacheRead: 0.19999999999999998,
|
|
13884
|
+
cacheWrite: 2.5,
|
|
13491
13885
|
},
|
|
13492
13886
|
contextWindow: 1050000,
|
|
13493
13887
|
maxTokens: 128000,
|
|
@@ -13603,9 +13997,9 @@ export const MODELS = {
|
|
|
13603
13997
|
reasoning: true,
|
|
13604
13998
|
input: ["text"],
|
|
13605
13999
|
cost: {
|
|
13606
|
-
input: 0.
|
|
14000
|
+
input: 0.037,
|
|
13607
14001
|
output: 0.16999999999999998,
|
|
13608
|
-
cacheRead: 0
|
|
14002
|
+
cacheRead: 0,
|
|
13609
14003
|
cacheWrite: 0,
|
|
13610
14004
|
},
|
|
13611
14005
|
contextWindow: 131072,
|
|
@@ -13628,23 +14022,6 @@ export const MODELS = {
|
|
|
13628
14022
|
contextWindow: 131072,
|
|
13629
14023
|
maxTokens: 131072,
|
|
13630
14024
|
},
|
|
13631
|
-
"openai/gpt-oss-20b:free": {
|
|
13632
|
-
id: "openai/gpt-oss-20b:free",
|
|
13633
|
-
name: "OpenAI: gpt-oss-20b (free)",
|
|
13634
|
-
api: "openai-completions",
|
|
13635
|
-
provider: "openrouter",
|
|
13636
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13637
|
-
reasoning: true,
|
|
13638
|
-
input: ["text"],
|
|
13639
|
-
cost: {
|
|
13640
|
-
input: 0,
|
|
13641
|
-
output: 0,
|
|
13642
|
-
cacheRead: 0,
|
|
13643
|
-
cacheWrite: 0,
|
|
13644
|
-
},
|
|
13645
|
-
contextWindow: 131072,
|
|
13646
|
-
maxTokens: 32768,
|
|
13647
|
-
},
|
|
13648
14025
|
"openai/gpt-oss-safeguard-20b": {
|
|
13649
14026
|
id: "openai/gpt-oss-safeguard-20b",
|
|
13650
14027
|
name: "OpenAI: gpt-oss-safeguard-20b",
|
|
@@ -14096,10 +14473,10 @@ export const MODELS = {
|
|
|
14096
14473
|
reasoning: true,
|
|
14097
14474
|
input: ["text"],
|
|
14098
14475
|
cost: {
|
|
14099
|
-
input: 0.
|
|
14100
|
-
output:
|
|
14476
|
+
input: 0.26,
|
|
14477
|
+
output: 0.78,
|
|
14101
14478
|
cacheRead: 0,
|
|
14102
|
-
cacheWrite: 0
|
|
14479
|
+
cacheWrite: 0,
|
|
14103
14480
|
},
|
|
14104
14481
|
contextWindow: 1000000,
|
|
14105
14482
|
maxTokens: 32768,
|
|
@@ -14169,7 +14546,7 @@ export const MODELS = {
|
|
|
14169
14546
|
cacheRead: 0,
|
|
14170
14547
|
cacheWrite: 0,
|
|
14171
14548
|
},
|
|
14172
|
-
contextWindow:
|
|
14549
|
+
contextWindow: 131072,
|
|
14173
14550
|
maxTokens: 4096,
|
|
14174
14551
|
},
|
|
14175
14552
|
"qwen/qwen3-30b-a3b": {
|
|
@@ -14385,13 +14762,13 @@ export const MODELS = {
|
|
|
14385
14762
|
reasoning: false,
|
|
14386
14763
|
input: ["text"],
|
|
14387
14764
|
cost: {
|
|
14388
|
-
input: 0.
|
|
14765
|
+
input: 0.09999999999999999,
|
|
14389
14766
|
output: 1.1,
|
|
14390
|
-
cacheRead: 0,
|
|
14767
|
+
cacheRead: 0.07,
|
|
14391
14768
|
cacheWrite: 0,
|
|
14392
14769
|
},
|
|
14393
14770
|
contextWindow: 262144,
|
|
14394
|
-
maxTokens:
|
|
14771
|
+
maxTokens: 262144,
|
|
14395
14772
|
},
|
|
14396
14773
|
"qwen/qwen3-next-80b-a3b-thinking": {
|
|
14397
14774
|
id: "qwen/qwen3-next-80b-a3b-thinking",
|
|
@@ -14408,7 +14785,7 @@ export const MODELS = {
|
|
|
14408
14785
|
cacheWrite: 0,
|
|
14409
14786
|
},
|
|
14410
14787
|
contextWindow: 262144,
|
|
14411
|
-
maxTokens:
|
|
14788
|
+
maxTokens: 32768,
|
|
14412
14789
|
},
|
|
14413
14790
|
"qwen/qwen3-vl-235b-a22b-instruct": {
|
|
14414
14791
|
id: "qwen/qwen3-vl-235b-a22b-instruct",
|
|
@@ -14419,9 +14796,9 @@ export const MODELS = {
|
|
|
14419
14796
|
reasoning: false,
|
|
14420
14797
|
input: ["text", "image"],
|
|
14421
14798
|
cost: {
|
|
14422
|
-
input: 0.
|
|
14423
|
-
output: 1.
|
|
14424
|
-
cacheRead: 0,
|
|
14799
|
+
input: 0.21,
|
|
14800
|
+
output: 1.9,
|
|
14801
|
+
cacheRead: 0.09999999999999999,
|
|
14425
14802
|
cacheWrite: 0,
|
|
14426
14803
|
},
|
|
14427
14804
|
contextWindow: 262144,
|
|
@@ -14453,13 +14830,13 @@ export const MODELS = {
|
|
|
14453
14830
|
reasoning: false,
|
|
14454
14831
|
input: ["text", "image"],
|
|
14455
14832
|
cost: {
|
|
14456
|
-
input: 0.
|
|
14457
|
-
output: 0.
|
|
14833
|
+
input: 0.13,
|
|
14834
|
+
output: 0.52,
|
|
14458
14835
|
cacheRead: 0,
|
|
14459
14836
|
cacheWrite: 0,
|
|
14460
14837
|
},
|
|
14461
14838
|
contextWindow: 262144,
|
|
14462
|
-
maxTokens:
|
|
14839
|
+
maxTokens: 32768,
|
|
14463
14840
|
},
|
|
14464
14841
|
"qwen/qwen3-vl-30b-a3b-thinking": {
|
|
14465
14842
|
id: "qwen/qwen3-vl-30b-a3b-thinking",
|
|
@@ -14538,13 +14915,13 @@ export const MODELS = {
|
|
|
14538
14915
|
reasoning: true,
|
|
14539
14916
|
input: ["text", "image"],
|
|
14540
14917
|
cost: {
|
|
14541
|
-
input: 0.
|
|
14542
|
-
output: 2.
|
|
14918
|
+
input: 0.26,
|
|
14919
|
+
output: 2.08,
|
|
14543
14920
|
cacheRead: 0,
|
|
14544
14921
|
cacheWrite: 0,
|
|
14545
14922
|
},
|
|
14546
14923
|
contextWindow: 262144,
|
|
14547
|
-
maxTokens:
|
|
14924
|
+
maxTokens: 262144,
|
|
14548
14925
|
},
|
|
14549
14926
|
"qwen/qwen3.5-27b": {
|
|
14550
14927
|
id: "qwen/qwen3.5-27b",
|
|
@@ -14572,9 +14949,9 @@ export const MODELS = {
|
|
|
14572
14949
|
reasoning: true,
|
|
14573
14950
|
input: ["text", "image"],
|
|
14574
14951
|
cost: {
|
|
14575
|
-
input: 0.
|
|
14576
|
-
output: 1,
|
|
14577
|
-
cacheRead: 0,
|
|
14952
|
+
input: 0.25,
|
|
14953
|
+
output: 1.25,
|
|
14954
|
+
cacheRead: 0.25,
|
|
14578
14955
|
cacheWrite: 0,
|
|
14579
14956
|
},
|
|
14580
14957
|
contextWindow: 262144,
|
|
@@ -14674,13 +15051,13 @@ export const MODELS = {
|
|
|
14674
15051
|
reasoning: true,
|
|
14675
15052
|
input: ["text", "image"],
|
|
14676
15053
|
cost: {
|
|
14677
|
-
input: 0.
|
|
14678
|
-
output: 3.
|
|
14679
|
-
cacheRead: 0
|
|
15054
|
+
input: 0.32,
|
|
15055
|
+
output: 3.1999999999999997,
|
|
15056
|
+
cacheRead: 0,
|
|
14680
15057
|
cacheWrite: 0,
|
|
14681
15058
|
},
|
|
14682
15059
|
contextWindow: 262144,
|
|
14683
|
-
maxTokens:
|
|
15060
|
+
maxTokens: 81920,
|
|
14684
15061
|
},
|
|
14685
15062
|
"qwen/qwen3.6-35b-a3b": {
|
|
14686
15063
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -14691,7 +15068,7 @@ export const MODELS = {
|
|
|
14691
15068
|
reasoning: true,
|
|
14692
15069
|
input: ["text", "image"],
|
|
14693
15070
|
cost: {
|
|
14694
|
-
input: 0.
|
|
15071
|
+
input: 0.14,
|
|
14695
15072
|
output: 1,
|
|
14696
15073
|
cacheRead: 0.049999999999999996,
|
|
14697
15074
|
cacheWrite: 0,
|
|
@@ -14812,11 +15189,28 @@ export const MODELS = {
|
|
|
14812
15189
|
cost: {
|
|
14813
15190
|
input: 2,
|
|
14814
15191
|
output: 6,
|
|
14815
|
-
cacheRead: 0.
|
|
15192
|
+
cacheRead: 0.25,
|
|
14816
15193
|
cacheWrite: 0,
|
|
14817
15194
|
},
|
|
14818
|
-
contextWindow:
|
|
14819
|
-
maxTokens:
|
|
15195
|
+
contextWindow: 1048576,
|
|
15196
|
+
maxTokens: 131072,
|
|
15197
|
+
},
|
|
15198
|
+
"qwen/qwen3.8-27b": {
|
|
15199
|
+
id: "qwen/qwen3.8-27b",
|
|
15200
|
+
name: "Qwen: Qwen3.8 27B",
|
|
15201
|
+
api: "openai-completions",
|
|
15202
|
+
provider: "openrouter",
|
|
15203
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
15204
|
+
reasoning: true,
|
|
15205
|
+
input: ["text", "image"],
|
|
15206
|
+
cost: {
|
|
15207
|
+
input: 0.425,
|
|
15208
|
+
output: 2.5500000000000003,
|
|
15209
|
+
cacheRead: 0.08499999999999999,
|
|
15210
|
+
cacheWrite: 0.53125,
|
|
15211
|
+
},
|
|
15212
|
+
contextWindow: 1000000,
|
|
15213
|
+
maxTokens: 131072,
|
|
14820
15214
|
},
|
|
14821
15215
|
"qwen/qwen3.8-max": {
|
|
14822
15216
|
id: "qwen/qwen3.8-max",
|
|
@@ -14920,6 +15314,23 @@ export const MODELS = {
|
|
|
14920
15314
|
contextWindow: 131072,
|
|
14921
15315
|
maxTokens: 16384,
|
|
14922
15316
|
},
|
|
15317
|
+
"stealth/ox-alpha": {
|
|
15318
|
+
id: "stealth/ox-alpha",
|
|
15319
|
+
name: "Ox Alpha",
|
|
15320
|
+
api: "openai-completions",
|
|
15321
|
+
provider: "openrouter",
|
|
15322
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
15323
|
+
reasoning: true,
|
|
15324
|
+
input: ["text", "image"],
|
|
15325
|
+
cost: {
|
|
15326
|
+
input: 0,
|
|
15327
|
+
output: 0,
|
|
15328
|
+
cacheRead: 0,
|
|
15329
|
+
cacheWrite: 0,
|
|
15330
|
+
},
|
|
15331
|
+
contextWindow: 1048576,
|
|
15332
|
+
maxTokens: 131072,
|
|
15333
|
+
},
|
|
14923
15334
|
"stepfun/step-3.5-flash": {
|
|
14924
15335
|
id: "stepfun/step-3.5-flash",
|
|
14925
15336
|
name: "StepFun: Step 3.5 Flash",
|
|
@@ -14986,7 +15397,7 @@ export const MODELS = {
|
|
|
14986
15397
|
cacheWrite: 0,
|
|
14987
15398
|
},
|
|
14988
15399
|
contextWindow: 1024000,
|
|
14989
|
-
maxTokens:
|
|
15400
|
+
maxTokens: 32768,
|
|
14990
15401
|
},
|
|
14991
15402
|
"thinkingmachines/inkling": {
|
|
14992
15403
|
id: "thinkingmachines/inkling",
|
|
@@ -15019,7 +15430,24 @@ export const MODELS = {
|
|
|
15019
15430
|
cacheRead: 0.09999999999999999,
|
|
15020
15431
|
cacheWrite: 0,
|
|
15021
15432
|
},
|
|
15022
|
-
contextWindow:
|
|
15433
|
+
contextWindow: 1048576,
|
|
15434
|
+
maxTokens: 262144,
|
|
15435
|
+
},
|
|
15436
|
+
"thinkingmachines/inkling-small:free": {
|
|
15437
|
+
id: "thinkingmachines/inkling-small:free",
|
|
15438
|
+
name: "Thinking Machines: Inkling Small (free)",
|
|
15439
|
+
api: "openai-completions",
|
|
15440
|
+
provider: "openrouter",
|
|
15441
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
15442
|
+
reasoning: true,
|
|
15443
|
+
input: ["text", "image"],
|
|
15444
|
+
cost: {
|
|
15445
|
+
input: 0,
|
|
15446
|
+
output: 0,
|
|
15447
|
+
cacheRead: 0,
|
|
15448
|
+
cacheWrite: 0,
|
|
15449
|
+
},
|
|
15450
|
+
contextWindow: 1048576,
|
|
15023
15451
|
maxTokens: 262144,
|
|
15024
15452
|
},
|
|
15025
15453
|
"thinkingmachines/inkling:batch": {
|
|
@@ -15031,14 +15459,31 @@ export const MODELS = {
|
|
|
15031
15459
|
reasoning: true,
|
|
15032
15460
|
input: ["text", "image"],
|
|
15033
15461
|
cost: {
|
|
15034
|
-
input:
|
|
15035
|
-
output:
|
|
15036
|
-
cacheRead: 0.
|
|
15462
|
+
input: 1,
|
|
15463
|
+
output: 4.05,
|
|
15464
|
+
cacheRead: 0.16999999999999998,
|
|
15037
15465
|
cacheWrite: 0,
|
|
15038
15466
|
},
|
|
15039
15467
|
contextWindow: 524288,
|
|
15040
15468
|
maxTokens: 4096,
|
|
15041
15469
|
},
|
|
15470
|
+
"thinkingmachines/inkling:free": {
|
|
15471
|
+
id: "thinkingmachines/inkling:free",
|
|
15472
|
+
name: "Thinking Machines: Inkling (free)",
|
|
15473
|
+
api: "openai-completions",
|
|
15474
|
+
provider: "openrouter",
|
|
15475
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
15476
|
+
reasoning: true,
|
|
15477
|
+
input: ["text", "image"],
|
|
15478
|
+
cost: {
|
|
15479
|
+
input: 0,
|
|
15480
|
+
output: 0,
|
|
15481
|
+
cacheRead: 0,
|
|
15482
|
+
cacheWrite: 0,
|
|
15483
|
+
},
|
|
15484
|
+
contextWindow: 1048576,
|
|
15485
|
+
maxTokens: 262144,
|
|
15486
|
+
},
|
|
15042
15487
|
"upstage/solar-pro-3": {
|
|
15043
15488
|
id: "upstage/solar-pro-3",
|
|
15044
15489
|
name: "Upstage: Solar Pro 3",
|
|
@@ -15252,9 +15697,9 @@ export const MODELS = {
|
|
|
15252
15697
|
reasoning: true,
|
|
15253
15698
|
input: ["text"],
|
|
15254
15699
|
cost: {
|
|
15255
|
-
input: 0.
|
|
15256
|
-
output: 2
|
|
15257
|
-
cacheRead: 0.
|
|
15700
|
+
input: 0.5,
|
|
15701
|
+
output: 2,
|
|
15702
|
+
cacheRead: 0.09999999999999999,
|
|
15258
15703
|
cacheWrite: 0,
|
|
15259
15704
|
},
|
|
15260
15705
|
contextWindow: 204800,
|
|
@@ -15326,7 +15771,7 @@ export const MODELS = {
|
|
|
15326
15771
|
cacheWrite: 0,
|
|
15327
15772
|
},
|
|
15328
15773
|
contextWindow: 204800,
|
|
15329
|
-
maxTokens:
|
|
15774
|
+
maxTokens: 128000,
|
|
15330
15775
|
},
|
|
15331
15776
|
"z-ai/glm-5-turbo": {
|
|
15332
15777
|
id: "z-ai/glm-5-turbo",
|
|
@@ -15354,13 +15799,13 @@ export const MODELS = {
|
|
|
15354
15799
|
reasoning: true,
|
|
15355
15800
|
input: ["text"],
|
|
15356
15801
|
cost: {
|
|
15357
|
-
input: 1.
|
|
15358
|
-
output:
|
|
15359
|
-
cacheRead: 0.
|
|
15802
|
+
input: 1.26,
|
|
15803
|
+
output: 3.9600000000000004,
|
|
15804
|
+
cacheRead: 0.234,
|
|
15360
15805
|
cacheWrite: 0,
|
|
15361
15806
|
},
|
|
15362
15807
|
contextWindow: 204800,
|
|
15363
|
-
maxTokens:
|
|
15808
|
+
maxTokens: 202752,
|
|
15364
15809
|
},
|
|
15365
15810
|
"z-ai/glm-5.2": {
|
|
15366
15811
|
id: "z-ai/glm-5.2",
|
|
@@ -15371,13 +15816,13 @@ export const MODELS = {
|
|
|
15371
15816
|
reasoning: true,
|
|
15372
15817
|
input: ["text"],
|
|
15373
15818
|
cost: {
|
|
15374
|
-
input:
|
|
15375
|
-
output:
|
|
15376
|
-
cacheRead: 0.
|
|
15819
|
+
input: 1.19,
|
|
15820
|
+
output: 3.74,
|
|
15821
|
+
cacheRead: 0.221,
|
|
15377
15822
|
cacheWrite: 0,
|
|
15378
15823
|
},
|
|
15379
15824
|
contextWindow: 1048576,
|
|
15380
|
-
maxTokens:
|
|
15825
|
+
maxTokens: 262144,
|
|
15381
15826
|
},
|
|
15382
15827
|
"z-ai/glm-5.2:batch": {
|
|
15383
15828
|
id: "z-ai/glm-5.2:batch",
|
|
@@ -15388,14 +15833,48 @@ export const MODELS = {
|
|
|
15388
15833
|
reasoning: true,
|
|
15389
15834
|
input: ["text"],
|
|
15390
15835
|
cost: {
|
|
15391
|
-
input:
|
|
15392
|
-
output:
|
|
15393
|
-
cacheRead: 0.
|
|
15836
|
+
input: 1.4,
|
|
15837
|
+
output: 4.4,
|
|
15838
|
+
cacheRead: 0.26,
|
|
15394
15839
|
cacheWrite: 0,
|
|
15395
15840
|
},
|
|
15396
|
-
contextWindow:
|
|
15841
|
+
contextWindow: 1048575,
|
|
15397
15842
|
maxTokens: 4096,
|
|
15398
15843
|
},
|
|
15844
|
+
"z-ai/glm-5.2:free": {
|
|
15845
|
+
id: "z-ai/glm-5.2:free",
|
|
15846
|
+
name: "Z.ai: GLM 5.2 (free)",
|
|
15847
|
+
api: "openai-completions",
|
|
15848
|
+
provider: "openrouter",
|
|
15849
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
15850
|
+
reasoning: true,
|
|
15851
|
+
input: ["text"],
|
|
15852
|
+
cost: {
|
|
15853
|
+
input: 0,
|
|
15854
|
+
output: 0,
|
|
15855
|
+
cacheRead: 0,
|
|
15856
|
+
cacheWrite: 0,
|
|
15857
|
+
},
|
|
15858
|
+
contextWindow: 256000,
|
|
15859
|
+
maxTokens: 256000,
|
|
15860
|
+
},
|
|
15861
|
+
"z-ai/glm-5.3": {
|
|
15862
|
+
id: "z-ai/glm-5.3",
|
|
15863
|
+
name: "Z.ai: GLM 5.3",
|
|
15864
|
+
api: "openai-completions",
|
|
15865
|
+
provider: "openrouter",
|
|
15866
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
15867
|
+
reasoning: true,
|
|
15868
|
+
input: ["text"],
|
|
15869
|
+
cost: {
|
|
15870
|
+
input: 1.4,
|
|
15871
|
+
output: 4.4,
|
|
15872
|
+
cacheRead: 0.26,
|
|
15873
|
+
cacheWrite: 0,
|
|
15874
|
+
},
|
|
15875
|
+
contextWindow: 1048576,
|
|
15876
|
+
maxTokens: 131072,
|
|
15877
|
+
},
|
|
15399
15878
|
"z-ai/glm-5v-turbo": {
|
|
15400
15879
|
id: "z-ai/glm-5v-turbo",
|
|
15401
15880
|
name: "Z.ai: GLM 5V Turbo",
|
|
@@ -15493,13 +15972,13 @@ export const MODELS = {
|
|
|
15493
15972
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
15494
15973
|
input: ["text"],
|
|
15495
15974
|
cost: {
|
|
15496
|
-
input: 0.
|
|
15497
|
-
output: 0.
|
|
15498
|
-
cacheRead: 0.
|
|
15975
|
+
input: 0.035,
|
|
15976
|
+
output: 0.09999999999999999,
|
|
15977
|
+
cacheRead: 0.008,
|
|
15499
15978
|
cacheWrite: 0,
|
|
15500
15979
|
},
|
|
15501
|
-
contextWindow:
|
|
15502
|
-
maxTokens:
|
|
15980
|
+
contextWindow: 1310720,
|
|
15981
|
+
maxTokens: 1048576,
|
|
15503
15982
|
},
|
|
15504
15983
|
"~google/gemini-flash-latest": {
|
|
15505
15984
|
id: "~google/gemini-flash-latest",
|
|
@@ -15510,10 +15989,10 @@ export const MODELS = {
|
|
|
15510
15989
|
reasoning: true,
|
|
15511
15990
|
input: ["text", "image"],
|
|
15512
15991
|
cost: {
|
|
15513
|
-
input:
|
|
15514
|
-
output:
|
|
15515
|
-
cacheRead: 0.
|
|
15516
|
-
cacheWrite: 0.
|
|
15992
|
+
input: 0.375,
|
|
15993
|
+
output: 1.875,
|
|
15994
|
+
cacheRead: 0.0375,
|
|
15995
|
+
cacheWrite: 0.0208333333333333,
|
|
15517
15996
|
},
|
|
15518
15997
|
contextWindow: 1048576,
|
|
15519
15998
|
maxTokens: 65536,
|
|
@@ -15561,10 +16040,10 @@ export const MODELS = {
|
|
|
15561
16040
|
reasoning: true,
|
|
15562
16041
|
input: ["text", "image"],
|
|
15563
16042
|
cost: {
|
|
15564
|
-
input:
|
|
15565
|
-
output:
|
|
15566
|
-
cacheRead: 0.
|
|
15567
|
-
cacheWrite:
|
|
16043
|
+
input: 2,
|
|
16044
|
+
output: 10,
|
|
16045
|
+
cacheRead: 0.19999999999999998,
|
|
16046
|
+
cacheWrite: 2.5,
|
|
15568
16047
|
},
|
|
15569
16048
|
contextWindow: 1050000,
|
|
15570
16049
|
maxTokens: 128000,
|
|
@@ -15603,6 +16082,23 @@ export const MODELS = {
|
|
|
15603
16082
|
contextWindow: 500000,
|
|
15604
16083
|
maxTokens: 4096,
|
|
15605
16084
|
},
|
|
16085
|
+
"~z-ai/glm-latest": {
|
|
16086
|
+
id: "~z-ai/glm-latest",
|
|
16087
|
+
name: "Z.ai: GLM Latest",
|
|
16088
|
+
api: "openai-completions",
|
|
16089
|
+
provider: "openrouter",
|
|
16090
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
16091
|
+
reasoning: true,
|
|
16092
|
+
input: ["text"],
|
|
16093
|
+
cost: {
|
|
16094
|
+
input: 1.4,
|
|
16095
|
+
output: 4.4,
|
|
16096
|
+
cacheRead: 0.26,
|
|
16097
|
+
cacheWrite: 0,
|
|
16098
|
+
},
|
|
16099
|
+
contextWindow: 1048576,
|
|
16100
|
+
maxTokens: 131072,
|
|
16101
|
+
},
|
|
15606
16102
|
},
|
|
15607
16103
|
"together": {
|
|
15608
16104
|
"MiniMaxAI/MiniMax-M2.7": {
|
|
@@ -15755,6 +16251,25 @@ export const MODELS = {
|
|
|
15755
16251
|
contextWindow: 512000,
|
|
15756
16252
|
maxTokens: 384000,
|
|
15757
16253
|
},
|
|
16254
|
+
"deepseek-ai/DeepSeek-V4-Pro-0813": {
|
|
16255
|
+
id: "deepseek-ai/DeepSeek-V4-Pro-0813",
|
|
16256
|
+
name: "DeepSeek V4 Pro 0813",
|
|
16257
|
+
api: "openai-completions",
|
|
16258
|
+
provider: "together",
|
|
16259
|
+
baseUrl: "https://api.together.ai/v1",
|
|
16260
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
16261
|
+
reasoning: true,
|
|
16262
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
16263
|
+
input: ["text"],
|
|
16264
|
+
cost: {
|
|
16265
|
+
input: 1.32,
|
|
16266
|
+
output: 3.96,
|
|
16267
|
+
cacheRead: 0.13,
|
|
16268
|
+
cacheWrite: 0,
|
|
16269
|
+
},
|
|
16270
|
+
contextWindow: 1048576,
|
|
16271
|
+
maxTokens: 384000,
|
|
16272
|
+
},
|
|
15758
16273
|
"google/gemma-4-31B-it": {
|
|
15759
16274
|
id: "google/gemma-4-31B-it",
|
|
15760
16275
|
name: "Gemma 4 31B Instruct",
|
|
@@ -16371,6 +16886,40 @@ export const MODELS = {
|
|
|
16371
16886
|
contextWindow: 1000000,
|
|
16372
16887
|
maxTokens: 64000,
|
|
16373
16888
|
},
|
|
16889
|
+
"alibaba/qwen3.8-2.4t-a95b": {
|
|
16890
|
+
id: "alibaba/qwen3.8-2.4t-a95b",
|
|
16891
|
+
name: "Qwen3.8 2.4T A95B",
|
|
16892
|
+
api: "anthropic-messages",
|
|
16893
|
+
provider: "vercel-ai-gateway",
|
|
16894
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16895
|
+
reasoning: true,
|
|
16896
|
+
input: ["text", "image"],
|
|
16897
|
+
cost: {
|
|
16898
|
+
input: 2,
|
|
16899
|
+
output: 6,
|
|
16900
|
+
cacheRead: 0.19999999999999998,
|
|
16901
|
+
cacheWrite: 0,
|
|
16902
|
+
},
|
|
16903
|
+
contextWindow: 262144,
|
|
16904
|
+
maxTokens: 131072,
|
|
16905
|
+
},
|
|
16906
|
+
"alibaba/qwen3.8-27b": {
|
|
16907
|
+
id: "alibaba/qwen3.8-27b",
|
|
16908
|
+
name: "Qwen3.8 27B",
|
|
16909
|
+
api: "anthropic-messages",
|
|
16910
|
+
provider: "vercel-ai-gateway",
|
|
16911
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16912
|
+
reasoning: true,
|
|
16913
|
+
input: ["text", "image"],
|
|
16914
|
+
cost: {
|
|
16915
|
+
input: 0.55,
|
|
16916
|
+
output: 3.3000000000000003,
|
|
16917
|
+
cacheRead: 0.11,
|
|
16918
|
+
cacheWrite: 0,
|
|
16919
|
+
},
|
|
16920
|
+
contextWindow: 1000000,
|
|
16921
|
+
maxTokens: 131072,
|
|
16922
|
+
},
|
|
16374
16923
|
"alibaba/qwen3.8-max": {
|
|
16375
16924
|
id: "alibaba/qwen3.8-max",
|
|
16376
16925
|
name: "Qwen 3.8 Max",
|
|
@@ -16733,23 +17282,6 @@ export const MODELS = {
|
|
|
16733
17282
|
contextWindow: 262100,
|
|
16734
17283
|
maxTokens: 80000,
|
|
16735
17284
|
},
|
|
16736
|
-
"arcee-ai/trinity-mini": {
|
|
16737
|
-
id: "arcee-ai/trinity-mini",
|
|
16738
|
-
name: "Trinity Mini",
|
|
16739
|
-
api: "anthropic-messages",
|
|
16740
|
-
provider: "vercel-ai-gateway",
|
|
16741
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16742
|
-
reasoning: false,
|
|
16743
|
-
input: ["text"],
|
|
16744
|
-
cost: {
|
|
16745
|
-
input: 0.045,
|
|
16746
|
-
output: 0.15,
|
|
16747
|
-
cacheRead: 0,
|
|
16748
|
-
cacheWrite: 0,
|
|
16749
|
-
},
|
|
16750
|
-
contextWindow: 131072,
|
|
16751
|
-
maxTokens: 131072,
|
|
16752
|
-
},
|
|
16753
17285
|
"bytedance/seed-1.6": {
|
|
16754
17286
|
id: "bytedance/seed-1.6",
|
|
16755
17287
|
name: "Seed 1.6",
|
|
@@ -16912,9 +17444,9 @@ export const MODELS = {
|
|
|
16912
17444
|
reasoning: true,
|
|
16913
17445
|
input: ["text"],
|
|
16914
17446
|
cost: {
|
|
16915
|
-
input: 0.
|
|
16916
|
-
output: 0.
|
|
16917
|
-
cacheRead: 0.
|
|
17447
|
+
input: 0.13,
|
|
17448
|
+
output: 0.26,
|
|
17449
|
+
cacheRead: 0.028,
|
|
16918
17450
|
cacheWrite: 0,
|
|
16919
17451
|
},
|
|
16920
17452
|
contextWindow: 1000000,
|
|
@@ -16929,9 +17461,26 @@ export const MODELS = {
|
|
|
16929
17461
|
reasoning: true,
|
|
16930
17462
|
input: ["text"],
|
|
16931
17463
|
cost: {
|
|
16932
|
-
input: 0.
|
|
16933
|
-
output: 0.
|
|
16934
|
-
cacheRead: 0.
|
|
17464
|
+
input: 0.07600000000000001,
|
|
17465
|
+
output: 0.153,
|
|
17466
|
+
cacheRead: 0.014,
|
|
17467
|
+
cacheWrite: 0,
|
|
17468
|
+
},
|
|
17469
|
+
contextWindow: 1000000,
|
|
17470
|
+
maxTokens: 384000,
|
|
17471
|
+
},
|
|
17472
|
+
"deepseek/deepseek-v4-flash-vision-exp": {
|
|
17473
|
+
id: "deepseek/deepseek-v4-flash-vision-exp",
|
|
17474
|
+
name: "DeepSeek V4 Flash Vision Exp",
|
|
17475
|
+
api: "anthropic-messages",
|
|
17476
|
+
provider: "vercel-ai-gateway",
|
|
17477
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17478
|
+
reasoning: true,
|
|
17479
|
+
input: ["text", "image"],
|
|
17480
|
+
cost: {
|
|
17481
|
+
input: 0.22,
|
|
17482
|
+
output: 0.66,
|
|
17483
|
+
cacheRead: 0.007,
|
|
16935
17484
|
cacheWrite: 0,
|
|
16936
17485
|
},
|
|
16937
17486
|
contextWindow: 1000000,
|
|
@@ -16963,9 +17512,9 @@ export const MODELS = {
|
|
|
16963
17512
|
reasoning: true,
|
|
16964
17513
|
input: ["text"],
|
|
16965
17514
|
cost: {
|
|
16966
|
-
input: 0.
|
|
16967
|
-
output:
|
|
16968
|
-
cacheRead: 0.
|
|
17515
|
+
input: 0.66,
|
|
17516
|
+
output: 1.9800000000000002,
|
|
17517
|
+
cacheRead: 0.06599999999999999,
|
|
16969
17518
|
cacheWrite: 0,
|
|
16970
17519
|
},
|
|
16971
17520
|
contextWindow: 1000000,
|
|
@@ -17116,14 +17665,31 @@ export const MODELS = {
|
|
|
17116
17665
|
reasoning: true,
|
|
17117
17666
|
input: ["text", "image"],
|
|
17118
17667
|
cost: {
|
|
17119
|
-
input:
|
|
17120
|
-
output:
|
|
17121
|
-
cacheRead: 0.
|
|
17668
|
+
input: 0.75,
|
|
17669
|
+
output: 3.75,
|
|
17670
|
+
cacheRead: 0.075,
|
|
17122
17671
|
cacheWrite: 0,
|
|
17123
17672
|
},
|
|
17124
17673
|
contextWindow: 1000000,
|
|
17125
17674
|
maxTokens: 64000,
|
|
17126
17675
|
},
|
|
17676
|
+
"google/gemini-3.7-flash": {
|
|
17677
|
+
id: "google/gemini-3.7-flash",
|
|
17678
|
+
name: "Gemini 3.7 Flash",
|
|
17679
|
+
api: "anthropic-messages",
|
|
17680
|
+
provider: "vercel-ai-gateway",
|
|
17681
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17682
|
+
reasoning: true,
|
|
17683
|
+
input: ["text", "image"],
|
|
17684
|
+
cost: {
|
|
17685
|
+
input: 0.75,
|
|
17686
|
+
output: 3.75,
|
|
17687
|
+
cacheRead: 0.075,
|
|
17688
|
+
cacheWrite: 0,
|
|
17689
|
+
},
|
|
17690
|
+
contextWindow: 1000000,
|
|
17691
|
+
maxTokens: 65536,
|
|
17692
|
+
},
|
|
17127
17693
|
"google/gemma-4-26b-a4b-it": {
|
|
17128
17694
|
id: "google/gemma-4-26b-a4b-it",
|
|
17129
17695
|
name: "Google Gemma 4 26B A4B",
|
|
@@ -17155,7 +17721,7 @@ export const MODELS = {
|
|
|
17155
17721
|
cacheRead: 0,
|
|
17156
17722
|
cacheWrite: 0,
|
|
17157
17723
|
},
|
|
17158
|
-
contextWindow:
|
|
17724
|
+
contextWindow: 262144,
|
|
17159
17725
|
maxTokens: 131072,
|
|
17160
17726
|
},
|
|
17161
17727
|
"inception/mercury-2": {
|
|
@@ -17209,23 +17775,6 @@ export const MODELS = {
|
|
|
17209
17775
|
contextWindow: 256000,
|
|
17210
17776
|
maxTokens: 32000,
|
|
17211
17777
|
},
|
|
17212
|
-
"inclusionai/ling-3.0-tiny-free": {
|
|
17213
|
-
id: "inclusionai/ling-3.0-tiny-free",
|
|
17214
|
-
name: "Ling 3.0 Tiny (Free)",
|
|
17215
|
-
api: "anthropic-messages",
|
|
17216
|
-
provider: "vercel-ai-gateway",
|
|
17217
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17218
|
-
reasoning: true,
|
|
17219
|
-
input: ["text"],
|
|
17220
|
-
cost: {
|
|
17221
|
-
input: 0,
|
|
17222
|
-
output: 0,
|
|
17223
|
-
cacheRead: 0,
|
|
17224
|
-
cacheWrite: 0,
|
|
17225
|
-
},
|
|
17226
|
-
contextWindow: 256000,
|
|
17227
|
-
maxTokens: 32000,
|
|
17228
|
-
},
|
|
17229
17778
|
"interfaze/interfaze-beta": {
|
|
17230
17779
|
id: "interfaze/interfaze-beta",
|
|
17231
17780
|
name: "Interfaze Beta",
|
|
@@ -17566,6 +18115,23 @@ export const MODELS = {
|
|
|
17566
18115
|
contextWindow: 204800,
|
|
17567
18116
|
maxTokens: 131000,
|
|
17568
18117
|
},
|
|
18118
|
+
"minimax/minimax-m2.7-free": {
|
|
18119
|
+
id: "minimax/minimax-m2.7-free",
|
|
18120
|
+
name: "Minimax M2.7 (Free)",
|
|
18121
|
+
api: "anthropic-messages",
|
|
18122
|
+
provider: "vercel-ai-gateway",
|
|
18123
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18124
|
+
reasoning: true,
|
|
18125
|
+
input: ["text"],
|
|
18126
|
+
cost: {
|
|
18127
|
+
input: 0,
|
|
18128
|
+
output: 0,
|
|
18129
|
+
cacheRead: 0,
|
|
18130
|
+
cacheWrite: 0,
|
|
18131
|
+
},
|
|
18132
|
+
contextWindow: 196608,
|
|
18133
|
+
maxTokens: 196608,
|
|
18134
|
+
},
|
|
17569
18135
|
"minimax/minimax-m2.7-highspeed": {
|
|
17570
18136
|
id: "minimax/minimax-m2.7-highspeed",
|
|
17571
18137
|
name: "MiniMax M2.7 High Speed",
|
|
@@ -17600,6 +18166,23 @@ export const MODELS = {
|
|
|
17600
18166
|
contextWindow: 1000000,
|
|
17601
18167
|
maxTokens: 1000000,
|
|
17602
18168
|
},
|
|
18169
|
+
"minimax/minimax-m3-free": {
|
|
18170
|
+
id: "minimax/minimax-m3-free",
|
|
18171
|
+
name: "MiniMax M3 (Free)",
|
|
18172
|
+
api: "anthropic-messages",
|
|
18173
|
+
provider: "vercel-ai-gateway",
|
|
18174
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18175
|
+
reasoning: true,
|
|
18176
|
+
input: ["text", "image"],
|
|
18177
|
+
cost: {
|
|
18178
|
+
input: 0,
|
|
18179
|
+
output: 0,
|
|
18180
|
+
cacheRead: 0,
|
|
18181
|
+
cacheWrite: 0,
|
|
18182
|
+
},
|
|
18183
|
+
contextWindow: 1048576,
|
|
18184
|
+
maxTokens: 1048576,
|
|
18185
|
+
},
|
|
17603
18186
|
"mistral/codestral": {
|
|
17604
18187
|
id: "mistral/codestral",
|
|
17605
18188
|
name: "Mistral Codestral",
|
|
@@ -17648,42 +18231,8 @@ export const MODELS = {
|
|
|
17648
18231
|
cacheRead: 0,
|
|
17649
18232
|
cacheWrite: 0,
|
|
17650
18233
|
},
|
|
17651
|
-
contextWindow: 256000,
|
|
17652
|
-
maxTokens: 256000,
|
|
17653
|
-
},
|
|
17654
|
-
"mistral/magistral-medium": {
|
|
17655
|
-
id: "mistral/magistral-medium",
|
|
17656
|
-
name: "Magistral Medium 2509",
|
|
17657
|
-
api: "anthropic-messages",
|
|
17658
|
-
provider: "vercel-ai-gateway",
|
|
17659
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17660
|
-
reasoning: true,
|
|
17661
|
-
input: ["text", "image"],
|
|
17662
|
-
cost: {
|
|
17663
|
-
input: 2,
|
|
17664
|
-
output: 5,
|
|
17665
|
-
cacheRead: 0,
|
|
17666
|
-
cacheWrite: 0,
|
|
17667
|
-
},
|
|
17668
|
-
contextWindow: 128000,
|
|
17669
|
-
maxTokens: 64000,
|
|
17670
|
-
},
|
|
17671
|
-
"mistral/magistral-small": {
|
|
17672
|
-
id: "mistral/magistral-small",
|
|
17673
|
-
name: "Magistral Small 2509",
|
|
17674
|
-
api: "anthropic-messages",
|
|
17675
|
-
provider: "vercel-ai-gateway",
|
|
17676
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17677
|
-
reasoning: true,
|
|
17678
|
-
input: ["text", "image"],
|
|
17679
|
-
cost: {
|
|
17680
|
-
input: 0.5,
|
|
17681
|
-
output: 1.5,
|
|
17682
|
-
cacheRead: 0,
|
|
17683
|
-
cacheWrite: 0,
|
|
17684
|
-
},
|
|
17685
|
-
contextWindow: 128000,
|
|
17686
|
-
maxTokens: 64000,
|
|
18234
|
+
contextWindow: 256000,
|
|
18235
|
+
maxTokens: 256000,
|
|
17687
18236
|
},
|
|
17688
18237
|
"mistral/ministral-14b": {
|
|
17689
18238
|
id: "mistral/ministral-14b",
|
|
@@ -18025,6 +18574,23 @@ export const MODELS = {
|
|
|
18025
18574
|
contextWindow: 1000000,
|
|
18026
18575
|
maxTokens: 65000,
|
|
18027
18576
|
},
|
|
18577
|
+
"nvidia/nemotron-3.5-lightning": {
|
|
18578
|
+
id: "nvidia/nemotron-3.5-lightning",
|
|
18579
|
+
name: "Nemotron 3.5 Lightning 30B",
|
|
18580
|
+
api: "anthropic-messages",
|
|
18581
|
+
provider: "vercel-ai-gateway",
|
|
18582
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18583
|
+
reasoning: true,
|
|
18584
|
+
input: ["text"],
|
|
18585
|
+
cost: {
|
|
18586
|
+
input: 0.049999999999999996,
|
|
18587
|
+
output: 0.19999999999999998,
|
|
18588
|
+
cacheRead: 0.01,
|
|
18589
|
+
cacheWrite: 0,
|
|
18590
|
+
},
|
|
18591
|
+
contextWindow: 262144,
|
|
18592
|
+
maxTokens: 131072,
|
|
18593
|
+
},
|
|
18028
18594
|
"nvidia/nemotron-nano-12b-v2-vl": {
|
|
18029
18595
|
id: "nvidia/nemotron-nano-12b-v2-vl",
|
|
18030
18596
|
name: "Nvidia Nemotron Nano 12B V2 VL",
|
|
@@ -18093,6 +18659,23 @@ export const MODELS = {
|
|
|
18093
18659
|
contextWindow: 1047576,
|
|
18094
18660
|
maxTokens: 32768,
|
|
18095
18661
|
},
|
|
18662
|
+
"openai/gpt-4.1-fast": {
|
|
18663
|
+
id: "openai/gpt-4.1-fast",
|
|
18664
|
+
name: "GPT-4.1 (Fast)",
|
|
18665
|
+
api: "anthropic-messages",
|
|
18666
|
+
provider: "vercel-ai-gateway",
|
|
18667
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18668
|
+
reasoning: false,
|
|
18669
|
+
input: ["text", "image"],
|
|
18670
|
+
cost: {
|
|
18671
|
+
input: 3.5,
|
|
18672
|
+
output: 14,
|
|
18673
|
+
cacheRead: 0.875,
|
|
18674
|
+
cacheWrite: 0,
|
|
18675
|
+
},
|
|
18676
|
+
contextWindow: 1047576,
|
|
18677
|
+
maxTokens: 32768,
|
|
18678
|
+
},
|
|
18096
18679
|
"openai/gpt-4.1-mini": {
|
|
18097
18680
|
id: "openai/gpt-4.1-mini",
|
|
18098
18681
|
name: "GPT-4.1 mini",
|
|
@@ -18110,6 +18693,23 @@ export const MODELS = {
|
|
|
18110
18693
|
contextWindow: 1047576,
|
|
18111
18694
|
maxTokens: 32768,
|
|
18112
18695
|
},
|
|
18696
|
+
"openai/gpt-4.1-mini-fast": {
|
|
18697
|
+
id: "openai/gpt-4.1-mini-fast",
|
|
18698
|
+
name: "GPT-4.1 mini (Fast)",
|
|
18699
|
+
api: "anthropic-messages",
|
|
18700
|
+
provider: "vercel-ai-gateway",
|
|
18701
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18702
|
+
reasoning: false,
|
|
18703
|
+
input: ["text", "image"],
|
|
18704
|
+
cost: {
|
|
18705
|
+
input: 0.7,
|
|
18706
|
+
output: 2.8,
|
|
18707
|
+
cacheRead: 0.175,
|
|
18708
|
+
cacheWrite: 0,
|
|
18709
|
+
},
|
|
18710
|
+
contextWindow: 1047576,
|
|
18711
|
+
maxTokens: 32768,
|
|
18712
|
+
},
|
|
18113
18713
|
"openai/gpt-4.1-nano": {
|
|
18114
18714
|
id: "openai/gpt-4.1-nano",
|
|
18115
18715
|
name: "GPT-4.1 nano",
|
|
@@ -18127,6 +18727,23 @@ export const MODELS = {
|
|
|
18127
18727
|
contextWindow: 1047576,
|
|
18128
18728
|
maxTokens: 32768,
|
|
18129
18729
|
},
|
|
18730
|
+
"openai/gpt-4.1-nano-fast": {
|
|
18731
|
+
id: "openai/gpt-4.1-nano-fast",
|
|
18732
|
+
name: "GPT-4.1 nano (Fast)",
|
|
18733
|
+
api: "anthropic-messages",
|
|
18734
|
+
provider: "vercel-ai-gateway",
|
|
18735
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18736
|
+
reasoning: false,
|
|
18737
|
+
input: ["text", "image"],
|
|
18738
|
+
cost: {
|
|
18739
|
+
input: 0.19999999999999998,
|
|
18740
|
+
output: 0.7999999999999999,
|
|
18741
|
+
cacheRead: 0.049999999999999996,
|
|
18742
|
+
cacheWrite: 0,
|
|
18743
|
+
},
|
|
18744
|
+
contextWindow: 1047576,
|
|
18745
|
+
maxTokens: 32768,
|
|
18746
|
+
},
|
|
18130
18747
|
"openai/gpt-4o": {
|
|
18131
18748
|
id: "openai/gpt-4o",
|
|
18132
18749
|
name: "GPT-4o",
|
|
@@ -18144,6 +18761,23 @@ export const MODELS = {
|
|
|
18144
18761
|
contextWindow: 128000,
|
|
18145
18762
|
maxTokens: 16384,
|
|
18146
18763
|
},
|
|
18764
|
+
"openai/gpt-4o-fast": {
|
|
18765
|
+
id: "openai/gpt-4o-fast",
|
|
18766
|
+
name: "GPT-4o (Fast)",
|
|
18767
|
+
api: "anthropic-messages",
|
|
18768
|
+
provider: "vercel-ai-gateway",
|
|
18769
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18770
|
+
reasoning: false,
|
|
18771
|
+
input: ["text", "image"],
|
|
18772
|
+
cost: {
|
|
18773
|
+
input: 4.25,
|
|
18774
|
+
output: 17,
|
|
18775
|
+
cacheRead: 2.125,
|
|
18776
|
+
cacheWrite: 0,
|
|
18777
|
+
},
|
|
18778
|
+
contextWindow: 128000,
|
|
18779
|
+
maxTokens: 16384,
|
|
18780
|
+
},
|
|
18147
18781
|
"openai/gpt-4o-mini": {
|
|
18148
18782
|
id: "openai/gpt-4o-mini",
|
|
18149
18783
|
name: "GPT-4o mini",
|
|
@@ -18161,6 +18795,23 @@ export const MODELS = {
|
|
|
18161
18795
|
contextWindow: 128000,
|
|
18162
18796
|
maxTokens: 16384,
|
|
18163
18797
|
},
|
|
18798
|
+
"openai/gpt-4o-mini-fast": {
|
|
18799
|
+
id: "openai/gpt-4o-mini-fast",
|
|
18800
|
+
name: "GPT-4o mini (Fast)",
|
|
18801
|
+
api: "anthropic-messages",
|
|
18802
|
+
provider: "vercel-ai-gateway",
|
|
18803
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18804
|
+
reasoning: false,
|
|
18805
|
+
input: ["text", "image"],
|
|
18806
|
+
cost: {
|
|
18807
|
+
input: 0.25,
|
|
18808
|
+
output: 1,
|
|
18809
|
+
cacheRead: 0.125,
|
|
18810
|
+
cacheWrite: 0,
|
|
18811
|
+
},
|
|
18812
|
+
contextWindow: 128000,
|
|
18813
|
+
maxTokens: 16384,
|
|
18814
|
+
},
|
|
18164
18815
|
"openai/gpt-5": {
|
|
18165
18816
|
id: "openai/gpt-5",
|
|
18166
18817
|
name: "GPT-5",
|
|
@@ -18195,6 +18846,23 @@ export const MODELS = {
|
|
|
18195
18846
|
contextWindow: 400000,
|
|
18196
18847
|
maxTokens: 128000,
|
|
18197
18848
|
},
|
|
18849
|
+
"openai/gpt-5-fast": {
|
|
18850
|
+
id: "openai/gpt-5-fast",
|
|
18851
|
+
name: "GPT-5 (Fast)",
|
|
18852
|
+
api: "anthropic-messages",
|
|
18853
|
+
provider: "vercel-ai-gateway",
|
|
18854
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18855
|
+
reasoning: true,
|
|
18856
|
+
input: ["text", "image"],
|
|
18857
|
+
cost: {
|
|
18858
|
+
input: 2.5,
|
|
18859
|
+
output: 20,
|
|
18860
|
+
cacheRead: 0.25,
|
|
18861
|
+
cacheWrite: 0,
|
|
18862
|
+
},
|
|
18863
|
+
contextWindow: 400000,
|
|
18864
|
+
maxTokens: 128000,
|
|
18865
|
+
},
|
|
18198
18866
|
"openai/gpt-5-mini": {
|
|
18199
18867
|
id: "openai/gpt-5-mini",
|
|
18200
18868
|
name: "GPT-5 mini",
|
|
@@ -18212,6 +18880,23 @@ export const MODELS = {
|
|
|
18212
18880
|
contextWindow: 400000,
|
|
18213
18881
|
maxTokens: 128000,
|
|
18214
18882
|
},
|
|
18883
|
+
"openai/gpt-5-mini-fast": {
|
|
18884
|
+
id: "openai/gpt-5-mini-fast",
|
|
18885
|
+
name: "GPT-5 mini (Fast)",
|
|
18886
|
+
api: "anthropic-messages",
|
|
18887
|
+
provider: "vercel-ai-gateway",
|
|
18888
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18889
|
+
reasoning: true,
|
|
18890
|
+
input: ["text", "image"],
|
|
18891
|
+
cost: {
|
|
18892
|
+
input: 0.44999999999999996,
|
|
18893
|
+
output: 3.5999999999999996,
|
|
18894
|
+
cacheRead: 0.045,
|
|
18895
|
+
cacheWrite: 0,
|
|
18896
|
+
},
|
|
18897
|
+
contextWindow: 400000,
|
|
18898
|
+
maxTokens: 128000,
|
|
18899
|
+
},
|
|
18215
18900
|
"openai/gpt-5-nano": {
|
|
18216
18901
|
id: "openai/gpt-5-nano",
|
|
18217
18902
|
name: "GPT-5 nano",
|
|
@@ -18314,6 +18999,23 @@ export const MODELS = {
|
|
|
18314
18999
|
contextWindow: 400000,
|
|
18315
19000
|
maxTokens: 128000,
|
|
18316
19001
|
},
|
|
19002
|
+
"openai/gpt-5.1-thinking-fast": {
|
|
19003
|
+
id: "openai/gpt-5.1-thinking-fast",
|
|
19004
|
+
name: "GPT 5.1 Thinking (Fast)",
|
|
19005
|
+
api: "anthropic-messages",
|
|
19006
|
+
provider: "vercel-ai-gateway",
|
|
19007
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19008
|
+
reasoning: true,
|
|
19009
|
+
input: ["text", "image"],
|
|
19010
|
+
cost: {
|
|
19011
|
+
input: 2.5,
|
|
19012
|
+
output: 20,
|
|
19013
|
+
cacheRead: 0.25,
|
|
19014
|
+
cacheWrite: 0,
|
|
19015
|
+
},
|
|
19016
|
+
contextWindow: 400000,
|
|
19017
|
+
maxTokens: 128000,
|
|
19018
|
+
},
|
|
18317
19019
|
"openai/gpt-5.2": {
|
|
18318
19020
|
id: "openai/gpt-5.2",
|
|
18319
19021
|
name: "GPT 5.2",
|
|
@@ -18350,6 +19052,24 @@ export const MODELS = {
|
|
|
18350
19052
|
contextWindow: 400000,
|
|
18351
19053
|
maxTokens: 128000,
|
|
18352
19054
|
},
|
|
19055
|
+
"openai/gpt-5.2-fast": {
|
|
19056
|
+
id: "openai/gpt-5.2-fast",
|
|
19057
|
+
name: "GPT 5.2 (Fast)",
|
|
19058
|
+
api: "anthropic-messages",
|
|
19059
|
+
provider: "vercel-ai-gateway",
|
|
19060
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19061
|
+
reasoning: true,
|
|
19062
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
19063
|
+
input: ["text", "image"],
|
|
19064
|
+
cost: {
|
|
19065
|
+
input: 3.5,
|
|
19066
|
+
output: 28,
|
|
19067
|
+
cacheRead: 0.35,
|
|
19068
|
+
cacheWrite: 0,
|
|
19069
|
+
},
|
|
19070
|
+
contextWindow: 400000,
|
|
19071
|
+
maxTokens: 128000,
|
|
19072
|
+
},
|
|
18353
19073
|
"openai/gpt-5.2-pro": {
|
|
18354
19074
|
id: "openai/gpt-5.2-pro",
|
|
18355
19075
|
name: "GPT 5.2 ",
|
|
@@ -18386,6 +19106,24 @@ export const MODELS = {
|
|
|
18386
19106
|
contextWindow: 400000,
|
|
18387
19107
|
maxTokens: 128000,
|
|
18388
19108
|
},
|
|
19109
|
+
"openai/gpt-5.3-codex-fast": {
|
|
19110
|
+
id: "openai/gpt-5.3-codex-fast",
|
|
19111
|
+
name: "GPT 5.3 Codex (Fast)",
|
|
19112
|
+
api: "anthropic-messages",
|
|
19113
|
+
provider: "vercel-ai-gateway",
|
|
19114
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19115
|
+
reasoning: true,
|
|
19116
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
19117
|
+
input: ["text", "image"],
|
|
19118
|
+
cost: {
|
|
19119
|
+
input: 3.5,
|
|
19120
|
+
output: 28,
|
|
19121
|
+
cacheRead: 0.35,
|
|
19122
|
+
cacheWrite: 0,
|
|
19123
|
+
},
|
|
19124
|
+
contextWindow: 400000,
|
|
19125
|
+
maxTokens: 128000,
|
|
19126
|
+
},
|
|
18389
19127
|
"openai/gpt-5.4": {
|
|
18390
19128
|
id: "openai/gpt-5.4",
|
|
18391
19129
|
name: "GPT 5.4",
|
|
@@ -18404,6 +19142,24 @@ export const MODELS = {
|
|
|
18404
19142
|
contextWindow: 1050000,
|
|
18405
19143
|
maxTokens: 128000,
|
|
18406
19144
|
},
|
|
19145
|
+
"openai/gpt-5.4-fast": {
|
|
19146
|
+
id: "openai/gpt-5.4-fast",
|
|
19147
|
+
name: "GPT 5.4 (Fast)",
|
|
19148
|
+
api: "anthropic-messages",
|
|
19149
|
+
provider: "vercel-ai-gateway",
|
|
19150
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19151
|
+
reasoning: true,
|
|
19152
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
19153
|
+
input: ["text", "image"],
|
|
19154
|
+
cost: {
|
|
19155
|
+
input: 5,
|
|
19156
|
+
output: 30,
|
|
19157
|
+
cacheRead: 0.5,
|
|
19158
|
+
cacheWrite: 0,
|
|
19159
|
+
},
|
|
19160
|
+
contextWindow: 1050000,
|
|
19161
|
+
maxTokens: 128000,
|
|
19162
|
+
},
|
|
18407
19163
|
"openai/gpt-5.4-mini": {
|
|
18408
19164
|
id: "openai/gpt-5.4-mini",
|
|
18409
19165
|
name: "GPT 5.4 Mini",
|
|
@@ -18422,6 +19178,24 @@ export const MODELS = {
|
|
|
18422
19178
|
contextWindow: 400000,
|
|
18423
19179
|
maxTokens: 128000,
|
|
18424
19180
|
},
|
|
19181
|
+
"openai/gpt-5.4-mini-fast": {
|
|
19182
|
+
id: "openai/gpt-5.4-mini-fast",
|
|
19183
|
+
name: "GPT 5.4 Mini (Fast)",
|
|
19184
|
+
api: "anthropic-messages",
|
|
19185
|
+
provider: "vercel-ai-gateway",
|
|
19186
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19187
|
+
reasoning: true,
|
|
19188
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
19189
|
+
input: ["text", "image"],
|
|
19190
|
+
cost: {
|
|
19191
|
+
input: 1.5,
|
|
19192
|
+
output: 9,
|
|
19193
|
+
cacheRead: 0.15,
|
|
19194
|
+
cacheWrite: 0,
|
|
19195
|
+
},
|
|
19196
|
+
contextWindow: 400000,
|
|
19197
|
+
maxTokens: 128000,
|
|
19198
|
+
},
|
|
18425
19199
|
"openai/gpt-5.4-nano": {
|
|
18426
19200
|
id: "openai/gpt-5.4-nano",
|
|
18427
19201
|
name: "GPT 5.4 Nano",
|
|
@@ -18476,6 +19250,24 @@ export const MODELS = {
|
|
|
18476
19250
|
contextWindow: 1000000,
|
|
18477
19251
|
maxTokens: 128000,
|
|
18478
19252
|
},
|
|
19253
|
+
"openai/gpt-5.5-fast": {
|
|
19254
|
+
id: "openai/gpt-5.5-fast",
|
|
19255
|
+
name: "GPT 5.5 (Fast)",
|
|
19256
|
+
api: "anthropic-messages",
|
|
19257
|
+
provider: "vercel-ai-gateway",
|
|
19258
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19259
|
+
reasoning: true,
|
|
19260
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
19261
|
+
input: ["text", "image"],
|
|
19262
|
+
cost: {
|
|
19263
|
+
input: 12.5,
|
|
19264
|
+
output: 75,
|
|
19265
|
+
cacheRead: 1.25,
|
|
19266
|
+
cacheWrite: 0,
|
|
19267
|
+
},
|
|
19268
|
+
contextWindow: 1000000,
|
|
19269
|
+
maxTokens: 128000,
|
|
19270
|
+
},
|
|
18479
19271
|
"openai/gpt-5.5-pro": {
|
|
18480
19272
|
id: "openai/gpt-5.5-pro",
|
|
18481
19273
|
name: "GPT 5.5 Pro",
|
|
@@ -18511,6 +19303,23 @@ export const MODELS = {
|
|
|
18511
19303
|
contextWindow: 1050000,
|
|
18512
19304
|
maxTokens: 128000,
|
|
18513
19305
|
},
|
|
19306
|
+
"openai/gpt-5.6-luna-fast": {
|
|
19307
|
+
id: "openai/gpt-5.6-luna-fast",
|
|
19308
|
+
name: "GPT 5.6 Luna (Fast)",
|
|
19309
|
+
api: "anthropic-messages",
|
|
19310
|
+
provider: "vercel-ai-gateway",
|
|
19311
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19312
|
+
reasoning: true,
|
|
19313
|
+
input: ["text", "image"],
|
|
19314
|
+
cost: {
|
|
19315
|
+
input: 0.39999999999999997,
|
|
19316
|
+
output: 2.4,
|
|
19317
|
+
cacheRead: 0.04,
|
|
19318
|
+
cacheWrite: 0.25,
|
|
19319
|
+
},
|
|
19320
|
+
contextWindow: 1050000,
|
|
19321
|
+
maxTokens: 128000,
|
|
19322
|
+
},
|
|
18514
19323
|
"openai/gpt-5.6-sol": {
|
|
18515
19324
|
id: "openai/gpt-5.6-sol",
|
|
18516
19325
|
name: "GPT 5.6 Sol",
|
|
@@ -18520,10 +19329,27 @@ export const MODELS = {
|
|
|
18520
19329
|
reasoning: true,
|
|
18521
19330
|
input: ["text", "image"],
|
|
18522
19331
|
cost: {
|
|
18523
|
-
input:
|
|
18524
|
-
output:
|
|
18525
|
-
cacheRead: 0.
|
|
18526
|
-
cacheWrite:
|
|
19332
|
+
input: 2,
|
|
19333
|
+
output: 10,
|
|
19334
|
+
cacheRead: 0.19999999999999998,
|
|
19335
|
+
cacheWrite: 2.5,
|
|
19336
|
+
},
|
|
19337
|
+
contextWindow: 1050000,
|
|
19338
|
+
maxTokens: 128000,
|
|
19339
|
+
},
|
|
19340
|
+
"openai/gpt-5.6-sol-fast": {
|
|
19341
|
+
id: "openai/gpt-5.6-sol-fast",
|
|
19342
|
+
name: "GPT 5.6 Sol (Fast)",
|
|
19343
|
+
api: "anthropic-messages",
|
|
19344
|
+
provider: "vercel-ai-gateway",
|
|
19345
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19346
|
+
reasoning: true,
|
|
19347
|
+
input: ["text", "image"],
|
|
19348
|
+
cost: {
|
|
19349
|
+
input: 4,
|
|
19350
|
+
output: 20,
|
|
19351
|
+
cacheRead: 0.39999999999999997,
|
|
19352
|
+
cacheWrite: 2.5,
|
|
18527
19353
|
},
|
|
18528
19354
|
contextWindow: 1050000,
|
|
18529
19355
|
maxTokens: 128000,
|
|
@@ -18545,6 +19371,23 @@ export const MODELS = {
|
|
|
18545
19371
|
contextWindow: 1050000,
|
|
18546
19372
|
maxTokens: 128000,
|
|
18547
19373
|
},
|
|
19374
|
+
"openai/gpt-5.6-terra-fast": {
|
|
19375
|
+
id: "openai/gpt-5.6-terra-fast",
|
|
19376
|
+
name: "GPT 5.6 Terra (Fast)",
|
|
19377
|
+
api: "anthropic-messages",
|
|
19378
|
+
provider: "vercel-ai-gateway",
|
|
19379
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19380
|
+
reasoning: true,
|
|
19381
|
+
input: ["text", "image"],
|
|
19382
|
+
cost: {
|
|
19383
|
+
input: 4,
|
|
19384
|
+
output: 24,
|
|
19385
|
+
cacheRead: 0.39999999999999997,
|
|
19386
|
+
cacheWrite: 2.5,
|
|
19387
|
+
},
|
|
19388
|
+
contextWindow: 1050000,
|
|
19389
|
+
maxTokens: 128000,
|
|
19390
|
+
},
|
|
18548
19391
|
"openai/gpt-oss-120b": {
|
|
18549
19392
|
id: "openai/gpt-oss-120b",
|
|
18550
19393
|
name: "GPT OSS 120B",
|
|
@@ -18579,6 +19422,23 @@ export const MODELS = {
|
|
|
18579
19422
|
contextWindow: 131072,
|
|
18580
19423
|
maxTokens: 8192,
|
|
18581
19424
|
},
|
|
19425
|
+
"openai/gpt-oss-safeguard-120b": {
|
|
19426
|
+
id: "openai/gpt-oss-safeguard-120b",
|
|
19427
|
+
name: "GPT OSS Safeguard 120B",
|
|
19428
|
+
api: "anthropic-messages",
|
|
19429
|
+
provider: "vercel-ai-gateway",
|
|
19430
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19431
|
+
reasoning: true,
|
|
19432
|
+
input: ["text"],
|
|
19433
|
+
cost: {
|
|
19434
|
+
input: 0.15,
|
|
19435
|
+
output: 0.6,
|
|
19436
|
+
cacheRead: 0,
|
|
19437
|
+
cacheWrite: 0,
|
|
19438
|
+
},
|
|
19439
|
+
contextWindow: 128000,
|
|
19440
|
+
maxTokens: 16000,
|
|
19441
|
+
},
|
|
18582
19442
|
"openai/gpt-oss-safeguard-20b": {
|
|
18583
19443
|
id: "openai/gpt-oss-safeguard-20b",
|
|
18584
19444
|
name: "GPT OSS Safeguard 20B",
|
|
@@ -18588,13 +19448,13 @@ export const MODELS = {
|
|
|
18588
19448
|
reasoning: true,
|
|
18589
19449
|
input: ["text"],
|
|
18590
19450
|
cost: {
|
|
18591
|
-
input: 0.
|
|
18592
|
-
output: 0.
|
|
18593
|
-
cacheRead: 0
|
|
19451
|
+
input: 0.07,
|
|
19452
|
+
output: 0.19999999999999998,
|
|
19453
|
+
cacheRead: 0,
|
|
18594
19454
|
cacheWrite: 0,
|
|
18595
19455
|
},
|
|
18596
|
-
contextWindow:
|
|
18597
|
-
maxTokens:
|
|
19456
|
+
contextWindow: 128000,
|
|
19457
|
+
maxTokens: 16000,
|
|
18598
19458
|
},
|
|
18599
19459
|
"openai/o1": {
|
|
18600
19460
|
id: "openai/o1",
|
|
@@ -18630,18 +19490,18 @@ export const MODELS = {
|
|
|
18630
19490
|
contextWindow: 200000,
|
|
18631
19491
|
maxTokens: 100000,
|
|
18632
19492
|
},
|
|
18633
|
-
"openai/o3-
|
|
18634
|
-
id: "openai/o3-
|
|
18635
|
-
name: "o3
|
|
19493
|
+
"openai/o3-fast": {
|
|
19494
|
+
id: "openai/o3-fast",
|
|
19495
|
+
name: "o3 (Fast)",
|
|
18636
19496
|
api: "anthropic-messages",
|
|
18637
19497
|
provider: "vercel-ai-gateway",
|
|
18638
19498
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18639
19499
|
reasoning: true,
|
|
18640
19500
|
input: ["text", "image"],
|
|
18641
19501
|
cost: {
|
|
18642
|
-
input:
|
|
18643
|
-
output:
|
|
18644
|
-
cacheRead:
|
|
19502
|
+
input: 3.5,
|
|
19503
|
+
output: 14,
|
|
19504
|
+
cacheRead: 0.875,
|
|
18645
19505
|
cacheWrite: 0,
|
|
18646
19506
|
},
|
|
18647
19507
|
contextWindow: 200000,
|
|
@@ -18698,6 +19558,23 @@ export const MODELS = {
|
|
|
18698
19558
|
contextWindow: 200000,
|
|
18699
19559
|
maxTokens: 100000,
|
|
18700
19560
|
},
|
|
19561
|
+
"openai/o4-mini-fast": {
|
|
19562
|
+
id: "openai/o4-mini-fast",
|
|
19563
|
+
name: "o4-mini (Fast)",
|
|
19564
|
+
api: "anthropic-messages",
|
|
19565
|
+
provider: "vercel-ai-gateway",
|
|
19566
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19567
|
+
reasoning: true,
|
|
19568
|
+
input: ["text", "image"],
|
|
19569
|
+
cost: {
|
|
19570
|
+
input: 2,
|
|
19571
|
+
output: 8,
|
|
19572
|
+
cacheRead: 0.5,
|
|
19573
|
+
cacheWrite: 0,
|
|
19574
|
+
},
|
|
19575
|
+
contextWindow: 200000,
|
|
19576
|
+
maxTokens: 100000,
|
|
19577
|
+
},
|
|
18701
19578
|
"poolside/laguna-s-2.1": {
|
|
18702
19579
|
id: "poolside/laguna-s-2.1",
|
|
18703
19580
|
name: "Laguna S 2.1",
|
|
@@ -18766,93 +19643,8 @@ export const MODELS = {
|
|
|
18766
19643
|
contextWindow: 256000,
|
|
18767
19644
|
maxTokens: 256000,
|
|
18768
19645
|
},
|
|
18769
|
-
"
|
|
18770
|
-
id: "
|
|
18771
|
-
name: "StepFun 3.5 Flash",
|
|
18772
|
-
api: "anthropic-messages",
|
|
18773
|
-
provider: "vercel-ai-gateway",
|
|
18774
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18775
|
-
reasoning: true,
|
|
18776
|
-
input: ["text", "image"],
|
|
18777
|
-
cost: {
|
|
18778
|
-
input: 0.09,
|
|
18779
|
-
output: 0.3,
|
|
18780
|
-
cacheRead: 0.02,
|
|
18781
|
-
cacheWrite: 0,
|
|
18782
|
-
},
|
|
18783
|
-
contextWindow: 262114,
|
|
18784
|
-
maxTokens: 262114,
|
|
18785
|
-
},
|
|
18786
|
-
"stepfun/step-3.7-flash": {
|
|
18787
|
-
id: "stepfun/step-3.7-flash",
|
|
18788
|
-
name: "Step 3.7 Flash",
|
|
18789
|
-
api: "anthropic-messages",
|
|
18790
|
-
provider: "vercel-ai-gateway",
|
|
18791
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18792
|
-
reasoning: true,
|
|
18793
|
-
input: ["text", "image"],
|
|
18794
|
-
cost: {
|
|
18795
|
-
input: 0.19999999999999998,
|
|
18796
|
-
output: 1.15,
|
|
18797
|
-
cacheRead: 0.04,
|
|
18798
|
-
cacheWrite: 0,
|
|
18799
|
-
},
|
|
18800
|
-
contextWindow: 256000,
|
|
18801
|
-
maxTokens: 256000,
|
|
18802
|
-
},
|
|
18803
|
-
"tencent/hy3": {
|
|
18804
|
-
id: "tencent/hy3",
|
|
18805
|
-
name: "Hy3",
|
|
18806
|
-
api: "anthropic-messages",
|
|
18807
|
-
provider: "vercel-ai-gateway",
|
|
18808
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18809
|
-
reasoning: true,
|
|
18810
|
-
input: ["text"],
|
|
18811
|
-
cost: {
|
|
18812
|
-
input: 0.14,
|
|
18813
|
-
output: 0.58,
|
|
18814
|
-
cacheRead: 0.035,
|
|
18815
|
-
cacheWrite: 0,
|
|
18816
|
-
},
|
|
18817
|
-
contextWindow: 262144,
|
|
18818
|
-
maxTokens: 262144,
|
|
18819
|
-
},
|
|
18820
|
-
"thinkingmachines/inkling": {
|
|
18821
|
-
id: "thinkingmachines/inkling",
|
|
18822
|
-
name: "Inkling",
|
|
18823
|
-
api: "anthropic-messages",
|
|
18824
|
-
provider: "vercel-ai-gateway",
|
|
18825
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18826
|
-
reasoning: true,
|
|
18827
|
-
input: ["text", "image"],
|
|
18828
|
-
cost: {
|
|
18829
|
-
input: 1,
|
|
18830
|
-
output: 4.05,
|
|
18831
|
-
cacheRead: 0.16999999999999998,
|
|
18832
|
-
cacheWrite: 0,
|
|
18833
|
-
},
|
|
18834
|
-
contextWindow: 256000,
|
|
18835
|
-
maxTokens: 256000,
|
|
18836
|
-
},
|
|
18837
|
-
"thinkingmachines/inkling-small": {
|
|
18838
|
-
id: "thinkingmachines/inkling-small",
|
|
18839
|
-
name: "Inkling Small",
|
|
18840
|
-
api: "anthropic-messages",
|
|
18841
|
-
provider: "vercel-ai-gateway",
|
|
18842
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18843
|
-
reasoning: true,
|
|
18844
|
-
input: ["text", "image"],
|
|
18845
|
-
cost: {
|
|
18846
|
-
input: 0.5,
|
|
18847
|
-
output: 1.2,
|
|
18848
|
-
cacheRead: 0.09999999999999999,
|
|
18849
|
-
cacheWrite: 0,
|
|
18850
|
-
},
|
|
18851
|
-
contextWindow: 1000000,
|
|
18852
|
-
maxTokens: 1000000,
|
|
18853
|
-
},
|
|
18854
|
-
"xai/grok-4.1-fast-non-reasoning": {
|
|
18855
|
-
id: "xai/grok-4.1-fast-non-reasoning",
|
|
19646
|
+
"spacexai/grok-4.1-fast-non-reasoning": {
|
|
19647
|
+
id: "spacexai/grok-4.1-fast-non-reasoning",
|
|
18856
19648
|
name: "Grok 4.1 Fast Non-Reasoning",
|
|
18857
19649
|
api: "anthropic-messages",
|
|
18858
19650
|
provider: "vercel-ai-gateway",
|
|
@@ -18868,8 +19660,8 @@ export const MODELS = {
|
|
|
18868
19660
|
contextWindow: 1000000,
|
|
18869
19661
|
maxTokens: 1000000,
|
|
18870
19662
|
},
|
|
18871
|
-
"
|
|
18872
|
-
id: "
|
|
19663
|
+
"spacexai/grok-4.1-fast-reasoning": {
|
|
19664
|
+
id: "spacexai/grok-4.1-fast-reasoning",
|
|
18873
19665
|
name: "Grok 4.1 Fast Reasoning",
|
|
18874
19666
|
api: "anthropic-messages",
|
|
18875
19667
|
provider: "vercel-ai-gateway",
|
|
@@ -18885,8 +19677,8 @@ export const MODELS = {
|
|
|
18885
19677
|
contextWindow: 1000000,
|
|
18886
19678
|
maxTokens: 1000000,
|
|
18887
19679
|
},
|
|
18888
|
-
"
|
|
18889
|
-
id: "
|
|
19680
|
+
"spacexai/grok-4.20-multi-agent": {
|
|
19681
|
+
id: "spacexai/grok-4.20-multi-agent",
|
|
18890
19682
|
name: "Grok 4.20 Multi-Agent",
|
|
18891
19683
|
api: "anthropic-messages",
|
|
18892
19684
|
provider: "vercel-ai-gateway",
|
|
@@ -18902,8 +19694,8 @@ export const MODELS = {
|
|
|
18902
19694
|
contextWindow: 2000000,
|
|
18903
19695
|
maxTokens: 2000000,
|
|
18904
19696
|
},
|
|
18905
|
-
"
|
|
18906
|
-
id: "
|
|
19697
|
+
"spacexai/grok-4.20-multi-agent-beta": {
|
|
19698
|
+
id: "spacexai/grok-4.20-multi-agent-beta",
|
|
18907
19699
|
name: "Grok 4.20 Multi Agent Beta",
|
|
18908
19700
|
api: "anthropic-messages",
|
|
18909
19701
|
provider: "vercel-ai-gateway",
|
|
@@ -18919,8 +19711,8 @@ export const MODELS = {
|
|
|
18919
19711
|
contextWindow: 2000000,
|
|
18920
19712
|
maxTokens: 2000000,
|
|
18921
19713
|
},
|
|
18922
|
-
"
|
|
18923
|
-
id: "
|
|
19714
|
+
"spacexai/grok-4.20-non-reasoning": {
|
|
19715
|
+
id: "spacexai/grok-4.20-non-reasoning",
|
|
18924
19716
|
name: "Grok 4.20 Non-Reasoning",
|
|
18925
19717
|
api: "anthropic-messages",
|
|
18926
19718
|
provider: "vercel-ai-gateway",
|
|
@@ -18936,8 +19728,8 @@ export const MODELS = {
|
|
|
18936
19728
|
contextWindow: 2000000,
|
|
18937
19729
|
maxTokens: 2000000,
|
|
18938
19730
|
},
|
|
18939
|
-
"
|
|
18940
|
-
id: "
|
|
19731
|
+
"spacexai/grok-4.20-non-reasoning-beta": {
|
|
19732
|
+
id: "spacexai/grok-4.20-non-reasoning-beta",
|
|
18941
19733
|
name: "Grok 4.20 Beta Non-Reasoning",
|
|
18942
19734
|
api: "anthropic-messages",
|
|
18943
19735
|
provider: "vercel-ai-gateway",
|
|
@@ -18953,8 +19745,8 @@ export const MODELS = {
|
|
|
18953
19745
|
contextWindow: 2000000,
|
|
18954
19746
|
maxTokens: 2000000,
|
|
18955
19747
|
},
|
|
18956
|
-
"
|
|
18957
|
-
id: "
|
|
19748
|
+
"spacexai/grok-4.20-reasoning": {
|
|
19749
|
+
id: "spacexai/grok-4.20-reasoning",
|
|
18958
19750
|
name: "Grok 4.20 Reasoning",
|
|
18959
19751
|
api: "anthropic-messages",
|
|
18960
19752
|
provider: "vercel-ai-gateway",
|
|
@@ -18970,8 +19762,8 @@ export const MODELS = {
|
|
|
18970
19762
|
contextWindow: 2000000,
|
|
18971
19763
|
maxTokens: 2000000,
|
|
18972
19764
|
},
|
|
18973
|
-
"
|
|
18974
|
-
id: "
|
|
19765
|
+
"spacexai/grok-4.20-reasoning-beta": {
|
|
19766
|
+
id: "spacexai/grok-4.20-reasoning-beta",
|
|
18975
19767
|
name: "Grok 4.20 Beta Reasoning",
|
|
18976
19768
|
api: "anthropic-messages",
|
|
18977
19769
|
provider: "vercel-ai-gateway",
|
|
@@ -18987,8 +19779,8 @@ export const MODELS = {
|
|
|
18987
19779
|
contextWindow: 2000000,
|
|
18988
19780
|
maxTokens: 2000000,
|
|
18989
19781
|
},
|
|
18990
|
-
"
|
|
18991
|
-
id: "
|
|
19782
|
+
"spacexai/grok-4.3": {
|
|
19783
|
+
id: "spacexai/grok-4.3",
|
|
18992
19784
|
name: "Grok 4.3",
|
|
18993
19785
|
api: "anthropic-messages",
|
|
18994
19786
|
provider: "vercel-ai-gateway",
|
|
@@ -19004,8 +19796,8 @@ export const MODELS = {
|
|
|
19004
19796
|
contextWindow: 1000000,
|
|
19005
19797
|
maxTokens: 1000000,
|
|
19006
19798
|
},
|
|
19007
|
-
"
|
|
19008
|
-
id: "
|
|
19799
|
+
"spacexai/grok-4.5": {
|
|
19800
|
+
id: "spacexai/grok-4.5",
|
|
19009
19801
|
name: "Grok 4.5",
|
|
19010
19802
|
api: "anthropic-messages",
|
|
19011
19803
|
provider: "vercel-ai-gateway",
|
|
@@ -19021,14 +19813,14 @@ export const MODELS = {
|
|
|
19021
19813
|
contextWindow: 500000,
|
|
19022
19814
|
maxTokens: 500000,
|
|
19023
19815
|
},
|
|
19024
|
-
"
|
|
19025
|
-
id: "
|
|
19816
|
+
"spacexai/grok-4.6": {
|
|
19817
|
+
id: "spacexai/grok-4.6",
|
|
19026
19818
|
name: "Grok 4.6",
|
|
19027
19819
|
api: "anthropic-messages",
|
|
19028
19820
|
provider: "vercel-ai-gateway",
|
|
19029
19821
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19030
19822
|
reasoning: true,
|
|
19031
|
-
input: ["text"],
|
|
19823
|
+
input: ["text", "image"],
|
|
19032
19824
|
cost: {
|
|
19033
19825
|
input: 2,
|
|
19034
19826
|
output: 6,
|
|
@@ -19038,8 +19830,8 @@ export const MODELS = {
|
|
|
19038
19830
|
contextWindow: 500000,
|
|
19039
19831
|
maxTokens: 500000,
|
|
19040
19832
|
},
|
|
19041
|
-
"
|
|
19042
|
-
id: "
|
|
19833
|
+
"spacexai/grok-build-0.1": {
|
|
19834
|
+
id: "spacexai/grok-build-0.1",
|
|
19043
19835
|
name: "Grok Build 0.1",
|
|
19044
19836
|
api: "anthropic-messages",
|
|
19045
19837
|
provider: "vercel-ai-gateway",
|
|
@@ -19055,6 +19847,91 @@ export const MODELS = {
|
|
|
19055
19847
|
contextWindow: 256000,
|
|
19056
19848
|
maxTokens: 256000,
|
|
19057
19849
|
},
|
|
19850
|
+
"stepfun/step-3.5-flash": {
|
|
19851
|
+
id: "stepfun/step-3.5-flash",
|
|
19852
|
+
name: "StepFun 3.5 Flash",
|
|
19853
|
+
api: "anthropic-messages",
|
|
19854
|
+
provider: "vercel-ai-gateway",
|
|
19855
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19856
|
+
reasoning: true,
|
|
19857
|
+
input: ["text", "image"],
|
|
19858
|
+
cost: {
|
|
19859
|
+
input: 0.09,
|
|
19860
|
+
output: 0.3,
|
|
19861
|
+
cacheRead: 0.02,
|
|
19862
|
+
cacheWrite: 0,
|
|
19863
|
+
},
|
|
19864
|
+
contextWindow: 262114,
|
|
19865
|
+
maxTokens: 262114,
|
|
19866
|
+
},
|
|
19867
|
+
"stepfun/step-3.7-flash": {
|
|
19868
|
+
id: "stepfun/step-3.7-flash",
|
|
19869
|
+
name: "Step 3.7 Flash",
|
|
19870
|
+
api: "anthropic-messages",
|
|
19871
|
+
provider: "vercel-ai-gateway",
|
|
19872
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19873
|
+
reasoning: true,
|
|
19874
|
+
input: ["text", "image"],
|
|
19875
|
+
cost: {
|
|
19876
|
+
input: 0.19999999999999998,
|
|
19877
|
+
output: 1.15,
|
|
19878
|
+
cacheRead: 0.04,
|
|
19879
|
+
cacheWrite: 0,
|
|
19880
|
+
},
|
|
19881
|
+
contextWindow: 256000,
|
|
19882
|
+
maxTokens: 256000,
|
|
19883
|
+
},
|
|
19884
|
+
"tencent/hy3": {
|
|
19885
|
+
id: "tencent/hy3",
|
|
19886
|
+
name: "Hy3",
|
|
19887
|
+
api: "anthropic-messages",
|
|
19888
|
+
provider: "vercel-ai-gateway",
|
|
19889
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19890
|
+
reasoning: true,
|
|
19891
|
+
input: ["text"],
|
|
19892
|
+
cost: {
|
|
19893
|
+
input: 0.13199999999999998,
|
|
19894
|
+
output: 0.5279999999999999,
|
|
19895
|
+
cacheRead: 0.032999999999999995,
|
|
19896
|
+
cacheWrite: 0,
|
|
19897
|
+
},
|
|
19898
|
+
contextWindow: 256000,
|
|
19899
|
+
maxTokens: 128000,
|
|
19900
|
+
},
|
|
19901
|
+
"thinkingmachines/inkling": {
|
|
19902
|
+
id: "thinkingmachines/inkling",
|
|
19903
|
+
name: "Inkling",
|
|
19904
|
+
api: "anthropic-messages",
|
|
19905
|
+
provider: "vercel-ai-gateway",
|
|
19906
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19907
|
+
reasoning: true,
|
|
19908
|
+
input: ["text", "image"],
|
|
19909
|
+
cost: {
|
|
19910
|
+
input: 1,
|
|
19911
|
+
output: 4.05,
|
|
19912
|
+
cacheRead: 0.16999999999999998,
|
|
19913
|
+
cacheWrite: 0,
|
|
19914
|
+
},
|
|
19915
|
+
contextWindow: 256000,
|
|
19916
|
+
maxTokens: 256000,
|
|
19917
|
+
},
|
|
19918
|
+
"thinkingmachines/inkling-small": {
|
|
19919
|
+
id: "thinkingmachines/inkling-small",
|
|
19920
|
+
name: "Inkling Small",
|
|
19921
|
+
api: "anthropic-messages",
|
|
19922
|
+
provider: "vercel-ai-gateway",
|
|
19923
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19924
|
+
reasoning: true,
|
|
19925
|
+
input: ["text", "image"],
|
|
19926
|
+
cost: {
|
|
19927
|
+
input: 0.5,
|
|
19928
|
+
output: 1.2,
|
|
19929
|
+
cacheRead: 0.09999999999999999,
|
|
19930
|
+
cacheWrite: 0,
|
|
19931
|
+
},
|
|
19932
|
+
contextWindow: 1000000,
|
|
19933
|
+
maxTokens: 1000000,
|
|
19934
|
+
},
|
|
19058
19935
|
"xiaomi/mimo-v2.5": {
|
|
19059
19936
|
id: "xiaomi/mimo-v2.5",
|
|
19060
19937
|
name: "MiMo M2.5",
|
|
@@ -19157,40 +20034,6 @@ export const MODELS = {
|
|
|
19157
20034
|
contextWindow: 200000,
|
|
19158
20035
|
maxTokens: 96000,
|
|
19159
20036
|
},
|
|
19160
|
-
"zai/glm-4.6v": {
|
|
19161
|
-
id: "zai/glm-4.6v",
|
|
19162
|
-
name: "GLM-4.6V",
|
|
19163
|
-
api: "anthropic-messages",
|
|
19164
|
-
provider: "vercel-ai-gateway",
|
|
19165
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19166
|
-
reasoning: true,
|
|
19167
|
-
input: ["text", "image"],
|
|
19168
|
-
cost: {
|
|
19169
|
-
input: 0.3,
|
|
19170
|
-
output: 0.8999999999999999,
|
|
19171
|
-
cacheRead: 0.049999999999999996,
|
|
19172
|
-
cacheWrite: 0,
|
|
19173
|
-
},
|
|
19174
|
-
contextWindow: 128000,
|
|
19175
|
-
maxTokens: 24000,
|
|
19176
|
-
},
|
|
19177
|
-
"zai/glm-4.6v-flash": {
|
|
19178
|
-
id: "zai/glm-4.6v-flash",
|
|
19179
|
-
name: "GLM-4.6V-Flash",
|
|
19180
|
-
api: "anthropic-messages",
|
|
19181
|
-
provider: "vercel-ai-gateway",
|
|
19182
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19183
|
-
reasoning: true,
|
|
19184
|
-
input: ["text", "image"],
|
|
19185
|
-
cost: {
|
|
19186
|
-
input: 0,
|
|
19187
|
-
output: 0,
|
|
19188
|
-
cacheRead: 0,
|
|
19189
|
-
cacheWrite: 0,
|
|
19190
|
-
},
|
|
19191
|
-
contextWindow: 128000,
|
|
19192
|
-
maxTokens: 24000,
|
|
19193
|
-
},
|
|
19194
20037
|
"zai/glm-4.7": {
|
|
19195
20038
|
id: "zai/glm-4.7",
|
|
19196
20039
|
name: "GLM 4.7",
|
|
@@ -19302,9 +20145,9 @@ export const MODELS = {
|
|
|
19302
20145
|
reasoning: true,
|
|
19303
20146
|
input: ["text"],
|
|
19304
20147
|
cost: {
|
|
19305
|
-
input:
|
|
19306
|
-
output:
|
|
19307
|
-
cacheRead: 0.
|
|
20148
|
+
input: 0.7999999999999999,
|
|
20149
|
+
output: 2.5500000000000003,
|
|
20150
|
+
cacheRead: 0.16,
|
|
19308
20151
|
cacheWrite: 0,
|
|
19309
20152
|
},
|
|
19310
20153
|
contextWindow: 1000000,
|
|
@@ -19327,6 +20170,23 @@ export const MODELS = {
|
|
|
19327
20170
|
contextWindow: 1000000,
|
|
19328
20171
|
maxTokens: 128000,
|
|
19329
20172
|
},
|
|
20173
|
+
"zai/glm-5.3": {
|
|
20174
|
+
id: "zai/glm-5.3",
|
|
20175
|
+
name: "GLM 5.3",
|
|
20176
|
+
api: "anthropic-messages",
|
|
20177
|
+
provider: "vercel-ai-gateway",
|
|
20178
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
20179
|
+
reasoning: true,
|
|
20180
|
+
input: ["text"],
|
|
20181
|
+
cost: {
|
|
20182
|
+
input: 1.4,
|
|
20183
|
+
output: 4.4,
|
|
20184
|
+
cacheRead: 0.26,
|
|
20185
|
+
cacheWrite: 0,
|
|
20186
|
+
},
|
|
20187
|
+
contextWindow: 1000000,
|
|
20188
|
+
maxTokens: 12800,
|
|
20189
|
+
},
|
|
19330
20190
|
"zai/glm-5v-turbo": {
|
|
19331
20191
|
id: "zai/glm-5v-turbo",
|
|
19332
20192
|
name: "GLM 5V Turbo",
|
|
@@ -19751,6 +20611,24 @@ export const MODELS = {
|
|
|
19751
20611
|
contextWindow: 1000000,
|
|
19752
20612
|
maxTokens: 131072,
|
|
19753
20613
|
},
|
|
20614
|
+
"glm-5.3": {
|
|
20615
|
+
id: "glm-5.3",
|
|
20616
|
+
name: "GLM-5.3",
|
|
20617
|
+
api: "openai-completions",
|
|
20618
|
+
provider: "zai",
|
|
20619
|
+
baseUrl: "https://api.z.ai/api/coding/paas/v4",
|
|
20620
|
+
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai", "zaiToolStream": true },
|
|
20621
|
+
reasoning: true,
|
|
20622
|
+
input: ["text"],
|
|
20623
|
+
cost: {
|
|
20624
|
+
input: 0,
|
|
20625
|
+
output: 0,
|
|
20626
|
+
cacheRead: 0,
|
|
20627
|
+
cacheWrite: 0,
|
|
20628
|
+
},
|
|
20629
|
+
contextWindow: 1000000,
|
|
20630
|
+
maxTokens: 131072,
|
|
20631
|
+
},
|
|
19754
20632
|
},
|
|
19755
20633
|
};
|
|
19756
20634
|
//# sourceMappingURL=models.generated.js.map
|