@just-every/ensemble 0.2.260 → 0.2.261
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 +188 -35
- 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/claude.cjs +7 -2
- package/dist/cjs/model_providers/claude.d.ts.map +1 -1
- package/dist/cjs/model_providers/claude.js.map +1 -1
- package/dist/cjs/model_providers/gemini.cjs +1 -0
- package/dist/cjs/model_providers/gemini.d.ts.map +1 -1
- package/dist/cjs/model_providers/gemini.js.map +1 -1
- package/dist/cjs/tsconfig.cjs.tsbuildinfo +1 -1
- package/dist/data/model_data.d.ts.map +1 -1
- package/dist/data/model_data.js +188 -35
- package/dist/data/model_data.js.map +1 -1
- package/dist/model_providers/claude.d.ts.map +1 -1
- package/dist/model_providers/claude.js +7 -2
- package/dist/model_providers/claude.js.map +1 -1
- package/dist/model_providers/gemini.d.ts.map +1 -1
- package/dist/model_providers/gemini.js +1 -0
- package/dist/model_providers/gemini.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@ exports.MODEL_CLASSES = {
|
|
|
8
8
|
models: [
|
|
9
9
|
'gpt-5.5',
|
|
10
10
|
'gemini-3-flash-preview',
|
|
11
|
-
'claude-sonnet-
|
|
11
|
+
'claude-sonnet-5',
|
|
12
12
|
'grok-4.3',
|
|
13
13
|
],
|
|
14
14
|
random: true,
|
|
@@ -26,7 +26,7 @@ exports.MODEL_CLASSES = {
|
|
|
26
26
|
models: [
|
|
27
27
|
'gpt-5.5',
|
|
28
28
|
'gemini-2.5-pro',
|
|
29
|
-
'claude-sonnet-
|
|
29
|
+
'claude-sonnet-5',
|
|
30
30
|
'grok-4.3',
|
|
31
31
|
],
|
|
32
32
|
random: true,
|
|
@@ -44,7 +44,7 @@ exports.MODEL_CLASSES = {
|
|
|
44
44
|
models: [
|
|
45
45
|
'gpt-5.4-mini',
|
|
46
46
|
'gemini-3-flash-preview',
|
|
47
|
-
'claude-sonnet-
|
|
47
|
+
'claude-sonnet-5',
|
|
48
48
|
'grok-3-mini',
|
|
49
49
|
],
|
|
50
50
|
random: true,
|
|
@@ -53,7 +53,7 @@ exports.MODEL_CLASSES = {
|
|
|
53
53
|
models: [
|
|
54
54
|
'gpt-5.5',
|
|
55
55
|
'gemini-3.1-pro-preview',
|
|
56
|
-
'claude-sonnet-
|
|
56
|
+
'claude-sonnet-5',
|
|
57
57
|
'grok-4.3',
|
|
58
58
|
],
|
|
59
59
|
random: true,
|
|
@@ -81,7 +81,7 @@ exports.MODEL_CLASSES = {
|
|
|
81
81
|
models: [
|
|
82
82
|
'gpt-5.5',
|
|
83
83
|
'gemini-3-flash-preview',
|
|
84
|
-
'claude-sonnet-
|
|
84
|
+
'claude-sonnet-5',
|
|
85
85
|
'grok-4.3',
|
|
86
86
|
],
|
|
87
87
|
random: true,
|
|
@@ -157,7 +157,7 @@ exports.MODEL_CLASSES = {
|
|
|
157
157
|
models: [
|
|
158
158
|
'tts-1-hd',
|
|
159
159
|
'eleven_multilingual_v2',
|
|
160
|
-
'gemini-
|
|
160
|
+
'gemini-3.1-flash-tts-preview',
|
|
161
161
|
],
|
|
162
162
|
description: 'Text-to-Speech models for voice generation',
|
|
163
163
|
},
|
|
@@ -166,7 +166,7 @@ exports.MODEL_CLASSES = {
|
|
|
166
166
|
'gpt-realtime-whisper',
|
|
167
167
|
'gpt-4o-transcribe',
|
|
168
168
|
'u3-rt-pro',
|
|
169
|
-
'gemini-
|
|
169
|
+
'gemini-3.1-flash-live-preview',
|
|
170
170
|
],
|
|
171
171
|
description: 'Speech-to-Text models for audio transcription with real-time streaming',
|
|
172
172
|
},
|
|
@@ -1802,7 +1802,7 @@ exports.MODEL_REGISTRY = [
|
|
|
1802
1802
|
},
|
|
1803
1803
|
{
|
|
1804
1804
|
id: 'claude-sonnet-4-6',
|
|
1805
|
-
aliases: ['claude-sonnet-4-6', 'claude-sonnet-4.6', '
|
|
1805
|
+
aliases: ['claude-sonnet-4-6', 'claude-sonnet-4.6', 'sonnet-4-6', 'sonnet-4.6'],
|
|
1806
1806
|
provider: 'anthropic',
|
|
1807
1807
|
cost: {
|
|
1808
1808
|
input_per_million: 3.0,
|
|
@@ -1823,6 +1823,34 @@ exports.MODEL_REGISTRY = [
|
|
|
1823
1823
|
score: 94,
|
|
1824
1824
|
description: 'Claude Sonnet 4.6 with updated reasoning and multimodal capabilities.',
|
|
1825
1825
|
},
|
|
1826
|
+
{
|
|
1827
|
+
id: 'claude-sonnet-5',
|
|
1828
|
+
aliases: ['claude-sonnet-latest', 'sonnet-5', 'sonnet-5-latest'],
|
|
1829
|
+
provider: 'anthropic',
|
|
1830
|
+
cost: {
|
|
1831
|
+
input_per_million: 2.0,
|
|
1832
|
+
output_per_million: 10.0,
|
|
1833
|
+
cached_input_per_million: 0.2,
|
|
1834
|
+
},
|
|
1835
|
+
features: {
|
|
1836
|
+
context_length: 1_000_000,
|
|
1837
|
+
input_modality: ['text', 'image'],
|
|
1838
|
+
output_modality: ['text'],
|
|
1839
|
+
tool_use: true,
|
|
1840
|
+
streaming: true,
|
|
1841
|
+
json_output: true,
|
|
1842
|
+
reasoning_output: true,
|
|
1843
|
+
max_output_tokens: 128000,
|
|
1844
|
+
},
|
|
1845
|
+
class: 'reasoning',
|
|
1846
|
+
score: 96,
|
|
1847
|
+
scores: {
|
|
1848
|
+
monologue: 95,
|
|
1849
|
+
code: 96,
|
|
1850
|
+
reasoning: 95,
|
|
1851
|
+
},
|
|
1852
|
+
description: 'Claude Sonnet 5 - latest Sonnet model with 1M context, 128K output, vision support, and implicit adaptive thinking controls.',
|
|
1853
|
+
},
|
|
1826
1854
|
{
|
|
1827
1855
|
id: 'claude-sonnet-4-5-20250514-long-context',
|
|
1828
1856
|
aliases: ['claude-sonnet-4-5-long', 'claude-sonnet-4.5-long'],
|
|
@@ -2641,6 +2669,22 @@ exports.MODEL_REGISTRY = [
|
|
|
2641
2669
|
class: 'voice',
|
|
2642
2670
|
description: "Gemini's advanced text-to-speech model with superior voice quality, expression control, and multi-speaker support for creating dynamic conversations.",
|
|
2643
2671
|
},
|
|
2672
|
+
{
|
|
2673
|
+
id: 'gemini-3.1-flash-tts-preview',
|
|
2674
|
+
provider: 'google',
|
|
2675
|
+
cost: {
|
|
2676
|
+
input_per_million: 10.0,
|
|
2677
|
+
output_per_million: 0,
|
|
2678
|
+
},
|
|
2679
|
+
features: {
|
|
2680
|
+
input_modality: ['text'],
|
|
2681
|
+
output_modality: ['audio'],
|
|
2682
|
+
streaming: true,
|
|
2683
|
+
context_length: 32000,
|
|
2684
|
+
},
|
|
2685
|
+
class: 'voice',
|
|
2686
|
+
description: 'Gemini 3.1 Flash TTS preview for low-latency speech generation with steerable prompts and expressive audio tags.',
|
|
2687
|
+
},
|
|
2644
2688
|
{
|
|
2645
2689
|
id: 'gemini-2.5-flash-native-audio-preview',
|
|
2646
2690
|
aliases: ['gemini-2.5-flash-native-audio-preview-12-2025'],
|
|
@@ -2658,6 +2702,21 @@ exports.MODEL_REGISTRY = [
|
|
|
2658
2702
|
class: 'voice',
|
|
2659
2703
|
description: "Gemini's native audio preview model providing low-latency text-to-speech with built-in audio processing.",
|
|
2660
2704
|
},
|
|
2705
|
+
{
|
|
2706
|
+
id: 'gemini-omni-flash',
|
|
2707
|
+
provider: 'google',
|
|
2708
|
+
cost: {
|
|
2709
|
+
input_per_million: 0,
|
|
2710
|
+
output_per_million: 0,
|
|
2711
|
+
},
|
|
2712
|
+
features: {
|
|
2713
|
+
input_modality: ['text', 'image', 'audio', 'video'],
|
|
2714
|
+
output_modality: ['text', 'image', 'audio'],
|
|
2715
|
+
streaming: true,
|
|
2716
|
+
},
|
|
2717
|
+
class: 'standard',
|
|
2718
|
+
description: 'Gemini Omni Flash preview for multimodal, conversational generation and editing across text, image, audio, and video inputs.',
|
|
2719
|
+
},
|
|
2661
2720
|
{
|
|
2662
2721
|
id: 'perplexity/sonar',
|
|
2663
2722
|
provider: 'openrouter',
|
|
@@ -3000,6 +3059,29 @@ exports.MODEL_REGISTRY = [
|
|
|
3000
3059
|
class: 'transcription',
|
|
3001
3060
|
description: 'Gemini Live API for real-time multimodal interaction with modality-specific pricing',
|
|
3002
3061
|
},
|
|
3062
|
+
{
|
|
3063
|
+
id: 'gemini-3.1-flash-live-preview',
|
|
3064
|
+
provider: 'google',
|
|
3065
|
+
cost: {
|
|
3066
|
+
input_per_million: {
|
|
3067
|
+
text: 0.5,
|
|
3068
|
+
audio: 3.0,
|
|
3069
|
+
video: 3.0,
|
|
3070
|
+
},
|
|
3071
|
+
output_per_million: {
|
|
3072
|
+
text: 2.0,
|
|
3073
|
+
audio: 12.0,
|
|
3074
|
+
},
|
|
3075
|
+
},
|
|
3076
|
+
features: {
|
|
3077
|
+
context_length: 32000,
|
|
3078
|
+
input_modality: ['text', 'audio', 'video'],
|
|
3079
|
+
output_modality: ['text', 'audio'],
|
|
3080
|
+
streaming: true,
|
|
3081
|
+
},
|
|
3082
|
+
class: 'transcription',
|
|
3083
|
+
description: 'Gemini 3.1 Flash Live preview for high-quality, low-latency audio-to-audio realtime dialogue and voice-first applications.',
|
|
3084
|
+
},
|
|
3003
3085
|
{
|
|
3004
3086
|
id: 'gemini-2.0-flash-live-001',
|
|
3005
3087
|
provider: 'google',
|
|
@@ -3177,8 +3259,8 @@ exports.MODEL_REGISTRY = [
|
|
|
3177
3259
|
provider: 'openrouter',
|
|
3178
3260
|
openrouter_id: 'openai/gpt-oss-120b',
|
|
3179
3261
|
cost: {
|
|
3180
|
-
input_per_million: 0.
|
|
3181
|
-
output_per_million: 0.
|
|
3262
|
+
input_per_million: 0.03,
|
|
3263
|
+
output_per_million: 0.15,
|
|
3182
3264
|
},
|
|
3183
3265
|
features: {
|
|
3184
3266
|
context_length: 131072,
|
|
@@ -3237,6 +3319,29 @@ exports.MODEL_REGISTRY = [
|
|
|
3237
3319
|
class: 'code',
|
|
3238
3320
|
description: 'Qwen3.7 Max via OpenRouter. Flagship Qwen 3.7 model for agent-centric coding, productivity, and long-horizon autonomous execution.',
|
|
3239
3321
|
},
|
|
3322
|
+
{
|
|
3323
|
+
id: 'qwen/qwen3.7-plus',
|
|
3324
|
+
aliases: ['Qwen3.7 Plus', 'qwen3.7-plus', 'qwen-3.7-plus'],
|
|
3325
|
+
provider: 'openrouter',
|
|
3326
|
+
openrouter_id: 'qwen/qwen3.7-plus',
|
|
3327
|
+
cost: {
|
|
3328
|
+
input_per_million: 0.32,
|
|
3329
|
+
cached_input_per_million: 0.064,
|
|
3330
|
+
output_per_million: 1.28,
|
|
3331
|
+
},
|
|
3332
|
+
features: {
|
|
3333
|
+
context_length: 1000000,
|
|
3334
|
+
input_modality: ['text', 'image'],
|
|
3335
|
+
output_modality: ['text'],
|
|
3336
|
+
tool_use: true,
|
|
3337
|
+
streaming: true,
|
|
3338
|
+
json_output: true,
|
|
3339
|
+
max_output_tokens: 65536,
|
|
3340
|
+
reasoning_output: true,
|
|
3341
|
+
},
|
|
3342
|
+
class: 'reasoning',
|
|
3343
|
+
description: 'Qwen3.7 Plus via OpenRouter. Current multimodal Qwen 3.7 model with 1M context for agentic workflows and visual reasoning.',
|
|
3344
|
+
},
|
|
3240
3345
|
{
|
|
3241
3346
|
id: 'qwen/qwen3.6-plus',
|
|
3242
3347
|
aliases: ['Qwen 3.6', 'Qwen3.6', 'qwen3.6', 'qwen-3.6', 'qwen3.6-plus', 'qwen-3.6-plus'],
|
|
@@ -3297,7 +3402,7 @@ exports.MODEL_REGISTRY = [
|
|
|
3297
3402
|
tool_use: true,
|
|
3298
3403
|
streaming: true,
|
|
3299
3404
|
json_output: true,
|
|
3300
|
-
max_output_tokens:
|
|
3405
|
+
max_output_tokens: 262144,
|
|
3301
3406
|
reasoning_output: true,
|
|
3302
3407
|
},
|
|
3303
3408
|
class: 'reasoning',
|
|
@@ -3332,8 +3437,9 @@ exports.MODEL_REGISTRY = [
|
|
|
3332
3437
|
provider: 'openrouter',
|
|
3333
3438
|
openrouter_id: 'qwen/qwen3.6-27b',
|
|
3334
3439
|
cost: {
|
|
3335
|
-
input_per_million: 0.
|
|
3336
|
-
|
|
3440
|
+
input_per_million: 0.285,
|
|
3441
|
+
cached_input_per_million: 0.15,
|
|
3442
|
+
output_per_million: 2.4,
|
|
3337
3443
|
},
|
|
3338
3444
|
features: {
|
|
3339
3445
|
context_length: 262144,
|
|
@@ -3396,13 +3502,13 @@ exports.MODEL_REGISTRY = [
|
|
|
3396
3502
|
},
|
|
3397
3503
|
{
|
|
3398
3504
|
id: 'z-ai/glm-5.1',
|
|
3399
|
-
aliases: ['GLM-5.1', 'glm-5.1'
|
|
3505
|
+
aliases: ['GLM-5.1', 'glm-5.1'],
|
|
3400
3506
|
provider: 'openrouter',
|
|
3401
3507
|
openrouter_id: 'z-ai/glm-5.1',
|
|
3402
3508
|
cost: {
|
|
3403
|
-
input_per_million: 0.
|
|
3404
|
-
output_per_million: 3.
|
|
3405
|
-
cached_input_per_million: 0.
|
|
3509
|
+
input_per_million: 0.966,
|
|
3510
|
+
output_per_million: 3.036,
|
|
3511
|
+
cached_input_per_million: 0.1794,
|
|
3406
3512
|
},
|
|
3407
3513
|
features: {
|
|
3408
3514
|
context_length: 202752,
|
|
@@ -3416,6 +3522,29 @@ exports.MODEL_REGISTRY = [
|
|
|
3416
3522
|
class: 'reasoning',
|
|
3417
3523
|
description: 'GLM-5.1 via OpenRouter. Z.ai flagship text model for long-horizon autonomous coding and sustained agent workflows.',
|
|
3418
3524
|
},
|
|
3525
|
+
{
|
|
3526
|
+
id: 'z-ai/glm-5.2',
|
|
3527
|
+
aliases: ['GLM-5.2', 'glm-5.2', 'glm-5'],
|
|
3528
|
+
provider: 'openrouter',
|
|
3529
|
+
openrouter_id: 'z-ai/glm-5.2',
|
|
3530
|
+
cost: {
|
|
3531
|
+
input_per_million: 0.93,
|
|
3532
|
+
output_per_million: 3.0,
|
|
3533
|
+
cached_input_per_million: 0.18,
|
|
3534
|
+
},
|
|
3535
|
+
features: {
|
|
3536
|
+
context_length: 1048576,
|
|
3537
|
+
input_modality: ['text'],
|
|
3538
|
+
output_modality: ['text'],
|
|
3539
|
+
tool_use: true,
|
|
3540
|
+
streaming: true,
|
|
3541
|
+
json_output: true,
|
|
3542
|
+
max_output_tokens: 32768,
|
|
3543
|
+
reasoning_output: true,
|
|
3544
|
+
},
|
|
3545
|
+
class: 'reasoning',
|
|
3546
|
+
description: 'GLM-5.2 via OpenRouter. Z.ai 1M-context text model for long-horizon autonomous coding and sustained agent workflows.',
|
|
3547
|
+
},
|
|
3419
3548
|
{
|
|
3420
3549
|
id: 'deepseek/deepseek-v4-pro',
|
|
3421
3550
|
aliases: ['DeepSeek-V4', 'DeepSeek-V4-Pro', 'deepseek-v4', 'deepseek-v4-pro'],
|
|
@@ -3445,9 +3574,9 @@ exports.MODEL_REGISTRY = [
|
|
|
3445
3574
|
provider: 'openrouter',
|
|
3446
3575
|
openrouter_id: 'deepseek/deepseek-v4-flash',
|
|
3447
3576
|
cost: {
|
|
3448
|
-
input_per_million: 0.
|
|
3449
|
-
cached_input_per_million: 0.
|
|
3450
|
-
output_per_million: 0.
|
|
3577
|
+
input_per_million: 0.09,
|
|
3578
|
+
cached_input_per_million: 0.018,
|
|
3579
|
+
output_per_million: 0.18,
|
|
3451
3580
|
},
|
|
3452
3581
|
features: {
|
|
3453
3582
|
context_length: 1048576,
|
|
@@ -3468,8 +3597,8 @@ exports.MODEL_REGISTRY = [
|
|
|
3468
3597
|
provider: 'openrouter',
|
|
3469
3598
|
openrouter_id: 'xiaomi/mimo-v2.5',
|
|
3470
3599
|
cost: {
|
|
3471
|
-
input_per_million: 0.
|
|
3472
|
-
cached_input_per_million: 0.
|
|
3600
|
+
input_per_million: 0.105,
|
|
3601
|
+
cached_input_per_million: 0.028,
|
|
3473
3602
|
output_per_million: 0.28,
|
|
3474
3603
|
},
|
|
3475
3604
|
features: {
|
|
@@ -3533,14 +3662,14 @@ exports.MODEL_REGISTRY = [
|
|
|
3533
3662
|
description: 'MiniMax M3 via OpenRouter. Multimodal 1M-context foundation model for long-horizon agentic work, coding, and video-aware reasoning.',
|
|
3534
3663
|
},
|
|
3535
3664
|
{
|
|
3536
|
-
id: 'tencent/hy3
|
|
3537
|
-
aliases: ['Tencent Hy3 Preview', 'Hy3 Preview', 'Hy3-preview', 'hy3-preview'],
|
|
3665
|
+
id: 'tencent/hy3',
|
|
3666
|
+
aliases: ['Tencent Hy3', 'Hy3', 'hy3', 'Tencent Hy3 Preview', 'Hy3 Preview', 'Hy3-preview', 'hy3-preview'],
|
|
3538
3667
|
provider: 'openrouter',
|
|
3539
|
-
openrouter_id: 'tencent/hy3
|
|
3668
|
+
openrouter_id: 'tencent/hy3',
|
|
3540
3669
|
cost: {
|
|
3541
|
-
input_per_million: 0.
|
|
3542
|
-
cached_input_per_million: 0.
|
|
3543
|
-
output_per_million: 0.
|
|
3670
|
+
input_per_million: 0.2,
|
|
3671
|
+
cached_input_per_million: 0.5,
|
|
3672
|
+
output_per_million: 0.8,
|
|
3544
3673
|
},
|
|
3545
3674
|
features: {
|
|
3546
3675
|
context_length: 262144,
|
|
@@ -3549,19 +3678,20 @@ exports.MODEL_REGISTRY = [
|
|
|
3549
3678
|
tool_use: true,
|
|
3550
3679
|
streaming: true,
|
|
3551
3680
|
json_output: false,
|
|
3681
|
+
max_output_tokens: 131072,
|
|
3552
3682
|
reasoning_output: true,
|
|
3553
3683
|
},
|
|
3554
3684
|
class: 'reasoning',
|
|
3555
|
-
description: 'Tencent Hy3
|
|
3685
|
+
description: 'Tencent Hy3 via OpenRouter. High-efficiency text model for agentic workflows with configurable disabled, low, and high reasoning modes.',
|
|
3556
3686
|
},
|
|
3557
3687
|
{
|
|
3558
3688
|
id: 'moonshotai/kimi-k2.5',
|
|
3559
3689
|
aliases: ['kimi-k2.5', 'kimi-k2-5'],
|
|
3560
3690
|
provider: 'openrouter',
|
|
3561
3691
|
cost: {
|
|
3562
|
-
input_per_million: 0.
|
|
3563
|
-
output_per_million:
|
|
3564
|
-
cached_input_per_million: 0.
|
|
3692
|
+
input_per_million: 0.375,
|
|
3693
|
+
output_per_million: 2.025,
|
|
3694
|
+
cached_input_per_million: 0.203,
|
|
3565
3695
|
},
|
|
3566
3696
|
features: {
|
|
3567
3697
|
context_length: 262144,
|
|
@@ -3582,9 +3712,9 @@ exports.MODEL_REGISTRY = [
|
|
|
3582
3712
|
provider: 'openrouter',
|
|
3583
3713
|
openrouter_id: 'moonshotai/kimi-k2.6',
|
|
3584
3714
|
cost: {
|
|
3585
|
-
input_per_million: 0.
|
|
3586
|
-
output_per_million: 3.
|
|
3587
|
-
cached_input_per_million: 0.
|
|
3715
|
+
input_per_million: 0.66,
|
|
3716
|
+
output_per_million: 3.41,
|
|
3717
|
+
cached_input_per_million: 0.14,
|
|
3588
3718
|
},
|
|
3589
3719
|
features: {
|
|
3590
3720
|
context_length: 262144,
|
|
@@ -3599,6 +3729,29 @@ exports.MODEL_REGISTRY = [
|
|
|
3599
3729
|
class: 'reasoning',
|
|
3600
3730
|
description: 'MoonshotAI Kimi K2.6 via OpenRouter. Multimodal long-horizon coding and multi-agent orchestration model with 262K context.',
|
|
3601
3731
|
},
|
|
3732
|
+
{
|
|
3733
|
+
id: 'moonshotai/kimi-k2.7-code',
|
|
3734
|
+
aliases: ['Kimi K2.7 Code', 'kimi-k2.7-code', 'kimi-k2-7-code', 'kimi-k2.7', 'kimi-k2-7'],
|
|
3735
|
+
provider: 'openrouter',
|
|
3736
|
+
openrouter_id: 'moonshotai/kimi-k2.7-code',
|
|
3737
|
+
cost: {
|
|
3738
|
+
input_per_million: 0.74,
|
|
3739
|
+
output_per_million: 3.5,
|
|
3740
|
+
cached_input_per_million: 0.15,
|
|
3741
|
+
},
|
|
3742
|
+
features: {
|
|
3743
|
+
context_length: 262144,
|
|
3744
|
+
input_modality: ['text', 'image'],
|
|
3745
|
+
output_modality: ['text'],
|
|
3746
|
+
tool_use: true,
|
|
3747
|
+
streaming: true,
|
|
3748
|
+
json_output: true,
|
|
3749
|
+
max_output_tokens: 16384,
|
|
3750
|
+
reasoning_output: true,
|
|
3751
|
+
},
|
|
3752
|
+
class: 'code',
|
|
3753
|
+
description: 'MoonshotAI Kimi K2.7 Code via OpenRouter. Coding-focused long-context model for software engineering and agentic coding workflows.',
|
|
3754
|
+
},
|
|
3602
3755
|
];
|
|
3603
3756
|
function findModel(modelId) {
|
|
3604
3757
|
const externalModel = (0, external_models_js_1.getExternalModel)(modelId);
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0MzB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0MzB,CAAC;AAGF,eAAO,MAAM,cAAc,EAAE,UAAU,EAswHtC,CAAC;AAQF,wBAAgB,SAAS,CAAC,OAAO,EAAE,MAAM,GAAG,UAAU,GAAG,SAAS,CAuBjE"}
|