@mastra/core 1.0.0-beta.0 → 1.0.0-beta.1

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.
Files changed (90) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/agent/index.cjs +6 -6
  3. package/dist/agent/index.js +1 -1
  4. package/dist/{chunk-YIK3ASEG.cjs → chunk-2ZVKF4HP.cjs} +117 -42
  5. package/dist/chunk-2ZVKF4HP.cjs.map +1 -0
  6. package/dist/{chunk-S5MJLXMG.cjs → chunk-CB575O6L.cjs} +10 -2
  7. package/dist/chunk-CB575O6L.cjs.map +1 -0
  8. package/dist/{chunk-QUZGDSWE.cjs → chunk-CD56CXVE.cjs} +11 -11
  9. package/dist/{chunk-QUZGDSWE.cjs.map → chunk-CD56CXVE.cjs.map} +1 -1
  10. package/dist/{chunk-VJUZZB2I.js → chunk-CINNK34N.js} +4 -4
  11. package/dist/{chunk-VJUZZB2I.js.map → chunk-CINNK34N.js.map} +1 -1
  12. package/dist/{chunk-QCQLOMJM.cjs → chunk-DNEURYF3.cjs} +20 -20
  13. package/dist/{chunk-QCQLOMJM.cjs.map → chunk-DNEURYF3.cjs.map} +1 -1
  14. package/dist/{chunk-P6APHXPZ.js → chunk-H6CZGPZD.js} +3 -3
  15. package/dist/{chunk-P6APHXPZ.js.map → chunk-H6CZGPZD.js.map} +1 -1
  16. package/dist/chunk-HDJFSJCK.js +2237 -0
  17. package/dist/chunk-HDJFSJCK.js.map +1 -0
  18. package/dist/{chunk-BU4IAJWF.js → chunk-I4CXL4SR.js} +3 -3
  19. package/dist/{chunk-BU4IAJWF.js.map → chunk-I4CXL4SR.js.map} +1 -1
  20. package/dist/{chunk-VV753WCB.cjs → chunk-IQO7ANVS.cjs} +8 -8
  21. package/dist/{chunk-VV753WCB.cjs.map → chunk-IQO7ANVS.cjs.map} +1 -1
  22. package/dist/{chunk-L7XKOKOW.js → chunk-JPGVRWWL.js} +3 -3
  23. package/dist/chunk-JPGVRWWL.js.map +1 -0
  24. package/dist/{chunk-26SQQNMU.js → chunk-JUBFO5J3.js} +16 -9
  25. package/dist/chunk-JUBFO5J3.js.map +1 -0
  26. package/dist/chunk-LWBQ4P4N.cjs +2240 -0
  27. package/dist/chunk-LWBQ4P4N.cjs.map +1 -0
  28. package/dist/{chunk-BXOL277H.cjs → chunk-MA7TEM62.cjs} +4 -4
  29. package/dist/{chunk-BXOL277H.cjs.map → chunk-MA7TEM62.cjs.map} +1 -1
  30. package/dist/{chunk-FD734TPS.cjs → chunk-MSWTA73A.cjs} +17 -10
  31. package/dist/chunk-MSWTA73A.cjs.map +1 -0
  32. package/dist/{chunk-7SKXKUYT.js → chunk-VOQ3ULMT.js} +3 -3
  33. package/dist/{chunk-7SKXKUYT.js.map → chunk-VOQ3ULMT.js.map} +1 -1
  34. package/dist/{chunk-32CTMD2C.js → chunk-W7UH2PWL.js} +108 -33
  35. package/dist/chunk-W7UH2PWL.js.map +1 -0
  36. package/dist/evals/index.cjs +4 -4
  37. package/dist/evals/index.js +1 -1
  38. package/dist/evals/scoreTraces/index.cjs +3 -3
  39. package/dist/evals/scoreTraces/index.js +1 -1
  40. package/dist/index.cjs +2 -2
  41. package/dist/index.js +1 -1
  42. package/dist/llm/index.cjs +7 -7
  43. package/dist/llm/index.js +1 -1
  44. package/dist/llm/model/gateways/constants.d.ts.map +1 -1
  45. package/dist/llm/model/gateways/models-dev.d.ts.map +1 -1
  46. package/dist/llm/model/provider-types.generated.d.ts +48 -10
  47. package/dist/loop/index.cjs +2 -2
  48. package/dist/loop/index.js +1 -1
  49. package/dist/mastra/index.cjs +2 -2
  50. package/dist/mastra/index.js +1 -1
  51. package/dist/memory/index.cjs +2 -2
  52. package/dist/memory/index.js +1 -1
  53. package/dist/models-dev-DNBKXHT4.js +3 -0
  54. package/dist/{models-dev-7U4NRMM3.js.map → models-dev-DNBKXHT4.js.map} +1 -1
  55. package/dist/models-dev-YBEEQIX6.cjs +12 -0
  56. package/dist/{models-dev-VKSAQPRK.cjs.map → models-dev-YBEEQIX6.cjs.map} +1 -1
  57. package/dist/netlify-7G2L5VSH.js +3 -0
  58. package/dist/{netlify-42ZNWIDQ.js.map → netlify-7G2L5VSH.js.map} +1 -1
  59. package/dist/netlify-GWNGSIRZ.cjs +12 -0
  60. package/dist/{netlify-2IDXTNFW.cjs.map → netlify-GWNGSIRZ.cjs.map} +1 -1
  61. package/dist/processors/index.cjs +11 -11
  62. package/dist/processors/index.js +1 -1
  63. package/dist/provider-registry.json +101 -26
  64. package/dist/relevance/index.cjs +2 -2
  65. package/dist/relevance/index.js +1 -1
  66. package/dist/stream/index.cjs +8 -8
  67. package/dist/stream/index.js +1 -1
  68. package/dist/workflows/evented/index.cjs +10 -10
  69. package/dist/workflows/evented/index.js +1 -1
  70. package/dist/workflows/index.cjs +16 -16
  71. package/dist/workflows/index.js +1 -1
  72. package/dist/workflows/types.d.ts +1 -0
  73. package/dist/workflows/types.d.ts.map +1 -1
  74. package/dist/workflows/workflow.d.ts.map +1 -1
  75. package/package.json +3 -2
  76. package/src/llm/model/provider-types.generated.d.ts +48 -10
  77. package/dist/chunk-26SQQNMU.js.map +0 -1
  78. package/dist/chunk-32CTMD2C.js.map +0 -1
  79. package/dist/chunk-BNBRQS7N.js +0 -910
  80. package/dist/chunk-BNBRQS7N.js.map +0 -1
  81. package/dist/chunk-FD734TPS.cjs.map +0 -1
  82. package/dist/chunk-IU2SZXJQ.cjs +0 -913
  83. package/dist/chunk-IU2SZXJQ.cjs.map +0 -1
  84. package/dist/chunk-L7XKOKOW.js.map +0 -1
  85. package/dist/chunk-S5MJLXMG.cjs.map +0 -1
  86. package/dist/chunk-YIK3ASEG.cjs.map +0 -1
  87. package/dist/models-dev-7U4NRMM3.js +0 -3
  88. package/dist/models-dev-VKSAQPRK.cjs +0 -12
  89. package/dist/netlify-2IDXTNFW.cjs +0 -12
  90. package/dist/netlify-42ZNWIDQ.js +0 -3
