@just-every/ensemble 0.2.246 → 0.2.247
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/cjs/data/model_data.cjs +96 -152
- package/dist/cjs/data/model_data.d.ts.map +1 -1
- package/dist/cjs/data/model_data.js.map +1 -1
- package/dist/cjs/model_providers/codex.cjs +101 -8
- package/dist/cjs/model_providers/codex.d.ts.map +1 -1
- package/dist/cjs/model_providers/codex.js.map +1 -1
- package/dist/cjs/model_providers/model_provider.cjs +11 -0
- package/dist/cjs/model_providers/model_provider.d.ts.map +1 -1
- package/dist/cjs/model_providers/model_provider.js.map +1 -1
- package/dist/cjs/tsconfig.cjs.tsbuildinfo +1 -1
- package/dist/cjs/types/types.d.ts +2 -1
- package/dist/cjs/types/types.d.ts.map +1 -1
- package/dist/data/model_data.d.ts.map +1 -1
- package/dist/data/model_data.js +96 -152
- package/dist/data/model_data.js.map +1 -1
- package/dist/model_providers/codex.d.ts.map +1 -1
- package/dist/model_providers/codex.js +101 -8
- package/dist/model_providers/codex.js.map +1 -1
- package/dist/model_providers/model_provider.d.ts.map +1 -1
- package/dist/model_providers/model_provider.js +12 -1
- package/dist/model_providers/model_provider.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/types.d.ts +2 -1
- package/dist/types/types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -403,7 +403,7 @@ exports.MODEL_REGISTRY = [
|
|
|
403
403
|
id: 'meta-llama/llama-4-maverick',
|
|
404
404
|
provider: 'openrouter',
|
|
405
405
|
cost: {
|
|
406
|
-
input_per_million: 0.
|
|
406
|
+
input_per_million: 0.15,
|
|
407
407
|
output_per_million: 0.6,
|
|
408
408
|
},
|
|
409
409
|
features: {
|
|
@@ -413,6 +413,7 @@ exports.MODEL_REGISTRY = [
|
|
|
413
413
|
tool_use: true,
|
|
414
414
|
streaming: true,
|
|
415
415
|
json_output: true,
|
|
416
|
+
max_output_tokens: 16384,
|
|
416
417
|
},
|
|
417
418
|
class: 'standard',
|
|
418
419
|
score: 78,
|
|
@@ -431,12 +432,13 @@ exports.MODEL_REGISTRY = [
|
|
|
431
432
|
output_per_million: 0.3,
|
|
432
433
|
},
|
|
433
434
|
features: {
|
|
434
|
-
context_length:
|
|
435
|
-
input_modality: ['text'],
|
|
435
|
+
context_length: 10000000,
|
|
436
|
+
input_modality: ['text', 'image'],
|
|
436
437
|
output_modality: ['text'],
|
|
437
438
|
tool_use: true,
|
|
438
439
|
streaming: true,
|
|
439
440
|
json_output: true,
|
|
441
|
+
max_output_tokens: 16384,
|
|
440
442
|
},
|
|
441
443
|
class: 'mini',
|
|
442
444
|
score: 65,
|
|
@@ -446,16 +448,17 @@ exports.MODEL_REGISTRY = [
|
|
|
446
448
|
id: 'qwen/qwen3-235b-a22b',
|
|
447
449
|
provider: 'openrouter',
|
|
448
450
|
cost: {
|
|
449
|
-
input_per_million: 0.
|
|
450
|
-
output_per_million:
|
|
451
|
+
input_per_million: 0.455,
|
|
452
|
+
output_per_million: 1.82,
|
|
451
453
|
},
|
|
452
454
|
features: {
|
|
453
|
-
context_length:
|
|
455
|
+
context_length: 131072,
|
|
454
456
|
input_modality: ['text'],
|
|
455
457
|
output_modality: ['text'],
|
|
456
458
|
tool_use: true,
|
|
457
459
|
streaming: true,
|
|
458
460
|
json_output: true,
|
|
461
|
+
max_output_tokens: 8192,
|
|
459
462
|
},
|
|
460
463
|
class: 'reasoning',
|
|
461
464
|
score: 83,
|
|
@@ -466,30 +469,6 @@ exports.MODEL_REGISTRY = [
|
|
|
466
469
|
},
|
|
467
470
|
description: 'Qwen3-235B-A22B is a 235B parameter mixture-of-experts (MoE) model developed by Qwen, activating 22B parameters per forward pass.',
|
|
468
471
|
},
|
|
469
|
-
{
|
|
470
|
-
id: 'qwen/qwen-max',
|
|
471
|
-
provider: 'openrouter',
|
|
472
|
-
cost: {
|
|
473
|
-
input_per_million: 1.6,
|
|
474
|
-
output_per_million: 6.4,
|
|
475
|
-
},
|
|
476
|
-
features: {
|
|
477
|
-
context_length: 131072,
|
|
478
|
-
input_modality: ['text', 'image'],
|
|
479
|
-
output_modality: ['text'],
|
|
480
|
-
tool_use: true,
|
|
481
|
-
streaming: true,
|
|
482
|
-
json_output: true,
|
|
483
|
-
},
|
|
484
|
-
class: 'reasoning',
|
|
485
|
-
score: 80,
|
|
486
|
-
scores: {
|
|
487
|
-
monologue: 73,
|
|
488
|
-
code: 61,
|
|
489
|
-
reasoning: 57,
|
|
490
|
-
},
|
|
491
|
-
description: 'Qwen-Max, based on Qwen2.5, provides the best inference performance among Qwen models, especially for complex multi-step tasks.',
|
|
492
|
-
},
|
|
493
472
|
{
|
|
494
473
|
id: 'qwen/qwen3.5-397b-a17b',
|
|
495
474
|
aliases: ['qwen3.5-397b-a17b'],
|
|
@@ -505,7 +484,7 @@ exports.MODEL_REGISTRY = [
|
|
|
505
484
|
tool_use: true,
|
|
506
485
|
streaming: true,
|
|
507
486
|
json_output: true,
|
|
508
|
-
max_output_tokens:
|
|
487
|
+
max_output_tokens: 65536,
|
|
509
488
|
reasoning_output: true,
|
|
510
489
|
},
|
|
511
490
|
class: 'reasoning',
|
|
@@ -518,41 +497,41 @@ exports.MODEL_REGISTRY = [
|
|
|
518
497
|
description: 'Qwen3.5-397B-A17B is a vision-language 397B MoE model with a native 262k-context window, multimodal input support, and strong reasoning.',
|
|
519
498
|
},
|
|
520
499
|
{
|
|
521
|
-
id: '
|
|
522
|
-
provider: '
|
|
500
|
+
id: 'grok-4.3',
|
|
501
|
+
provider: 'xai',
|
|
523
502
|
cost: {
|
|
524
|
-
input_per_million:
|
|
525
|
-
output_per_million:
|
|
503
|
+
input_per_million: 1.25,
|
|
504
|
+
output_per_million: 2.5,
|
|
526
505
|
},
|
|
527
506
|
features: {
|
|
528
|
-
context_length:
|
|
529
|
-
input_modality: ['text'],
|
|
507
|
+
context_length: 1_000_000,
|
|
508
|
+
input_modality: ['text', 'image'],
|
|
530
509
|
output_modality: ['text'],
|
|
531
510
|
tool_use: true,
|
|
532
511
|
streaming: true,
|
|
533
512
|
json_output: true,
|
|
534
513
|
},
|
|
535
|
-
class: '
|
|
536
|
-
|
|
537
|
-
description: 'Ministral 8B is a state-of-the-art language model optimized for on-device and edge computing. Designed for efficiency in knowledge-intensive tasks, commonsense reasoning, and function-calling.',
|
|
514
|
+
class: 'reasoning',
|
|
515
|
+
description: "Grok 4.3, xAI's latest recommended reasoning model with 1M context, multimodal input, streaming, tools, structured output, and low/medium/high reasoning effort.",
|
|
538
516
|
},
|
|
539
517
|
{
|
|
540
|
-
id: 'grok-
|
|
518
|
+
id: 'grok-build-0.1',
|
|
519
|
+
aliases: ['grok-build', 'grok-build-latest'],
|
|
541
520
|
provider: 'xai',
|
|
542
521
|
cost: {
|
|
543
|
-
input_per_million: 1.
|
|
544
|
-
output_per_million: 2.
|
|
522
|
+
input_per_million: 1.0,
|
|
523
|
+
output_per_million: 2.0,
|
|
545
524
|
},
|
|
546
525
|
features: {
|
|
547
|
-
context_length:
|
|
526
|
+
context_length: 256000,
|
|
548
527
|
input_modality: ['text', 'image'],
|
|
549
528
|
output_modality: ['text'],
|
|
550
529
|
tool_use: true,
|
|
551
530
|
streaming: true,
|
|
552
531
|
json_output: true,
|
|
553
532
|
},
|
|
554
|
-
class: '
|
|
555
|
-
description: "Grok
|
|
533
|
+
class: 'code',
|
|
534
|
+
description: "Grok Build 0.1, xAI's fast coding model trained for agentic coding workflows with 256k context and text/image input.",
|
|
556
535
|
},
|
|
557
536
|
{
|
|
558
537
|
id: 'grok-4-1-fast-reasoning',
|
|
@@ -1821,7 +1800,7 @@ exports.MODEL_REGISTRY = [
|
|
|
1821
1800
|
},
|
|
1822
1801
|
{
|
|
1823
1802
|
id: 'claude-sonnet-4-6',
|
|
1824
|
-
aliases: ['claude-sonnet-4-6', 'claude-sonnet-4.6', 'claude-sonnet-latest'],
|
|
1803
|
+
aliases: ['claude-sonnet-4-6', 'claude-sonnet-4.6', 'claude-sonnet-latest', 'sonnet-4-6', 'sonnet-4.6'],
|
|
1825
1804
|
provider: 'anthropic',
|
|
1826
1805
|
cost: {
|
|
1827
1806
|
input_per_million: 3.0,
|
|
@@ -2139,7 +2118,8 @@ exports.MODEL_REGISTRY = [
|
|
|
2139
2118
|
description: 'Gemini 3.5 Flash - fast multimodal reasoning model with 1M context and native thinking levels.',
|
|
2140
2119
|
},
|
|
2141
2120
|
{
|
|
2142
|
-
id: 'gemini-3.1-flash-lite
|
|
2121
|
+
id: 'gemini-3.1-flash-lite',
|
|
2122
|
+
aliases: ['gemini-3.1-flash-lite-preview'],
|
|
2143
2123
|
provider: 'google',
|
|
2144
2124
|
cost: {
|
|
2145
2125
|
input_per_million: {
|
|
@@ -2148,6 +2128,7 @@ exports.MODEL_REGISTRY = [
|
|
|
2148
2128
|
video: 0.25,
|
|
2149
2129
|
audio: 0.5,
|
|
2150
2130
|
},
|
|
2131
|
+
cached_input_per_million: 0.025,
|
|
2151
2132
|
output_per_million: 1.5,
|
|
2152
2133
|
},
|
|
2153
2134
|
features: {
|
|
@@ -2161,7 +2142,7 @@ exports.MODEL_REGISTRY = [
|
|
|
2161
2142
|
},
|
|
2162
2143
|
class: 'reasoning_mini',
|
|
2163
2144
|
score: 82,
|
|
2164
|
-
description: 'Gemini 3.1 Flash Lite
|
|
2145
|
+
description: 'Gemini 3.1 Flash Lite - stable cost-efficient multimodal model with 1M context window; preview ID remains supported as an alias.',
|
|
2165
2146
|
},
|
|
2166
2147
|
{
|
|
2167
2148
|
id: 'gemini-2.5-flash',
|
|
@@ -2609,7 +2590,7 @@ exports.MODEL_REGISTRY = [
|
|
|
2609
2590
|
output_per_million: 1.0,
|
|
2610
2591
|
},
|
|
2611
2592
|
features: {
|
|
2612
|
-
context_length:
|
|
2593
|
+
context_length: 127072,
|
|
2613
2594
|
input_modality: ['text'],
|
|
2614
2595
|
output_modality: ['text'],
|
|
2615
2596
|
tool_use: true,
|
|
@@ -2627,34 +2608,17 @@ exports.MODEL_REGISTRY = [
|
|
|
2627
2608
|
output_per_million: 15.0,
|
|
2628
2609
|
},
|
|
2629
2610
|
features: {
|
|
2630
|
-
context_length:
|
|
2611
|
+
context_length: 200000,
|
|
2631
2612
|
input_modality: ['text'],
|
|
2632
2613
|
output_modality: ['text'],
|
|
2633
2614
|
tool_use: true,
|
|
2634
2615
|
streaming: true,
|
|
2635
2616
|
json_output: true,
|
|
2617
|
+
max_output_tokens: 8000,
|
|
2636
2618
|
},
|
|
2637
2619
|
class: 'standard',
|
|
2638
2620
|
description: 'Advanced search model optimized for complex queries and deeper content understanding.',
|
|
2639
2621
|
},
|
|
2640
|
-
{
|
|
2641
|
-
id: 'perplexity/sonar-reasoning',
|
|
2642
|
-
provider: 'openrouter',
|
|
2643
|
-
cost: {
|
|
2644
|
-
input_per_million: 1.0,
|
|
2645
|
-
output_per_million: 5.0,
|
|
2646
|
-
},
|
|
2647
|
-
features: {
|
|
2648
|
-
context_length: 32768,
|
|
2649
|
-
input_modality: ['text'],
|
|
2650
|
-
output_modality: ['text'],
|
|
2651
|
-
tool_use: true,
|
|
2652
|
-
streaming: true,
|
|
2653
|
-
json_output: true,
|
|
2654
|
-
},
|
|
2655
|
-
class: 'reasoning_mini',
|
|
2656
|
-
description: 'Quick problem-solving and reasoning model, ideal for evaluating complex queries.',
|
|
2657
|
-
},
|
|
2658
2622
|
{
|
|
2659
2623
|
id: 'perplexity/sonar-reasoning-pro',
|
|
2660
2624
|
provider: 'openrouter',
|
|
@@ -2663,7 +2627,7 @@ exports.MODEL_REGISTRY = [
|
|
|
2663
2627
|
output_per_million: 8.0,
|
|
2664
2628
|
},
|
|
2665
2629
|
features: {
|
|
2666
|
-
context_length:
|
|
2630
|
+
context_length: 128000,
|
|
2667
2631
|
input_modality: ['text'],
|
|
2668
2632
|
output_modality: ['text'],
|
|
2669
2633
|
tool_use: true,
|
|
@@ -2681,7 +2645,7 @@ exports.MODEL_REGISTRY = [
|
|
|
2681
2645
|
output_per_million: 8.0,
|
|
2682
2646
|
},
|
|
2683
2647
|
features: {
|
|
2684
|
-
context_length:
|
|
2648
|
+
context_length: 128000,
|
|
2685
2649
|
input_modality: ['text'],
|
|
2686
2650
|
output_modality: ['text'],
|
|
2687
2651
|
tool_use: true,
|
|
@@ -2691,45 +2655,6 @@ exports.MODEL_REGISTRY = [
|
|
|
2691
2655
|
class: 'standard',
|
|
2692
2656
|
description: 'Best suited for exhaustive research, generating detailed reports and in-depth insights.',
|
|
2693
2657
|
},
|
|
2694
|
-
{
|
|
2695
|
-
id: 'mistralai/magistral-small-2506',
|
|
2696
|
-
provider: 'openrouter',
|
|
2697
|
-
cost: {
|
|
2698
|
-
input_per_million: 0.5,
|
|
2699
|
-
output_per_million: 1.5,
|
|
2700
|
-
},
|
|
2701
|
-
features: {
|
|
2702
|
-
context_length: 40000,
|
|
2703
|
-
input_modality: ['text'],
|
|
2704
|
-
output_modality: ['text'],
|
|
2705
|
-
tool_use: true,
|
|
2706
|
-
streaming: true,
|
|
2707
|
-
json_output: true,
|
|
2708
|
-
},
|
|
2709
|
-
class: 'reasoning_mini',
|
|
2710
|
-
score: 72,
|
|
2711
|
-
description: 'Magistral Small is a 24B parameter instruction-tuned model based on Mistral-Small-3.1 (2503), enhanced through supervised fine-tuning on traces from Magistral Medium and further refined via reinforcement learning. It is optimized for reasoning and supports a wide multilingual range, including over 20 languages.',
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
2714
|
-
id: 'mistralai/magistral-medium-2506:thinking',
|
|
2715
|
-
provider: 'openrouter',
|
|
2716
|
-
cost: {
|
|
2717
|
-
input_per_million: 2.0,
|
|
2718
|
-
output_per_million: 5.0,
|
|
2719
|
-
},
|
|
2720
|
-
features: {
|
|
2721
|
-
context_length: 40960,
|
|
2722
|
-
input_modality: ['text'],
|
|
2723
|
-
output_modality: ['text'],
|
|
2724
|
-
tool_use: true,
|
|
2725
|
-
streaming: true,
|
|
2726
|
-
json_output: true,
|
|
2727
|
-
reasoning_output: true,
|
|
2728
|
-
},
|
|
2729
|
-
class: 'reasoning',
|
|
2730
|
-
score: 80,
|
|
2731
|
-
description: "Magistral is Mistral's first reasoning model. It is ideal for general purpose use requiring longer thought processing and better accuracy than with non-reasoning LLMs. From legal research and financial forecasting to software development and creative storytelling — this model solves multi-step challenges where transparency and precision are critical.",
|
|
2732
|
-
},
|
|
2733
2658
|
{
|
|
2734
2659
|
id: 'test-model',
|
|
2735
2660
|
provider: 'test',
|
|
@@ -3125,8 +3050,8 @@ exports.MODEL_REGISTRY = [
|
|
|
3125
3050
|
provider: 'openrouter',
|
|
3126
3051
|
openrouter_id: 'openai/gpt-oss-120b',
|
|
3127
3052
|
cost: {
|
|
3128
|
-
input_per_million: 0.
|
|
3129
|
-
output_per_million: 0.
|
|
3053
|
+
input_per_million: 0.039,
|
|
3054
|
+
output_per_million: 0.18,
|
|
3130
3055
|
},
|
|
3131
3056
|
features: {
|
|
3132
3057
|
context_length: 131072,
|
|
@@ -3135,7 +3060,6 @@ exports.MODEL_REGISTRY = [
|
|
|
3135
3060
|
tool_use: true,
|
|
3136
3061
|
streaming: true,
|
|
3137
3062
|
json_output: true,
|
|
3138
|
-
max_output_tokens: 100000,
|
|
3139
3063
|
reasoning_output: true,
|
|
3140
3064
|
},
|
|
3141
3065
|
class: 'reasoning',
|
|
@@ -3148,8 +3072,8 @@ exports.MODEL_REGISTRY = [
|
|
|
3148
3072
|
provider: 'openrouter',
|
|
3149
3073
|
openrouter_id: 'openai/gpt-oss-20b',
|
|
3150
3074
|
cost: {
|
|
3151
|
-
input_per_million: 0.
|
|
3152
|
-
output_per_million: 0.
|
|
3075
|
+
input_per_million: 0.029,
|
|
3076
|
+
output_per_million: 0.14,
|
|
3153
3077
|
},
|
|
3154
3078
|
features: {
|
|
3155
3079
|
context_length: 131072,
|
|
@@ -3158,12 +3082,34 @@ exports.MODEL_REGISTRY = [
|
|
|
3158
3082
|
tool_use: true,
|
|
3159
3083
|
streaming: true,
|
|
3160
3084
|
json_output: true,
|
|
3161
|
-
max_output_tokens: 100000,
|
|
3162
3085
|
},
|
|
3163
3086
|
class: 'standard',
|
|
3164
3087
|
score: 82,
|
|
3165
3088
|
description: 'GPT OSS 20B - MoE model with 3.6B active params, optimized for consumer hardware',
|
|
3166
3089
|
},
|
|
3090
|
+
{
|
|
3091
|
+
id: 'qwen/qwen3.7-max',
|
|
3092
|
+
aliases: ['Qwen3.7 Max', 'qwen3.7-max', 'qwen-3.7-max'],
|
|
3093
|
+
provider: 'openrouter',
|
|
3094
|
+
openrouter_id: 'qwen/qwen3.7-max',
|
|
3095
|
+
cost: {
|
|
3096
|
+
input_per_million: 1.25,
|
|
3097
|
+
cached_input_per_million: 0.25,
|
|
3098
|
+
output_per_million: 3.75,
|
|
3099
|
+
},
|
|
3100
|
+
features: {
|
|
3101
|
+
context_length: 1000000,
|
|
3102
|
+
input_modality: ['text'],
|
|
3103
|
+
output_modality: ['text'],
|
|
3104
|
+
tool_use: true,
|
|
3105
|
+
streaming: true,
|
|
3106
|
+
json_output: true,
|
|
3107
|
+
max_output_tokens: 65536,
|
|
3108
|
+
reasoning_output: true,
|
|
3109
|
+
},
|
|
3110
|
+
class: 'code',
|
|
3111
|
+
description: 'Qwen3.7 Max via OpenRouter. Flagship Qwen 3.7 model for agent-centric coding, productivity, and long-horizon autonomous execution.',
|
|
3112
|
+
},
|
|
3167
3113
|
{
|
|
3168
3114
|
id: 'qwen/qwen3.6-plus',
|
|
3169
3115
|
aliases: ['Qwen 3.6', 'Qwen3.6', 'qwen3.6', 'qwen-3.6', 'qwen3.6-plus', 'qwen-3.6-plus'],
|
|
@@ -3192,9 +3138,8 @@ exports.MODEL_REGISTRY = [
|
|
|
3192
3138
|
provider: 'openrouter',
|
|
3193
3139
|
openrouter_id: 'qwen/qwen3.6-flash',
|
|
3194
3140
|
cost: {
|
|
3195
|
-
input_per_million: 0.
|
|
3196
|
-
|
|
3197
|
-
output_per_million: 1.5,
|
|
3141
|
+
input_per_million: 0.1875,
|
|
3142
|
+
output_per_million: 1.125,
|
|
3198
3143
|
},
|
|
3199
3144
|
features: {
|
|
3200
3145
|
context_length: 1000000,
|
|
@@ -3215,9 +3160,8 @@ exports.MODEL_REGISTRY = [
|
|
|
3215
3160
|
provider: 'openrouter',
|
|
3216
3161
|
openrouter_id: 'qwen/qwen3.6-35b-a3b',
|
|
3217
3162
|
cost: {
|
|
3218
|
-
input_per_million: 0.
|
|
3219
|
-
|
|
3220
|
-
output_per_million: 0.96525,
|
|
3163
|
+
input_per_million: 0.14,
|
|
3164
|
+
output_per_million: 1.0,
|
|
3221
3165
|
},
|
|
3222
3166
|
features: {
|
|
3223
3167
|
context_length: 262144,
|
|
@@ -3226,7 +3170,7 @@ exports.MODEL_REGISTRY = [
|
|
|
3226
3170
|
tool_use: true,
|
|
3227
3171
|
streaming: true,
|
|
3228
3172
|
json_output: true,
|
|
3229
|
-
max_output_tokens:
|
|
3173
|
+
max_output_tokens: 262140,
|
|
3230
3174
|
reasoning_output: true,
|
|
3231
3175
|
},
|
|
3232
3176
|
class: 'reasoning',
|
|
@@ -3261,7 +3205,7 @@ exports.MODEL_REGISTRY = [
|
|
|
3261
3205
|
provider: 'openrouter',
|
|
3262
3206
|
openrouter_id: 'qwen/qwen3.6-27b',
|
|
3263
3207
|
cost: {
|
|
3264
|
-
input_per_million: 0.
|
|
3208
|
+
input_per_million: 0.29,
|
|
3265
3209
|
output_per_million: 3.2,
|
|
3266
3210
|
},
|
|
3267
3211
|
features: {
|
|
@@ -3271,7 +3215,7 @@ exports.MODEL_REGISTRY = [
|
|
|
3271
3215
|
tool_use: true,
|
|
3272
3216
|
streaming: true,
|
|
3273
3217
|
json_output: true,
|
|
3274
|
-
max_output_tokens:
|
|
3218
|
+
max_output_tokens: 262140,
|
|
3275
3219
|
reasoning_output: true,
|
|
3276
3220
|
},
|
|
3277
3221
|
class: 'reasoning',
|
|
@@ -3283,8 +3227,9 @@ exports.MODEL_REGISTRY = [
|
|
|
3283
3227
|
provider: 'openrouter',
|
|
3284
3228
|
openrouter_id: 'qwen/qwen3-235b-a22b-thinking-2507',
|
|
3285
3229
|
cost: {
|
|
3286
|
-
input_per_million: 0.
|
|
3287
|
-
|
|
3230
|
+
input_per_million: 0.1,
|
|
3231
|
+
cached_input_per_million: 0.1,
|
|
3232
|
+
output_per_million: 0.1,
|
|
3288
3233
|
},
|
|
3289
3234
|
features: {
|
|
3290
3235
|
context_length: 262144,
|
|
@@ -3293,7 +3238,7 @@ exports.MODEL_REGISTRY = [
|
|
|
3293
3238
|
tool_use: true,
|
|
3294
3239
|
streaming: true,
|
|
3295
3240
|
json_output: true,
|
|
3296
|
-
max_output_tokens:
|
|
3241
|
+
max_output_tokens: 262144,
|
|
3297
3242
|
reasoning_output: true,
|
|
3298
3243
|
},
|
|
3299
3244
|
class: 'reasoning',
|
|
@@ -3306,17 +3251,17 @@ exports.MODEL_REGISTRY = [
|
|
|
3306
3251
|
provider: 'openrouter',
|
|
3307
3252
|
openrouter_id: 'qwen/qwen3-coder',
|
|
3308
3253
|
cost: {
|
|
3309
|
-
input_per_million: 0.
|
|
3310
|
-
output_per_million:
|
|
3254
|
+
input_per_million: 0.22,
|
|
3255
|
+
output_per_million: 1.8,
|
|
3311
3256
|
},
|
|
3312
3257
|
features: {
|
|
3313
|
-
context_length:
|
|
3258
|
+
context_length: 1048576,
|
|
3314
3259
|
input_modality: ['text'],
|
|
3315
3260
|
output_modality: ['text'],
|
|
3316
3261
|
tool_use: true,
|
|
3317
3262
|
streaming: true,
|
|
3318
3263
|
json_output: true,
|
|
3319
|
-
max_output_tokens:
|
|
3264
|
+
max_output_tokens: 65536,
|
|
3320
3265
|
},
|
|
3321
3266
|
class: 'code',
|
|
3322
3267
|
score: 90,
|
|
@@ -3328,9 +3273,9 @@ exports.MODEL_REGISTRY = [
|
|
|
3328
3273
|
provider: 'openrouter',
|
|
3329
3274
|
openrouter_id: 'z-ai/glm-5.1',
|
|
3330
3275
|
cost: {
|
|
3331
|
-
input_per_million:
|
|
3332
|
-
output_per_million: 3.
|
|
3333
|
-
cached_input_per_million: 0.
|
|
3276
|
+
input_per_million: 0.98,
|
|
3277
|
+
output_per_million: 3.08,
|
|
3278
|
+
cached_input_per_million: 0.182,
|
|
3334
3279
|
},
|
|
3335
3280
|
features: {
|
|
3336
3281
|
context_length: 202752,
|
|
@@ -3339,7 +3284,6 @@ exports.MODEL_REGISTRY = [
|
|
|
3339
3284
|
tool_use: true,
|
|
3340
3285
|
streaming: true,
|
|
3341
3286
|
json_output: true,
|
|
3342
|
-
max_output_tokens: 65535,
|
|
3343
3287
|
reasoning_output: true,
|
|
3344
3288
|
},
|
|
3345
3289
|
class: 'reasoning',
|
|
@@ -3374,9 +3318,9 @@ exports.MODEL_REGISTRY = [
|
|
|
3374
3318
|
provider: 'openrouter',
|
|
3375
3319
|
openrouter_id: 'deepseek/deepseek-v4-flash',
|
|
3376
3320
|
cost: {
|
|
3377
|
-
input_per_million: 0.
|
|
3378
|
-
cached_input_per_million: 0.
|
|
3379
|
-
output_per_million: 0.
|
|
3321
|
+
input_per_million: 0.0983,
|
|
3322
|
+
cached_input_per_million: 0.0197,
|
|
3323
|
+
output_per_million: 0.1966,
|
|
3380
3324
|
},
|
|
3381
3325
|
features: {
|
|
3382
3326
|
context_length: 1048576,
|
|
@@ -3385,7 +3329,7 @@ exports.MODEL_REGISTRY = [
|
|
|
3385
3329
|
tool_use: true,
|
|
3386
3330
|
streaming: true,
|
|
3387
3331
|
json_output: true,
|
|
3388
|
-
max_output_tokens:
|
|
3332
|
+
max_output_tokens: 131072,
|
|
3389
3333
|
reasoning_output: true,
|
|
3390
3334
|
},
|
|
3391
3335
|
class: 'reasoning',
|
|
@@ -3443,9 +3387,9 @@ exports.MODEL_REGISTRY = [
|
|
|
3443
3387
|
provider: 'openrouter',
|
|
3444
3388
|
openrouter_id: 'tencent/hy3-preview',
|
|
3445
3389
|
cost: {
|
|
3446
|
-
input_per_million: 0.
|
|
3447
|
-
cached_input_per_million: 0.
|
|
3448
|
-
output_per_million: 0.
|
|
3390
|
+
input_per_million: 0.063,
|
|
3391
|
+
cached_input_per_million: 0.021,
|
|
3392
|
+
output_per_million: 0.21,
|
|
3449
3393
|
},
|
|
3450
3394
|
features: {
|
|
3451
3395
|
context_length: 262144,
|
|
@@ -3454,7 +3398,6 @@ exports.MODEL_REGISTRY = [
|
|
|
3454
3398
|
tool_use: true,
|
|
3455
3399
|
streaming: true,
|
|
3456
3400
|
json_output: false,
|
|
3457
|
-
max_output_tokens: 262144,
|
|
3458
3401
|
reasoning_output: true,
|
|
3459
3402
|
},
|
|
3460
3403
|
class: 'reasoning',
|
|
@@ -3465,9 +3408,9 @@ exports.MODEL_REGISTRY = [
|
|
|
3465
3408
|
aliases: ['kimi-k2.5', 'kimi-k2-5'],
|
|
3466
3409
|
provider: 'openrouter',
|
|
3467
3410
|
cost: {
|
|
3468
|
-
input_per_million: 0.
|
|
3469
|
-
output_per_million:
|
|
3470
|
-
cached_input_per_million: 0.
|
|
3411
|
+
input_per_million: 0.4,
|
|
3412
|
+
output_per_million: 1.9,
|
|
3413
|
+
cached_input_per_million: 0.09,
|
|
3471
3414
|
},
|
|
3472
3415
|
features: {
|
|
3473
3416
|
context_length: 262144,
|
|
@@ -3476,6 +3419,7 @@ exports.MODEL_REGISTRY = [
|
|
|
3476
3419
|
tool_use: true,
|
|
3477
3420
|
streaming: true,
|
|
3478
3421
|
json_output: true,
|
|
3422
|
+
max_output_tokens: 262144,
|
|
3479
3423
|
},
|
|
3480
3424
|
class: 'reasoning',
|
|
3481
3425
|
score: 86,
|
|
@@ -3487,18 +3431,18 @@ exports.MODEL_REGISTRY = [
|
|
|
3487
3431
|
provider: 'openrouter',
|
|
3488
3432
|
openrouter_id: 'moonshotai/kimi-k2.6',
|
|
3489
3433
|
cost: {
|
|
3490
|
-
input_per_million: 0.
|
|
3491
|
-
output_per_million: 3.
|
|
3492
|
-
cached_input_per_million: 0.
|
|
3434
|
+
input_per_million: 0.684,
|
|
3435
|
+
output_per_million: 3.42,
|
|
3436
|
+
cached_input_per_million: 0.144,
|
|
3493
3437
|
},
|
|
3494
3438
|
features: {
|
|
3495
|
-
context_length:
|
|
3439
|
+
context_length: 262144,
|
|
3496
3440
|
input_modality: ['text', 'image'],
|
|
3497
3441
|
output_modality: ['text'],
|
|
3498
3442
|
tool_use: true,
|
|
3499
3443
|
streaming: true,
|
|
3500
3444
|
json_output: true,
|
|
3501
|
-
max_output_tokens:
|
|
3445
|
+
max_output_tokens: 262144,
|
|
3502
3446
|
reasoning_output: true,
|
|
3503
3447
|
},
|
|
3504
3448
|
class: 'reasoning',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model_data.d.ts","sourceRoot":"","sources":["../../../data/model_data.ts"],"names":[],"mappings":"AAYA,OAAO,EACH,YAAY,EACZ,eAAe,EACf,WAAW,EACX,cAAc,EACd,aAAa,EACb,SAAS,EACT,aAAa,EACb,UAAU,EACV,UAAU,EACV,UAAU,EACb,MAAM,mBAAmB,CAAC;AAM3B,YAAY,EACR,YAAY,EACZ,eAAe,EACf,WAAW,EACX,cAAc,EACd,aAAa,EACb,SAAS,EACT,aAAa,EACb,UAAU,EACV,UAAU,EACV,UAAU,GACb,CAAC;AAOF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwMzB,CAAC;AAGF,eAAO,MAAM,cAAc,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"model_data.d.ts","sourceRoot":"","sources":["../../../data/model_data.ts"],"names":[],"mappings":"AAYA,OAAO,EACH,YAAY,EACZ,eAAe,EACf,WAAW,EACX,cAAc,EACd,aAAa,EACb,SAAS,EACT,aAAa,EACb,UAAU,EACV,UAAU,EACV,UAAU,EACb,MAAM,mBAAmB,CAAC;AAM3B,YAAY,EACR,YAAY,EACZ,eAAe,EACf,WAAW,EACX,cAAc,EACd,aAAa,EACb,SAAS,EACT,aAAa,EACb,UAAU,EACV,UAAU,EACV,UAAU,GACb,CAAC;AAOF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwMzB,CAAC;AAGF,eAAO,MAAM,cAAc,EAAE,UAAU,EA+7GtC,CAAC;AAQF,wBAAgB,SAAS,CAAC,OAAO,EAAE,MAAM,GAAG,UAAU,GAAG,SAAS,CAuBjE"}
|