@dreb/ai 2.64.1 → 2.64.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.generated.d.ts +352 -164
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +447 -231
- 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",
|
|
@@ -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.088606,
|
|
9911
|
+
output: 0.177212,
|
|
9912
|
+
cacheRead: 0.017721200000000003,
|
|
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: 1.
|
|
9967
|
-
output: 2.
|
|
9968
|
-
cacheRead: 0.
|
|
9978
|
+
input: 1.04226,
|
|
9979
|
+
output: 2.08452,
|
|
9980
|
+
cacheRead: 0.086855,
|
|
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:
|
|
9984
|
-
output:
|
|
9985
|
-
cacheRead: 0.
|
|
9995
|
+
input: 1.1154,
|
|
9996
|
+
output: 3.3461999999999996,
|
|
9997
|
+
cacheRead: 0.03718,
|
|
9986
9998
|
cacheWrite: 0,
|
|
9987
9999
|
},
|
|
9988
10000
|
contextWindow: 1048576,
|
|
@@ -10396,9 +10408,43 @@ export const MODELS = {
|
|
|
10396
10408
|
contextWindow: 1048576,
|
|
10397
10409
|
maxTokens: 65536,
|
|
10398
10410
|
},
|
|
10399
|
-
"google/gemini-3.6-flash:batch": {
|
|
10400
|
-
id: "google/gemini-3.6-flash:batch",
|
|
10401
|
-
name: "Google: Gemini 3.6 Flash (batch)",
|
|
10411
|
+
"google/gemini-3.6-flash:batch": {
|
|
10412
|
+
id: "google/gemini-3.6-flash:batch",
|
|
10413
|
+
name: "Google: Gemini 3.6 Flash (batch)",
|
|
10414
|
+
api: "openai-completions",
|
|
10415
|
+
provider: "openrouter",
|
|
10416
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10417
|
+
reasoning: true,
|
|
10418
|
+
input: ["text", "image"],
|
|
10419
|
+
cost: {
|
|
10420
|
+
input: 0.375,
|
|
10421
|
+
output: 1.875,
|
|
10422
|
+
cacheRead: 0.0375,
|
|
10423
|
+
cacheWrite: 0.0416666666666667,
|
|
10424
|
+
},
|
|
10425
|
+
contextWindow: 1048576,
|
|
10426
|
+
maxTokens: 65536,
|
|
10427
|
+
},
|
|
10428
|
+
"google/gemini-3.7-flash": {
|
|
10429
|
+
id: "google/gemini-3.7-flash",
|
|
10430
|
+
name: "Google: Gemini 3.7 Flash",
|
|
10431
|
+
api: "openai-completions",
|
|
10432
|
+
provider: "openrouter",
|
|
10433
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10434
|
+
reasoning: true,
|
|
10435
|
+
input: ["text", "image"],
|
|
10436
|
+
cost: {
|
|
10437
|
+
input: 0.75,
|
|
10438
|
+
output: 3.75,
|
|
10439
|
+
cacheRead: 0.075,
|
|
10440
|
+
cacheWrite: 0.0416666666666667,
|
|
10441
|
+
},
|
|
10442
|
+
contextWindow: 1048576,
|
|
10443
|
+
maxTokens: 65536,
|
|
10444
|
+
},
|
|
10445
|
+
"google/gemini-3.7-flash:batch": {
|
|
10446
|
+
id: "google/gemini-3.7-flash:batch",
|
|
10447
|
+
name: "Google: Gemini 3.7 Flash (batch)",
|
|
10402
10448
|
api: "openai-completions",
|
|
10403
10449
|
provider: "openrouter",
|
|
10404
10450
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -10413,9 +10459,9 @@ export const MODELS = {
|
|
|
10413
10459
|
contextWindow: 1048576,
|
|
10414
10460
|
maxTokens: 65536,
|
|
10415
10461
|
},
|
|
10416
|
-
"google/gemini-3.
|
|
10417
|
-
id: "google/gemini-3.
|
|
10418
|
-
name: "Google: Gemini 3.
|
|
10462
|
+
"google/gemini-3.8-flash": {
|
|
10463
|
+
id: "google/gemini-3.8-flash",
|
|
10464
|
+
name: "Google: Gemini 3.8 Flash",
|
|
10419
10465
|
api: "openai-completions",
|
|
10420
10466
|
provider: "openrouter",
|
|
10421
10467
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -10430,19 +10476,19 @@ export const MODELS = {
|
|
|
10430
10476
|
contextWindow: 1048576,
|
|
10431
10477
|
maxTokens: 65536,
|
|
10432
10478
|
},
|
|
10433
|
-
"google/gemini-3.
|
|
10434
|
-
id: "google/gemini-3.
|
|
10435
|
-
name: "Google: Gemini 3.
|
|
10479
|
+
"google/gemini-3.8-flash:batch": {
|
|
10480
|
+
id: "google/gemini-3.8-flash:batch",
|
|
10481
|
+
name: "Google: Gemini 3.8 Flash (batch)",
|
|
10436
10482
|
api: "openai-completions",
|
|
10437
10483
|
provider: "openrouter",
|
|
10438
10484
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10439
10485
|
reasoning: true,
|
|
10440
10486
|
input: ["text", "image"],
|
|
10441
10487
|
cost: {
|
|
10442
|
-
input: 0.
|
|
10443
|
-
output:
|
|
10444
|
-
cacheRead: 0.
|
|
10445
|
-
cacheWrite: 0.
|
|
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,
|
|
@@ -10651,6 +10697,23 @@ export const MODELS = {
|
|
|
10651
10697
|
contextWindow: 262144,
|
|
10652
10698
|
maxTokens: 32768,
|
|
10653
10699
|
},
|
|
10700
|
+
"inclusionai/ling-3.0-flash-fin": {
|
|
10701
|
+
id: "inclusionai/ling-3.0-flash-fin",
|
|
10702
|
+
name: "Ling 3.0 Flash Fin",
|
|
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.06,
|
|
10710
|
+
output: 0.18,
|
|
10711
|
+
cacheRead: 0.012,
|
|
10712
|
+
cacheWrite: 0,
|
|
10713
|
+
},
|
|
10714
|
+
contextWindow: 262144,
|
|
10715
|
+
maxTokens: 235929,
|
|
10716
|
+
},
|
|
10654
10717
|
"inclusionai/ling-3.0-flash-fin:free": {
|
|
10655
10718
|
id: "inclusionai/ling-3.0-flash-fin:free",
|
|
10656
10719
|
name: "Ling 3.0 Flash Fin (free)",
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -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,
|
|
@@ -14213,9 +14293,9 @@ export const MODELS = {
|
|
|
14213
14293
|
reasoning: true,
|
|
14214
14294
|
input: ["text"],
|
|
14215
14295
|
cost: {
|
|
14216
|
-
input: 0.
|
|
14217
|
-
output: 0.
|
|
14218
|
-
cacheRead: 0.
|
|
14296
|
+
input: 0.13199999999999998,
|
|
14297
|
+
output: 0.5279999999999999,
|
|
14298
|
+
cacheRead: 0.032999999999999995,
|
|
14219
14299
|
cacheWrite: 0,
|
|
14220
14300
|
},
|
|
14221
14301
|
contextWindow: 262144,
|
|
@@ -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",
|
|
@@ -14876,13 +14973,13 @@ export const MODELS = {
|
|
|
14876
14973
|
reasoning: true,
|
|
14877
14974
|
input: ["text"],
|
|
14878
14975
|
cost: {
|
|
14879
|
-
input: 0.
|
|
14880
|
-
output: 0.
|
|
14881
|
-
cacheRead: 0.
|
|
14976
|
+
input: 0.049999999999999996,
|
|
14977
|
+
output: 0.16,
|
|
14978
|
+
cacheRead: 0.013000000000000001,
|
|
14882
14979
|
cacheWrite: 0,
|
|
14883
14980
|
},
|
|
14884
14981
|
contextWindow: 1310720,
|
|
14885
|
-
maxTokens:
|
|
14982
|
+
maxTokens: 393216,
|
|
14886
14983
|
},
|
|
14887
14984
|
"~google/gemini-flash-latest": {
|
|
14888
14985
|
id: "~google/gemini-flash-latest",
|
|
@@ -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",
|
|
@@ -16620,6 +16768,40 @@ export const MODELS = {
|
|
|
16620
16768
|
contextWindow: 1048576,
|
|
16621
16769
|
maxTokens: 1048576,
|
|
16622
16770
|
},
|
|
16771
|
+
"meta/muse-spark-1.3": {
|
|
16772
|
+
id: "meta/muse-spark-1.3",
|
|
16773
|
+
name: "Muse Spark 1.3",
|
|
16774
|
+
api: "anthropic-messages",
|
|
16775
|
+
provider: "vercel-ai-gateway",
|
|
16776
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16777
|
+
reasoning: true,
|
|
16778
|
+
input: ["text", "image"],
|
|
16779
|
+
cost: {
|
|
16780
|
+
input: 1.25,
|
|
16781
|
+
output: 4.25,
|
|
16782
|
+
cacheRead: 0.15,
|
|
16783
|
+
cacheWrite: 0,
|
|
16784
|
+
},
|
|
16785
|
+
contextWindow: 1048576,
|
|
16786
|
+
maxTokens: 1048576,
|
|
16787
|
+
},
|
|
16788
|
+
"meta/muse-spark-1.3-contributor": {
|
|
16789
|
+
id: "meta/muse-spark-1.3-contributor",
|
|
16790
|
+
name: "Muse Spark 1.3 Contributor",
|
|
16791
|
+
api: "anthropic-messages",
|
|
16792
|
+
provider: "vercel-ai-gateway",
|
|
16793
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16794
|
+
reasoning: true,
|
|
16795
|
+
input: ["text", "image"],
|
|
16796
|
+
cost: {
|
|
16797
|
+
input: 0.09999999999999999,
|
|
16798
|
+
output: 0.19999999999999998,
|
|
16799
|
+
cacheRead: 0.002,
|
|
16800
|
+
cacheWrite: 0,
|
|
16801
|
+
},
|
|
16802
|
+
contextWindow: 1048576,
|
|
16803
|
+
maxTokens: 1048576,
|
|
16804
|
+
},
|
|
16623
16805
|
"minimax/minimax-m2": {
|
|
16624
16806
|
id: "minimax/minimax-m2",
|
|
16625
16807
|
name: "MiniMax M2",
|
|
@@ -18822,14 +19004,31 @@ export const MODELS = {
|
|
|
18822
19004
|
reasoning: true,
|
|
18823
19005
|
input: ["text"],
|
|
18824
19006
|
cost: {
|
|
18825
|
-
input:
|
|
18826
|
-
output:
|
|
18827
|
-
cacheRead: 0.
|
|
19007
|
+
input: 0.7,
|
|
19008
|
+
output: 2.2,
|
|
19009
|
+
cacheRead: 0.13,
|
|
18828
19010
|
cacheWrite: 0,
|
|
18829
19011
|
},
|
|
18830
19012
|
contextWindow: 1000000,
|
|
18831
19013
|
maxTokens: 1000000,
|
|
18832
19014
|
},
|
|
19015
|
+
"zai/glm-5.3-fast": {
|
|
19016
|
+
id: "zai/glm-5.3-fast",
|
|
19017
|
+
name: "GLM 5.3 Fast",
|
|
19018
|
+
api: "anthropic-messages",
|
|
19019
|
+
provider: "vercel-ai-gateway",
|
|
19020
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19021
|
+
reasoning: true,
|
|
19022
|
+
input: ["text"],
|
|
19023
|
+
cost: {
|
|
19024
|
+
input: 2.0999999999999996,
|
|
19025
|
+
output: 6.6000000000000005,
|
|
19026
|
+
cacheRead: 0.21,
|
|
19027
|
+
cacheWrite: 0,
|
|
19028
|
+
},
|
|
19029
|
+
contextWindow: 1048576,
|
|
19030
|
+
maxTokens: 262144,
|
|
19031
|
+
},
|
|
18833
19032
|
"zai/glm-5.3-flash": {
|
|
18834
19033
|
id: "zai/glm-5.3-flash",
|
|
18835
19034
|
name: "GLM 5.3 Flash",
|
|
@@ -18847,6 +19046,23 @@ export const MODELS = {
|
|
|
18847
19046
|
contextWindow: 1000000,
|
|
18848
19047
|
maxTokens: 131000,
|
|
18849
19048
|
},
|
|
19049
|
+
"zai/glm-5.3-promo-50": {
|
|
19050
|
+
id: "zai/glm-5.3-promo-50",
|
|
19051
|
+
name: "GLM 5.3 (50% off)",
|
|
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: 0.7,
|
|
19059
|
+
output: 2.2,
|
|
19060
|
+
cacheRead: 0.13,
|
|
19061
|
+
cacheWrite: 0,
|
|
19062
|
+
},
|
|
19063
|
+
contextWindow: 1048576,
|
|
19064
|
+
maxTokens: 1048576,
|
|
19065
|
+
},
|
|
18850
19066
|
"zai/glm-5v-turbo": {
|
|
18851
19067
|
id: "zai/glm-5v-turbo",
|
|
18852
19068
|
name: "GLM 5V Turbo",
|