@@ -1,6 +1,6 @@
1
- import { ModelsDevGateway, parseModelRouterId } from './chunk-BNBRQS7N.js';
2
- import { NetlifyGateway } from './chunk-BU4IAJWF.js';
3
- import { createOpenAICompatible, createOpenAI, createGoogleGenerativeAI } from './chunk-L7XKOKOW.js';
1
+ import { ModelsDevGateway, parseModelRouterId } from './chunk-HDJFSJCK.js';
2
+ import { NetlifyGateway } from './chunk-I4CXL4SR.js';
3
+ import { createOpenAICompatible, createOpenAI, createGoogleGenerativeAI } from './chunk-JPGVRWWL.js';
4
4
  import { MastraError } from './chunk-JJ5O45LH.js';
5
5
  import { RequestContext } from './chunk-GRBGQ2GE.js';
6
6
  import fs from 'fs';
@@ -17,7 +17,13 @@ var provider_registry_default = {
17
17
  apiKeyEnvVar: "MOONSHOT_API_KEY",
18
18
  apiKeyHeader: "Authorization",
19
19
  name: "Moonshot AI (China)",
20
- models: ["kimi-k2-0711-preview", "kimi-k2-0905-preview", "kimi-k2-turbo-preview"],
20
+ models: [
21
+ "kimi-k2-0711-preview",
22
+ "kimi-k2-0905-preview",
23
+ "kimi-k2-thinking",
24
+ "kimi-k2-thinking-turbo",
25
+ "kimi-k2-turbo-preview"
26
+ ],
21
27
  docUrl: "https://platform.moonshot.cn/docs/api/chat",
22
28
  gateway: "models.dev"
23
29
  },
