@dreb/ai 2.64.1 → 2.64.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.generated.d.ts +403 -181
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +496 -246
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/opencode-headers.d.ts +25 -0
- package/dist/providers/opencode-headers.d.ts.map +1 -0
- package/dist/providers/opencode-headers.js +57 -0
- package/dist/providers/opencode-headers.js.map +1 -0
- package/dist/stream.d.ts.map +1 -1
- package/dist/stream.js +3 -2
- package/dist/stream.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -3072,27 +3072,28 @@ export const MODELS = {
|
|
|
3072
3072
|
contextWindow: 1000000,
|
|
3073
3073
|
maxTokens: 128000,
|
|
3074
3074
|
},
|
|
3075
|
-
"claude-
|
|
3076
|
-
id: "claude-
|
|
3077
|
-
name: "Claude
|
|
3078
|
-
api: "
|
|
3075
|
+
"claude-fable-5.1": {
|
|
3076
|
+
id: "claude-fable-5.1",
|
|
3077
|
+
name: "Claude Fable 5.1",
|
|
3078
|
+
api: "openai-completions",
|
|
3079
3079
|
provider: "github-copilot",
|
|
3080
3080
|
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3081
3081
|
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" },
|
|
3082
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
3082
3083
|
reasoning: true,
|
|
3083
3084
|
input: ["text", "image"],
|
|
3084
3085
|
cost: {
|
|
3085
|
-
input:
|
|
3086
|
-
output:
|
|
3087
|
-
cacheRead: 0.
|
|
3088
|
-
cacheWrite:
|
|
3086
|
+
input: 10,
|
|
3087
|
+
output: 50,
|
|
3088
|
+
cacheRead: 0.25,
|
|
3089
|
+
cacheWrite: 12.5,
|
|
3089
3090
|
},
|
|
3090
|
-
contextWindow:
|
|
3091
|
-
maxTokens:
|
|
3091
|
+
contextWindow: 1000000,
|
|
3092
|
+
maxTokens: 128000,
|
|
3092
3093
|
},
|
|
3093
|
-
"claude-
|
|
3094
|
-
id: "claude-
|
|
3095
|
-
name: "Claude
|
|
3094
|
+
"claude-haiku-4.5": {
|
|
3095
|
+
id: "claude-haiku-4.5",
|
|
3096
|
+
name: "Claude Haiku 4.5 (latest)",
|
|
3096
3097
|
api: "anthropic-messages",
|
|
3097
3098
|
provider: "github-copilot",
|
|
3098
3099
|
baseUrl: "https://api.individual.githubcopilot.com",
|
|
@@ -3100,31 +3101,13 @@ export const MODELS = {
|
|
|
3100
3101
|
reasoning: true,
|
|
3101
3102
|
input: ["text", "image"],
|
|
3102
3103
|
cost: {
|
|
3103
|
-
input:
|
|
3104
|
-
output:
|
|
3105
|
-
cacheRead: 0.
|
|
3106
|
-
cacheWrite:
|
|
3104
|
+
input: 1,
|
|
3105
|
+
output: 5,
|
|
3106
|
+
cacheRead: 0.1,
|
|
3107
|
+
cacheWrite: 1.25,
|
|
3107
3108
|
},
|
|
3108
3109
|
contextWindow: 200000,
|
|
3109
|
-
maxTokens:
|
|
3110
|
-
},
|
|
3111
|
-
"claude-opus-4.6": {
|
|
3112
|
-
id: "claude-opus-4.6",
|
|
3113
|
-
name: "Claude Opus 4.6",
|
|
3114
|
-
api: "anthropic-messages",
|
|
3115
|
-
provider: "github-copilot",
|
|
3116
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3117
|
-
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" },
|
|
3118
|
-
reasoning: true,
|
|
3119
|
-
input: ["text", "image"],
|
|
3120
|
-
cost: {
|
|
3121
|
-
input: 5,
|
|
3122
|
-
output: 25,
|
|
3123
|
-
cacheRead: 0.5,
|
|
3124
|
-
cacheWrite: 6.25,
|
|
3125
|
-
},
|
|
3126
|
-
contextWindow: 1000000,
|
|
3127
|
-
maxTokens: 32000,
|
|
3110
|
+
maxTokens: 64000,
|
|
3128
3111
|
},
|
|
3129
3112
|
"claude-opus-4.7": {
|
|
3130
3113
|
id: "claude-opus-4.7",
|
|
@@ -3181,42 +3164,6 @@ export const MODELS = {
|
|
|
3181
3164
|
contextWindow: 1000000,
|
|
3182
3165
|
maxTokens: 64000,
|
|
3183
3166
|
},
|
|
3184
|
-
"claude-sonnet-4": {
|
|
3185
|
-
id: "claude-sonnet-4",
|
|
3186
|
-
name: "Claude Sonnet 4 (latest)",
|
|
3187
|
-
api: "anthropic-messages",
|
|
3188
|
-
provider: "github-copilot",
|
|
3189
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3190
|
-
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" },
|
|
3191
|
-
reasoning: true,
|
|
3192
|
-
input: ["text", "image"],
|
|
3193
|
-
cost: {
|
|
3194
|
-
input: 3,
|
|
3195
|
-
output: 15,
|
|
3196
|
-
cacheRead: 0.3,
|
|
3197
|
-
cacheWrite: 3.75,
|
|
3198
|
-
},
|
|
3199
|
-
contextWindow: 216000,
|
|
3200
|
-
maxTokens: 16000,
|
|
3201
|
-
},
|
|
3202
|
-
"claude-sonnet-4.5": {
|
|
3203
|
-
id: "claude-sonnet-4.5",
|
|
3204
|
-
name: "Claude Sonnet 4.5 (latest)",
|
|
3205
|
-
api: "anthropic-messages",
|
|
3206
|
-
provider: "github-copilot",
|
|
3207
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3208
|
-
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" },
|
|
3209
|
-
reasoning: true,
|
|
3210
|
-
input: ["text", "image"],
|
|
3211
|
-
cost: {
|
|
3212
|
-
input: 3,
|
|
3213
|
-
output: 15,
|
|
3214
|
-
cacheRead: 0.3,
|
|
3215
|
-
cacheWrite: 3.75,
|
|
3216
|
-
},
|
|
3217
|
-
contextWindow: 200000,
|
|
3218
|
-
maxTokens: 32000,
|
|
3219
|
-
},
|
|
3220
3167
|
"claude-sonnet-4.6": {
|
|
3221
3168
|
id: "claude-sonnet-4.6",
|
|
3222
3169
|
name: "Claude Sonnet 4.6",
|
|
@@ -3254,25 +3201,6 @@ export const MODELS = {
|
|
|
3254
3201
|
contextWindow: 1000000,
|
|
3255
3202
|
maxTokens: 128000,
|
|
3256
3203
|
},
|
|
3257
|
-
"gemini-3.1-pro-preview": {
|
|
3258
|
-
id: "gemini-3.1-pro-preview",
|
|
3259
|
-
name: "Gemini 3.1 Pro Preview",
|
|
3260
|
-
api: "openai-completions",
|
|
3261
|
-
provider: "github-copilot",
|
|
3262
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3263
|
-
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" },
|
|
3264
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
3265
|
-
reasoning: true,
|
|
3266
|
-
input: ["text", "image"],
|
|
3267
|
-
cost: {
|
|
3268
|
-
input: 2,
|
|
3269
|
-
output: 12,
|
|
3270
|
-
cacheRead: 0.2,
|
|
3271
|
-
cacheWrite: 0,
|
|
3272
|
-
},
|
|
3273
|
-
contextWindow: 1000000,
|
|
3274
|
-
maxTokens: 64000,
|
|
3275
|
-
},
|
|
3276
3204
|
"gemini-3.5-flash": {
|
|
3277
3205
|
id: "gemini-3.5-flash",
|
|
3278
3206
|
name: "Gemini 3.5 Flash",
|
|
@@ -3330,24 +3258,24 @@ export const MODELS = {
|
|
|
3330
3258
|
contextWindow: 1000000,
|
|
3331
3259
|
maxTokens: 64000,
|
|
3332
3260
|
},
|
|
3333
|
-
"
|
|
3334
|
-
id: "
|
|
3335
|
-
name: "
|
|
3261
|
+
"gemini-3.8-flash": {
|
|
3262
|
+
id: "gemini-3.8-flash",
|
|
3263
|
+
name: "Gemini 3.8 Flash",
|
|
3336
3264
|
api: "openai-completions",
|
|
3337
3265
|
provider: "github-copilot",
|
|
3338
3266
|
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3339
3267
|
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" },
|
|
3340
3268
|
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
3341
|
-
reasoning:
|
|
3269
|
+
reasoning: true,
|
|
3342
3270
|
input: ["text", "image"],
|
|
3343
3271
|
cost: {
|
|
3344
|
-
input:
|
|
3345
|
-
output:
|
|
3346
|
-
cacheRead: 0.
|
|
3272
|
+
input: 0.75,
|
|
3273
|
+
output: 3.75,
|
|
3274
|
+
cacheRead: 0.075,
|
|
3347
3275
|
cacheWrite: 0,
|
|
3348
3276
|
},
|
|
3349
|
-
contextWindow:
|
|
3350
|
-
maxTokens:
|
|
3277
|
+
contextWindow: 1000000,
|
|
3278
|
+
maxTokens: 64000,
|
|
3351
3279
|
},
|
|
3352
3280
|
"gpt-5-mini": {
|
|
3353
3281
|
id: "gpt-5-mini",
|
|
@@ -3367,42 +3295,6 @@ export const MODELS = {
|
|
|
3367
3295
|
contextWindow: 264000,
|
|
3368
3296
|
maxTokens: 64000,
|
|
3369
3297
|
},
|
|
3370
|
-
"gpt-5.2": {
|
|
3371
|
-
id: "gpt-5.2",
|
|
3372
|
-
name: "GPT-5.2",
|
|
3373
|
-
api: "openai-responses",
|
|
3374
|
-
provider: "github-copilot",
|
|
3375
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3376
|
-
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" },
|
|
3377
|
-
reasoning: true,
|
|
3378
|
-
input: ["text", "image"],
|
|
3379
|
-
cost: {
|
|
3380
|
-
input: 1.75,
|
|
3381
|
-
output: 14,
|
|
3382
|
-
cacheRead: 0.175,
|
|
3383
|
-
cacheWrite: 0,
|
|
3384
|
-
},
|
|
3385
|
-
contextWindow: 400000,
|
|
3386
|
-
maxTokens: 128000,
|
|
3387
|
-
},
|
|
3388
|
-
"gpt-5.2-codex": {
|
|
3389
|
-
id: "gpt-5.2-codex",
|
|
3390
|
-
name: "GPT-5.2 Codex",
|
|
3391
|
-
api: "openai-responses",
|
|
3392
|
-
provider: "github-copilot",
|
|
3393
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3394
|
-
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" },
|
|
3395
|
-
reasoning: true,
|
|
3396
|
-
input: ["text", "image"],
|
|
3397
|
-
cost: {
|
|
3398
|
-
input: 1.75,
|
|
3399
|
-
output: 14,
|
|
3400
|
-
cacheRead: 0.175,
|
|
3401
|
-
cacheWrite: 0,
|
|
3402
|
-
},
|
|
3403
|
-
contextWindow: 400000,
|
|
3404
|
-
maxTokens: 128000,
|
|
3405
|
-
},
|
|
3406
3298
|
"gpt-5.3-codex": {
|
|
3407
3299
|
id: "gpt-5.3-codex",
|
|
3408
3300
|
name: "GPT-5.3 Codex",
|
|
@@ -3521,10 +3413,10 @@ export const MODELS = {
|
|
|
3521
3413
|
reasoning: true,
|
|
3522
3414
|
input: ["text", "image"],
|
|
3523
3415
|
cost: {
|
|
3524
|
-
input:
|
|
3525
|
-
output:
|
|
3526
|
-
cacheRead: 0.
|
|
3527
|
-
cacheWrite:
|
|
3416
|
+
input: 4,
|
|
3417
|
+
output: 20,
|
|
3418
|
+
cacheRead: 0.4,
|
|
3419
|
+
cacheWrite: 5,
|
|
3528
3420
|
},
|
|
3529
3421
|
contextWindow: 1050000,
|
|
3530
3422
|
maxTokens: 128000,
|
|
@@ -3952,6 +3844,23 @@ export const MODELS = {
|
|
|
3952
3844
|
contextWindow: 1048576,
|
|
3953
3845
|
maxTokens: 65536,
|
|
3954
3846
|
},
|
|
3847
|
+
"gemini-3.8-flash": {
|
|
3848
|
+
id: "gemini-3.8-flash",
|
|
3849
|
+
name: "Gemini 3.8 Flash",
|
|
3850
|
+
api: "google-generative-ai",
|
|
3851
|
+
provider: "google",
|
|
3852
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
3853
|
+
reasoning: true,
|
|
3854
|
+
input: ["text", "image"],
|
|
3855
|
+
cost: {
|
|
3856
|
+
input: 0.75,
|
|
3857
|
+
output: 3.75,
|
|
3858
|
+
cacheRead: 0.075,
|
|
3859
|
+
cacheWrite: 0,
|
|
3860
|
+
},
|
|
3861
|
+
contextWindow: 1048576,
|
|
3862
|
+
maxTokens: 65536,
|
|
3863
|
+
},
|
|
3955
3864
|
"gemini-flash-latest": {
|
|
3956
3865
|
id: "gemini-flash-latest",
|
|
3957
3866
|
name: "Gemini Flash Latest",
|
|
@@ -5292,6 +5201,24 @@ export const MODELS = {
|
|
|
5292
5201
|
contextWindow: 1048576,
|
|
5293
5202
|
maxTokens: 384000,
|
|
5294
5203
|
},
|
|
5204
|
+
"deepseek-ai/DeepSeek-V4-Flash-Vision-Exp": {
|
|
5205
|
+
id: "deepseek-ai/DeepSeek-V4-Flash-Vision-Exp",
|
|
5206
|
+
name: "DeepSeek V4 Flash Vision Exp",
|
|
5207
|
+
api: "openai-completions",
|
|
5208
|
+
provider: "huggingface",
|
|
5209
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5210
|
+
compat: { "supportsDeveloperRole": false },
|
|
5211
|
+
reasoning: true,
|
|
5212
|
+
input: ["text", "image"],
|
|
5213
|
+
cost: {
|
|
5214
|
+
input: 0.44,
|
|
5215
|
+
output: 1.32,
|
|
5216
|
+
cacheRead: 0,
|
|
5217
|
+
cacheWrite: 0,
|
|
5218
|
+
},
|
|
5219
|
+
contextWindow: 1048576,
|
|
5220
|
+
maxTokens: 384000,
|
|
5221
|
+
},
|
|
5295
5222
|
"deepseek-ai/DeepSeek-V4-Pro": {
|
|
5296
5223
|
id: "deepseek-ai/DeepSeek-V4-Pro",
|
|
5297
5224
|
name: "DeepSeek V4 Pro",
|
|
@@ -5614,7 +5541,7 @@ export const MODELS = {
|
|
|
5614
5541
|
cacheWrite: 0,
|
|
5615
5542
|
},
|
|
5616
5543
|
contextWindow: 262144,
|
|
5617
|
-
maxTokens:
|
|
5544
|
+
maxTokens: 128000,
|
|
5618
5545
|
},
|
|
5619
5546
|
"thinkingmachines/Inkling": {
|
|
5620
5547
|
id: "thinkingmachines/Inkling",
|
|
@@ -7876,6 +7803,23 @@ export const MODELS = {
|
|
|
7876
7803
|
contextWindow: 1048576,
|
|
7877
7804
|
maxTokens: 65536,
|
|
7878
7805
|
},
|
|
7806
|
+
"gemini-3.8-flash": {
|
|
7807
|
+
id: "gemini-3.8-flash",
|
|
7808
|
+
name: "Gemini 3.8 Flash",
|
|
7809
|
+
api: "google-generative-ai",
|
|
7810
|
+
provider: "opencode",
|
|
7811
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
7812
|
+
reasoning: true,
|
|
7813
|
+
input: ["text", "image"],
|
|
7814
|
+
cost: {
|
|
7815
|
+
input: 1.5,
|
|
7816
|
+
output: 7.5,
|
|
7817
|
+
cacheRead: 0.15,
|
|
7818
|
+
cacheWrite: 0,
|
|
7819
|
+
},
|
|
7820
|
+
contextWindow: 1048576,
|
|
7821
|
+
maxTokens: 65536,
|
|
7822
|
+
},
|
|
7879
7823
|
"glm-5": {
|
|
7880
7824
|
id: "glm-5",
|
|
7881
7825
|
name: "GLM-5",
|
|
@@ -8488,6 +8432,23 @@ export const MODELS = {
|
|
|
8488
8432
|
contextWindow: 1048576,
|
|
8489
8433
|
maxTokens: 131072,
|
|
8490
8434
|
},
|
|
8435
|
+
"muse-spark-1.3-contributor-free": {
|
|
8436
|
+
id: "muse-spark-1.3-contributor-free",
|
|
8437
|
+
name: "Muse Spark 1.3 Free",
|
|
8438
|
+
api: "openai-responses",
|
|
8439
|
+
provider: "opencode",
|
|
8440
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
8441
|
+
reasoning: true,
|
|
8442
|
+
input: ["text", "image"],
|
|
8443
|
+
cost: {
|
|
8444
|
+
input: 0,
|
|
8445
|
+
output: 0,
|
|
8446
|
+
cacheRead: 0,
|
|
8447
|
+
cacheWrite: 0,
|
|
8448
|
+
},
|
|
8449
|
+
contextWindow: 1048576,
|
|
8450
|
+
maxTokens: 131072,
|
|
8451
|
+
},
|
|
8491
8452
|
"nemotron-3-ultra-free": {
|
|
8492
8453
|
id: "nemotron-3-ultra-free",
|
|
8493
8454
|
name: "Nemotron 3 Ultra Free",
|
|
@@ -8726,7 +8687,7 @@ export const MODELS = {
|
|
|
8726
8687
|
cacheWrite: 0,
|
|
8727
8688
|
},
|
|
8728
8689
|
contextWindow: 256000,
|
|
8729
|
-
maxTokens:
|
|
8690
|
+
maxTokens: 128000,
|
|
8730
8691
|
},
|
|
8731
8692
|
"hy4-preview": {
|
|
8732
8693
|
id: "hy4-preview",
|
|
@@ -8898,6 +8859,40 @@ export const MODELS = {
|
|
|
8898
8859
|
contextWindow: 1048576,
|
|
8899
8860
|
maxTokens: 131072,
|
|
8900
8861
|
},
|
|
8862
|
+
"muse-spark-1.3-contributor": {
|
|
8863
|
+
id: "muse-spark-1.3-contributor",
|
|
8864
|
+
name: "Muse Spark 1.3 Contributor",
|
|
8865
|
+
api: "openai-responses",
|
|
8866
|
+
provider: "opencode-go",
|
|
8867
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8868
|
+
reasoning: true,
|
|
8869
|
+
input: ["text", "image"],
|
|
8870
|
+
cost: {
|
|
8871
|
+
input: 0.1,
|
|
8872
|
+
output: 0.2,
|
|
8873
|
+
cacheRead: 0.002,
|
|
8874
|
+
cacheWrite: 0,
|
|
8875
|
+
},
|
|
8876
|
+
contextWindow: 1048576,
|
|
8877
|
+
maxTokens: 131072,
|
|
8878
|
+
},
|
|
8879
|
+
"omen-alpha": {
|
|
8880
|
+
id: "omen-alpha",
|
|
8881
|
+
name: "Omen Alpha",
|
|
8882
|
+
api: "openai-completions",
|
|
8883
|
+
provider: "opencode-go",
|
|
8884
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8885
|
+
reasoning: true,
|
|
8886
|
+
input: ["text", "image"],
|
|
8887
|
+
cost: {
|
|
8888
|
+
input: 0.2,
|
|
8889
|
+
output: 0.66,
|
|
8890
|
+
cacheRead: 0.04,
|
|
8891
|
+
cacheWrite: 0,
|
|
8892
|
+
},
|
|
8893
|
+
contextWindow: 500000,
|
|
8894
|
+
maxTokens: 128000,
|
|
8895
|
+
},
|
|
8901
8896
|
"qwen3.6-plus": {
|
|
8902
8897
|
id: "qwen3.6-plus",
|
|
8903
8898
|
name: "Qwen3.6 Plus",
|
|
@@ -9172,6 +9167,23 @@ export const MODELS = {
|
|
|
9172
9167
|
contextWindow: 1000000,
|
|
9173
9168
|
maxTokens: 128000,
|
|
9174
9169
|
},
|
|
9170
|
+
"anthropic/claude-fable-5.1:batch": {
|
|
9171
|
+
id: "anthropic/claude-fable-5.1:batch",
|
|
9172
|
+
name: "Anthropic: Claude Fable 5.1 (batch)",
|
|
9173
|
+
api: "openai-completions",
|
|
9174
|
+
provider: "openrouter",
|
|
9175
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9176
|
+
reasoning: true,
|
|
9177
|
+
input: ["text", "image"],
|
|
9178
|
+
cost: {
|
|
9179
|
+
input: 5,
|
|
9180
|
+
output: 25,
|
|
9181
|
+
cacheRead: 0.125,
|
|
9182
|
+
cacheWrite: 6.25,
|
|
9183
|
+
},
|
|
9184
|
+
contextWindow: 1000000,
|
|
9185
|
+
maxTokens: 128000,
|
|
9186
|
+
},
|
|
9175
9187
|
"anthropic/claude-fable-5:batch": {
|
|
9176
9188
|
id: "anthropic/claude-fable-5:batch",
|
|
9177
9189
|
name: "Anthropic: Claude Fable 5 (batch)",
|
|
@@ -9759,13 +9771,13 @@ export const MODELS = {
|
|
|
9759
9771
|
reasoning: false,
|
|
9760
9772
|
input: ["text"],
|
|
9761
9773
|
cost: {
|
|
9762
|
-
input: 0.
|
|
9763
|
-
output:
|
|
9774
|
+
input: 0.32,
|
|
9775
|
+
output: 0.8899999999999999,
|
|
9764
9776
|
cacheRead: 0,
|
|
9765
9777
|
cacheWrite: 0,
|
|
9766
9778
|
},
|
|
9767
9779
|
contextWindow: 163840,
|
|
9768
|
-
maxTokens:
|
|
9780
|
+
maxTokens: 16384,
|
|
9769
9781
|
},
|
|
9770
9782
|
"deepseek/deepseek-chat-v3-0324": {
|
|
9771
9783
|
id: "deepseek/deepseek-chat-v3-0324",
|
|
@@ -9895,9 +9907,9 @@ export const MODELS = {
|
|
|
9895
9907
|
reasoning: true,
|
|
9896
9908
|
input: ["text"],
|
|
9897
9909
|
cost: {
|
|
9898
|
-
input: 0.
|
|
9899
|
-
output: 0.
|
|
9900
|
-
cacheRead: 0.
|
|
9910
|
+
input: 0.0875,
|
|
9911
|
+
output: 0.175,
|
|
9912
|
+
cacheRead: 0.0175,
|
|
9901
9913
|
cacheWrite: 0,
|
|
9902
9914
|
},
|
|
9903
9915
|
contextWindow: 1048576,
|
|
@@ -9963,9 +9975,9 @@ export const MODELS = {
|
|
|
9963
9975
|
reasoning: true,
|
|
9964
9976
|
input: ["text"],
|
|
9965
9977
|
cost: {
|
|
9966
|
-
input:
|
|
9967
|
-
output:
|
|
9968
|
-
cacheRead: 0.
|
|
9978
|
+
input: 0.9918,
|
|
9979
|
+
output: 1.9836,
|
|
9980
|
+
cacheRead: 0.08265,
|
|
9969
9981
|
cacheWrite: 0,
|
|
9970
9982
|
},
|
|
9971
9983
|
contextWindow: 1048576,
|
|
@@ -9980,9 +9992,9 @@ export const MODELS = {
|
|
|
9980
9992
|
reasoning: true,
|
|
9981
9993
|
input: ["text"],
|
|
9982
9994
|
cost: {
|
|
9983
|
-
input: 0.
|
|
9984
|
-
output: 1.
|
|
9985
|
-
cacheRead: 0.
|
|
9995
|
+
input: 0.57948,
|
|
9996
|
+
output: 1.73844,
|
|
9997
|
+
cacheRead: 0.019316,
|
|
9986
9998
|
cacheWrite: 0,
|
|
9987
9999
|
},
|
|
9988
10000
|
contextWindow: 1048576,
|
|
@@ -10439,10 +10451,44 @@ export const MODELS = {
|
|
|
10439
10451
|
reasoning: true,
|
|
10440
10452
|
input: ["text", "image"],
|
|
10441
10453
|
cost: {
|
|
10442
|
-
input: 0.
|
|
10443
|
-
output:
|
|
10444
|
-
cacheRead: 0.
|
|
10445
|
-
cacheWrite: 0.
|
|
10454
|
+
input: 0.375,
|
|
10455
|
+
output: 1.875,
|
|
10456
|
+
cacheRead: 0.0375,
|
|
10457
|
+
cacheWrite: 0.0416666666666667,
|
|
10458
|
+
},
|
|
10459
|
+
contextWindow: 1048576,
|
|
10460
|
+
maxTokens: 65536,
|
|
10461
|
+
},
|
|
10462
|
+
"google/gemini-3.8-flash": {
|
|
10463
|
+
id: "google/gemini-3.8-flash",
|
|
10464
|
+
name: "Google: Gemini 3.8 Flash",
|
|
10465
|
+
api: "openai-completions",
|
|
10466
|
+
provider: "openrouter",
|
|
10467
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10468
|
+
reasoning: true,
|
|
10469
|
+
input: ["text", "image"],
|
|
10470
|
+
cost: {
|
|
10471
|
+
input: 0.75,
|
|
10472
|
+
output: 3.75,
|
|
10473
|
+
cacheRead: 0.075,
|
|
10474
|
+
cacheWrite: 0.0416666666666667,
|
|
10475
|
+
},
|
|
10476
|
+
contextWindow: 1048576,
|
|
10477
|
+
maxTokens: 65536,
|
|
10478
|
+
},
|
|
10479
|
+
"google/gemini-3.8-flash:batch": {
|
|
10480
|
+
id: "google/gemini-3.8-flash:batch",
|
|
10481
|
+
name: "Google: Gemini 3.8 Flash (batch)",
|
|
10482
|
+
api: "openai-completions",
|
|
10483
|
+
provider: "openrouter",
|
|
10484
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10485
|
+
reasoning: true,
|
|
10486
|
+
input: ["text", "image"],
|
|
10487
|
+
cost: {
|
|
10488
|
+
input: 0.375,
|
|
10489
|
+
output: 1.875,
|
|
10490
|
+
cacheRead: 0.0375,
|
|
10491
|
+
cacheWrite: 0.0416666666666667,
|
|
10446
10492
|
},
|
|
10447
10493
|
contextWindow: 1048576,
|
|
10448
10494
|
maxTokens: 65536,
|
|
@@ -10566,23 +10612,6 @@ export const MODELS = {
|
|
|
10566
10612
|
contextWindow: 262144,
|
|
10567
10613
|
maxTokens: 32768,
|
|
10568
10614
|
},
|
|
10569
|
-
"ibm-granite/granite-4.1-8b": {
|
|
10570
|
-
id: "ibm-granite/granite-4.1-8b",
|
|
10571
|
-
name: "IBM: Granite 4.1 8B",
|
|
10572
|
-
api: "openai-completions",
|
|
10573
|
-
provider: "openrouter",
|
|
10574
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10575
|
-
reasoning: false,
|
|
10576
|
-
input: ["text"],
|
|
10577
|
-
cost: {
|
|
10578
|
-
input: 0.049999999999999996,
|
|
10579
|
-
output: 0.09999999999999999,
|
|
10580
|
-
cacheRead: 0.049999999999999996,
|
|
10581
|
-
cacheWrite: 0,
|
|
10582
|
-
},
|
|
10583
|
-
contextWindow: 131072,
|
|
10584
|
-
maxTokens: 117964,
|
|
10585
|
-
},
|
|
10586
10615
|
"ibm-granite/granite-4.2-8b": {
|
|
10587
10616
|
id: "ibm-granite/granite-4.2-8b",
|
|
10588
10617
|
name: "IBM: Granite 4.2 8B",
|
|
@@ -10636,7 +10665,7 @@ export const MODELS = {
|
|
|
10636
10665
|
},
|
|
10637
10666
|
"inclusionai/ling-3.0-flash": {
|
|
10638
10667
|
id: "inclusionai/ling-3.0-flash",
|
|
10639
|
-
name: "Ling
|
|
10668
|
+
name: "inclusionAI: Ling 3.0 Flash",
|
|
10640
10669
|
api: "openai-completions",
|
|
10641
10670
|
provider: "openrouter",
|
|
10642
10671
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -10651,9 +10680,43 @@ export const MODELS = {
|
|
|
10651
10680
|
contextWindow: 262144,
|
|
10652
10681
|
maxTokens: 32768,
|
|
10653
10682
|
},
|
|
10683
|
+
"inclusionai/ling-3.0-flash-fin": {
|
|
10684
|
+
id: "inclusionai/ling-3.0-flash-fin",
|
|
10685
|
+
name: "inclusionAI: Ling 3.0 Flash Fin",
|
|
10686
|
+
api: "openai-completions",
|
|
10687
|
+
provider: "openrouter",
|
|
10688
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10689
|
+
reasoning: true,
|
|
10690
|
+
input: ["text"],
|
|
10691
|
+
cost: {
|
|
10692
|
+
input: 0.06,
|
|
10693
|
+
output: 0.18,
|
|
10694
|
+
cacheRead: 0.012,
|
|
10695
|
+
cacheWrite: 0,
|
|
10696
|
+
},
|
|
10697
|
+
contextWindow: 262144,
|
|
10698
|
+
maxTokens: 235929,
|
|
10699
|
+
},
|
|
10654
10700
|
"inclusionai/ling-3.0-flash-fin:free": {
|
|
10655
10701
|
id: "inclusionai/ling-3.0-flash-fin:free",
|
|
10656
|
-
name: "Ling 3.0 Flash Fin (free)",
|
|
10702
|
+
name: "inclusionAI: Ling 3.0 Flash Fin (free)",
|
|
10703
|
+
api: "openai-completions",
|
|
10704
|
+
provider: "openrouter",
|
|
10705
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10706
|
+
reasoning: true,
|
|
10707
|
+
input: ["text"],
|
|
10708
|
+
cost: {
|
|
10709
|
+
input: 0,
|
|
10710
|
+
output: 0,
|
|
10711
|
+
cacheRead: 0,
|
|
10712
|
+
cacheWrite: 0,
|
|
10713
|
+
},
|
|
10714
|
+
contextWindow: 262144,
|
|
10715
|
+
maxTokens: 32768,
|
|
10716
|
+
},
|
|
10717
|
+
"inclusionai/ling-3.0-flash-sante:free": {
|
|
10718
|
+
id: "inclusionai/ling-3.0-flash-sante:free",
|
|
10719
|
+
name: "inclusionAI: Ling 3.0 Flash Sante (free)",
|
|
10657
10720
|
api: "openai-completions",
|
|
10658
10721
|
provider: "openrouter",
|
|
10659
10722
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -10779,13 +10842,13 @@ export const MODELS = {
|
|
|
10779
10842
|
reasoning: false,
|
|
10780
10843
|
input: ["text"],
|
|
10781
10844
|
cost: {
|
|
10782
|
-
input: 0.
|
|
10783
|
-
output: 0.
|
|
10784
|
-
cacheRead: 0
|
|
10845
|
+
input: 0.09999999999999999,
|
|
10846
|
+
output: 0.32,
|
|
10847
|
+
cacheRead: 0,
|
|
10785
10848
|
cacheWrite: 0,
|
|
10786
10849
|
},
|
|
10787
10850
|
contextWindow: 131072,
|
|
10788
|
-
maxTokens:
|
|
10851
|
+
maxTokens: 16384,
|
|
10789
10852
|
},
|
|
10790
10853
|
"meta-llama/llama-4-maverick": {
|
|
10791
10854
|
id: "meta-llama/llama-4-maverick",
|
|
@@ -10831,12 +10894,12 @@ export const MODELS = {
|
|
|
10831
10894
|
input: ["text", "image"],
|
|
10832
10895
|
cost: {
|
|
10833
10896
|
input: 0.3,
|
|
10834
|
-
output: 1.
|
|
10897
|
+
output: 1.1,
|
|
10835
10898
|
cacheRead: 0.04,
|
|
10836
10899
|
cacheWrite: 0,
|
|
10837
10900
|
},
|
|
10838
10901
|
contextWindow: 131072,
|
|
10839
|
-
maxTokens:
|
|
10902
|
+
maxTokens: 117964,
|
|
10840
10903
|
},
|
|
10841
10904
|
"meta/muse-glimmer-30b:batch": {
|
|
10842
10905
|
id: "meta/muse-glimmer-30b:batch",
|
|
@@ -10906,6 +10969,40 @@ export const MODELS = {
|
|
|
10906
10969
|
contextWindow: 1048576,
|
|
10907
10970
|
maxTokens: 943718,
|
|
10908
10971
|
},
|
|
10972
|
+
"meta/muse-spark-1.3": {
|
|
10973
|
+
id: "meta/muse-spark-1.3",
|
|
10974
|
+
name: "Meta: Muse Spark 1.3",
|
|
10975
|
+
api: "openai-completions",
|
|
10976
|
+
provider: "openrouter",
|
|
10977
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10978
|
+
reasoning: true,
|
|
10979
|
+
input: ["text", "image"],
|
|
10980
|
+
cost: {
|
|
10981
|
+
input: 1.25,
|
|
10982
|
+
output: 4.25,
|
|
10983
|
+
cacheRead: 0.15,
|
|
10984
|
+
cacheWrite: 0,
|
|
10985
|
+
},
|
|
10986
|
+
contextWindow: 1048576,
|
|
10987
|
+
maxTokens: 943718,
|
|
10988
|
+
},
|
|
10989
|
+
"meta/muse-spark-1.3-contributor": {
|
|
10990
|
+
id: "meta/muse-spark-1.3-contributor",
|
|
10991
|
+
name: "Meta: Muse Spark 1.3 Contributor",
|
|
10992
|
+
api: "openai-completions",
|
|
10993
|
+
provider: "openrouter",
|
|
10994
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10995
|
+
reasoning: true,
|
|
10996
|
+
input: ["text", "image"],
|
|
10997
|
+
cost: {
|
|
10998
|
+
input: 0.09999999999999999,
|
|
10999
|
+
output: 0.19999999999999998,
|
|
11000
|
+
cacheRead: 0.002,
|
|
11001
|
+
cacheWrite: 0,
|
|
11002
|
+
},
|
|
11003
|
+
contextWindow: 1048576,
|
|
11004
|
+
maxTokens: 943718,
|
|
11005
|
+
},
|
|
10909
11006
|
"minimax/minimax-m1": {
|
|
10910
11007
|
id: "minimax/minimax-m1",
|
|
10911
11008
|
name: "MiniMax: MiniMax M1",
|
|
@@ -11243,8 +11340,8 @@ export const MODELS = {
|
|
|
11243
11340
|
cacheRead: 0,
|
|
11244
11341
|
cacheWrite: 0,
|
|
11245
11342
|
},
|
|
11246
|
-
contextWindow:
|
|
11247
|
-
maxTokens:
|
|
11343
|
+
contextWindow: 32768,
|
|
11344
|
+
maxTokens: 26214,
|
|
11248
11345
|
},
|
|
11249
11346
|
"mistralai/mistral-medium-3.1": {
|
|
11250
11347
|
id: "mistralai/mistral-medium-3.1",
|
|
@@ -11546,11 +11643,11 @@ export const MODELS = {
|
|
|
11546
11643
|
cost: {
|
|
11547
11644
|
input: 0.049999999999999996,
|
|
11548
11645
|
output: 0.19999999999999998,
|
|
11549
|
-
cacheRead: 0.
|
|
11646
|
+
cacheRead: 0.03,
|
|
11550
11647
|
cacheWrite: 0,
|
|
11551
11648
|
},
|
|
11552
11649
|
contextWindow: 262144,
|
|
11553
|
-
maxTokens:
|
|
11650
|
+
maxTokens: 235929,
|
|
11554
11651
|
},
|
|
11555
11652
|
"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
11556
11653
|
id: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free",
|
|
@@ -11612,30 +11709,13 @@ export const MODELS = {
|
|
|
11612
11709
|
reasoning: true,
|
|
11613
11710
|
input: ["text"],
|
|
11614
11711
|
cost: {
|
|
11615
|
-
input: 0.
|
|
11616
|
-
output:
|
|
11617
|
-
cacheRead: 0.
|
|
11712
|
+
input: 0.625,
|
|
11713
|
+
output: 3.125,
|
|
11714
|
+
cacheRead: 0.1875,
|
|
11618
11715
|
cacheWrite: 0,
|
|
11619
11716
|
},
|
|
11620
11717
|
contextWindow: 262144,
|
|
11621
|
-
maxTokens:
|
|
11622
|
-
},
|
|
11623
|
-
"nvidia/nemotron-3-ultra-550b-a55b:batch": {
|
|
11624
|
-
id: "nvidia/nemotron-3-ultra-550b-a55b:batch",
|
|
11625
|
-
name: "NVIDIA: Nemotron 3 Ultra (batch)",
|
|
11626
|
-
api: "openai-completions",
|
|
11627
|
-
provider: "openrouter",
|
|
11628
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11629
|
-
reasoning: true,
|
|
11630
|
-
input: ["text"],
|
|
11631
|
-
cost: {
|
|
11632
|
-
input: 0.6,
|
|
11633
|
-
output: 3.5999999999999996,
|
|
11634
|
-
cacheRead: 0.19999999999999998,
|
|
11635
|
-
cacheWrite: 0,
|
|
11636
|
-
},
|
|
11637
|
-
contextWindow: 512288,
|
|
11638
|
-
maxTokens: 461059,
|
|
11718
|
+
maxTokens: 32768,
|
|
11639
11719
|
},
|
|
11640
11720
|
"nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
11641
11721
|
id: "nvidia/nemotron-3-ultra-550b-a55b:free",
|
|
@@ -13754,13 +13834,13 @@ export const MODELS = {
|
|
|
13754
13834
|
reasoning: true,
|
|
13755
13835
|
input: ["text", "image"],
|
|
13756
13836
|
cost: {
|
|
13757
|
-
input: 0.
|
|
13758
|
-
output:
|
|
13759
|
-
cacheRead: 0
|
|
13837
|
+
input: 0.08,
|
|
13838
|
+
output: 0.75,
|
|
13839
|
+
cacheRead: 0,
|
|
13760
13840
|
cacheWrite: 0,
|
|
13761
13841
|
},
|
|
13762
13842
|
contextWindow: 262144,
|
|
13763
|
-
maxTokens:
|
|
13843
|
+
maxTokens: 16384,
|
|
13764
13844
|
},
|
|
13765
13845
|
"qwen/qwen3.5-397b-a17b": {
|
|
13766
13846
|
id: "qwen/qwen3.5-397b-a17b",
|
|
@@ -13771,13 +13851,13 @@ export const MODELS = {
|
|
|
13771
13851
|
reasoning: true,
|
|
13772
13852
|
input: ["text", "image"],
|
|
13773
13853
|
cost: {
|
|
13774
|
-
input: 0.
|
|
13775
|
-
output:
|
|
13776
|
-
cacheRead: 0,
|
|
13854
|
+
input: 0.55,
|
|
13855
|
+
output: 3.5,
|
|
13856
|
+
cacheRead: 0.22499999999999998,
|
|
13777
13857
|
cacheWrite: 0,
|
|
13778
13858
|
},
|
|
13779
13859
|
contextWindow: 262144,
|
|
13780
|
-
maxTokens:
|
|
13860
|
+
maxTokens: 235929,
|
|
13781
13861
|
},
|
|
13782
13862
|
"qwen/qwen3.5-9b": {
|
|
13783
13863
|
id: "qwen/qwen3.5-9b",
|
|
@@ -13873,13 +13953,13 @@ export const MODELS = {
|
|
|
13873
13953
|
reasoning: true,
|
|
13874
13954
|
input: ["text", "image"],
|
|
13875
13955
|
cost: {
|
|
13876
|
-
input: 0.
|
|
13877
|
-
output:
|
|
13878
|
-
cacheRead: 0.
|
|
13956
|
+
input: 0.3,
|
|
13957
|
+
output: 2,
|
|
13958
|
+
cacheRead: 0.03,
|
|
13879
13959
|
cacheWrite: 0,
|
|
13880
13960
|
},
|
|
13881
13961
|
contextWindow: 262144,
|
|
13882
|
-
maxTokens:
|
|
13962
|
+
maxTokens: 65536,
|
|
13883
13963
|
},
|
|
13884
13964
|
"qwen/qwen3.6-35b-a3b": {
|
|
13885
13965
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -14026,9 +14106,9 @@ export const MODELS = {
|
|
|
14026
14106
|
reasoning: true,
|
|
14027
14107
|
input: ["text"],
|
|
14028
14108
|
cost: {
|
|
14029
|
-
input: 2
|
|
14030
|
-
output: 6
|
|
14031
|
-
cacheRead: 0.
|
|
14109
|
+
input: 2,
|
|
14110
|
+
output: 6,
|
|
14111
|
+
cacheRead: 0.25,
|
|
14032
14112
|
cacheWrite: 0,
|
|
14033
14113
|
},
|
|
14034
14114
|
contextWindow: 1010000,
|
|
@@ -14043,10 +14123,10 @@ export const MODELS = {
|
|
|
14043
14123
|
reasoning: true,
|
|
14044
14124
|
input: ["text", "image"],
|
|
14045
14125
|
cost: {
|
|
14046
|
-
input: 0.
|
|
14047
|
-
output:
|
|
14126
|
+
input: 0.42,
|
|
14127
|
+
output: 3,
|
|
14048
14128
|
cacheRead: 0.08499999999999999,
|
|
14049
|
-
cacheWrite: 0
|
|
14129
|
+
cacheWrite: 0,
|
|
14050
14130
|
},
|
|
14051
14131
|
contextWindow: 1000000,
|
|
14052
14132
|
maxTokens: 131072,
|
|
@@ -14442,6 +14522,23 @@ export const MODELS = {
|
|
|
14442
14522
|
contextWindow: 1000000,
|
|
14443
14523
|
maxTokens: 900000,
|
|
14444
14524
|
},
|
|
14525
|
+
"x-ai/grok-4.3:batch": {
|
|
14526
|
+
id: "x-ai/grok-4.3:batch",
|
|
14527
|
+
name: "SpaceXAI: Grok 4.3 (batch)",
|
|
14528
|
+
api: "openai-completions",
|
|
14529
|
+
provider: "openrouter",
|
|
14530
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
14531
|
+
reasoning: true,
|
|
14532
|
+
input: ["text", "image"],
|
|
14533
|
+
cost: {
|
|
14534
|
+
input: 1,
|
|
14535
|
+
output: 2,
|
|
14536
|
+
cacheRead: 0.16,
|
|
14537
|
+
cacheWrite: 0,
|
|
14538
|
+
},
|
|
14539
|
+
contextWindow: 1000000,
|
|
14540
|
+
maxTokens: 900000,
|
|
14541
|
+
},
|
|
14445
14542
|
"x-ai/grok-4.5": {
|
|
14446
14543
|
id: "x-ai/grok-4.5",
|
|
14447
14544
|
name: "SpaceXAI: Grok 4.5",
|
|
@@ -14587,13 +14684,13 @@ export const MODELS = {
|
|
|
14587
14684
|
reasoning: true,
|
|
14588
14685
|
input: ["text"],
|
|
14589
14686
|
cost: {
|
|
14590
|
-
input: 0.
|
|
14591
|
-
output:
|
|
14592
|
-
cacheRead: 0.
|
|
14687
|
+
input: 0.55,
|
|
14688
|
+
output: 2.2,
|
|
14689
|
+
cacheRead: 0.11,
|
|
14593
14690
|
cacheWrite: 0,
|
|
14594
14691
|
},
|
|
14595
14692
|
contextWindow: 204800,
|
|
14596
|
-
maxTokens:
|
|
14693
|
+
maxTokens: 131072,
|
|
14597
14694
|
},
|
|
14598
14695
|
"z-ai/glm-4.6v": {
|
|
14599
14696
|
id: "z-ai/glm-4.6v",
|
|
@@ -14706,13 +14803,13 @@ export const MODELS = {
|
|
|
14706
14803
|
reasoning: true,
|
|
14707
14804
|
input: ["text"],
|
|
14708
14805
|
cost: {
|
|
14709
|
-
input:
|
|
14710
|
-
output: 3.
|
|
14711
|
-
cacheRead: 0.
|
|
14806
|
+
input: 0.966,
|
|
14807
|
+
output: 3.036,
|
|
14808
|
+
cacheRead: 0.1932,
|
|
14712
14809
|
cacheWrite: 0,
|
|
14713
14810
|
},
|
|
14714
14811
|
contextWindow: 1048576,
|
|
14715
|
-
maxTokens:
|
|
14812
|
+
maxTokens: 131072,
|
|
14716
14813
|
},
|
|
14717
14814
|
"z-ai/glm-5.2:free": {
|
|
14718
14815
|
id: "z-ai/glm-5.2:free",
|
|
@@ -14742,11 +14839,11 @@ export const MODELS = {
|
|
|
14742
14839
|
cost: {
|
|
14743
14840
|
input: 1.4,
|
|
14744
14841
|
output: 4.4,
|
|
14745
|
-
cacheRead: 0.
|
|
14842
|
+
cacheRead: 0.14,
|
|
14746
14843
|
cacheWrite: 0,
|
|
14747
14844
|
},
|
|
14748
14845
|
contextWindow: 1310720,
|
|
14749
|
-
maxTokens:
|
|
14846
|
+
maxTokens: 262144,
|
|
14750
14847
|
},
|
|
14751
14848
|
"z-ai/glm-5.3-flash": {
|
|
14752
14849
|
id: "z-ai/glm-5.3-flash",
|
|
@@ -14927,9 +15024,9 @@ export const MODELS = {
|
|
|
14927
15024
|
reasoning: true,
|
|
14928
15025
|
input: ["text", "image"],
|
|
14929
15026
|
cost: {
|
|
14930
|
-
input: 2.
|
|
14931
|
-
output:
|
|
14932
|
-
cacheRead: 0.
|
|
15027
|
+
input: 2.5,
|
|
15028
|
+
output: 14,
|
|
15029
|
+
cacheRead: 0.29,
|
|
14933
15030
|
cacheWrite: 0,
|
|
14934
15031
|
},
|
|
14935
15032
|
contextWindow: 1048576,
|
|
@@ -14986,6 +15083,23 @@ export const MODELS = {
|
|
|
14986
15083
|
contextWindow: 500000,
|
|
14987
15084
|
maxTokens: 450000,
|
|
14988
15085
|
},
|
|
15086
|
+
"~z-ai/glm-flash-latest": {
|
|
15087
|
+
id: "~z-ai/glm-flash-latest",
|
|
15088
|
+
name: "Z.ai: GLM Flash Latest",
|
|
15089
|
+
api: "openai-completions",
|
|
15090
|
+
provider: "openrouter",
|
|
15091
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
15092
|
+
reasoning: true,
|
|
15093
|
+
input: ["text", "image"],
|
|
15094
|
+
cost: {
|
|
15095
|
+
input: 0.075,
|
|
15096
|
+
output: 0.25,
|
|
15097
|
+
cacheRead: 0.015,
|
|
15098
|
+
cacheWrite: 0,
|
|
15099
|
+
},
|
|
15100
|
+
contextWindow: 1310720,
|
|
15101
|
+
maxTokens: 943718,
|
|
15102
|
+
},
|
|
14989
15103
|
"~z-ai/glm-latest": {
|
|
14990
15104
|
id: "~z-ai/glm-latest",
|
|
14991
15105
|
name: "Z.ai: GLM Latest",
|
|
@@ -14995,13 +15109,13 @@ export const MODELS = {
|
|
|
14995
15109
|
reasoning: true,
|
|
14996
15110
|
input: ["text"],
|
|
14997
15111
|
cost: {
|
|
14998
|
-
input: 1.
|
|
14999
|
-
output: 3.
|
|
15000
|
-
cacheRead: 0.
|
|
15112
|
+
input: 1.15,
|
|
15113
|
+
output: 3.5,
|
|
15114
|
+
cacheRead: 0.09999999999999999,
|
|
15001
15115
|
cacheWrite: 0,
|
|
15002
15116
|
},
|
|
15003
15117
|
contextWindow: 1310720,
|
|
15004
|
-
maxTokens:
|
|
15118
|
+
maxTokens: 235929,
|
|
15005
15119
|
},
|
|
15006
15120
|
},
|
|
15007
15121
|
"vercel-ai-gateway": {
|
|
@@ -15515,6 +15629,23 @@ export const MODELS = {
|
|
|
15515
15629
|
contextWindow: 1000000,
|
|
15516
15630
|
maxTokens: 128000,
|
|
15517
15631
|
},
|
|
15632
|
+
"alibaba/qwen3.8-max-0902": {
|
|
15633
|
+
id: "alibaba/qwen3.8-max-0902",
|
|
15634
|
+
name: "Qwen3.8 Max 0902",
|
|
15635
|
+
api: "anthropic-messages",
|
|
15636
|
+
provider: "vercel-ai-gateway",
|
|
15637
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15638
|
+
reasoning: true,
|
|
15639
|
+
input: ["text", "image"],
|
|
15640
|
+
cost: {
|
|
15641
|
+
input: 2,
|
|
15642
|
+
output: 6,
|
|
15643
|
+
cacheRead: 0.25,
|
|
15644
|
+
cacheWrite: 2.5,
|
|
15645
|
+
},
|
|
15646
|
+
contextWindow: 991000,
|
|
15647
|
+
maxTokens: 128000,
|
|
15648
|
+
},
|
|
15518
15649
|
"amazon/nova-2-lite": {
|
|
15519
15650
|
id: "amazon/nova-2-lite",
|
|
15520
15651
|
name: "Nova 2 Lite",
|
|
@@ -16263,6 +16394,23 @@ export const MODELS = {
|
|
|
16263
16394
|
contextWindow: 1000000,
|
|
16264
16395
|
maxTokens: 65536,
|
|
16265
16396
|
},
|
|
16397
|
+
"google/gemini-3.8-flash": {
|
|
16398
|
+
id: "google/gemini-3.8-flash",
|
|
16399
|
+
name: "Gemini 3.8 Flash",
|
|
16400
|
+
api: "anthropic-messages",
|
|
16401
|
+
provider: "vercel-ai-gateway",
|
|
16402
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16403
|
+
reasoning: true,
|
|
16404
|
+
input: ["text", "image"],
|
|
16405
|
+
cost: {
|
|
16406
|
+
input: 0.75,
|
|
16407
|
+
output: 3.75,
|
|
16408
|
+
cacheRead: 0.075,
|
|
16409
|
+
cacheWrite: 0,
|
|
16410
|
+
},
|
|
16411
|
+
contextWindow: 1000000,
|
|
16412
|
+
maxTokens: 65536,
|
|
16413
|
+
},
|
|
16266
16414
|
"google/gemma-4-26b-a4b-it": {
|
|
16267
16415
|
id: "google/gemma-4-26b-a4b-it",
|
|
16268
16416
|
name: "Google Gemma 4 26B A4B",
|
|
@@ -16382,6 +16530,40 @@ export const MODELS = {
|
|
|
16382
16530
|
contextWindow: 256000,
|
|
16383
16531
|
maxTokens: 32000,
|
|
16384
16532
|
},
|
|
16533
|
+
"inclusionai/ling-3.0-flash-sante": {
|
|
16534
|
+
id: "inclusionai/ling-3.0-flash-sante",
|
|
16535
|
+
name: "Ling 3.0 Flash Sante",
|
|
16536
|
+
api: "anthropic-messages",
|
|
16537
|
+
provider: "vercel-ai-gateway",
|
|
16538
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16539
|
+
reasoning: true,
|
|
16540
|
+
input: ["text"],
|
|
16541
|
+
cost: {
|
|
16542
|
+
input: 0,
|
|
16543
|
+
output: 0,
|
|
16544
|
+
cacheRead: 0,
|
|
16545
|
+
cacheWrite: 0,
|
|
16546
|
+
},
|
|
16547
|
+
contextWindow: 256000,
|
|
16548
|
+
maxTokens: 32000,
|
|
16549
|
+
},
|
|
16550
|
+
"inclusionai/ling-3.0-flash-sante-free": {
|
|
16551
|
+
id: "inclusionai/ling-3.0-flash-sante-free",
|
|
16552
|
+
name: "Ling 3.0 Flash Sante (Free)",
|
|
16553
|
+
api: "anthropic-messages",
|
|
16554
|
+
provider: "vercel-ai-gateway",
|
|
16555
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16556
|
+
reasoning: true,
|
|
16557
|
+
input: ["text"],
|
|
16558
|
+
cost: {
|
|
16559
|
+
input: 0,
|
|
16560
|
+
output: 0,
|
|
16561
|
+
cacheRead: 0,
|
|
16562
|
+
cacheWrite: 0,
|
|
16563
|
+
},
|
|
16564
|
+
contextWindow: 256000,
|
|
16565
|
+
maxTokens: 32000,
|
|
16566
|
+
},
|
|
16385
16567
|
"interfaze/interfaze-beta": {
|
|
16386
16568
|
id: "interfaze/interfaze-beta",
|
|
16387
16569
|
name: "Interfaze Beta",
|
|
@@ -16620,6 +16802,40 @@ export const MODELS = {
|
|
|
16620
16802
|
contextWindow: 1048576,
|
|
16621
16803
|
maxTokens: 1048576,
|
|
16622
16804
|
},
|
|
16805
|
+
"meta/muse-spark-1.3": {
|
|
16806
|
+
id: "meta/muse-spark-1.3",
|
|
16807
|
+
name: "Muse Spark 1.3",
|
|
16808
|
+
api: "anthropic-messages",
|
|
16809
|
+
provider: "vercel-ai-gateway",
|
|
16810
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16811
|
+
reasoning: true,
|
|
16812
|
+
input: ["text", "image"],
|
|
16813
|
+
cost: {
|
|
16814
|
+
input: 1.25,
|
|
16815
|
+
output: 4.25,
|
|
16816
|
+
cacheRead: 0.15,
|
|
16817
|
+
cacheWrite: 0,
|
|
16818
|
+
},
|
|
16819
|
+
contextWindow: 1048576,
|
|
16820
|
+
maxTokens: 1048576,
|
|
16821
|
+
},
|
|
16822
|
+
"meta/muse-spark-1.3-contributor": {
|
|
16823
|
+
id: "meta/muse-spark-1.3-contributor",
|
|
16824
|
+
name: "Muse Spark 1.3 Contributor",
|
|
16825
|
+
api: "anthropic-messages",
|
|
16826
|
+
provider: "vercel-ai-gateway",
|
|
16827
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16828
|
+
reasoning: true,
|
|
16829
|
+
input: ["text", "image"],
|
|
16830
|
+
cost: {
|
|
16831
|
+
input: 0.09999999999999999,
|
|
16832
|
+
output: 0.19999999999999998,
|
|
16833
|
+
cacheRead: 0.002,
|
|
16834
|
+
cacheWrite: 0,
|
|
16835
|
+
},
|
|
16836
|
+
contextWindow: 1048576,
|
|
16837
|
+
maxTokens: 1048576,
|
|
16838
|
+
},
|
|
16623
16839
|
"minimax/minimax-m2": {
|
|
16624
16840
|
id: "minimax/minimax-m2",
|
|
16625
16841
|
name: "MiniMax M2",
|
|
@@ -18822,14 +19038,31 @@ export const MODELS = {
|
|
|
18822
19038
|
reasoning: true,
|
|
18823
19039
|
input: ["text"],
|
|
18824
19040
|
cost: {
|
|
18825
|
-
input:
|
|
18826
|
-
output:
|
|
18827
|
-
cacheRead: 0.
|
|
19041
|
+
input: 0.7,
|
|
19042
|
+
output: 2.2,
|
|
19043
|
+
cacheRead: 0.13,
|
|
18828
19044
|
cacheWrite: 0,
|
|
18829
19045
|
},
|
|
18830
19046
|
contextWindow: 1000000,
|
|
18831
19047
|
maxTokens: 1000000,
|
|
18832
19048
|
},
|
|
19049
|
+
"zai/glm-5.3-fast": {
|
|
19050
|
+
id: "zai/glm-5.3-fast",
|
|
19051
|
+
name: "GLM 5.3 Fast",
|
|
19052
|
+
api: "anthropic-messages",
|
|
19053
|
+
provider: "vercel-ai-gateway",
|
|
19054
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19055
|
+
reasoning: true,
|
|
19056
|
+
input: ["text"],
|
|
19057
|
+
cost: {
|
|
19058
|
+
input: 2.0999999999999996,
|
|
19059
|
+
output: 6.6000000000000005,
|
|
19060
|
+
cacheRead: 0.21,
|
|
19061
|
+
cacheWrite: 0,
|
|
19062
|
+
},
|
|
19063
|
+
contextWindow: 1048576,
|
|
19064
|
+
maxTokens: 262144,
|
|
19065
|
+
},
|
|
18833
19066
|
"zai/glm-5.3-flash": {
|
|
18834
19067
|
id: "zai/glm-5.3-flash",
|
|
18835
19068
|
name: "GLM 5.3 Flash",
|
|
@@ -18847,6 +19080,23 @@ export const MODELS = {
|
|
|
18847
19080
|
contextWindow: 1000000,
|
|
18848
19081
|
maxTokens: 131000,
|
|
18849
19082
|
},
|
|
19083
|
+
"zai/glm-5.3-promo-50": {
|
|
19084
|
+
id: "zai/glm-5.3-promo-50",
|
|
19085
|
+
name: "GLM 5.3 (50% off)",
|
|
19086
|
+
api: "anthropic-messages",
|
|
19087
|
+
provider: "vercel-ai-gateway",
|
|
19088
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19089
|
+
reasoning: true,
|
|
19090
|
+
input: ["text"],
|
|
19091
|
+
cost: {
|
|
19092
|
+
input: 0.7,
|
|
19093
|
+
output: 2.2,
|
|
19094
|
+
cacheRead: 0.13,
|
|
19095
|
+
cacheWrite: 0,
|
|
19096
|
+
},
|
|
19097
|
+
contextWindow: 1048576,
|
|
19098
|
+
maxTokens: 1048576,
|
|
19099
|
+
},
|
|
18850
19100
|
"zai/glm-5v-turbo": {
|
|
18851
19101
|
id: "zai/glm-5v-turbo",
|
|
18852
19102
|
name: "GLM 5V Turbo",
|