@elyracode/ai 0.9.22 → 0.9.24
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 +15 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +15 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +399 -239
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +430 -258
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -200,6 +200,24 @@ export const MODELS = {
|
|
|
200
200
|
contextWindow: 1000000,
|
|
201
201
|
maxTokens: 128000,
|
|
202
202
|
},
|
|
203
|
+
"anthropic.claude-opus-5": {
|
|
204
|
+
id: "anthropic.claude-opus-5",
|
|
205
|
+
name: "Claude Opus 5",
|
|
206
|
+
api: "bedrock-converse-stream",
|
|
207
|
+
provider: "amazon-bedrock",
|
|
208
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
209
|
+
reasoning: true,
|
|
210
|
+
thinkingType: "adaptive",
|
|
211
|
+
input: ["text", "image"],
|
|
212
|
+
cost: {
|
|
213
|
+
input: 5,
|
|
214
|
+
output: 25,
|
|
215
|
+
cacheRead: 0.5,
|
|
216
|
+
cacheWrite: 6.25,
|
|
217
|
+
},
|
|
218
|
+
contextWindow: 1000000,
|
|
219
|
+
maxTokens: 128000,
|
|
220
|
+
},
|
|
203
221
|
"anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
204
222
|
id: "anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
205
223
|
name: "Claude Sonnet 4.5",
|
|
@@ -310,6 +328,24 @@ export const MODELS = {
|
|
|
310
328
|
contextWindow: 1000000,
|
|
311
329
|
maxTokens: 128000,
|
|
312
330
|
},
|
|
331
|
+
"au.anthropic.claude-opus-5": {
|
|
332
|
+
id: "au.anthropic.claude-opus-5",
|
|
333
|
+
name: "Claude Opus 5 (AU)",
|
|
334
|
+
api: "bedrock-converse-stream",
|
|
335
|
+
provider: "amazon-bedrock",
|
|
336
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
337
|
+
reasoning: true,
|
|
338
|
+
thinkingType: "adaptive",
|
|
339
|
+
input: ["text", "image"],
|
|
340
|
+
cost: {
|
|
341
|
+
input: 5,
|
|
342
|
+
output: 25,
|
|
343
|
+
cacheRead: 0.5,
|
|
344
|
+
cacheWrite: 6.25,
|
|
345
|
+
},
|
|
346
|
+
contextWindow: 1000000,
|
|
347
|
+
maxTokens: 128000,
|
|
348
|
+
},
|
|
313
349
|
"au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
314
350
|
id: "au.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
315
351
|
name: "Claude Sonnet 4.5 (AU)",
|
|
@@ -527,6 +563,24 @@ export const MODELS = {
|
|
|
527
563
|
contextWindow: 1000000,
|
|
528
564
|
maxTokens: 128000,
|
|
529
565
|
},
|
|
566
|
+
"eu.anthropic.claude-opus-5": {
|
|
567
|
+
id: "eu.anthropic.claude-opus-5",
|
|
568
|
+
name: "Claude Opus 5 (EU)",
|
|
569
|
+
api: "bedrock-converse-stream",
|
|
570
|
+
provider: "amazon-bedrock",
|
|
571
|
+
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
572
|
+
reasoning: true,
|
|
573
|
+
thinkingType: "adaptive",
|
|
574
|
+
input: ["text", "image"],
|
|
575
|
+
cost: {
|
|
576
|
+
input: 5.5,
|
|
577
|
+
output: 27.5,
|
|
578
|
+
cacheRead: 0.55,
|
|
579
|
+
cacheWrite: 6.875,
|
|
580
|
+
},
|
|
581
|
+
contextWindow: 1000000,
|
|
582
|
+
maxTokens: 128000,
|
|
583
|
+
},
|
|
530
584
|
"eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
531
585
|
id: "eu.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
532
586
|
name: "Claude Sonnet 4.5 (EU)",
|
|
@@ -693,6 +747,24 @@ export const MODELS = {
|
|
|
693
747
|
contextWindow: 1000000,
|
|
694
748
|
maxTokens: 128000,
|
|
695
749
|
},
|
|
750
|
+
"global.anthropic.claude-opus-5": {
|
|
751
|
+
id: "global.anthropic.claude-opus-5",
|
|
752
|
+
name: "Claude Opus 5 (Global)",
|
|
753
|
+
api: "bedrock-converse-stream",
|
|
754
|
+
provider: "amazon-bedrock",
|
|
755
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
756
|
+
reasoning: true,
|
|
757
|
+
thinkingType: "adaptive",
|
|
758
|
+
input: ["text", "image"],
|
|
759
|
+
cost: {
|
|
760
|
+
input: 5,
|
|
761
|
+
output: 25,
|
|
762
|
+
cacheRead: 0.5,
|
|
763
|
+
cacheWrite: 6.25,
|
|
764
|
+
},
|
|
765
|
+
contextWindow: 1000000,
|
|
766
|
+
maxTokens: 128000,
|
|
767
|
+
},
|
|
696
768
|
"global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
697
769
|
id: "global.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
698
770
|
name: "Claude Sonnet 4.5 (Global)",
|
|
@@ -837,6 +909,24 @@ export const MODELS = {
|
|
|
837
909
|
contextWindow: 1000000,
|
|
838
910
|
maxTokens: 128000,
|
|
839
911
|
},
|
|
912
|
+
"jp.anthropic.claude-opus-5": {
|
|
913
|
+
id: "jp.anthropic.claude-opus-5",
|
|
914
|
+
name: "Claude Opus 5 (JP)",
|
|
915
|
+
api: "bedrock-converse-stream",
|
|
916
|
+
provider: "amazon-bedrock",
|
|
917
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
918
|
+
reasoning: true,
|
|
919
|
+
thinkingType: "adaptive",
|
|
920
|
+
input: ["text", "image"],
|
|
921
|
+
cost: {
|
|
922
|
+
input: 5,
|
|
923
|
+
output: 25,
|
|
924
|
+
cacheRead: 0.5,
|
|
925
|
+
cacheWrite: 6.25,
|
|
926
|
+
},
|
|
927
|
+
contextWindow: 1000000,
|
|
928
|
+
maxTokens: 128000,
|
|
929
|
+
},
|
|
840
930
|
"jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
841
931
|
id: "jp.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
842
932
|
name: "Claude Sonnet 4.5 (JP)",
|
|
@@ -1720,6 +1810,24 @@ export const MODELS = {
|
|
|
1720
1810
|
contextWindow: 1000000,
|
|
1721
1811
|
maxTokens: 128000,
|
|
1722
1812
|
},
|
|
1813
|
+
"us.anthropic.claude-opus-5": {
|
|
1814
|
+
id: "us.anthropic.claude-opus-5",
|
|
1815
|
+
name: "Claude Opus 5 (US)",
|
|
1816
|
+
api: "bedrock-converse-stream",
|
|
1817
|
+
provider: "amazon-bedrock",
|
|
1818
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1819
|
+
reasoning: true,
|
|
1820
|
+
thinkingType: "adaptive",
|
|
1821
|
+
input: ["text", "image"],
|
|
1822
|
+
cost: {
|
|
1823
|
+
input: 5,
|
|
1824
|
+
output: 25,
|
|
1825
|
+
cacheRead: 0.5,
|
|
1826
|
+
cacheWrite: 6.25,
|
|
1827
|
+
},
|
|
1828
|
+
contextWindow: 1000000,
|
|
1829
|
+
maxTokens: 128000,
|
|
1830
|
+
},
|
|
1723
1831
|
"us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1724
1832
|
id: "us.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
1725
1833
|
name: "Claude Sonnet 4.5 (US)",
|
|
@@ -2113,6 +2221,24 @@ export const MODELS = {
|
|
|
2113
2221
|
contextWindow: 1000000,
|
|
2114
2222
|
maxTokens: 128000,
|
|
2115
2223
|
},
|
|
2224
|
+
"claude-opus-5": {
|
|
2225
|
+
id: "claude-opus-5",
|
|
2226
|
+
name: "Claude Opus 5",
|
|
2227
|
+
api: "anthropic-messages",
|
|
2228
|
+
provider: "anthropic",
|
|
2229
|
+
baseUrl: "https://api.anthropic.com",
|
|
2230
|
+
reasoning: true,
|
|
2231
|
+
thinkingType: "adaptive",
|
|
2232
|
+
input: ["text", "image"],
|
|
2233
|
+
cost: {
|
|
2234
|
+
input: 5,
|
|
2235
|
+
output: 25,
|
|
2236
|
+
cacheRead: 0.5,
|
|
2237
|
+
cacheWrite: 6.25,
|
|
2238
|
+
},
|
|
2239
|
+
contextWindow: 1000000,
|
|
2240
|
+
maxTokens: 128000,
|
|
2241
|
+
},
|
|
2116
2242
|
"claude-sonnet-4-5": {
|
|
2117
2243
|
id: "claude-sonnet-4-5",
|
|
2118
2244
|
name: "Claude Sonnet 4.5 (latest)",
|
|
@@ -2325,24 +2451,6 @@ export const MODELS = {
|
|
|
2325
2451
|
contextWindow: 128000,
|
|
2326
2452
|
maxTokens: 16384,
|
|
2327
2453
|
},
|
|
2328
|
-
"gpt-5-codex": {
|
|
2329
|
-
id: "gpt-5-codex",
|
|
2330
|
-
name: "GPT-5-Codex",
|
|
2331
|
-
api: "azure-openai-responses",
|
|
2332
|
-
provider: "azure-openai-responses",
|
|
2333
|
-
baseUrl: "",
|
|
2334
|
-
reasoning: true,
|
|
2335
|
-
thinkingLevelMap: { "off": null },
|
|
2336
|
-
input: ["text", "image"],
|
|
2337
|
-
cost: {
|
|
2338
|
-
input: 1.25,
|
|
2339
|
-
output: 10,
|
|
2340
|
-
cacheRead: 0.125,
|
|
2341
|
-
cacheWrite: 0,
|
|
2342
|
-
},
|
|
2343
|
-
contextWindow: 400000,
|
|
2344
|
-
maxTokens: 128000,
|
|
2345
|
-
},
|
|
2346
2454
|
"gpt-5-mini": {
|
|
2347
2455
|
id: "gpt-5-mini",
|
|
2348
2456
|
name: "GPT-5 Mini",
|
|
@@ -2415,24 +2523,6 @@ export const MODELS = {
|
|
|
2415
2523
|
contextWindow: 400000,
|
|
2416
2524
|
maxTokens: 128000,
|
|
2417
2525
|
},
|
|
2418
|
-
"gpt-5.1-chat-latest": {
|
|
2419
|
-
id: "gpt-5.1-chat-latest",
|
|
2420
|
-
name: "GPT-5.1 Chat",
|
|
2421
|
-
api: "azure-openai-responses",
|
|
2422
|
-
provider: "azure-openai-responses",
|
|
2423
|
-
baseUrl: "",
|
|
2424
|
-
reasoning: true,
|
|
2425
|
-
thinkingLevelMap: { "off": null },
|
|
2426
|
-
input: ["text", "image"],
|
|
2427
|
-
cost: {
|
|
2428
|
-
input: 1.25,
|
|
2429
|
-
output: 10,
|
|
2430
|
-
cacheRead: 0.125,
|
|
2431
|
-
cacheWrite: 0,
|
|
2432
|
-
},
|
|
2433
|
-
contextWindow: 128000,
|
|
2434
|
-
maxTokens: 16384,
|
|
2435
|
-
},
|
|
2436
2526
|
"gpt-5.1-codex": {
|
|
2437
2527
|
id: "gpt-5.1-codex",
|
|
2438
2528
|
name: "GPT-5.1 Codex",
|
|
@@ -2444,9 +2534,9 @@ export const MODELS = {
|
|
|
2444
2534
|
input: ["text", "image"],
|
|
2445
2535
|
cost: {
|
|
2446
2536
|
input: 1.25,
|
|
2447
|
-
output:
|
|
2537
|
+
output: 5,
|
|
2448
2538
|
cacheRead: 0.125,
|
|
2449
|
-
cacheWrite:
|
|
2539
|
+
cacheWrite: 1.25,
|
|
2450
2540
|
},
|
|
2451
2541
|
contextWindow: 400000,
|
|
2452
2542
|
maxTokens: 128000,
|
|
@@ -2469,24 +2559,6 @@ export const MODELS = {
|
|
|
2469
2559
|
contextWindow: 400000,
|
|
2470
2560
|
maxTokens: 128000,
|
|
2471
2561
|
},
|
|
2472
|
-
"gpt-5.1-codex-mini": {
|
|
2473
|
-
id: "gpt-5.1-codex-mini",
|
|
2474
|
-
name: "GPT-5.1 Codex mini",
|
|
2475
|
-
api: "azure-openai-responses",
|
|
2476
|
-
provider: "azure-openai-responses",
|
|
2477
|
-
baseUrl: "",
|
|
2478
|
-
reasoning: true,
|
|
2479
|
-
thinkingLevelMap: { "off": null },
|
|
2480
|
-
input: ["text", "image"],
|
|
2481
|
-
cost: {
|
|
2482
|
-
input: 0.25,
|
|
2483
|
-
output: 2,
|
|
2484
|
-
cacheRead: 0.025,
|
|
2485
|
-
cacheWrite: 0,
|
|
2486
|
-
},
|
|
2487
|
-
contextWindow: 400000,
|
|
2488
|
-
maxTokens: 128000,
|
|
2489
|
-
},
|
|
2490
2562
|
"gpt-5.2": {
|
|
2491
2563
|
id: "gpt-5.2",
|
|
2492
2564
|
name: "GPT-5.2",
|
|
@@ -2523,24 +2595,6 @@ export const MODELS = {
|
|
|
2523
2595
|
contextWindow: 128000,
|
|
2524
2596
|
maxTokens: 16384,
|
|
2525
2597
|
},
|
|
2526
|
-
"gpt-5.2-codex": {
|
|
2527
|
-
id: "gpt-5.2-codex",
|
|
2528
|
-
name: "GPT-5.2 Codex",
|
|
2529
|
-
api: "azure-openai-responses",
|
|
2530
|
-
provider: "azure-openai-responses",
|
|
2531
|
-
baseUrl: "",
|
|
2532
|
-
reasoning: true,
|
|
2533
|
-
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
2534
|
-
input: ["text", "image"],
|
|
2535
|
-
cost: {
|
|
2536
|
-
input: 1.75,
|
|
2537
|
-
output: 14,
|
|
2538
|
-
cacheRead: 0.175,
|
|
2539
|
-
cacheWrite: 0,
|
|
2540
|
-
},
|
|
2541
|
-
contextWindow: 400000,
|
|
2542
|
-
maxTokens: 128000,
|
|
2543
|
-
},
|
|
2544
2598
|
"gpt-5.2-pro": {
|
|
2545
2599
|
id: "gpt-5.2-pro",
|
|
2546
2600
|
name: "GPT-5.2 Pro",
|
|
@@ -2861,23 +2915,6 @@ export const MODELS = {
|
|
|
2861
2915
|
contextWindow: 200000,
|
|
2862
2916
|
maxTokens: 100000,
|
|
2863
2917
|
},
|
|
2864
|
-
"o3-deep-research": {
|
|
2865
|
-
id: "o3-deep-research",
|
|
2866
|
-
name: "o3-deep-research",
|
|
2867
|
-
api: "azure-openai-responses",
|
|
2868
|
-
provider: "azure-openai-responses",
|
|
2869
|
-
baseUrl: "",
|
|
2870
|
-
reasoning: true,
|
|
2871
|
-
input: ["text", "image"],
|
|
2872
|
-
cost: {
|
|
2873
|
-
input: 10,
|
|
2874
|
-
output: 40,
|
|
2875
|
-
cacheRead: 2.5,
|
|
2876
|
-
cacheWrite: 0,
|
|
2877
|
-
},
|
|
2878
|
-
contextWindow: 200000,
|
|
2879
|
-
maxTokens: 100000,
|
|
2880
|
-
},
|
|
2881
2918
|
"o3-mini": {
|
|
2882
2919
|
id: "o3-mini",
|
|
2883
2920
|
name: "o3-mini",
|
|
@@ -2929,23 +2966,6 @@ export const MODELS = {
|
|
|
2929
2966
|
contextWindow: 200000,
|
|
2930
2967
|
maxTokens: 100000,
|
|
2931
2968
|
},
|
|
2932
|
-
"o4-mini-deep-research": {
|
|
2933
|
-
id: "o4-mini-deep-research",
|
|
2934
|
-
name: "o4-mini-deep-research",
|
|
2935
|
-
api: "azure-openai-responses",
|
|
2936
|
-
provider: "azure-openai-responses",
|
|
2937
|
-
baseUrl: "",
|
|
2938
|
-
reasoning: true,
|
|
2939
|
-
input: ["text", "image"],
|
|
2940
|
-
cost: {
|
|
2941
|
-
input: 2,
|
|
2942
|
-
output: 8,
|
|
2943
|
-
cacheRead: 0.5,
|
|
2944
|
-
cacheWrite: 0,
|
|
2945
|
-
},
|
|
2946
|
-
contextWindow: 200000,
|
|
2947
|
-
maxTokens: 100000,
|
|
2948
|
-
},
|
|
2949
2969
|
},
|
|
2950
2970
|
"cerebras": {
|
|
2951
2971
|
"gemma-4-31b": {
|
|
@@ -4121,7 +4141,7 @@ export const MODELS = {
|
|
|
4121
4141
|
provider: "fireworks",
|
|
4122
4142
|
baseUrl: "https://api.fireworks.ai/inference",
|
|
4123
4143
|
reasoning: true,
|
|
4124
|
-
input: ["text"],
|
|
4144
|
+
input: ["text", "image"],
|
|
4125
4145
|
cost: {
|
|
4126
4146
|
input: 0.3,
|
|
4127
4147
|
output: 1.2,
|
|
@@ -4768,6 +4788,40 @@ export const MODELS = {
|
|
|
4768
4788
|
},
|
|
4769
4789
|
},
|
|
4770
4790
|
"google": {
|
|
4791
|
+
"deep-research-max-preview-04-2026": {
|
|
4792
|
+
id: "deep-research-max-preview-04-2026",
|
|
4793
|
+
name: "Deep Research Max Preview (Apr-21-2026)",
|
|
4794
|
+
api: "google-generative-ai",
|
|
4795
|
+
provider: "google",
|
|
4796
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
4797
|
+
reasoning: true,
|
|
4798
|
+
input: ["text", "image"],
|
|
4799
|
+
cost: {
|
|
4800
|
+
input: 2,
|
|
4801
|
+
output: 12,
|
|
4802
|
+
cacheRead: 0.2,
|
|
4803
|
+
cacheWrite: 0,
|
|
4804
|
+
},
|
|
4805
|
+
contextWindow: 131072,
|
|
4806
|
+
maxTokens: 65536,
|
|
4807
|
+
},
|
|
4808
|
+
"deep-research-preview-04-2026": {
|
|
4809
|
+
id: "deep-research-preview-04-2026",
|
|
4810
|
+
name: "Deep Research Preview (Apr-21-2026)",
|
|
4811
|
+
api: "google-generative-ai",
|
|
4812
|
+
provider: "google",
|
|
4813
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
4814
|
+
reasoning: true,
|
|
4815
|
+
input: ["text", "image"],
|
|
4816
|
+
cost: {
|
|
4817
|
+
input: 2,
|
|
4818
|
+
output: 12,
|
|
4819
|
+
cacheRead: 0.2,
|
|
4820
|
+
cacheWrite: 0,
|
|
4821
|
+
},
|
|
4822
|
+
contextWindow: 131072,
|
|
4823
|
+
maxTokens: 65536,
|
|
4824
|
+
},
|
|
4771
4825
|
"gemini-2.0-flash": {
|
|
4772
4826
|
id: "gemini-2.0-flash",
|
|
4773
4827
|
name: "Gemini 2.0 Flash",
|
|
@@ -4802,6 +4856,23 @@ export const MODELS = {
|
|
|
4802
4856
|
contextWindow: 1048576,
|
|
4803
4857
|
maxTokens: 8192,
|
|
4804
4858
|
},
|
|
4859
|
+
"gemini-2.5-computer-use-preview-10-2025": {
|
|
4860
|
+
id: "gemini-2.5-computer-use-preview-10-2025",
|
|
4861
|
+
name: "Gemini 2.5 Computer Use Preview 10-2025",
|
|
4862
|
+
api: "google-generative-ai",
|
|
4863
|
+
provider: "google",
|
|
4864
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
4865
|
+
reasoning: true,
|
|
4866
|
+
input: ["text", "image"],
|
|
4867
|
+
cost: {
|
|
4868
|
+
input: 1.25,
|
|
4869
|
+
output: 10,
|
|
4870
|
+
cacheRead: 0,
|
|
4871
|
+
cacheWrite: 0,
|
|
4872
|
+
},
|
|
4873
|
+
contextWindow: 131072,
|
|
4874
|
+
maxTokens: 65536,
|
|
4875
|
+
},
|
|
4805
4876
|
"gemini-2.5-flash": {
|
|
4806
4877
|
id: "gemini-2.5-flash",
|
|
4807
4878
|
name: "Gemini 2.5 Flash",
|
|
@@ -4907,6 +4978,24 @@ export const MODELS = {
|
|
|
4907
4978
|
contextWindow: 1048576,
|
|
4908
4979
|
maxTokens: 65536,
|
|
4909
4980
|
},
|
|
4981
|
+
"gemini-3.1-flash-lite-image": {
|
|
4982
|
+
id: "gemini-3.1-flash-lite-image",
|
|
4983
|
+
name: "Nano Banana 2 Lite",
|
|
4984
|
+
api: "google-generative-ai",
|
|
4985
|
+
provider: "google",
|
|
4986
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
4987
|
+
reasoning: true,
|
|
4988
|
+
thinkingLevelMap: { "off": null },
|
|
4989
|
+
input: ["text", "image"],
|
|
4990
|
+
cost: {
|
|
4991
|
+
input: 0.25,
|
|
4992
|
+
output: 30,
|
|
4993
|
+
cacheRead: 0,
|
|
4994
|
+
cacheWrite: 0,
|
|
4995
|
+
},
|
|
4996
|
+
contextWindow: 65536,
|
|
4997
|
+
maxTokens: 65536,
|
|
4998
|
+
},
|
|
4910
4999
|
"gemini-3.1-flash-lite-preview": {
|
|
4911
5000
|
id: "gemini-3.1-flash-lite-preview",
|
|
4912
5001
|
name: "Gemini 3.1 Flash Lite Preview",
|
|
@@ -4925,6 +5014,24 @@ export const MODELS = {
|
|
|
4925
5014
|
contextWindow: 1048576,
|
|
4926
5015
|
maxTokens: 65536,
|
|
4927
5016
|
},
|
|
5017
|
+
"gemini-3.1-flash-live-preview": {
|
|
5018
|
+
id: "gemini-3.1-flash-live-preview",
|
|
5019
|
+
name: "Gemini 3.1 Flash Live Preview",
|
|
5020
|
+
api: "google-generative-ai",
|
|
5021
|
+
provider: "google",
|
|
5022
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
5023
|
+
reasoning: true,
|
|
5024
|
+
thinkingLevelMap: { "off": null },
|
|
5025
|
+
input: ["text", "image"],
|
|
5026
|
+
cost: {
|
|
5027
|
+
input: 0.75,
|
|
5028
|
+
output: 4.5,
|
|
5029
|
+
cacheRead: 0,
|
|
5030
|
+
cacheWrite: 0,
|
|
5031
|
+
},
|
|
5032
|
+
contextWindow: 131072,
|
|
5033
|
+
maxTokens: 65536,
|
|
5034
|
+
},
|
|
4928
5035
|
"gemini-3.1-pro-preview": {
|
|
4929
5036
|
id: "gemini-3.1-pro-preview",
|
|
4930
5037
|
name: "Gemini 3.1 Pro Preview",
|
|
@@ -5049,6 +5156,23 @@ export const MODELS = {
|
|
|
5049
5156
|
contextWindow: 1048576,
|
|
5050
5157
|
maxTokens: 65536,
|
|
5051
5158
|
},
|
|
5159
|
+
"gemini-robotics-er-1.6-preview": {
|
|
5160
|
+
id: "gemini-robotics-er-1.6-preview",
|
|
5161
|
+
name: "Gemini Robotics-ER 1.6 Preview",
|
|
5162
|
+
api: "google-generative-ai",
|
|
5163
|
+
provider: "google",
|
|
5164
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
5165
|
+
reasoning: true,
|
|
5166
|
+
input: ["text", "image"],
|
|
5167
|
+
cost: {
|
|
5168
|
+
input: 1,
|
|
5169
|
+
output: 5,
|
|
5170
|
+
cacheRead: 0,
|
|
5171
|
+
cacheWrite: 0,
|
|
5172
|
+
},
|
|
5173
|
+
contextWindow: 131072,
|
|
5174
|
+
maxTokens: 65536,
|
|
5175
|
+
},
|
|
5052
5176
|
"gemma-4-26b-a4b-it": {
|
|
5053
5177
|
id: "gemma-4-26b-a4b-it",
|
|
5054
5178
|
name: "Gemma 4 26B A4B IT",
|
|
@@ -6338,6 +6462,24 @@ export const MODELS = {
|
|
|
6338
6462
|
contextWindow: 1048576,
|
|
6339
6463
|
maxTokens: 131072,
|
|
6340
6464
|
},
|
|
6465
|
+
"k3-256k": {
|
|
6466
|
+
id: "k3-256k",
|
|
6467
|
+
name: "Kimi K3-256K",
|
|
6468
|
+
api: "anthropic-messages",
|
|
6469
|
+
provider: "kimi-coding",
|
|
6470
|
+
baseUrl: "https://api.kimi.com/coding",
|
|
6471
|
+
headers: { "User-Agent": "KimiCLI/1.5" },
|
|
6472
|
+
reasoning: true,
|
|
6473
|
+
input: ["text", "image"],
|
|
6474
|
+
cost: {
|
|
6475
|
+
input: 0,
|
|
6476
|
+
output: 0,
|
|
6477
|
+
cacheRead: 0,
|
|
6478
|
+
cacheWrite: 0,
|
|
6479
|
+
},
|
|
6480
|
+
contextWindow: 262144,
|
|
6481
|
+
maxTokens: 131072,
|
|
6482
|
+
},
|
|
6341
6483
|
"kimi-for-coding": {
|
|
6342
6484
|
id: "kimi-for-coding",
|
|
6343
6485
|
name: "Kimi K2.7 Code",
|
|
@@ -7492,27 +7634,9 @@ export const MODELS = {
|
|
|
7492
7634
|
output: 10,
|
|
7493
7635
|
cacheRead: 0.125,
|
|
7494
7636
|
cacheWrite: 0,
|
|
7495
|
-
},
|
|
7496
|
-
contextWindow: 128000,
|
|
7497
|
-
maxTokens: 16384,
|
|
7498
|
-
},
|
|
7499
|
-
"gpt-5-codex": {
|
|
7500
|
-
id: "gpt-5-codex",
|
|
7501
|
-
name: "GPT-5-Codex",
|
|
7502
|
-
api: "openai-responses",
|
|
7503
|
-
provider: "openai",
|
|
7504
|
-
baseUrl: "https://api.openai.com/v1",
|
|
7505
|
-
reasoning: true,
|
|
7506
|
-
thinkingLevelMap: { "off": null },
|
|
7507
|
-
input: ["text", "image"],
|
|
7508
|
-
cost: {
|
|
7509
|
-
input: 1.25,
|
|
7510
|
-
output: 10,
|
|
7511
|
-
cacheRead: 0.125,
|
|
7512
|
-
cacheWrite: 0,
|
|
7513
|
-
},
|
|
7514
|
-
contextWindow: 400000,
|
|
7515
|
-
maxTokens: 128000,
|
|
7637
|
+
},
|
|
7638
|
+
contextWindow: 128000,
|
|
7639
|
+
maxTokens: 16384,
|
|
7516
7640
|
},
|
|
7517
7641
|
"gpt-5-mini": {
|
|
7518
7642
|
id: "gpt-5-mini",
|
|
@@ -7586,24 +7710,6 @@ export const MODELS = {
|
|
|
7586
7710
|
contextWindow: 400000,
|
|
7587
7711
|
maxTokens: 128000,
|
|
7588
7712
|
},
|
|
7589
|
-
"gpt-5.1-chat-latest": {
|
|
7590
|
-
id: "gpt-5.1-chat-latest",
|
|
7591
|
-
name: "GPT-5.1 Chat",
|
|
7592
|
-
api: "openai-responses",
|
|
7593
|
-
provider: "openai",
|
|
7594
|
-
baseUrl: "https://api.openai.com/v1",
|
|
7595
|
-
reasoning: true,
|
|
7596
|
-
thinkingLevelMap: { "off": null },
|
|
7597
|
-
input: ["text", "image"],
|
|
7598
|
-
cost: {
|
|
7599
|
-
input: 1.25,
|
|
7600
|
-
output: 10,
|
|
7601
|
-
cacheRead: 0.125,
|
|
7602
|
-
cacheWrite: 0,
|
|
7603
|
-
},
|
|
7604
|
-
contextWindow: 128000,
|
|
7605
|
-
maxTokens: 16384,
|
|
7606
|
-
},
|
|
7607
7713
|
"gpt-5.1-codex": {
|
|
7608
7714
|
id: "gpt-5.1-codex",
|
|
7609
7715
|
name: "GPT-5.1 Codex",
|
|
@@ -7615,9 +7721,9 @@ export const MODELS = {
|
|
|
7615
7721
|
input: ["text", "image"],
|
|
7616
7722
|
cost: {
|
|
7617
7723
|
input: 1.25,
|
|
7618
|
-
output:
|
|
7724
|
+
output: 5,
|
|
7619
7725
|
cacheRead: 0.125,
|
|
7620
|
-
cacheWrite:
|
|
7726
|
+
cacheWrite: 1.25,
|
|
7621
7727
|
},
|
|
7622
7728
|
contextWindow: 400000,
|
|
7623
7729
|
maxTokens: 128000,
|
|
@@ -7640,24 +7746,6 @@ export const MODELS = {
|
|
|
7640
7746
|
contextWindow: 400000,
|
|
7641
7747
|
maxTokens: 128000,
|
|
7642
7748
|
},
|
|
7643
|
-
"gpt-5.1-codex-mini": {
|
|
7644
|
-
id: "gpt-5.1-codex-mini",
|
|
7645
|
-
name: "GPT-5.1 Codex mini",
|
|
7646
|
-
api: "openai-responses",
|
|
7647
|
-
provider: "openai",
|
|
7648
|
-
baseUrl: "https://api.openai.com/v1",
|
|
7649
|
-
reasoning: true,
|
|
7650
|
-
thinkingLevelMap: { "off": null },
|
|
7651
|
-
input: ["text", "image"],
|
|
7652
|
-
cost: {
|
|
7653
|
-
input: 0.25,
|
|
7654
|
-
output: 2,
|
|
7655
|
-
cacheRead: 0.025,
|
|
7656
|
-
cacheWrite: 0,
|
|
7657
|
-
},
|
|
7658
|
-
contextWindow: 400000,
|
|
7659
|
-
maxTokens: 128000,
|
|
7660
|
-
},
|
|
7661
7749
|
"gpt-5.2": {
|
|
7662
7750
|
id: "gpt-5.2",
|
|
7663
7751
|
name: "GPT-5.2",
|
|
@@ -7694,24 +7782,6 @@ export const MODELS = {
|
|
|
7694
7782
|
contextWindow: 128000,
|
|
7695
7783
|
maxTokens: 16384,
|
|
7696
7784
|
},
|
|
7697
|
-
"gpt-5.2-codex": {
|
|
7698
|
-
id: "gpt-5.2-codex",
|
|
7699
|
-
name: "GPT-5.2 Codex",
|
|
7700
|
-
api: "openai-responses",
|
|
7701
|
-
provider: "openai",
|
|
7702
|
-
baseUrl: "https://api.openai.com/v1",
|
|
7703
|
-
reasoning: true,
|
|
7704
|
-
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
7705
|
-
input: ["text", "image"],
|
|
7706
|
-
cost: {
|
|
7707
|
-
input: 1.75,
|
|
7708
|
-
output: 14,
|
|
7709
|
-
cacheRead: 0.175,
|
|
7710
|
-
cacheWrite: 0,
|
|
7711
|
-
},
|
|
7712
|
-
contextWindow: 400000,
|
|
7713
|
-
maxTokens: 128000,
|
|
7714
|
-
},
|
|
7715
7785
|
"gpt-5.2-pro": {
|
|
7716
7786
|
id: "gpt-5.2-pro",
|
|
7717
7787
|
name: "GPT-5.2 Pro",
|
|
@@ -8032,23 +8102,6 @@ export const MODELS = {
|
|
|
8032
8102
|
contextWindow: 200000,
|
|
8033
8103
|
maxTokens: 100000,
|
|
8034
8104
|
},
|
|
8035
|
-
"o3-deep-research": {
|
|
8036
|
-
id: "o3-deep-research",
|
|
8037
|
-
name: "o3-deep-research",
|
|
8038
|
-
api: "openai-responses",
|
|
8039
|
-
provider: "openai",
|
|
8040
|
-
baseUrl: "https://api.openai.com/v1",
|
|
8041
|
-
reasoning: true,
|
|
8042
|
-
input: ["text", "image"],
|
|
8043
|
-
cost: {
|
|
8044
|
-
input: 10,
|
|
8045
|
-
output: 40,
|
|
8046
|
-
cacheRead: 2.5,
|
|
8047
|
-
cacheWrite: 0,
|
|
8048
|
-
},
|
|
8049
|
-
contextWindow: 200000,
|
|
8050
|
-
maxTokens: 100000,
|
|
8051
|
-
},
|
|
8052
8105
|
"o3-mini": {
|
|
8053
8106
|
id: "o3-mini",
|
|
8054
8107
|
name: "o3-mini",
|
|
@@ -8100,23 +8153,6 @@ export const MODELS = {
|
|
|
8100
8153
|
contextWindow: 200000,
|
|
8101
8154
|
maxTokens: 100000,
|
|
8102
8155
|
},
|
|
8103
|
-
"o4-mini-deep-research": {
|
|
8104
|
-
id: "o4-mini-deep-research",
|
|
8105
|
-
name: "o4-mini-deep-research",
|
|
8106
|
-
api: "openai-responses",
|
|
8107
|
-
provider: "openai",
|
|
8108
|
-
baseUrl: "https://api.openai.com/v1",
|
|
8109
|
-
reasoning: true,
|
|
8110
|
-
input: ["text", "image"],
|
|
8111
|
-
cost: {
|
|
8112
|
-
input: 2,
|
|
8113
|
-
output: 8,
|
|
8114
|
-
cacheRead: 0.5,
|
|
8115
|
-
cacheWrite: 0,
|
|
8116
|
-
},
|
|
8117
|
-
contextWindow: 200000,
|
|
8118
|
-
maxTokens: 100000,
|
|
8119
|
-
},
|
|
8120
8156
|
},
|
|
8121
8157
|
"openai-codex": {
|
|
8122
8158
|
"gpt-5.1": {
|
|
@@ -8439,6 +8475,23 @@ export const MODELS = {
|
|
|
8439
8475
|
contextWindow: 1000000,
|
|
8440
8476
|
maxTokens: 128000,
|
|
8441
8477
|
},
|
|
8478
|
+
"claude-opus-5": {
|
|
8479
|
+
id: "claude-opus-5",
|
|
8480
|
+
name: "Claude Opus 5",
|
|
8481
|
+
api: "anthropic-messages",
|
|
8482
|
+
provider: "opencode",
|
|
8483
|
+
baseUrl: "https://opencode.ai/zen",
|
|
8484
|
+
reasoning: true,
|
|
8485
|
+
input: ["text", "image"],
|
|
8486
|
+
cost: {
|
|
8487
|
+
input: 5,
|
|
8488
|
+
output: 25,
|
|
8489
|
+
cacheRead: 0.5,
|
|
8490
|
+
cacheWrite: 6.25,
|
|
8491
|
+
},
|
|
8492
|
+
contextWindow: 1000000,
|
|
8493
|
+
maxTokens: 128000,
|
|
8494
|
+
},
|
|
8442
8495
|
"claude-sonnet-4": {
|
|
8443
8496
|
id: "claude-sonnet-4",
|
|
8444
8497
|
name: "Claude Sonnet 4",
|
|
@@ -9149,6 +9202,23 @@ export const MODELS = {
|
|
|
9149
9202
|
contextWindow: 256000,
|
|
9150
9203
|
maxTokens: 32000,
|
|
9151
9204
|
},
|
|
9205
|
+
"ling-3.0-flash-free": {
|
|
9206
|
+
id: "ling-3.0-flash-free",
|
|
9207
|
+
name: "Ling-3.0-flash Free",
|
|
9208
|
+
api: "openai-completions",
|
|
9209
|
+
provider: "opencode",
|
|
9210
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
9211
|
+
reasoning: true,
|
|
9212
|
+
input: ["text"],
|
|
9213
|
+
cost: {
|
|
9214
|
+
input: 0,
|
|
9215
|
+
output: 0,
|
|
9216
|
+
cacheRead: 0,
|
|
9217
|
+
cacheWrite: 0,
|
|
9218
|
+
},
|
|
9219
|
+
contextWindow: 262144,
|
|
9220
|
+
maxTokens: 32768,
|
|
9221
|
+
},
|
|
9152
9222
|
"mimo-v2.5-free": {
|
|
9153
9223
|
id: "mimo-v2.5-free",
|
|
9154
9224
|
name: "MiMo V2.5 Free",
|
|
@@ -9912,6 +9982,40 @@ export const MODELS = {
|
|
|
9912
9982
|
contextWindow: 1000000,
|
|
9913
9983
|
maxTokens: 128000,
|
|
9914
9984
|
},
|
|
9985
|
+
"anthropic/claude-opus-5": {
|
|
9986
|
+
id: "anthropic/claude-opus-5",
|
|
9987
|
+
name: "Claude Opus 5",
|
|
9988
|
+
api: "openai-completions",
|
|
9989
|
+
provider: "openrouter",
|
|
9990
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9991
|
+
reasoning: true,
|
|
9992
|
+
input: ["text", "image"],
|
|
9993
|
+
cost: {
|
|
9994
|
+
input: 5,
|
|
9995
|
+
output: 25,
|
|
9996
|
+
cacheRead: 0.5,
|
|
9997
|
+
cacheWrite: 6.25,
|
|
9998
|
+
},
|
|
9999
|
+
contextWindow: 1000000,
|
|
10000
|
+
maxTokens: 128000,
|
|
10001
|
+
},
|
|
10002
|
+
"anthropic/claude-opus-5-fast": {
|
|
10003
|
+
id: "anthropic/claude-opus-5-fast",
|
|
10004
|
+
name: "Claude Opus 5 (Fast)",
|
|
10005
|
+
api: "openai-completions",
|
|
10006
|
+
provider: "openrouter",
|
|
10007
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10008
|
+
reasoning: true,
|
|
10009
|
+
input: ["text", "image"],
|
|
10010
|
+
cost: {
|
|
10011
|
+
input: 10,
|
|
10012
|
+
output: 50,
|
|
10013
|
+
cacheRead: 1,
|
|
10014
|
+
cacheWrite: 12.5,
|
|
10015
|
+
},
|
|
10016
|
+
contextWindow: 1000000,
|
|
10017
|
+
maxTokens: 128000,
|
|
10018
|
+
},
|
|
9915
10019
|
"anthropic/claude-sonnet-4": {
|
|
9916
10020
|
id: "anthropic/claude-sonnet-4",
|
|
9917
10021
|
name: "Anthropic: Claude Sonnet 4",
|
|
@@ -10588,13 +10692,13 @@ export const MODELS = {
|
|
|
10588
10692
|
reasoning: false,
|
|
10589
10693
|
input: ["text", "image"],
|
|
10590
10694
|
cost: {
|
|
10591
|
-
input: 0.
|
|
10592
|
-
output: 0.
|
|
10593
|
-
cacheRead: 0,
|
|
10695
|
+
input: 0.08,
|
|
10696
|
+
output: 0.44999999999999996,
|
|
10697
|
+
cacheRead: 0.04,
|
|
10594
10698
|
cacheWrite: 0,
|
|
10595
10699
|
},
|
|
10596
10700
|
contextWindow: 262144,
|
|
10597
|
-
maxTokens:
|
|
10701
|
+
maxTokens: 131072,
|
|
10598
10702
|
},
|
|
10599
10703
|
"google/gemma-4-26b-a4b-it": {
|
|
10600
10704
|
id: "google/gemma-4-26b-a4b-it",
|
|
@@ -10639,9 +10743,9 @@ export const MODELS = {
|
|
|
10639
10743
|
reasoning: true,
|
|
10640
10744
|
input: ["text", "image"],
|
|
10641
10745
|
cost: {
|
|
10642
|
-
input: 0.
|
|
10643
|
-
output: 0.
|
|
10644
|
-
cacheRead: 0
|
|
10746
|
+
input: 0.14,
|
|
10747
|
+
output: 0.39999999999999997,
|
|
10748
|
+
cacheRead: 0,
|
|
10645
10749
|
cacheWrite: 0,
|
|
10646
10750
|
},
|
|
10647
10751
|
contextWindow: 262144,
|
|
@@ -10732,6 +10836,23 @@ export const MODELS = {
|
|
|
10732
10836
|
contextWindow: 262144,
|
|
10733
10837
|
maxTokens: 32768,
|
|
10734
10838
|
},
|
|
10839
|
+
"inclusionai/ling-3.0-flash:free": {
|
|
10840
|
+
id: "inclusionai/ling-3.0-flash:free",
|
|
10841
|
+
name: "Ling-3.0-flash (free)",
|
|
10842
|
+
api: "openai-completions",
|
|
10843
|
+
provider: "openrouter",
|
|
10844
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10845
|
+
reasoning: true,
|
|
10846
|
+
input: ["text"],
|
|
10847
|
+
cost: {
|
|
10848
|
+
input: 0,
|
|
10849
|
+
output: 0,
|
|
10850
|
+
cacheRead: 0,
|
|
10851
|
+
cacheWrite: 0,
|
|
10852
|
+
},
|
|
10853
|
+
contextWindow: 262144,
|
|
10854
|
+
maxTokens: 32768,
|
|
10855
|
+
},
|
|
10735
10856
|
"inclusionai/ring-2.6-1t": {
|
|
10736
10857
|
id: "inclusionai/ring-2.6-1t",
|
|
10737
10858
|
name: "inclusionAI: Ring-2.6-1T",
|
|
@@ -10945,9 +11066,9 @@ export const MODELS = {
|
|
|
10945
11066
|
reasoning: true,
|
|
10946
11067
|
input: ["text"],
|
|
10947
11068
|
cost: {
|
|
10948
|
-
input: 0.
|
|
10949
|
-
output: 1.
|
|
10950
|
-
cacheRead: 0
|
|
11069
|
+
input: 0.255,
|
|
11070
|
+
output: 1.02,
|
|
11071
|
+
cacheRead: 0,
|
|
10951
11072
|
cacheWrite: 0,
|
|
10952
11073
|
},
|
|
10953
11074
|
contextWindow: 204800,
|
|
@@ -11406,7 +11527,7 @@ export const MODELS = {
|
|
|
11406
11527
|
cost: {
|
|
11407
11528
|
input: 0.82,
|
|
11408
11529
|
output: 3.75,
|
|
11409
|
-
cacheRead: 0.
|
|
11530
|
+
cacheRead: 0.15,
|
|
11410
11531
|
cacheWrite: 0,
|
|
11411
11532
|
},
|
|
11412
11533
|
contextWindow: 262144,
|
|
@@ -12334,13 +12455,13 @@ export const MODELS = {
|
|
|
12334
12455
|
reasoning: true,
|
|
12335
12456
|
input: ["text"],
|
|
12336
12457
|
cost: {
|
|
12337
|
-
input: 0.
|
|
12338
|
-
output: 0.
|
|
12339
|
-
cacheRead: 0
|
|
12458
|
+
input: 0.029,
|
|
12459
|
+
output: 0.14,
|
|
12460
|
+
cacheRead: 0,
|
|
12340
12461
|
cacheWrite: 0,
|
|
12341
12462
|
},
|
|
12342
12463
|
contextWindow: 131072,
|
|
12343
|
-
maxTokens:
|
|
12464
|
+
maxTokens: 4096,
|
|
12344
12465
|
},
|
|
12345
12466
|
"openai/gpt-oss-20b:free": {
|
|
12346
12467
|
id: "openai/gpt-oss-20b:free",
|
|
@@ -13048,9 +13169,9 @@ export const MODELS = {
|
|
|
13048
13169
|
reasoning: false,
|
|
13049
13170
|
input: ["text"],
|
|
13050
13171
|
cost: {
|
|
13051
|
-
input: 0.
|
|
13052
|
-
output: 1.
|
|
13053
|
-
cacheRead: 0,
|
|
13172
|
+
input: 0.09999999999999999,
|
|
13173
|
+
output: 1.1,
|
|
13174
|
+
cacheRead: 0.07,
|
|
13054
13175
|
cacheWrite: 0,
|
|
13055
13176
|
},
|
|
13056
13177
|
contextWindow: 262144,
|
|
@@ -13218,13 +13339,13 @@ export const MODELS = {
|
|
|
13218
13339
|
reasoning: true,
|
|
13219
13340
|
input: ["text", "image"],
|
|
13220
13341
|
cost: {
|
|
13221
|
-
input: 0.
|
|
13222
|
-
output:
|
|
13342
|
+
input: 0.195,
|
|
13343
|
+
output: 1.56,
|
|
13223
13344
|
cacheRead: 0,
|
|
13224
13345
|
cacheWrite: 0,
|
|
13225
13346
|
},
|
|
13226
13347
|
contextWindow: 262144,
|
|
13227
|
-
maxTokens:
|
|
13348
|
+
maxTokens: 65536,
|
|
13228
13349
|
},
|
|
13229
13350
|
"qwen/qwen3.5-35b-a3b": {
|
|
13230
13351
|
id: "qwen/qwen3.5-35b-a3b",
|
|
@@ -13337,13 +13458,13 @@ export const MODELS = {
|
|
|
13337
13458
|
reasoning: true,
|
|
13338
13459
|
input: ["text", "image"],
|
|
13339
13460
|
cost: {
|
|
13340
|
-
input: 0.
|
|
13341
|
-
output:
|
|
13342
|
-
cacheRead: 0
|
|
13461
|
+
input: 0.288,
|
|
13462
|
+
output: 2.4,
|
|
13463
|
+
cacheRead: 0,
|
|
13343
13464
|
cacheWrite: 0,
|
|
13344
13465
|
},
|
|
13345
13466
|
contextWindow: 262144,
|
|
13346
|
-
maxTokens:
|
|
13467
|
+
maxTokens: 4096,
|
|
13347
13468
|
},
|
|
13348
13469
|
"qwen/qwen3.6-35b-a3b": {
|
|
13349
13470
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -13558,13 +13679,13 @@ export const MODELS = {
|
|
|
13558
13679
|
reasoning: true,
|
|
13559
13680
|
input: ["text"],
|
|
13560
13681
|
cost: {
|
|
13561
|
-
input: 0.
|
|
13562
|
-
output: 0.
|
|
13563
|
-
cacheRead: 0.
|
|
13682
|
+
input: 0.13199999999999998,
|
|
13683
|
+
output: 0.5279999999999999,
|
|
13684
|
+
cacheRead: 0.032999999999999995,
|
|
13564
13685
|
cacheWrite: 0,
|
|
13565
13686
|
},
|
|
13566
13687
|
contextWindow: 262144,
|
|
13567
|
-
maxTokens:
|
|
13688
|
+
maxTokens: 128000,
|
|
13568
13689
|
},
|
|
13569
13690
|
"thedrummer/unslopnemo-12b": {
|
|
13570
13691
|
id: "thedrummer/unslopnemo-12b",
|
|
@@ -13597,7 +13718,7 @@ export const MODELS = {
|
|
|
13597
13718
|
cacheRead: 0.16999999999999998,
|
|
13598
13719
|
cacheWrite: 0,
|
|
13599
13720
|
},
|
|
13600
|
-
contextWindow:
|
|
13721
|
+
contextWindow: 1048576,
|
|
13601
13722
|
maxTokens: 4096,
|
|
13602
13723
|
},
|
|
13603
13724
|
"upstage/solar-pro-3": {
|
|
@@ -13853,7 +13974,7 @@ export const MODELS = {
|
|
|
13853
13974
|
cacheWrite: 0,
|
|
13854
13975
|
},
|
|
13855
13976
|
contextWindow: 204800,
|
|
13856
|
-
maxTokens:
|
|
13977
|
+
maxTokens: 131072,
|
|
13857
13978
|
},
|
|
13858
13979
|
"z-ai/glm-5-turbo": {
|
|
13859
13980
|
id: "z-ai/glm-5-turbo",
|
|
@@ -13898,9 +14019,9 @@ export const MODELS = {
|
|
|
13898
14019
|
reasoning: true,
|
|
13899
14020
|
input: ["text"],
|
|
13900
14021
|
cost: {
|
|
13901
|
-
input: 0.
|
|
13902
|
-
output: 2.
|
|
13903
|
-
cacheRead: 0.
|
|
14022
|
+
input: 0.7868,
|
|
14023
|
+
output: 2.4728,
|
|
14024
|
+
cacheRead: 0.14612,
|
|
13904
14025
|
cacheWrite: 0,
|
|
13905
14026
|
},
|
|
13906
14027
|
contextWindow: 1048576,
|
|
@@ -14782,10 +14903,10 @@ export const MODELS = {
|
|
|
14782
14903
|
reasoning: true,
|
|
14783
14904
|
input: ["text"],
|
|
14784
14905
|
cost: {
|
|
14785
|
-
input:
|
|
14786
|
-
output:
|
|
14787
|
-
cacheRead: 0.
|
|
14788
|
-
cacheWrite:
|
|
14906
|
+
input: 2.5,
|
|
14907
|
+
output: 7.5,
|
|
14908
|
+
cacheRead: 0.5,
|
|
14909
|
+
cacheWrite: 3.125,
|
|
14789
14910
|
},
|
|
14790
14911
|
contextWindow: 991000,
|
|
14791
14912
|
maxTokens: 64000,
|
|
@@ -15068,6 +15189,40 @@ export const MODELS = {
|
|
|
15068
15189
|
contextWindow: 1000000,
|
|
15069
15190
|
maxTokens: 128000,
|
|
15070
15191
|
},
|
|
15192
|
+
"anthropic/claude-opus-5": {
|
|
15193
|
+
id: "anthropic/claude-opus-5",
|
|
15194
|
+
name: "Claude Opus 5",
|
|
15195
|
+
api: "anthropic-messages",
|
|
15196
|
+
provider: "vercel-ai-gateway",
|
|
15197
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15198
|
+
reasoning: true,
|
|
15199
|
+
input: ["text", "image"],
|
|
15200
|
+
cost: {
|
|
15201
|
+
input: 5,
|
|
15202
|
+
output: 25,
|
|
15203
|
+
cacheRead: 0.5,
|
|
15204
|
+
cacheWrite: 6.25,
|
|
15205
|
+
},
|
|
15206
|
+
contextWindow: 1000000,
|
|
15207
|
+
maxTokens: 128000,
|
|
15208
|
+
},
|
|
15209
|
+
"anthropic/claude-opus-5-fast": {
|
|
15210
|
+
id: "anthropic/claude-opus-5-fast",
|
|
15211
|
+
name: "Claude Opus 5 (Fast)",
|
|
15212
|
+
api: "anthropic-messages",
|
|
15213
|
+
provider: "vercel-ai-gateway",
|
|
15214
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15215
|
+
reasoning: true,
|
|
15216
|
+
input: ["text", "image"],
|
|
15217
|
+
cost: {
|
|
15218
|
+
input: 10,
|
|
15219
|
+
output: 50,
|
|
15220
|
+
cacheRead: 1,
|
|
15221
|
+
cacheWrite: 12.5,
|
|
15222
|
+
},
|
|
15223
|
+
contextWindow: 1000000,
|
|
15224
|
+
maxTokens: 128000,
|
|
15225
|
+
},
|
|
15071
15226
|
"anthropic/claude-sonnet-4": {
|
|
15072
15227
|
id: "anthropic/claude-sonnet-4",
|
|
15073
15228
|
name: "Claude Sonnet 4",
|
|
@@ -15612,6 +15767,23 @@ export const MODELS = {
|
|
|
15612
15767
|
contextWindow: 32000,
|
|
15613
15768
|
maxTokens: 16384,
|
|
15614
15769
|
},
|
|
15770
|
+
"inclusionai/ling-3.0-flash-free": {
|
|
15771
|
+
id: "inclusionai/ling-3.0-flash-free",
|
|
15772
|
+
name: "Ling 3.0 Flash",
|
|
15773
|
+
api: "anthropic-messages",
|
|
15774
|
+
provider: "vercel-ai-gateway",
|
|
15775
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15776
|
+
reasoning: true,
|
|
15777
|
+
input: ["text"],
|
|
15778
|
+
cost: {
|
|
15779
|
+
input: 0,
|
|
15780
|
+
output: 0,
|
|
15781
|
+
cacheRead: 0,
|
|
15782
|
+
cacheWrite: 0,
|
|
15783
|
+
},
|
|
15784
|
+
contextWindow: 256000,
|
|
15785
|
+
maxTokens: 256000,
|
|
15786
|
+
},
|
|
15615
15787
|
"interfaze/interfaze-beta": {
|
|
15616
15788
|
id: "interfaze/interfaze-beta",
|
|
15617
15789
|
name: "Interfaze Beta",
|