@@ -35,7 +41,13 @@ var provider_registry_default = {
35
41
  apiKeyEnvVar: "MOONSHOT_API_KEY",
36
42
  apiKeyHeader: "Authorization",
37
43
  name: "Moonshot AI",
38
- models: ["kimi-k2-0711-preview", "kimi-k2-0905-preview", "kimi-k2-turbo-preview"],
44
+ models: [
45
+ "kimi-k2-0711-preview",
46
+ "kimi-k2-0905-preview",
47
+ "kimi-k2-thinking",
48
+ "kimi-k2-thinking-turbo",
49
+ "kimi-k2-turbo-preview"
50
+ ],
39
51
  docUrl: "https://platform.moonshot.ai/docs/api/chat",
40
52
  gateway: "models.dev"
41
53
  },
@@ -209,7 +221,6 @@ var provider_registry_default = {
209
221
  mistral: {
210
222
  url: "https://api.mistral.ai/v1",
211
223
  apiKeyEnvVar: "MISTRAL_API_KEY",
212
- apiKeyHeader: "Authorization",
213
224
  name: "Mistral",
214
225
  models: [
215
226
  "codestral-latest",
@@ -331,10 +342,10 @@ var provider_registry_default = {
331
342
  gateway: "models.dev"
332
343
  },
333
344
  nebius: {
334
- url: "https://api.studio.nebius.com/v1/",
345
+ url: "https://api.tokenfactory.nebius.com/v1",
335
346
  apiKeyEnvVar: "NEBIUS_API_KEY",
336
347
  apiKeyHeader: "Authorization",
337
- name: "Nebius AI Studio",
348
+ name: "Nebius Token Factory",
338
349
  models: [
339
350
  "NousResearch/hermes-4-405b",
340
351
  "NousResearch/hermes-4-70b",
@@ -352,7 +363,7 @@ var provider_registry_default = {
352
363
  "zai-org/glm-4.5",
353
364
  "zai-org/glm-4.5-air"
354
365
  ],
355
- docUrl: "https://docs.studio.nebius.com/quickstart",
366
+ docUrl: "https://docs.tokenfactory.nebius.com/",
356
367
  gateway: "models.dev"
357
368
  },
358
369
  deepseek: {
@@ -465,37 +476,58 @@ var provider_registry_default = {
465
476
  apiKeyHeader: "Authorization",
466
477
  name: "Chutes",
467
478
  models: [
479
+ "Alibaba-NLP/Tongyi-DeepResearch-30B-A3B",
480
+ "ArliAI/QwQ-32B-ArliAI-RpR-v1",
468
481
  "MiniMaxAI/MiniMax-M2",
482
+ "NousResearch/DeepHermes-3-Mistral-24B-Preview",
483
+ "NousResearch/Hermes-4-14B",
484
+ "NousResearch/Hermes-4-405B-FP8",
485
+ "NousResearch/Hermes-4-70B",
486
+ "OpenGVLab/InternVL3-78B",
487
+ "Qwen/Qwen2.5-72B-Instruct",
488
+ "Qwen/Qwen2.5-Coder-32B-Instruct",
489
+ "Qwen/Qwen2.5-VL-32B-Instruct",
490
+ "Qwen/Qwen2.5-VL-72B-Instruct",
491
+ "Qwen/Qwen3-14B",
492
+ "Qwen/Qwen3-235B-A22B",
469
493
  "Qwen/Qwen3-235B-A22B-Instruct-2507",
470
494
  "Qwen/Qwen3-235B-A22B-Thinking-2507",
471
495
  "Qwen/Qwen3-30B-A3B",
472
496
  "Qwen/Qwen3-30B-A3B-Instruct-2507",
497
+ "Qwen/Qwen3-32B",
473
498
  "Qwen/Qwen3-Coder-30B-A3B-Instruct",
474
499
  "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8",
475
500
  "Qwen/Qwen3-Next-80B-A3B-Instruct",
476
- "Qwen/Qwen3-Next-80B-A3B-Thinking",
501
+ "Qwen/Qwen3-VL-235B-A22B-Instruct",
502
+ "Qwen/Qwen3-VL-235B-A22B-Thinking",
503
+ "chutesai/Mistral-Small-3.1-24B-Instruct-2503",
477
504
  "chutesai/Mistral-Small-3.2-24B-Instruct-2506",
505
+ "deepseek-ai/DeepSeek-R1",
478
506
  "deepseek-ai/DeepSeek-R1-0528",
479
507
  "deepseek-ai/DeepSeek-R1-0528-Qwen3-8B",
480
508
  "deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
509
+ "deepseek-ai/DeepSeek-V3",
481
510
  "deepseek-ai/DeepSeek-V3-0324",
482
511
  "deepseek-ai/DeepSeek-V3.1",
483
512
  "deepseek-ai/DeepSeek-V3.1-Terminus",
484
- "deepseek-ai/DeepSeek-V3.1:THINKING",
485
513
  "deepseek-ai/DeepSeek-V3.2-Exp",
486
514
  "meituan-longcat/LongCat-Flash-Chat-FP8",
515
+ "microsoft/MAI-DS-R1-FP8",
487
516
  "moonshotai/Kimi-K2-Instruct-0905",
488
- "moonshotai/Kimi-K2-Instruct-75k",
489
- "moonshotai/Kimi-VL-A3B-Thinking",
517
+ "moonshotai/Kimi-K2-Thinking",
490
518
  "openai/gpt-oss-120b",
519
+ "openai/gpt-oss-20b",
520
+ "rednote-hilab/dots.ocr",
491
521
  "tngtech/DeepSeek-R1T-Chimera",
492
522
  "tngtech/DeepSeek-TNG-R1T2-Chimera",
523
+ "unsloth/Mistral-Nemo-Instruct-2407",
524
+ "unsloth/Mistral-Small-24B-Instruct-2501",
525
+ "unsloth/gemma-3-12b-it",
526
+ "unsloth/gemma-3-27b-it",
527
+ "unsloth/gemma-3-4b-it",
493
528
  "zai-org/GLM-4.5",
494
529
  "zai-org/GLM-4.5-Air",
495
- "zai-org/GLM-4.5-FP8",
496
- "zai-org/GLM-4.6",
497
- "zai-org/GLM-4.6-FP8",
498
- "zai-org/GLM-4.6-turbo"
530
+ "zai-org/GLM-4.6"
499
531
  ],
500
532
  docUrl: "https://llm.chutes.ai/v1/models",
501
533
  gateway: "models.dev"
@@ -607,7 +639,7 @@ var provider_registry_default = {
607
639
  apiKeyEnvVar: "BASETEN_API_KEY",
608
640
  apiKeyHeader: "Authorization",
609
641
  name: "Baseten",
610
- models: ["Qwen3/Qwen3-Coder-480B-A35B-Instruct", "moonshotai/Kimi-K2-Instruct-0905", "zai-org/GLM-4.6"],
642
+ models: ["Qwen/Qwen3-Coder-480B-A35B-Instruct", "moonshotai/Kimi-K2-Instruct-0905", "zai-org/GLM-4.6"],
611
643
  docUrl: "https://docs.baseten.co/development/model-apis/overview",
612
644
  gateway: "models.dev"
613
645
  },
@@ -863,6 +895,7 @@ var provider_registry_default = {
863
895
  "moonshotai/kimi-k2",
864
896
  "moonshotai/kimi-k2-0905",
865
897
  "moonshotai/kimi-k2-0905:exacto",
898
+ "moonshotai/kimi-k2-thinking",
866
899
  "moonshotai/kimi-k2:free",
867
900
  "nousresearch/deephermes-3-llama-3-8b-preview",
868
901
  "nousresearch/hermes-4-405b",
@@ -885,6 +918,7 @@ var provider_registry_default = {
885
918
  "openrouter/cypher-alpha:free",
886
919
  "openrouter/horizon-alpha",
887
920
  "openrouter/horizon-beta",
921
+ "openrouter/polaris-alpha",
888
922
  "openrouter/sonoma-dusk-alpha",
889
923
  "openrouter/sonoma-sky-alpha",
890
924
  "qwen/qwen-2.5-coder-32b-instruct",
@@ -1009,6 +1043,7 @@ var provider_registry_default = {
1009
1043
  "hf:meta-llama/Llama-4-Scout-17B-16E-Instruct",
1010
1044
  "hf:moonshotai/Kimi-K2-Instruct",
1011
1045
  "hf:moonshotai/Kimi-K2-Instruct-0905",
1046
+ "hf:moonshotai/Kimi-K2-Thinking",
1012
1047
  "hf:openai/gpt-oss-120b",
1013
1048
  "hf:zai-org/GLM-4.5",
1014
1049
  "hf:zai-org/GLM-4.6"
@@ -1025,6 +1060,8 @@ var provider_registry_default = {
1025
1060
  "Qwen/Qwen3-Coder-480B-A35B-Instruct",
1026
1061
  "Qwen/Qwen3-Coder-480B-A35B-Instruct-Turbo",
1027
1062
  "moonshotai/Kimi-K2-Instruct",
1063
+ "openai/gpt-oss-120b",
1064
+ "openai/gpt-oss-20b",
1028
1065
  "zai-org/GLM-4.5"
1029
1066
  ],
1030
1067
  docUrl: "https://deepinfra.com/models",
@@ -1286,9 +1323,21 @@ var provider_registry_default = {
1286
1323
  }
1287
1324
  },
1288
1325
  models: {
1289
- "moonshotai-cn": ["kimi-k2-0711-preview", "kimi-k2-0905-preview", "kimi-k2-turbo-preview"],
1326
+ "moonshotai-cn": [
1327
+ "kimi-k2-0711-preview",
1328
+ "kimi-k2-0905-preview",
1329
+ "kimi-k2-thinking",
1330
+ "kimi-k2-thinking-turbo",
1331
+ "kimi-k2-turbo-preview"
1332
+ ],
1290
1333
  lucidquery: ["lucidnova-rf1-100b", "lucidquery-nexus-coder"],
1291
- moonshotai: ["kimi-k2-0711-preview", "kimi-k2-0905-preview", "kimi-k2-turbo-preview"],
1334
+ moonshotai: [
1335
+ "kimi-k2-0711-preview",
1336
+ "kimi-k2-0905-preview",
1337
+ "kimi-k2-thinking",
1338
+ "kimi-k2-thinking-turbo",
1339
+ "kimi-k2-turbo-preview"
1340
+ ],
1292
1341
  "zai-coding-plan": ["glm-4.5", "glm-4.5-air", "glm-4.5-flash", "glm-4.5v", "glm-4.6"],
1293
1342
  alibaba: [
1294
1343
  "qvq-max",
@@ -1608,37 +1657,58 @@ var provider_registry_default = {
1608
1657
  "zai-org-glm-4.6"
1609
1658
  ],
1610
1659
  chutes: [
1660
+ "Alibaba-NLP/Tongyi-DeepResearch-30B-A3B",
1661
+ "ArliAI/QwQ-32B-ArliAI-RpR-v1",
1611
1662
  "MiniMaxAI/MiniMax-M2",
1663
+ "NousResearch/DeepHermes-3-Mistral-24B-Preview",
1664
+ "NousResearch/Hermes-4-14B",
1665
+ "NousResearch/Hermes-4-405B-FP8",
1666
+ "NousResearch/Hermes-4-70B",
1667
+ "OpenGVLab/InternVL3-78B",
1668
+ "Qwen/Qwen2.5-72B-Instruct",
1669
+ "Qwen/Qwen2.5-Coder-32B-Instruct",
1670
+ "Qwen/Qwen2.5-VL-32B-Instruct",
1671
+ "Qwen/Qwen2.5-VL-72B-Instruct",
1672
+ "Qwen/Qwen3-14B",
1673
+ "Qwen/Qwen3-235B-A22B",
1612
1674
  "Qwen/Qwen3-235B-A22B-Instruct-2507",
1613
1675
  "Qwen/Qwen3-235B-A22B-Thinking-2507",
1614
1676
  "Qwen/Qwen3-30B-A3B",
1615
1677
  "Qwen/Qwen3-30B-A3B-Instruct-2507",
1678
+ "Qwen/Qwen3-32B",
1616
1679
  "Qwen/Qwen3-Coder-30B-A3B-Instruct",
1617
1680
  "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8",
1618
1681
  "Qwen/Qwen3-Next-80B-A3B-Instruct",
1619
- "Qwen/Qwen3-Next-80B-A3B-Thinking",
1682
+ "Qwen/Qwen3-VL-235B-A22B-Instruct",
1683
+ "Qwen/Qwen3-VL-235B-A22B-Thinking",
1684
+ "chutesai/Mistral-Small-3.1-24B-Instruct-2503",
1620
1685
  "chutesai/Mistral-Small-3.2-24B-Instruct-2506",
1686
+ "deepseek-ai/DeepSeek-R1",
1621
1687
  "deepseek-ai/DeepSeek-R1-0528",
1622
1688
  "deepseek-ai/DeepSeek-R1-0528-Qwen3-8B",
1623
1689
  "deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
1690
+ "deepseek-ai/DeepSeek-V3",
1624
1691
  "deepseek-ai/DeepSeek-V3-0324",
1625
1692
  "deepseek-ai/DeepSeek-V3.1",
1626
1693
  "deepseek-ai/DeepSeek-V3.1-Terminus",
1627
- "deepseek-ai/DeepSeek-V3.1:THINKING",
1628
1694
  "deepseek-ai/DeepSeek-V3.2-Exp",
1629
1695
  "meituan-longcat/LongCat-Flash-Chat-FP8",
1696
+ "microsoft/MAI-DS-R1-FP8",
1630
1697
  "moonshotai/Kimi-K2-Instruct-0905",
1631
- "moonshotai/Kimi-K2-Instruct-75k",
1632
- "moonshotai/Kimi-VL-A3B-Thinking",
1698
+ "moonshotai/Kimi-K2-Thinking",
1633
1699
  "openai/gpt-oss-120b",
1700
+ "openai/gpt-oss-20b",
1701
+ "rednote-hilab/dots.ocr",
1634
1702
  "tngtech/DeepSeek-R1T-Chimera",
1635
1703
  "tngtech/DeepSeek-TNG-R1T2-Chimera",
1704
+ "unsloth/Mistral-Nemo-Instruct-2407",
1705
+ "unsloth/Mistral-Small-24B-Instruct-2501",
1706
+ "unsloth/gemma-3-12b-it",
1707
+ "unsloth/gemma-3-27b-it",
1708
+ "unsloth/gemma-3-4b-it",
1636
1709
  "zai-org/GLM-4.5",
1637
1710
  "zai-org/GLM-4.5-Air",
1638
- "zai-org/GLM-4.5-FP8",
1639
- "zai-org/GLM-4.6",
1640
- "zai-org/GLM-4.6-FP8",
1641
- "zai-org/GLM-4.6-turbo"
1711
+ "zai-org/GLM-4.6"
1642
1712
  ],
1643
1713
  cortecs: [
1644
1714
  "claude-4-5-sonnet",
@@ -1718,7 +1788,7 @@ var provider_registry_default = {
1718
1788
  "moonshotai/Kimi-K2-Instruct",
1719
1789
  "openai/gpt-oss-120b"
1720
1790
  ],
1721
- baseten: ["Qwen3/Qwen3-Coder-480B-A35B-Instruct", "moonshotai/Kimi-K2-Instruct-0905", "zai-org/GLM-4.6"],
1791
+ baseten: ["Qwen/Qwen3-Coder-480B-A35B-Instruct", "moonshotai/Kimi-K2-Instruct-0905", "zai-org/GLM-4.6"],
1722
1792
  huggingface: [
1723
1793
  "MiniMaxAI/MiniMax-M2",
1724
1794
  "Qwen/Qwen3-235B-A22B-Thinking-2507",
@@ -1899,6 +1969,7 @@ var provider_registry_default = {
1899
1969
  "moonshotai/kimi-k2",
1900
1970
  "moonshotai/kimi-k2-0905",
1901
1971
  "moonshotai/kimi-k2-0905:exacto",
1972
+ "moonshotai/kimi-k2-thinking",
1902
1973
  "moonshotai/kimi-k2:free",
1903
1974
  "nousresearch/deephermes-3-llama-3-8b-preview",
1904
1975
  "nousresearch/hermes-4-405b",
@@ -1921,6 +1992,7 @@ var provider_registry_default = {
1921
1992
  "openrouter/cypher-alpha:free",
1922
1993
  "openrouter/horizon-alpha",
1923
1994
  "openrouter/horizon-beta",
1995
+ "openrouter/polaris-alpha",
1924
1996
  "openrouter/sonoma-dusk-alpha",
1925
1997
  "openrouter/sonoma-sky-alpha",
1926
1998
  "qwen/qwen-2.5-coder-32b-instruct",
@@ -2021,6 +2093,7 @@ var provider_registry_default = {
2021
2093
  "hf:meta-llama/Llama-4-Scout-17B-16E-Instruct",
2022
2094
  "hf:moonshotai/Kimi-K2-Instruct",
2023
2095
  "hf:moonshotai/Kimi-K2-Instruct-0905",
2096
+ "hf:moonshotai/Kimi-K2-Thinking",
2024
2097
  "hf:openai/gpt-oss-120b",
2025
2098
  "hf:zai-org/GLM-4.5",
2026
2099
  "hf:zai-org/GLM-4.6"
@@ -2029,6 +2102,8 @@ var provider_registry_default = {
2029
2102
  "Qwen/Qwen3-Coder-480B-A35B-Instruct",
2030
2103
  "Qwen/Qwen3-Coder-480B-A35B-Instruct-Turbo",
2031
2104
  "moonshotai/Kimi-K2-Instruct",
2105
+ "openai/gpt-oss-120b",
2106
+ "openai/gpt-oss-20b",
2032
2107
  "zai-org/GLM-4.5"
2033
2108
  ],
2034
2109
  zhipuai: ["glm-4.5", "glm-4.5-air", "glm-4.5-flash", "glm-4.5v", "glm-4.6"],
@@ -2405,8 +2480,8 @@ var GatewayRegistry = class _GatewayRegistry {
2405
2480
  }
2406
2481
  this.isRefreshing = true;
2407
2482
  try {
2408
- const { ModelsDevGateway: ModelsDevGateway2 } = await import('./models-dev-7U4NRMM3.js');
2409
- const { NetlifyGateway: NetlifyGateway2 } = await import('./netlify-42ZNWIDQ.js');
2483
+ const { ModelsDevGateway: ModelsDevGateway2 } = await import('./models-dev-DNBKXHT4.js');
2484
+ const { NetlifyGateway: NetlifyGateway2 } = await import('./netlify-7G2L5VSH.js');
2410
2485
  const { fetchProvidersFromGateways, writeRegistryFiles } = await import('./registry-generator-H4YNODDH.js');
2411
2486
  const gateways2 = [new ModelsDevGateway2({}), new NetlifyGateway2()];
2412
2487
  const { providers, models } = await fetchProvidersFromGateways(gateways2);
@@ -2772,5 +2847,5 @@ var ModelRouterEmbeddingModel = class {
2772
2847
  };
2773
2848
 
2774
2849
  export { ModelRouterEmbeddingModel, ModelRouterLanguageModel, PROVIDER_REGISTRY, getProviderConfig, parseModelString, resolveModelConfig };
2775
- //# sourceMappingURL=chunk-32CTMD2C.js.map
2776
- //# sourceMappingURL=chunk-32CTMD2C.js.map
2850
+ //# sourceMappingURL=chunk-W7UH2PWL.js.map
2851
+ //# sourceMappingURL=chunk-W7UH2PWL.js.map