@mastra/core 1.0.0-beta.4 → 1.0.0-beta.6

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 (464) hide show
  1. package/CHANGELOG.md +598 -0
  2. package/dist/agent/agent-legacy.d.ts +17 -20
  3. package/dist/agent/agent-legacy.d.ts.map +1 -1
  4. package/dist/agent/agent-types.test-d.d.ts +2 -0
  5. package/dist/agent/agent-types.test-d.d.ts.map +1 -0
  6. package/dist/agent/agent.d.ts +6 -6
  7. package/dist/agent/agent.d.ts.map +1 -1
  8. package/dist/agent/agent.types.d.ts +3 -1
  9. package/dist/agent/agent.types.d.ts.map +1 -1
  10. package/dist/agent/index.cjs +9 -9
  11. package/dist/agent/index.js +2 -2
  12. package/dist/agent/message-list/index.cjs +3 -3
  13. package/dist/agent/message-list/index.d.ts +49 -0
  14. package/dist/agent/message-list/index.d.ts.map +1 -1
  15. package/dist/agent/message-list/index.js +1 -1
  16. package/dist/agent/message-list/prompt/attachments-to-parts.d.ts.map +1 -1
  17. package/dist/agent/save-queue/index.d.ts +3 -1
  18. package/dist/agent/save-queue/index.d.ts.map +1 -1
  19. package/dist/agent/test-utils.d.ts +37 -0
  20. package/dist/agent/test-utils.d.ts.map +1 -1
  21. package/dist/agent/trip-wire.d.ts.map +1 -1
  22. package/dist/agent/types.d.ts +20 -6
  23. package/dist/agent/types.d.ts.map +1 -1
  24. package/dist/agent/utils.d.ts.map +1 -1
  25. package/dist/agent/workflows/prepare-stream/index.d.ts +10 -10
  26. package/dist/agent/workflows/prepare-stream/index.d.ts.map +1 -1
  27. package/dist/agent/workflows/prepare-stream/map-results-step.d.ts +1 -3
  28. package/dist/agent/workflows/prepare-stream/map-results-step.d.ts.map +1 -1
  29. package/dist/agent/workflows/prepare-stream/prepare-memory-step.d.ts +4 -4
  30. package/dist/agent/workflows/prepare-stream/prepare-memory-step.d.ts.map +1 -1
  31. package/dist/agent/workflows/prepare-stream/prepare-tools-step.d.ts +4 -4
  32. package/dist/agent/workflows/prepare-stream/prepare-tools-step.d.ts.map +1 -1
  33. package/dist/agent/workflows/prepare-stream/schema.d.ts +12 -13
  34. package/dist/agent/workflows/prepare-stream/schema.d.ts.map +1 -1
  35. package/dist/agent/workflows/prepare-stream/stream-step.d.ts +8 -1
  36. package/dist/agent/workflows/prepare-stream/stream-step.d.ts.map +1 -1
  37. package/dist/base.cjs +2 -2
  38. package/dist/base.js +1 -1
  39. package/dist/bundler/index.cjs +2 -2
  40. package/dist/bundler/index.js +1 -1
  41. package/dist/cache/index.cjs +3 -3
  42. package/dist/cache/index.js +1 -1
  43. package/dist/{chunk-OJNJA5ZI.js → chunk-3CKZSDTQ.js} +3 -3
  44. package/dist/{chunk-OJNJA5ZI.js.map → chunk-3CKZSDTQ.js.map} +1 -1
  45. package/dist/{chunk-TQTAMPSC.js → chunk-3N3QE4ZK.js} +3 -3
  46. package/dist/chunk-3N3QE4ZK.js.map +1 -0
  47. package/dist/{chunk-WQSGX6XA.cjs → chunk-3TKNXJES.cjs} +56 -15
  48. package/dist/chunk-3TKNXJES.cjs.map +1 -0
  49. package/dist/{chunk-XXBWX7DT.js → chunk-45NA5ZD3.js} +11673 -9468
  50. package/dist/chunk-45NA5ZD3.js.map +1 -0
  51. package/dist/{chunk-KEURQGCQ.js → chunk-4F6RAJFU.js} +105 -21
  52. package/dist/chunk-4F6RAJFU.js.map +1 -0
  53. package/dist/{chunk-ISMGVGUM.cjs → chunk-4JKEUSCC.cjs} +4 -4
  54. package/dist/{chunk-ISMGVGUM.cjs.map → chunk-4JKEUSCC.cjs.map} +1 -1
  55. package/dist/{chunk-CYVNOIXS.cjs → chunk-4KUOSXJ7.cjs} +30 -16
  56. package/dist/chunk-4KUOSXJ7.cjs.map +1 -0
  57. package/dist/{chunk-CBAB7GOD.cjs → chunk-6BJ7XHRH.cjs} +2 -2
  58. package/dist/{chunk-CBAB7GOD.cjs.map → chunk-6BJ7XHRH.cjs.map} +1 -1
  59. package/dist/{chunk-3RW5EMSB.js → chunk-6GOLI2EY.js} +22 -9
  60. package/dist/chunk-6GOLI2EY.js.map +1 -0
  61. package/dist/{chunk-4RXG622P.cjs → chunk-6J4NRNT2.cjs} +600 -37
  62. package/dist/chunk-6J4NRNT2.cjs.map +1 -0
  63. package/dist/{chunk-J7O6WENZ.cjs → chunk-6TBWJV35.js} +5 -5
  64. package/dist/chunk-6TBWJV35.js.map +1 -0
  65. package/dist/chunk-6XCINXZ7.cjs +194 -0
  66. package/dist/chunk-6XCINXZ7.cjs.map +1 -0
  67. package/dist/{chunk-MDKPL2R2.js → chunk-7ZADRRDW.js} +5 -4
  68. package/dist/chunk-7ZADRRDW.js.map +1 -0
  69. package/dist/{chunk-DSNPWVIG.cjs → chunk-AF74UXR5.cjs} +4 -3
  70. package/dist/chunk-AF74UXR5.cjs.map +1 -0
  71. package/dist/{chunk-W3DD3XP5.js → chunk-APMPOYPI.js} +334 -138
  72. package/dist/chunk-APMPOYPI.js.map +1 -0
  73. package/dist/{chunk-LRSB62Z6.cjs → chunk-AQAIS7FH.cjs} +15 -8
  74. package/dist/chunk-AQAIS7FH.cjs.map +1 -0
  75. package/dist/chunk-BWYU7D33.js +192 -0
  76. package/dist/chunk-BWYU7D33.js.map +1 -0
  77. package/dist/{chunk-KEXGB7FK.cjs → chunk-DGV2FWB4.cjs} +7 -7
  78. package/dist/{chunk-KEXGB7FK.cjs.map → chunk-DGV2FWB4.cjs.map} +1 -1
  79. package/dist/{chunk-WTYNK7Q4.js → chunk-DXMSVGJ6.js} +599 -36
  80. package/dist/chunk-DXMSVGJ6.js.map +1 -0
  81. package/dist/{chunk-Y63IFHEZ.cjs → chunk-EOPEDKLG.cjs} +4 -4
  82. package/dist/chunk-EOPEDKLG.cjs.map +1 -0
  83. package/dist/{chunk-NZAXAFI3.js → chunk-F2GAJSBI.js} +3 -3
  84. package/dist/{chunk-NZAXAFI3.js.map → chunk-F2GAJSBI.js.map} +1 -1
  85. package/dist/{chunk-KIZIOFZC.js → chunk-FYP3AT6W.js} +17 -3
  86. package/dist/chunk-FYP3AT6W.js.map +1 -0
  87. package/dist/{chunk-ZCVTH3CH.cjs → chunk-HNHZGFZY.cjs} +5 -4
  88. package/dist/chunk-HNHZGFZY.cjs.map +1 -0
  89. package/dist/{chunk-BMAFVZ2D.cjs → chunk-IWTMMUQY.cjs} +4 -4
  90. package/dist/{chunk-BMAFVZ2D.cjs.map → chunk-IWTMMUQY.cjs.map} +1 -1
  91. package/dist/{chunk-D6EDHNGV.js → chunk-KZLP6TPJ.js} +69 -28
  92. package/dist/chunk-KZLP6TPJ.js.map +1 -0
  93. package/dist/{chunk-5WXEYDFI.cjs → chunk-LDWBLENZ.cjs} +51 -38
  94. package/dist/chunk-LDWBLENZ.cjs.map +1 -0
  95. package/dist/{chunk-HGNRQ3OG.js → chunk-LEZIKVRQ.js} +15 -8
  96. package/dist/chunk-LEZIKVRQ.js.map +1 -0
  97. package/dist/{chunk-S6URFGCZ.js → chunk-LSHPJWM5.js} +3 -3
  98. package/dist/{chunk-S6URFGCZ.js.map → chunk-LSHPJWM5.js.map} +1 -1
  99. package/dist/{chunk-E7K4FTLN.cjs → chunk-NHNXIYDG.cjs} +18 -2
  100. package/dist/chunk-NHNXIYDG.cjs.map +1 -0
  101. package/dist/{chunk-U7VECK2G.js → chunk-NIUEWICQ.js} +145 -19
  102. package/dist/chunk-NIUEWICQ.js.map +1 -0
  103. package/dist/{chunk-2NVBZKZI.cjs → chunk-NN3NOFRU.cjs} +11744 -9526
  104. package/dist/chunk-NN3NOFRU.cjs.map +1 -0
  105. package/dist/{chunk-KJ2SW6VA.js → chunk-NRUZYMHE.js} +4 -3
  106. package/dist/chunk-NRUZYMHE.js.map +1 -0
  107. package/dist/{chunk-IWB65P37.cjs → chunk-OIMB2SNZ.cjs} +155 -29
  108. package/dist/chunk-OIMB2SNZ.cjs.map +1 -0
  109. package/dist/{chunk-IWQDBVJK.js → chunk-OPALPWAM.js} +47 -8
  110. package/dist/chunk-OPALPWAM.js.map +1 -0
  111. package/dist/{chunk-X7JMA3IY.js → chunk-PSCMWPLC.js} +2 -2
  112. package/dist/{chunk-X7JMA3IY.js.map → chunk-PSCMWPLC.js.map} +1 -1
  113. package/dist/{chunk-S6OEQHEI.cjs → chunk-QGWNF2QJ.cjs} +59 -50
  114. package/dist/chunk-QGWNF2QJ.cjs.map +1 -0
  115. package/dist/{chunk-VZC4BWWH.cjs → chunk-RHTV5C5D.cjs} +19 -19
  116. package/dist/chunk-RHTV5C5D.cjs.map +1 -0
  117. package/dist/{chunk-HBJPYQRN.cjs → chunk-RTROJFEU.cjs} +78 -41
  118. package/dist/chunk-RTROJFEU.cjs.map +1 -0
  119. package/dist/chunk-S5FPOCQF.cjs +518 -0
  120. package/dist/chunk-S5FPOCQF.cjs.map +1 -0
  121. package/dist/{chunk-O6NA3Z43.cjs → chunk-SQAX4OW6.cjs} +167 -12
  122. package/dist/chunk-SQAX4OW6.cjs.map +1 -0
  123. package/dist/{chunk-IHJDOC3A.js → chunk-T2UNO766.js} +16 -7
  124. package/dist/chunk-T2UNO766.js.map +1 -0
  125. package/dist/{chunk-FVNT7VTO.js → chunk-TARWUQG6.js} +243 -166
  126. package/dist/chunk-TARWUQG6.js.map +1 -0
  127. package/dist/{chunk-76K3IYWM.js → chunk-TS7B26US.js} +3 -3
  128. package/dist/{chunk-76K3IYWM.js.map → chunk-TS7B26US.js.map} +1 -1
  129. package/dist/{chunk-Y6ROD72V.cjs → chunk-UIGRFDO6.cjs} +4 -4
  130. package/dist/{chunk-Y6ROD72V.cjs.map → chunk-UIGRFDO6.cjs.map} +1 -1
  131. package/dist/{chunk-GRBGQ2GE.js → chunk-UVHSM2GU.cjs} +9 -3
  132. package/dist/chunk-UVHSM2GU.cjs.map +1 -0
  133. package/dist/{chunk-VSM3NLUX.cjs → chunk-VRFSEZBA.cjs} +334 -138
  134. package/dist/chunk-VRFSEZBA.cjs.map +1 -0
  135. package/dist/{chunk-JXESKY4A.js → chunk-WDRA4WKG.js} +163 -9
  136. package/dist/chunk-WDRA4WKG.js.map +1 -0
  137. package/dist/{chunk-RXDJL5QT.js → chunk-WMAMOYRR.js} +14 -14
  138. package/dist/chunk-WMAMOYRR.js.map +1 -0
  139. package/dist/{chunk-2OTDXX73.js → chunk-XY337TTF.js} +24 -10
  140. package/dist/chunk-XY337TTF.js.map +1 -0
  141. package/dist/{chunk-4IKJAKCD.cjs → chunk-Y24HI6ND.cjs} +108 -23
  142. package/dist/chunk-Y24HI6ND.cjs.map +1 -0
  143. package/dist/deployer/index.cjs +2 -2
  144. package/dist/deployer/index.js +1 -1
  145. package/dist/di/index.cjs +10 -2
  146. package/dist/di/index.d.ts +1 -1
  147. package/dist/di/index.d.ts.map +1 -1
  148. package/dist/di/index.js +1 -1
  149. package/dist/evals/base.d.ts +10 -2
  150. package/dist/evals/base.d.ts.map +1 -1
  151. package/dist/evals/base.test-utils.d.ts +25 -25
  152. package/dist/evals/index.cjs +9 -9
  153. package/dist/evals/index.js +2 -2
  154. package/dist/evals/scoreTraces/index.cjs +5 -5
  155. package/dist/evals/scoreTraces/index.js +2 -2
  156. package/dist/evals/types.d.ts +8 -8
  157. package/dist/index.cjs +2 -2
  158. package/dist/index.js +1 -1
  159. package/dist/integration/index.cjs +2 -2
  160. package/dist/integration/index.js +1 -1
  161. package/dist/llm/index.cjs +18 -14
  162. package/dist/llm/index.d.ts +2 -1
  163. package/dist/llm/index.d.ts.map +1 -1
  164. package/dist/llm/index.js +5 -5
  165. package/dist/llm/model/aisdk/v5/model.d.ts.map +1 -1
  166. package/dist/llm/model/gateway-resolver.d.ts.map +1 -1
  167. package/dist/llm/model/gateways/azure.d.ts +36 -0
  168. package/dist/llm/model/gateways/azure.d.ts.map +1 -0
  169. package/dist/llm/model/gateways/base.d.ts +3 -6
  170. package/dist/llm/model/gateways/base.d.ts.map +1 -1
  171. package/dist/llm/model/gateways/index.d.ts +4 -1
  172. package/dist/llm/model/gateways/index.d.ts.map +1 -1
  173. package/dist/llm/model/gateways/models-dev.d.ts +2 -2
  174. package/dist/llm/model/gateways/models-dev.d.ts.map +1 -1
  175. package/dist/llm/model/gateways/netlify.d.ts +2 -2
  176. package/dist/llm/model/gateways/netlify.d.ts.map +1 -1
  177. package/dist/llm/model/model.d.ts.map +1 -1
  178. package/dist/llm/model/model.loop.d.ts +1 -1
  179. package/dist/llm/model/model.loop.d.ts.map +1 -1
  180. package/dist/llm/model/provider-registry.d.ts.map +1 -1
  181. package/dist/llm/model/provider-types.generated.d.ts +245 -12
  182. package/dist/llm/model/registry-generator.d.ts +12 -0
  183. package/dist/llm/model/registry-generator.d.ts.map +1 -1
  184. package/dist/llm/model/router.d.ts.map +1 -1
  185. package/dist/logger/constants.d.ts +1 -0
  186. package/dist/logger/constants.d.ts.map +1 -1
  187. package/dist/logger/index.cjs +11 -11
  188. package/dist/logger/index.js +2 -2
  189. package/dist/logger/transport.d.ts +1 -1
  190. package/dist/logger/transport.d.ts.map +1 -1
  191. package/dist/loop/index.cjs +2 -2
  192. package/dist/loop/index.js +1 -1
  193. package/dist/loop/loop.d.ts.map +1 -1
  194. package/dist/loop/network/index.d.ts +2 -2
  195. package/dist/loop/network/index.d.ts.map +1 -1
  196. package/dist/loop/test-utils/fullStream.d.ts.map +1 -1
  197. package/dist/loop/test-utils/generateText.d.ts.map +1 -1
  198. package/dist/loop/test-utils/resultObject.d.ts.map +1 -1
  199. package/dist/loop/test-utils/streamObject.d.ts.map +1 -1
  200. package/dist/loop/types.d.ts +13 -2
  201. package/dist/loop/types.d.ts.map +1 -1
  202. package/dist/loop/workflows/agentic-execution/index.d.ts +96 -96
  203. package/dist/loop/workflows/agentic-execution/index.d.ts.map +1 -1
  204. package/dist/loop/workflows/agentic-execution/llm-execution-step.d.ts +65 -65
  205. package/dist/loop/workflows/agentic-execution/llm-execution-step.d.ts.map +1 -1
  206. package/dist/loop/workflows/agentic-execution/llm-mapping-step.d.ts +32 -32
  207. package/dist/loop/workflows/agentic-execution/llm-mapping-step.d.ts.map +1 -1
  208. package/dist/loop/workflows/agentic-execution/tool-call-step.d.ts +1 -1
  209. package/dist/loop/workflows/agentic-execution/tool-call-step.d.ts.map +1 -1
  210. package/dist/loop/workflows/agentic-loop/index.d.ts +97 -97
  211. package/dist/loop/workflows/agentic-loop/index.d.ts.map +1 -1
  212. package/dist/loop/workflows/schema.d.ts +32 -32
  213. package/dist/loop/workflows/stream.d.ts +1 -1
  214. package/dist/loop/workflows/stream.d.ts.map +1 -1
  215. package/dist/mastra/index.cjs +2 -2
  216. package/dist/mastra/index.d.ts +64 -9
  217. package/dist/mastra/index.d.ts.map +1 -1
  218. package/dist/mastra/index.js +1 -1
  219. package/dist/mcp/index.cjs +4 -4
  220. package/dist/mcp/index.cjs.map +1 -1
  221. package/dist/mcp/index.d.ts +4 -4
  222. package/dist/mcp/index.d.ts.map +1 -1
  223. package/dist/mcp/index.js +2 -2
  224. package/dist/mcp/index.js.map +1 -1
  225. package/dist/mcp/types.d.ts +2 -2
  226. package/dist/mcp/types.d.ts.map +1 -1
  227. package/dist/memory/index.cjs +21 -327
  228. package/dist/memory/index.cjs.map +1 -1
  229. package/dist/memory/index.js +1 -327
  230. package/dist/memory/index.js.map +1 -1
  231. package/dist/memory/memory.d.ts +22 -18
  232. package/dist/memory/memory.d.ts.map +1 -1
  233. package/dist/memory/mock.d.ts +15 -14
  234. package/dist/memory/mock.d.ts.map +1 -1
  235. package/dist/memory/types.d.ts +69 -11
  236. package/dist/memory/types.d.ts.map +1 -1
  237. package/dist/models-dev-F6MTIYTO.js +3 -0
  238. package/dist/{models-dev-6PRLJKVZ.js.map → models-dev-F6MTIYTO.js.map} +1 -1
  239. package/dist/models-dev-XIVR5EJV.cjs +12 -0
  240. package/dist/{models-dev-WHMI5G6Y.cjs.map → models-dev-XIVR5EJV.cjs.map} +1 -1
  241. package/dist/netlify-C2YBIK7A.js +3 -0
  242. package/dist/{netlify-EBQ6YUC6.js.map → netlify-C2YBIK7A.js.map} +1 -1
  243. package/dist/netlify-XWROOTP4.cjs +12 -0
  244. package/dist/{netlify-46I3SNNV.cjs.map → netlify-XWROOTP4.cjs.map} +1 -1
  245. package/dist/observability/index.cjs +16 -8
  246. package/dist/observability/index.js +1 -1
  247. package/dist/observability/types/tracing.d.ts +165 -3
  248. package/dist/observability/types/tracing.d.ts.map +1 -1
  249. package/dist/observability/utils.d.ts +47 -1
  250. package/dist/observability/utils.d.ts.map +1 -1
  251. package/dist/processors/index.cjs +35 -11
  252. package/dist/processors/index.d.ts +101 -23
  253. package/dist/processors/index.d.ts.map +1 -1
  254. package/dist/processors/index.js +1 -1
  255. package/dist/processors/memory/index.d.ts +7 -0
  256. package/dist/processors/memory/index.d.ts.map +1 -0
  257. package/dist/processors/memory/message-history.d.ts +43 -0
  258. package/dist/processors/memory/message-history.d.ts.map +1 -0
  259. package/dist/processors/memory/semantic-recall.d.ts +152 -0
  260. package/dist/processors/memory/semantic-recall.d.ts.map +1 -0
  261. package/dist/processors/memory/working-memory.d.ts +65 -0
  262. package/dist/processors/memory/working-memory.d.ts.map +1 -0
  263. package/dist/processors/processors/batch-parts.d.ts +1 -1
  264. package/dist/processors/processors/batch-parts.d.ts.map +1 -1
  265. package/dist/processors/processors/index.d.ts +2 -1
  266. package/dist/processors/processors/index.d.ts.map +1 -1
  267. package/dist/processors/processors/language-detector.d.ts +15 -1
  268. package/dist/processors/processors/language-detector.d.ts.map +1 -1
  269. package/dist/processors/processors/moderation.d.ts +15 -1
  270. package/dist/processors/processors/moderation.d.ts.map +1 -1
  271. package/dist/processors/processors/pii-detector.d.ts +15 -1
  272. package/dist/processors/processors/pii-detector.d.ts.map +1 -1
  273. package/dist/processors/processors/prompt-injection-detector.d.ts +15 -1
  274. package/dist/processors/processors/prompt-injection-detector.d.ts.map +1 -1
  275. package/dist/processors/processors/structured-output.d.ts +3 -2
  276. package/dist/processors/processors/structured-output.d.ts.map +1 -1
  277. package/dist/processors/processors/system-prompt-scrubber.d.ts +1 -1
  278. package/dist/processors/processors/system-prompt-scrubber.d.ts.map +1 -1
  279. package/dist/processors/processors/token-limiter.d.ts +22 -12
  280. package/dist/processors/processors/token-limiter.d.ts.map +1 -1
  281. package/dist/processors/processors/tool-call-filter.d.ts +28 -0
  282. package/dist/processors/processors/tool-call-filter.d.ts.map +1 -0
  283. package/dist/processors/processors/unicode-normalizer.d.ts +1 -1
  284. package/dist/processors/processors/unicode-normalizer.d.ts.map +1 -1
  285. package/dist/processors/runner.d.ts +35 -4
  286. package/dist/processors/runner.d.ts.map +1 -1
  287. package/dist/provider-registry-BXX7CA3H.cjs +40 -0
  288. package/dist/{provider-registry-RP2W4B24.cjs.map → provider-registry-BXX7CA3H.cjs.map} +1 -1
  289. package/dist/provider-registry-GRYJWVEM.js +3 -0
  290. package/dist/{provider-registry-HDG6UMUC.js.map → provider-registry-GRYJWVEM.js.map} +1 -1
  291. package/dist/provider-registry.json +547 -25
  292. package/dist/{registry-generator-JPCV47SC.cjs → registry-generator-34SC4TAU.cjs} +21 -6
  293. package/dist/registry-generator-34SC4TAU.cjs.map +1 -0
  294. package/dist/{registry-generator-XD4FPZTU.js → registry-generator-UMTNPBJX.js} +21 -7
  295. package/dist/registry-generator-UMTNPBJX.js.map +1 -0
  296. package/dist/relevance/index.cjs +2 -2
  297. package/dist/relevance/index.js +1 -1
  298. package/dist/request-context/index.cjs +10 -2
  299. package/dist/request-context/index.d.ts +26 -0
  300. package/dist/request-context/index.d.ts.map +1 -1
  301. package/dist/request-context/index.js +1 -1
  302. package/dist/server/base.d.ts +51 -0
  303. package/dist/server/base.d.ts.map +1 -0
  304. package/dist/server/composite-auth.d.ts +9 -0
  305. package/dist/server/composite-auth.d.ts.map +1 -0
  306. package/dist/server/index.cjs +112 -2
  307. package/dist/server/index.cjs.map +1 -1
  308. package/dist/server/index.d.ts +4 -0
  309. package/dist/server/index.d.ts.map +1 -1
  310. package/dist/server/index.js +109 -2
  311. package/dist/server/index.js.map +1 -1
  312. package/dist/server/simple-auth.d.ts +27 -0
  313. package/dist/server/simple-auth.d.ts.map +1 -0
  314. package/dist/storage/domains/memory/inmemory.d.ts.map +1 -1
  315. package/dist/storage/index.cjs +37 -29
  316. package/dist/storage/index.js +1 -1
  317. package/dist/storage/types.d.ts +1 -1
  318. package/dist/storage/types.d.ts.map +1 -1
  319. package/dist/storage/utils.d.ts +44 -0
  320. package/dist/storage/utils.d.ts.map +1 -1
  321. package/dist/stream/MastraAgentNetworkStream.d.ts +1 -1
  322. package/dist/stream/MastraAgentNetworkStream.d.ts.map +1 -1
  323. package/dist/stream/MastraWorkflowStream.d.ts +1 -1
  324. package/dist/stream/MastraWorkflowStream.d.ts.map +1 -1
  325. package/dist/stream/RunOutput.d.ts +2 -2
  326. package/dist/stream/RunOutput.d.ts.map +1 -1
  327. package/dist/stream/aisdk/v5/output.d.ts +1 -1
  328. package/dist/stream/aisdk/v5/output.d.ts.map +1 -1
  329. package/dist/stream/aisdk/v5/transform.d.ts.map +1 -1
  330. package/dist/stream/base/base.d.ts +1 -1
  331. package/dist/stream/base/base.d.ts.map +1 -1
  332. package/dist/stream/base/output-format-handlers.d.ts +1 -1
  333. package/dist/stream/base/output-format-handlers.d.ts.map +1 -1
  334. package/dist/stream/base/output.d.ts +1 -1
  335. package/dist/stream/base/output.d.ts.map +1 -1
  336. package/dist/stream/index.cjs +11 -11
  337. package/dist/stream/index.js +2 -2
  338. package/dist/stream/types.d.ts +9 -2
  339. package/dist/stream/types.d.ts.map +1 -1
  340. package/dist/test-utils/llm-mock.cjs +36 -2
  341. package/dist/test-utils/llm-mock.cjs.map +1 -1
  342. package/dist/test-utils/llm-mock.d.ts +3 -0
  343. package/dist/test-utils/llm-mock.d.ts.map +1 -1
  344. package/dist/test-utils/llm-mock.js +32 -2
  345. package/dist/test-utils/llm-mock.js.map +1 -1
  346. package/dist/tools/index.cjs +6 -6
  347. package/dist/tools/index.js +2 -2
  348. package/dist/tools/is-vercel-tool.cjs +2 -2
  349. package/dist/tools/is-vercel-tool.js +1 -1
  350. package/dist/tools/stream.d.ts +2 -1
  351. package/dist/tools/stream.d.ts.map +1 -1
  352. package/dist/tools/tool-builder/builder.d.ts +2 -0
  353. package/dist/tools/tool-builder/builder.d.ts.map +1 -1
  354. package/dist/tools/tool.d.ts +19 -6
  355. package/dist/tools/tool.d.ts.map +1 -1
  356. package/dist/tools/types.d.ts +28 -3
  357. package/dist/tools/types.d.ts.map +1 -1
  358. package/dist/tools/validation.d.ts +14 -2
  359. package/dist/tools/validation.d.ts.map +1 -1
  360. package/dist/tts/index.cjs +2 -2
  361. package/dist/tts/index.js +1 -1
  362. package/dist/utils.cjs +22 -22
  363. package/dist/utils.d.ts +2 -2
  364. package/dist/utils.d.ts.map +1 -1
  365. package/dist/utils.js +1 -1
  366. package/dist/vector/filter/index.cjs +7 -189
  367. package/dist/vector/filter/index.cjs.map +1 -1
  368. package/dist/vector/filter/index.js +1 -190
  369. package/dist/vector/filter/index.js.map +1 -1
  370. package/dist/vector/index.cjs +7 -2
  371. package/dist/vector/index.cjs.map +1 -1
  372. package/dist/vector/index.d.ts +1 -0
  373. package/dist/vector/index.d.ts.map +1 -1
  374. package/dist/vector/index.js +2 -1
  375. package/dist/vector/index.js.map +1 -1
  376. package/dist/vector/types.d.ts +86 -3
  377. package/dist/vector/types.d.ts.map +1 -1
  378. package/dist/vector/vector.d.ts +39 -2
  379. package/dist/vector/vector.d.ts.map +1 -1
  380. package/dist/voice/index.cjs +6 -6
  381. package/dist/voice/index.js +1 -1
  382. package/dist/workflows/default.d.ts +176 -281
  383. package/dist/workflows/default.d.ts.map +1 -1
  384. package/dist/workflows/evented/index.cjs +10 -10
  385. package/dist/workflows/evented/index.js +1 -1
  386. package/dist/workflows/evented/step-executor.d.ts +1 -1
  387. package/dist/workflows/evented/step-executor.d.ts.map +1 -1
  388. package/dist/workflows/execution-engine.d.ts +4 -2
  389. package/dist/workflows/execution-engine.d.ts.map +1 -1
  390. package/dist/workflows/handlers/control-flow.d.ts +135 -0
  391. package/dist/workflows/handlers/control-flow.d.ts.map +1 -0
  392. package/dist/workflows/handlers/entry.d.ts +45 -0
  393. package/dist/workflows/handlers/entry.d.ts.map +1 -0
  394. package/dist/workflows/handlers/sleep.d.ts +62 -0
  395. package/dist/workflows/handlers/sleep.d.ts.map +1 -0
  396. package/dist/workflows/handlers/step.d.ts +60 -0
  397. package/dist/workflows/handlers/step.d.ts.map +1 -0
  398. package/dist/workflows/index.cjs +23 -19
  399. package/dist/workflows/index.js +1 -1
  400. package/dist/workflows/step.d.ts +1 -0
  401. package/dist/workflows/step.d.ts.map +1 -1
  402. package/dist/workflows/types.d.ts +159 -5
  403. package/dist/workflows/types.d.ts.map +1 -1
  404. package/dist/workflows/utils.d.ts +7 -0
  405. package/dist/workflows/utils.d.ts.map +1 -1
  406. package/dist/workflows/workflow.d.ts +12 -8
  407. package/dist/workflows/workflow.d.ts.map +1 -1
  408. package/package.json +12 -10
  409. package/src/llm/model/provider-types.generated.d.ts +245 -12
  410. package/dist/chunk-2NVBZKZI.cjs.map +0 -1
  411. package/dist/chunk-2OTDXX73.js.map +0 -1
  412. package/dist/chunk-3PSWNGBF.js +0 -3
  413. package/dist/chunk-3PSWNGBF.js.map +0 -1
  414. package/dist/chunk-3RW5EMSB.js.map +0 -1
  415. package/dist/chunk-3W5RQCCY.cjs +0 -440
  416. package/dist/chunk-3W5RQCCY.cjs.map +0 -1
  417. package/dist/chunk-436FFEF6.js +0 -34
  418. package/dist/chunk-436FFEF6.js.map +0 -1
  419. package/dist/chunk-4IKJAKCD.cjs.map +0 -1
  420. package/dist/chunk-4RXG622P.cjs.map +0 -1
  421. package/dist/chunk-5WXEYDFI.cjs.map +0 -1
  422. package/dist/chunk-CYVNOIXS.cjs.map +0 -1
  423. package/dist/chunk-D6EDHNGV.js.map +0 -1
  424. package/dist/chunk-DSNPWVIG.cjs.map +0 -1
  425. package/dist/chunk-E7K4FTLN.cjs.map +0 -1
  426. package/dist/chunk-FVNT7VTO.js.map +0 -1
  427. package/dist/chunk-GRBGQ2GE.js.map +0 -1
  428. package/dist/chunk-HBJPYQRN.cjs.map +0 -1
  429. package/dist/chunk-HGNRQ3OG.js.map +0 -1
  430. package/dist/chunk-IHJDOC3A.js.map +0 -1
  431. package/dist/chunk-IWB65P37.cjs.map +0 -1
  432. package/dist/chunk-IWQDBVJK.js.map +0 -1
  433. package/dist/chunk-J7O6WENZ.cjs.map +0 -1
  434. package/dist/chunk-JXESKY4A.js.map +0 -1
  435. package/dist/chunk-KEURQGCQ.js.map +0 -1
  436. package/dist/chunk-KIZIOFZC.js.map +0 -1
  437. package/dist/chunk-KJ2SW6VA.js.map +0 -1
  438. package/dist/chunk-LRSB62Z6.cjs.map +0 -1
  439. package/dist/chunk-MDKPL2R2.js.map +0 -1
  440. package/dist/chunk-O6NA3Z43.cjs.map +0 -1
  441. package/dist/chunk-PE3V7GUL.cjs +0 -4
  442. package/dist/chunk-PE3V7GUL.cjs.map +0 -1
  443. package/dist/chunk-RXDJL5QT.js.map +0 -1
  444. package/dist/chunk-S6OEQHEI.cjs.map +0 -1
  445. package/dist/chunk-TQTAMPSC.js.map +0 -1
  446. package/dist/chunk-U7VECK2G.js.map +0 -1
  447. package/dist/chunk-V3VLOOSW.cjs +0 -36
  448. package/dist/chunk-V3VLOOSW.cjs.map +0 -1
  449. package/dist/chunk-VSM3NLUX.cjs.map +0 -1
  450. package/dist/chunk-VZC4BWWH.cjs.map +0 -1
  451. package/dist/chunk-W3DD3XP5.js.map +0 -1
  452. package/dist/chunk-WQSGX6XA.cjs.map +0 -1
  453. package/dist/chunk-WTYNK7Q4.js.map +0 -1
  454. package/dist/chunk-XXBWX7DT.js.map +0 -1
  455. package/dist/chunk-Y63IFHEZ.cjs.map +0 -1
  456. package/dist/chunk-ZCVTH3CH.cjs.map +0 -1
  457. package/dist/models-dev-6PRLJKVZ.js +0 -3
  458. package/dist/models-dev-WHMI5G6Y.cjs +0 -12
  459. package/dist/netlify-46I3SNNV.cjs +0 -12
  460. package/dist/netlify-EBQ6YUC6.js +0 -3
  461. package/dist/provider-registry-HDG6UMUC.js +0 -3
  462. package/dist/provider-registry-RP2W4B24.cjs +0 -40
  463. package/dist/registry-generator-JPCV47SC.cjs.map +0 -1
  464. package/dist/registry-generator-XD4FPZTU.js.map +0 -1
@@ -116,6 +116,8 @@
116
116
  "grok-3-mini-fast-latest",
117
117
  "grok-3-mini-latest",
118
118
  "grok-4",
119
+ "grok-4-1-fast",
120
+ "grok-4-1-fast-non-reasoning",
119
121
  "grok-4-fast",
120
122
  "grok-4-fast-non-reasoning",
121
123
  "grok-beta",
@@ -206,6 +208,15 @@
206
208
  "docUrl": "https://console.groq.com/docs/models",
207
209
  "gateway": "models.dev"
208
210
  },
211
+ "bailing": {
212
+ "url": "https://api.tbox.cn/api/llm/v1/chat/completions",
213
+ "apiKeyEnvVar": "BAILING_API_TOKEN",
214
+ "apiKeyHeader": "Authorization",
215
+ "name": "Bailing",
216
+ "models": ["Ling-1T", "Ring-1T"],
217
+ "docUrl": "https://alipaytbox.yuque.com/sxs0ba/ling/intro",
218
+ "gateway": "models.dev"
219
+ },
209
220
  "mistral": {
210
221
  "url": "https://api.mistral.ai/v1",
211
222
  "apiKeyEnvVar": "MISTRAL_API_KEY",
@@ -259,7 +270,7 @@
259
270
  "anthropic/claude-4-sonnet",
260
271
  "anthropic/claude-4.5-sonnet",
261
272
  "anthropic/claude-haiku-4.5",
262
- "cerebras/qwen3-coder",
273
+ "anthropic/claude-opus-4.5",
263
274
  "deepseek/deepseek-r1",
264
275
  "deepseek/deepseek-r1-distill-llama-70b",
265
276
  "deepseek/deepseek-v3.1-terminus",
@@ -272,6 +283,7 @@
272
283
  "google/gemini-2.5-flash-lite-preview-09-2025",
273
284
  "google/gemini-2.5-flash-preview-09-2025",
274
285
  "google/gemini-2.5-pro",
286
+ "google/gemini-3-pro-preview",
275
287
  "meta/llama-3.3-70b",
276
288
  "meta/llama-4-maverick",
277
289
  "meta/llama-4-scout",
@@ -498,7 +510,8 @@
498
510
  "deepseek-ai/DeepSeek-V3-0324",
499
511
  "deepseek-ai/DeepSeek-V3.1",
500
512
  "deepseek-ai/DeepSeek-V3.1-Terminus",
501
- "deepseek-ai/DeepSeek-V3.2-Exp",
513
+ "deepseek-ai/DeepSeek-V3.2",
514
+ "deepseek-ai/DeepSeek-V3.2-Speciale",
502
515
  "meituan-longcat/LongCat-Flash-Chat-FP8",
503
516
  "microsoft/MAI-DS-R1-FP8",
504
517
  "moonshotai/Kimi-K2-Instruct-0905",
@@ -508,6 +521,7 @@
508
521
  "rednote-hilab/dots.ocr",
509
522
  "tngtech/DeepSeek-R1T-Chimera",
510
523
  "tngtech/DeepSeek-TNG-R1T2-Chimera",
524
+ "tngtech/TNG-R1T-Chimera",
511
525
  "unsloth/Mistral-Nemo-Instruct-2407",
512
526
  "unsloth/Mistral-Small-24B-Instruct-2501",
513
527
  "unsloth/gemma-3-12b-it",
@@ -520,6 +534,45 @@
520
534
  "docUrl": "https://llm.chutes.ai/v1/models",
521
535
  "gateway": "models.dev"
522
536
  },
537
+ "agentrouter": {
538
+ "url": "https://agentrouter.org/v1",
539
+ "apiKeyEnvVar": "AGENTROUTER_API_KEY",
540
+ "apiKeyHeader": "Authorization",
541
+ "name": "AgentRouter",
542
+ "models": [
543
+ "claude-3-5-haiku-20241022",
544
+ "claude-3-5-sonnet-20240620",
545
+ "claude-3-5-sonnet-20241022",
546
+ "claude-3-7-sonnet-20250219",
547
+ "claude-3-7-sonnet-20250219-thinking",
548
+ "claude-haiku-4-5-20251001",
549
+ "claude-opus-4-20250514",
550
+ "claude-opus-4-20250514-thinking",
551
+ "claude-sonnet-4-20250514",
552
+ "claude-sonnet-4-20250514-thinking",
553
+ "claude-sonnet-4-5-20250929",
554
+ "deepseek-r1-0528",
555
+ "deepseek-v3.1",
556
+ "deepseek-v3.2",
557
+ "gemini-3-pro-preview",
558
+ "glm-4.5",
559
+ "glm-4.6",
560
+ "gpt-5",
561
+ "gpt-5.1",
562
+ "kimi-k2-thinking"
563
+ ],
564
+ "docUrl": "https://docs.agentrouter.org",
565
+ "gateway": "models.dev"
566
+ },
567
+ "kimi-for-coding": {
568
+ "url": "https://api.kimi.com/coding/v1",
569
+ "apiKeyEnvVar": "KIMI_API_KEY",
570
+ "apiKeyHeader": "Authorization",
571
+ "name": "Kimi For Coding",
572
+ "models": ["kimi-k2-thinking"],
573
+ "docUrl": "https://www.kimi.com/coding/docs/en/third-party-agents.html",
574
+ "gateway": "models.dev"
575
+ },
523
576
  "cortecs": {
524
577
  "url": "https://api.cortecs.ai/v1",
525
578
  "apiKeyEnvVar": "CORTECS_API_KEY",
@@ -636,6 +689,88 @@
636
689
  "docUrl": "https://docs.baseten.co/development/model-apis/overview",
637
690
  "gateway": "models.dev"
638
691
  },
692
+ "siliconflow": {
693
+ "url": "https://api.siliconflow.com/v1",
694
+ "apiKeyEnvVar": "SILICONFLOW_API_KEY",
695
+ "apiKeyHeader": "Authorization",
696
+ "name": "SiliconFlow",
697
+ "models": [
698
+ "baidu-ernie-4.5-300b-a47b",
699
+ "bytedance-seed-seed-oss-36b-instruct",
700
+ "deepseek-ai-deepseek-r1",
701
+ "deepseek-ai-deepseek-r1-distill-qwen-14b",
702
+ "deepseek-ai-deepseek-r1-distill-qwen-32b",
703
+ "deepseek-ai-deepseek-r1-distill-qwen-7b",
704
+ "deepseek-ai-deepseek-v3",
705
+ "deepseek-ai-deepseek-v3.1",
706
+ "deepseek-ai-deepseek-v3.1-terminus",
707
+ "deepseek-ai-deepseek-v3.2-exp",
708
+ "deepseek-ai-deepseek-vl2",
709
+ "inclusionai-ling-flash-2.0",
710
+ "inclusionai-ling-mini-2.0",
711
+ "inclusionai-ring-flash-2.0",
712
+ "meta-llama-meta-llama-3.1-8b-instruct",
713
+ "minimaxai-minimax-m1-80k",
714
+ "minimaxai-minimax-m2",
715
+ "moonshotai-kimi-dev-72b",
716
+ "moonshotai-kimi-k2-instruct",
717
+ "moonshotai-kimi-k2-instruct-0905",
718
+ "moonshotai-kimi-k2-thinking",
719
+ "nex-agi-deepseek-v3.1-nex-n1",
720
+ "openai-gpt-oss-120b",
721
+ "openai-gpt-oss-20b",
722
+ "qwen-qwen2.5-14b-instruct",
723
+ "qwen-qwen2.5-32b-instruct",
724
+ "qwen-qwen2.5-72b-instruct",
725
+ "qwen-qwen2.5-72b-instruct-128k",
726
+ "qwen-qwen2.5-7b-instruct",
727
+ "qwen-qwen2.5-coder-32b-instruct",
728
+ "qwen-qwen2.5-vl-32b-instruct",
729
+ "qwen-qwen2.5-vl-72b-instruct",
730
+ "qwen-qwen2.5-vl-7b-instruct",
731
+ "qwen-qwen3-14b",
732
+ "qwen-qwen3-235b-a22b",
733
+ "qwen-qwen3-235b-a22b-instruct-2507",
734
+ "qwen-qwen3-235b-a22b-thinking-2507",
735
+ "qwen-qwen3-30b-a3b",
736
+ "qwen-qwen3-30b-a3b-instruct-2507",
737
+ "qwen-qwen3-30b-a3b-thinking-2507",
738
+ "qwen-qwen3-32b",
739
+ "qwen-qwen3-8b",
740
+ "qwen-qwen3-coder-30b-a3b-instruct",
741
+ "qwen-qwen3-coder-480b-a35b-instruct",
742
+ "qwen-qwen3-next-80b-a3b-instruct",
743
+ "qwen-qwen3-next-80b-a3b-thinking",
744
+ "qwen-qwen3-omni-30b-a3b-captioner",
745
+ "qwen-qwen3-omni-30b-a3b-instruct",
746
+ "qwen-qwen3-omni-30b-a3b-thinking",
747
+ "qwen-qwen3-vl-235b-a22b-instruct",
748
+ "qwen-qwen3-vl-235b-a22b-thinking",
749
+ "qwen-qwen3-vl-30b-a3b-instruct",
750
+ "qwen-qwen3-vl-30b-a3b-thinking",
751
+ "qwen-qwen3-vl-32b-instruct",
752
+ "qwen-qwen3-vl-32b-thinking",
753
+ "qwen-qwen3-vl-8b-instruct",
754
+ "qwen-qwen3-vl-8b-thinking",
755
+ "qwen-qwq-32b",
756
+ "stepfun-ai-step3",
757
+ "tencent-hunyuan-a13b-instruct",
758
+ "tencent-hunyuan-mt-7b",
759
+ "thudm-glm-4-32b-0414",
760
+ "thudm-glm-4-9b-0414",
761
+ "thudm-glm-4.1v-9b-thinking",
762
+ "thudm-glm-z1-32b-0414",
763
+ "thudm-glm-z1-9b-0414",
764
+ "z-ai-glm-4.5",
765
+ "z-ai-glm-4.5-air",
766
+ "zai-org-glm-4.5",
767
+ "zai-org-glm-4.5-air",
768
+ "zai-org-glm-4.5v",
769
+ "zai-org-glm-4.6"
770
+ ],
771
+ "docUrl": "https://cloud.siliconflow.com/models",
772
+ "gateway": "models.dev"
773
+ },
639
774
  "huggingface": {
640
775
  "url": "https://router.huggingface.co/v1",
641
776
  "apiKeyEnvVar": "HF_TOKEN",
@@ -668,14 +803,15 @@
668
803
  "models": [
669
804
  "alpha-doubao-seed-code",
670
805
  "alpha-gd4",
671
- "alpha-kimi-k2-thinking",
672
806
  "alpha-minimax-m2",
673
807
  "big-pickle",
674
808
  "claude-3-5-haiku",
675
809
  "claude-haiku-4-5",
676
810
  "claude-opus-4-1",
811
+ "claude-opus-4-5",
677
812
  "claude-sonnet-4",
678
813
  "claude-sonnet-4-5",
814
+ "gemini-3-pro",
679
815
  "glm-4.6",
680
816
  "gpt-5",
681
817
  "gpt-5-codex",
@@ -684,6 +820,7 @@
684
820
  "gpt-5.1-codex",
685
821
  "grok-code",
686
822
  "kimi-k2",
823
+ "kimi-k2-thinking",
687
824
  "qwen3-coder"
688
825
  ],
689
826
  "docUrl": "https://opencode.ai/docs/zen",
@@ -717,7 +854,7 @@
717
854
  "url": "https://api.minimax.io/anthropic/v1",
718
855
  "apiKeyEnvVar": "MINIMAX_API_KEY",
719
856
  "apiKeyHeader": "Authorization",
720
- "name": "Minimax",
857
+ "name": "MiniMax",
721
858
  "models": ["MiniMax-M2"],
722
859
  "docUrl": "https://platform.minimax.io/docs/guides/quickstart",
723
860
  "gateway": "models.dev"
@@ -836,6 +973,15 @@
836
973
  "docUrl": "https://docs.bigmodel.cn/cn/coding-plan/overview",
837
974
  "gateway": "models.dev"
838
975
  },
976
+ "minimax-cn": {
977
+ "url": "https://api.minimaxi.com/anthropic/v1",
978
+ "apiKeyEnvVar": "MINIMAX_API_KEY",
979
+ "apiKeyHeader": "Authorization",
980
+ "name": "MiniMax (China)",
981
+ "models": ["MiniMax-M2"],
982
+ "docUrl": "https://platform.minimaxi.com/docs/guides/quickstart",
983
+ "gateway": "models.dev"
984
+ },
839
985
  "perplexity": {
840
986
  "url": "https://api.perplexity.ai",
841
987
  "apiKeyEnvVar": "PERPLEXITY_API_KEY",
@@ -855,6 +1001,7 @@
855
1001
  "anthropic/claude-haiku-4.5",
856
1002
  "anthropic/claude-opus-4",
857
1003
  "anthropic/claude-opus-4.1",
1004
+ "anthropic/claude-opus-4.5",
858
1005
  "anthropic/claude-sonnet-4",
859
1006
  "anthropic/claude-sonnet-4.5",
860
1007
  "cognitivecomputations/dolphin3.0-mistral-24b",
@@ -869,6 +1016,7 @@
869
1016
  "deepseek/deepseek-v3-base:free",
870
1017
  "deepseek/deepseek-v3.1-terminus",
871
1018
  "deepseek/deepseek-v3.1-terminus:exacto",
1019
+ "deepseek/deepseek-v3.2",
872
1020
  "featherless/qwerky-72b",
873
1021
  "google/gemini-2.0-flash-001",
874
1022
  "google/gemini-2.0-flash-exp:free",
@@ -879,6 +1027,7 @@
879
1027
  "google/gemini-2.5-pro",
880
1028
  "google/gemini-2.5-pro-preview-05-06",
881
1029
  "google/gemini-2.5-pro-preview-06-05",
1030
+ "google/gemini-3-pro-preview",
882
1031
  "google/gemma-2-9b-it:free",
883
1032
  "google/gemma-3-12b-it",
884
1033
  "google/gemma-3-27b-it",
@@ -931,15 +1080,8 @@
931
1080
  "openai/gpt-oss-120b",
932
1081
  "openai/gpt-oss-120b:exacto",
933
1082
  "openai/gpt-oss-20b",
1083
+ "openai/gpt-oss-safeguard-20b",
934
1084
  "openai/o4-mini",
935
- "openrouter/cypher-alpha:free",
936
- "openrouter/horizon-alpha",
937
- "openrouter/horizon-beta",
938
- "openrouter/polaris-alpha",
939
- "openrouter/sherlock-dash-alpha",
940
- "openrouter/sherlock-think-alpha",
941
- "openrouter/sonoma-dusk-alpha",
942
- "openrouter/sonoma-sky-alpha",
943
1085
  "qwen/qwen-2.5-coder-32b-instruct",
944
1086
  "qwen/qwen2.5-vl-32b-instruct:free",
945
1087
  "qwen/qwen2.5-vl-72b-instruct",
@@ -955,6 +1097,7 @@
955
1097
  "qwen/qwen3-32b:free",
956
1098
  "qwen/qwen3-8b:free",
957
1099
  "qwen/qwen3-coder",
1100
+ "qwen/qwen3-coder-flash",
958
1101
  "qwen/qwen3-coder:exacto",
959
1102
  "qwen/qwen3-coder:free",
960
1103
  "qwen/qwen3-max",
@@ -971,6 +1114,7 @@
971
1114
  "x-ai/grok-3-mini-beta",
972
1115
  "x-ai/grok-4",
973
1116
  "x-ai/grok-4-fast",
1117
+ "x-ai/grok-4.1-fast",
974
1118
  "x-ai/grok-code-fast-1",
975
1119
  "z-ai/glm-4.5",
976
1120
  "z-ai/glm-4.5-air",
@@ -1181,10 +1325,12 @@
1181
1325
  "anthropic/claude-haiku-4-5",
1182
1326
  "anthropic/claude-opus-4",
1183
1327
  "anthropic/claude-opus-4-1",
1328
+ "anthropic/claude-opus-4-5",
1184
1329
  "anthropic/claude-sonnet-4",
1185
1330
  "anthropic/claude-sonnet-4-5",
1186
1331
  "google/gemini-2.5-flash",
1187
1332
  "google/gemini-2.5-pro",
1333
+ "google/gemini-3-pro-preview",
1188
1334
  "openai/gpt-4.1",
1189
1335
  "openai/gpt-4.1-mini",
1190
1336
  "openai/gpt-4o-mini",
@@ -1235,6 +1381,8 @@
1235
1381
  "claude-opus-4-1",
1236
1382
  "claude-opus-4-1-20250805",
1237
1383
  "claude-opus-4-20250514",
1384
+ "claude-opus-4-5",
1385
+ "claude-opus-4-5-20251101",
1238
1386
  "claude-sonnet-4-0",
1239
1387
  "claude-sonnet-4-20250514",
1240
1388
  "claude-sonnet-4-5",
@@ -1257,6 +1405,7 @@
1257
1405
  "accounts/fireworks/models/gpt-oss-120b",
1258
1406
  "accounts/fireworks/models/gpt-oss-20b",
1259
1407
  "accounts/fireworks/models/kimi-k2-instruct",
1408
+ "accounts/fireworks/models/kimi-k2-thinking",
1260
1409
  "accounts/fireworks/models/minimax-m2",
1261
1410
  "accounts/fireworks/models/qwen3-235b-a22b",
1262
1411
  "accounts/fireworks/models/qwen3-coder-480b-a35b-instruct"
@@ -1264,6 +1413,33 @@
1264
1413
  "docUrl": "https://fireworks.ai/docs/",
1265
1414
  "gateway": "models.dev"
1266
1415
  },
1416
+ "io-net": {
1417
+ "url": "https://api.intelligence.io.solutions/api/v1",
1418
+ "apiKeyEnvVar": "IOINTELLIGENCE_API_KEY",
1419
+ "apiKeyHeader": "Authorization",
1420
+ "name": "IO.NET",
1421
+ "models": [
1422
+ "Intel/Qwen3-Coder-480B-A35B-Instruct-int4-mixed-ar",
1423
+ "Qwen/Qwen2.5-VL-32B-Instruct",
1424
+ "Qwen/Qwen3-235B-A22B-Thinking-2507",
1425
+ "Qwen/Qwen3-Next-80B-A3B-Instruct",
1426
+ "deepseek-ai/DeepSeek-R1-0528",
1427
+ "meta-llama/Llama-3.2-90B-Vision-Instruct",
1428
+ "meta-llama/Llama-3.3-70B-Instruct",
1429
+ "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
1430
+ "mistralai/Devstral-Small-2505",
1431
+ "mistralai/Magistral-Small-2506",
1432
+ "mistralai/Mistral-Large-Instruct-2411",
1433
+ "mistralai/Mistral-Nemo-Instruct-2407",
1434
+ "moonshotai/Kimi-K2-Instruct-0905",
1435
+ "moonshotai/Kimi-K2-Thinking",
1436
+ "openai/gpt-oss-120b",
1437
+ "openai/gpt-oss-20b",
1438
+ "zai-org/GLM-4.6"
1439
+ ],
1440
+ "docUrl": "https://io.net/docs/guides/intelligence/io-intelligence",
1441
+ "gateway": "models.dev"
1442
+ },
1267
1443
  "modelscope": {
1268
1444
  "url": "https://api-inference.modelscope.cn/v1",
1269
1445
  "apiKeyEnvVar": "MODELSCOPE_API_KEY",
@@ -1321,12 +1497,122 @@
1321
1497
  "docUrl": "https://www.scaleway.com/en/docs/generative-apis/",
1322
1498
  "gateway": "models.dev"
1323
1499
  },
1500
+ "poe": {
1501
+ "url": "https://api.poe.com/v1",
1502
+ "apiKeyEnvVar": "POE_API_KEY",
1503
+ "apiKeyHeader": "Authorization",
1504
+ "name": "Poe",
1505
+ "models": [
1506
+ "anthropic/claude-haiku-3",
1507
+ "anthropic/claude-haiku-3.5",
1508
+ "anthropic/claude-haiku-3.5-search",
1509
+ "anthropic/claude-haiku-4.5",
1510
+ "anthropic/claude-opus-3",
1511
+ "anthropic/claude-opus-4",
1512
+ "anthropic/claude-opus-4-reasoning",
1513
+ "anthropic/claude-opus-4-search",
1514
+ "anthropic/claude-opus-4.1",
1515
+ "anthropic/claude-sonnet-3.5",
1516
+ "anthropic/claude-sonnet-3.5-june",
1517
+ "anthropic/claude-sonnet-3.7",
1518
+ "anthropic/claude-sonnet-3.7-reasoning",
1519
+ "anthropic/claude-sonnet-3.7-search",
1520
+ "anthropic/claude-sonnet-4",
1521
+ "anthropic/claude-sonnet-4-reasoning",
1522
+ "anthropic/claude-sonnet-4-search",
1523
+ "anthropic/claude-sonnet-4.5",
1524
+ "elevenlabs/elevenlabs-music",
1525
+ "elevenlabs/elevenlabs-v2.5-turbo",
1526
+ "elevenlabs/elevenlabs-v3",
1527
+ "facebook/llama-3.1-405b",
1528
+ "facebook/llama-3.1-70b",
1529
+ "facebook/llama-3.1-8b",
1530
+ "google/gemini-2.0-flash",
1531
+ "google/gemini-2.0-flash-lite",
1532
+ "google/gemini-2.5-flash",
1533
+ "google/gemini-2.5-flash-lite",
1534
+ "google/gemini-2.5-pro",
1535
+ "google/gemini-3.0-pro",
1536
+ "google/imagen-3",
1537
+ "google/imagen-3-fast",
1538
+ "google/imagen-4",
1539
+ "google/imagen-4-fast",
1540
+ "google/imagen-4-ultra",
1541
+ "google/lyria",
1542
+ "google/nano-banana",
1543
+ "google/veo-2",
1544
+ "google/veo-3",
1545
+ "google/veo-3-fast",
1546
+ "google/veo-3.1",
1547
+ "google/veo-3.1-fast",
1548
+ "ideogramai/ideogram",
1549
+ "ideogramai/ideogram-v2",
1550
+ "ideogramai/ideogram-v2a",
1551
+ "ideogramai/ideogram-v2a-turbo",
1552
+ "lumalabs/dream-machine",
1553
+ "lumalabs/ray2",
1554
+ "novita/glm-4.6",
1555
+ "openAi/chatgpt-4o-latest",
1556
+ "openAi/dall-e-3",
1557
+ "openAi/gpt-3.5-turbo",
1558
+ "openAi/gpt-3.5-turbo-instruct",
1559
+ "openAi/gpt-3.5-turbo-raw",
1560
+ "openAi/gpt-4-classic",
1561
+ "openAi/gpt-4-classic-0314",
1562
+ "openAi/gpt-4-turbo",
1563
+ "openAi/gpt-4.1",
1564
+ "openAi/gpt-4.1-mini",
1565
+ "openAi/gpt-4.1-nano",
1566
+ "openAi/gpt-4o",
1567
+ "openAi/gpt-4o-aug",
1568
+ "openAi/gpt-4o-mini",
1569
+ "openAi/gpt-4o-mini-search",
1570
+ "openAi/gpt-4o-search",
1571
+ "openAi/gpt-5",
1572
+ "openAi/gpt-5-chat",
1573
+ "openAi/gpt-5-codex",
1574
+ "openAi/gpt-5-mini",
1575
+ "openAi/gpt-5-nano",
1576
+ "openAi/gpt-5-pro",
1577
+ "openAi/gpt-image-1",
1578
+ "openAi/gpt-image-1-mini",
1579
+ "openAi/o1",
1580
+ "openAi/o1-pro",
1581
+ "openAi/o3",
1582
+ "openAi/o3-deep-research",
1583
+ "openAi/o3-mini",
1584
+ "openAi/o3-mini-high",
1585
+ "openAi/o3-pro",
1586
+ "openAi/o4-mini",
1587
+ "openAi/o4-mini-deep-research",
1588
+ "openAi/sora-2",
1589
+ "openAi/sora-2-pro",
1590
+ "openai/gpt-5.1",
1591
+ "openai/gpt-5.1-codex",
1592
+ "openai/gpt-5.1-codex-mini",
1593
+ "openai/gpt-5.1-instant",
1594
+ "runwayml/runway",
1595
+ "runwayml/runway-gen-4-turbo",
1596
+ "stabilityai/stablediffusionxl",
1597
+ "topazlabs-co/topazlabs",
1598
+ "trytako/tako",
1599
+ "xai/grok-2",
1600
+ "xai/grok-3",
1601
+ "xai/grok-3-mini",
1602
+ "xai/grok-4",
1603
+ "xai/grok-4-fast-non-reasoning",
1604
+ "xai/grok-4-fast-reasoning",
1605
+ "xai/grok-code-fast-1"
1606
+ ],
1607
+ "docUrl": "https://creator.poe.com/docs/external-applications/openai-compatible-api",
1608
+ "gateway": "models.dev"
1609
+ },
1324
1610
  "cerebras": {
1325
1611
  "url": "https://api.cerebras.ai/v1",
1326
1612
  "apiKeyEnvVar": "CEREBRAS_API_KEY",
1327
1613
  "apiKeyHeader": "Authorization",
1328
1614
  "name": "Cerebras",
1329
- "models": ["gpt-oss-120b", "qwen-3-235b-a22b-instruct-2507", "qwen-3-coder-480b", "zai-glm-4.6"],
1615
+ "models": ["gpt-oss-120b", "qwen-3-235b-a22b-instruct-2507", "zai-glm-4.6"],
1330
1616
  "docUrl": "https://inference-docs.cerebras.ai/models/overview",
1331
1617
  "gateway": "models.dev"
1332
1618
  },
@@ -1342,6 +1628,7 @@
1342
1628
  "anthropic/claude-haiku-4-5-20251001",
1343
1629
  "anthropic/claude-opus-4-1-20250805",
1344
1630
  "anthropic/claude-opus-4-20250514",
1631
+ "anthropic/claude-opus-4-5-20251101",
1345
1632
  "anthropic/claude-sonnet-4-20250514",
1346
1633
  "anthropic/claude-sonnet-4-5-20250929",
1347
1634
  "gemini/gemini-2.0-flash",
@@ -1353,6 +1640,7 @@
1353
1640
  "gemini/gemini-2.5-flash-lite-preview-09-2025",
1354
1641
  "gemini/gemini-2.5-flash-preview-09-2025",
1355
1642
  "gemini/gemini-2.5-pro",
1643
+ "gemini/gemini-3-pro-image-preview",
1356
1644
  "gemini/gemini-3-pro-preview",
1357
1645
  "gemini/gemini-flash-latest",
1358
1646
  "gemini/gemini-flash-lite-latest",
@@ -1372,6 +1660,7 @@
1372
1660
  "openai/gpt-5.1",
1373
1661
  "openai/gpt-5.1-2025-11-13",
1374
1662
  "openai/gpt-5.1-codex",
1663
+ "openai/gpt-5.1-codex-mini",
1375
1664
  "openai/o3",
1376
1665
  "openai/o3-mini",
1377
1666
  "openai/o4-mini"
@@ -1453,6 +1742,8 @@
1453
1742
  "grok-3-mini-fast-latest",
1454
1743
  "grok-3-mini-latest",
1455
1744
  "grok-4",
1745
+ "grok-4-1-fast",
1746
+ "grok-4-1-fast-non-reasoning",
1456
1747
  "grok-4-fast",
1457
1748
  "grok-4-fast-non-reasoning",
1458
1749
  "grok-beta",
@@ -1508,6 +1799,7 @@
1508
1799
  "qwen-qwq-32b",
1509
1800
  "qwen/qwen3-32b"
1510
1801
  ],
1802
+ "bailing": ["Ling-1T", "Ring-1T"],
1511
1803
  "mistral": [
1512
1804
  "codestral-latest",
1513
1805
  "devstral-medium-2507",
@@ -1549,7 +1841,7 @@
1549
1841
  "anthropic/claude-4-sonnet",
1550
1842
  "anthropic/claude-4.5-sonnet",
1551
1843
  "anthropic/claude-haiku-4.5",
1552
- "cerebras/qwen3-coder",
1844
+ "anthropic/claude-opus-4.5",
1553
1845
  "deepseek/deepseek-r1",
1554
1846
  "deepseek/deepseek-r1-distill-llama-70b",
1555
1847
  "deepseek/deepseek-v3.1-terminus",
@@ -1562,6 +1854,7 @@
1562
1854
  "google/gemini-2.5-flash-lite-preview-09-2025",
1563
1855
  "google/gemini-2.5-flash-preview-09-2025",
1564
1856
  "google/gemini-2.5-pro",
1857
+ "google/gemini-3-pro-preview",
1565
1858
  "meta/llama-3.3-70b",
1566
1859
  "meta/llama-4-maverick",
1567
1860
  "meta/llama-4-scout",
@@ -1748,7 +2041,8 @@
1748
2041
  "deepseek-ai/DeepSeek-V3-0324",
1749
2042
  "deepseek-ai/DeepSeek-V3.1",
1750
2043
  "deepseek-ai/DeepSeek-V3.1-Terminus",
1751
- "deepseek-ai/DeepSeek-V3.2-Exp",
2044
+ "deepseek-ai/DeepSeek-V3.2",
2045
+ "deepseek-ai/DeepSeek-V3.2-Speciale",
1752
2046
  "meituan-longcat/LongCat-Flash-Chat-FP8",
1753
2047
  "microsoft/MAI-DS-R1-FP8",
1754
2048
  "moonshotai/Kimi-K2-Instruct-0905",
@@ -1758,6 +2052,7 @@
1758
2052
  "rednote-hilab/dots.ocr",
1759
2053
  "tngtech/DeepSeek-R1T-Chimera",
1760
2054
  "tngtech/DeepSeek-TNG-R1T2-Chimera",
2055
+ "tngtech/TNG-R1T-Chimera",
1761
2056
  "unsloth/Mistral-Nemo-Instruct-2407",
1762
2057
  "unsloth/Mistral-Small-24B-Instruct-2501",
1763
2058
  "unsloth/gemma-3-12b-it",
@@ -1767,6 +2062,29 @@
1767
2062
  "zai-org/GLM-4.5-Air",
1768
2063
  "zai-org/GLM-4.6"
1769
2064
  ],
2065
+ "agentrouter": [
2066
+ "claude-3-5-haiku-20241022",
2067
+ "claude-3-5-sonnet-20240620",
2068
+ "claude-3-5-sonnet-20241022",
2069
+ "claude-3-7-sonnet-20250219",
2070
+ "claude-3-7-sonnet-20250219-thinking",
2071
+ "claude-haiku-4-5-20251001",
2072
+ "claude-opus-4-20250514",
2073
+ "claude-opus-4-20250514-thinking",
2074
+ "claude-sonnet-4-20250514",
2075
+ "claude-sonnet-4-20250514-thinking",
2076
+ "claude-sonnet-4-5-20250929",
2077
+ "deepseek-r1-0528",
2078
+ "deepseek-v3.1",
2079
+ "deepseek-v3.2",
2080
+ "gemini-3-pro-preview",
2081
+ "glm-4.5",
2082
+ "glm-4.6",
2083
+ "gpt-5",
2084
+ "gpt-5.1",
2085
+ "kimi-k2-thinking"
2086
+ ],
2087
+ "kimi-for-coding": ["kimi-k2-thinking"],
1770
2088
  "cortecs": [
1771
2089
  "claude-4-5-sonnet",
1772
2090
  "claude-sonnet-4",
@@ -1851,6 +2169,80 @@
1851
2169
  "moonshotai/Kimi-K2-Thinking",
1852
2170
  "zai-org/GLM-4.6"
1853
2171
  ],
2172
+ "siliconflow": [
2173
+ "baidu-ernie-4.5-300b-a47b",
2174
+ "bytedance-seed-seed-oss-36b-instruct",
2175
+ "deepseek-ai-deepseek-r1",
2176
+ "deepseek-ai-deepseek-r1-distill-qwen-14b",
2177
+ "deepseek-ai-deepseek-r1-distill-qwen-32b",
2178
+ "deepseek-ai-deepseek-r1-distill-qwen-7b",
2179
+ "deepseek-ai-deepseek-v3",
2180
+ "deepseek-ai-deepseek-v3.1",
2181
+ "deepseek-ai-deepseek-v3.1-terminus",
2182
+ "deepseek-ai-deepseek-v3.2-exp",
2183
+ "deepseek-ai-deepseek-vl2",
2184
+ "inclusionai-ling-flash-2.0",
2185
+ "inclusionai-ling-mini-2.0",
2186
+ "inclusionai-ring-flash-2.0",
2187
+ "meta-llama-meta-llama-3.1-8b-instruct",
2188
+ "minimaxai-minimax-m1-80k",
2189
+ "minimaxai-minimax-m2",
2190
+ "moonshotai-kimi-dev-72b",
2191
+ "moonshotai-kimi-k2-instruct",
2192
+ "moonshotai-kimi-k2-instruct-0905",
2193
+ "moonshotai-kimi-k2-thinking",
2194
+ "nex-agi-deepseek-v3.1-nex-n1",
2195
+ "openai-gpt-oss-120b",
2196
+ "openai-gpt-oss-20b",
2197
+ "qwen-qwen2.5-14b-instruct",
2198
+ "qwen-qwen2.5-32b-instruct",
2199
+ "qwen-qwen2.5-72b-instruct",
2200
+ "qwen-qwen2.5-72b-instruct-128k",
2201
+ "qwen-qwen2.5-7b-instruct",
2202
+ "qwen-qwen2.5-coder-32b-instruct",
2203
+ "qwen-qwen2.5-vl-32b-instruct",
2204
+ "qwen-qwen2.5-vl-72b-instruct",
2205
+ "qwen-qwen2.5-vl-7b-instruct",
2206
+ "qwen-qwen3-14b",
2207
+ "qwen-qwen3-235b-a22b",
2208
+ "qwen-qwen3-235b-a22b-instruct-2507",
2209
+ "qwen-qwen3-235b-a22b-thinking-2507",
2210
+ "qwen-qwen3-30b-a3b",
2211
+ "qwen-qwen3-30b-a3b-instruct-2507",
2212
+ "qwen-qwen3-30b-a3b-thinking-2507",
2213
+ "qwen-qwen3-32b",
2214
+ "qwen-qwen3-8b",
2215
+ "qwen-qwen3-coder-30b-a3b-instruct",
2216
+ "qwen-qwen3-coder-480b-a35b-instruct",
2217
+ "qwen-qwen3-next-80b-a3b-instruct",
2218
+ "qwen-qwen3-next-80b-a3b-thinking",
2219
+ "qwen-qwen3-omni-30b-a3b-captioner",
2220
+ "qwen-qwen3-omni-30b-a3b-instruct",
2221
+ "qwen-qwen3-omni-30b-a3b-thinking",
2222
+ "qwen-qwen3-vl-235b-a22b-instruct",
2223
+ "qwen-qwen3-vl-235b-a22b-thinking",
2224
+ "qwen-qwen3-vl-30b-a3b-instruct",
2225
+ "qwen-qwen3-vl-30b-a3b-thinking",
2226
+ "qwen-qwen3-vl-32b-instruct",
2227
+ "qwen-qwen3-vl-32b-thinking",
2228
+ "qwen-qwen3-vl-8b-instruct",
2229
+ "qwen-qwen3-vl-8b-thinking",
2230
+ "qwen-qwq-32b",
2231
+ "stepfun-ai-step3",
2232
+ "tencent-hunyuan-a13b-instruct",
2233
+ "tencent-hunyuan-mt-7b",
2234
+ "thudm-glm-4-32b-0414",
2235
+ "thudm-glm-4-9b-0414",
2236
+ "thudm-glm-4.1v-9b-thinking",
2237
+ "thudm-glm-z1-32b-0414",
2238
+ "thudm-glm-z1-9b-0414",
2239
+ "z-ai-glm-4.5",
2240
+ "z-ai-glm-4.5-air",
2241
+ "zai-org-glm-4.5",
2242
+ "zai-org-glm-4.5-air",
2243
+ "zai-org-glm-4.5v",
2244
+ "zai-org-glm-4.6"
2245
+ ],
1854
2246
  "huggingface": [
1855
2247
  "MiniMaxAI/MiniMax-M2",
1856
2248
  "Qwen/Qwen3-235B-A22B-Thinking-2507",
@@ -1870,14 +2262,15 @@
1870
2262
  "opencode": [
1871
2263
  "alpha-doubao-seed-code",
1872
2264
  "alpha-gd4",
1873
- "alpha-kimi-k2-thinking",
1874
2265
  "alpha-minimax-m2",
1875
2266
  "big-pickle",
1876
2267
  "claude-3-5-haiku",
1877
2268
  "claude-haiku-4-5",
1878
2269
  "claude-opus-4-1",
2270
+ "claude-opus-4-5",
1879
2271
  "claude-sonnet-4",
1880
2272
  "claude-sonnet-4-5",
2273
+ "gemini-3-pro",
1881
2274
  "glm-4.6",
1882
2275
  "gpt-5",
1883
2276
  "gpt-5-codex",
@@ -1886,6 +2279,7 @@
1886
2279
  "gpt-5.1-codex",
1887
2280
  "grok-code",
1888
2281
  "kimi-k2",
2282
+ "kimi-k2-thinking",
1889
2283
  "qwen3-coder"
1890
2284
  ],
1891
2285
  "fastrouter": [
@@ -1983,6 +2377,7 @@
1983
2377
  "text-embedding-ada-002"
1984
2378
  ],
1985
2379
  "zhipuai-coding-plan": ["glm-4.5", "glm-4.5-air", "glm-4.5-flash", "glm-4.5v", "glm-4.6"],
2380
+ "minimax-cn": ["MiniMax-M2"],
1986
2381
  "perplexity": ["sonar", "sonar-pro", "sonar-reasoning", "sonar-reasoning-pro"],
1987
2382
  "openrouter": [
1988
2383
  "anthropic/claude-3.5-haiku",
@@ -1990,6 +2385,7 @@
1990
2385
  "anthropic/claude-haiku-4.5",
1991
2386
  "anthropic/claude-opus-4",
1992
2387
  "anthropic/claude-opus-4.1",
2388
+ "anthropic/claude-opus-4.5",
1993
2389
  "anthropic/claude-sonnet-4",
1994
2390
  "anthropic/claude-sonnet-4.5",
1995
2391
  "cognitivecomputations/dolphin3.0-mistral-24b",
@@ -2004,6 +2400,7 @@
2004
2400
  "deepseek/deepseek-v3-base:free",
2005
2401
  "deepseek/deepseek-v3.1-terminus",
2006
2402
  "deepseek/deepseek-v3.1-terminus:exacto",
2403
+ "deepseek/deepseek-v3.2",
2007
2404
  "featherless/qwerky-72b",
2008
2405
  "google/gemini-2.0-flash-001",
2009
2406
  "google/gemini-2.0-flash-exp:free",
@@ -2014,6 +2411,7 @@
2014
2411
  "google/gemini-2.5-pro",
2015
2412
  "google/gemini-2.5-pro-preview-05-06",
2016
2413
  "google/gemini-2.5-pro-preview-06-05",
2414
+ "google/gemini-3-pro-preview",
2017
2415
  "google/gemma-2-9b-it:free",
2018
2416
  "google/gemma-3-12b-it",
2019
2417
  "google/gemma-3-27b-it",
@@ -2066,15 +2464,8 @@
2066
2464
  "openai/gpt-oss-120b",
2067
2465
  "openai/gpt-oss-120b:exacto",
2068
2466
  "openai/gpt-oss-20b",
2467
+ "openai/gpt-oss-safeguard-20b",
2069
2468
  "openai/o4-mini",
2070
- "openrouter/cypher-alpha:free",
2071
- "openrouter/horizon-alpha",
2072
- "openrouter/horizon-beta",
2073
- "openrouter/polaris-alpha",
2074
- "openrouter/sherlock-dash-alpha",
2075
- "openrouter/sherlock-think-alpha",
2076
- "openrouter/sonoma-dusk-alpha",
2077
- "openrouter/sonoma-sky-alpha",
2078
2469
  "qwen/qwen-2.5-coder-32b-instruct",
2079
2470
  "qwen/qwen2.5-vl-32b-instruct:free",
2080
2471
  "qwen/qwen2.5-vl-72b-instruct",
@@ -2090,6 +2481,7 @@
2090
2481
  "qwen/qwen3-32b:free",
2091
2482
  "qwen/qwen3-8b:free",
2092
2483
  "qwen/qwen3-coder",
2484
+ "qwen/qwen3-coder-flash",
2093
2485
  "qwen/qwen3-coder:exacto",
2094
2486
  "qwen/qwen3-coder:free",
2095
2487
  "qwen/qwen3-max",
@@ -2106,6 +2498,7 @@
2106
2498
  "x-ai/grok-3-mini-beta",
2107
2499
  "x-ai/grok-4",
2108
2500
  "x-ai/grok-4-fast",
2501
+ "x-ai/grok-4.1-fast",
2109
2502
  "x-ai/grok-code-fast-1",
2110
2503
  "z-ai/glm-4.5",
2111
2504
  "z-ai/glm-4.5-air",
@@ -2236,10 +2629,12 @@
2236
2629
  "anthropic/claude-haiku-4-5",
2237
2630
  "anthropic/claude-opus-4",
2238
2631
  "anthropic/claude-opus-4-1",
2632
+ "anthropic/claude-opus-4-5",
2239
2633
  "anthropic/claude-sonnet-4",
2240
2634
  "anthropic/claude-sonnet-4-5",
2241
2635
  "google/gemini-2.5-flash",
2242
2636
  "google/gemini-2.5-pro",
2637
+ "google/gemini-3-pro-preview",
2243
2638
  "openai/gpt-4.1",
2244
2639
  "openai/gpt-4.1-mini",
2245
2640
  "openai/gpt-4o-mini",
@@ -2268,6 +2663,8 @@
2268
2663
  "claude-opus-4-1",
2269
2664
  "claude-opus-4-1-20250805",
2270
2665
  "claude-opus-4-20250514",
2666
+ "claude-opus-4-5",
2667
+ "claude-opus-4-5-20251101",
2271
2668
  "claude-sonnet-4-0",
2272
2669
  "claude-sonnet-4-20250514",
2273
2670
  "claude-sonnet-4-5",
@@ -2282,10 +2679,30 @@
2282
2679
  "accounts/fireworks/models/gpt-oss-120b",
2283
2680
  "accounts/fireworks/models/gpt-oss-20b",
2284
2681
  "accounts/fireworks/models/kimi-k2-instruct",
2682
+ "accounts/fireworks/models/kimi-k2-thinking",
2285
2683
  "accounts/fireworks/models/minimax-m2",
2286
2684
  "accounts/fireworks/models/qwen3-235b-a22b",
2287
2685
  "accounts/fireworks/models/qwen3-coder-480b-a35b-instruct"
2288
2686
  ],
2687
+ "io-net": [
2688
+ "Intel/Qwen3-Coder-480B-A35B-Instruct-int4-mixed-ar",
2689
+ "Qwen/Qwen2.5-VL-32B-Instruct",
2690
+ "Qwen/Qwen3-235B-A22B-Thinking-2507",
2691
+ "Qwen/Qwen3-Next-80B-A3B-Instruct",
2692
+ "deepseek-ai/DeepSeek-R1-0528",
2693
+ "meta-llama/Llama-3.2-90B-Vision-Instruct",
2694
+ "meta-llama/Llama-3.3-70B-Instruct",
2695
+ "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
2696
+ "mistralai/Devstral-Small-2505",
2697
+ "mistralai/Magistral-Small-2506",
2698
+ "mistralai/Mistral-Large-Instruct-2411",
2699
+ "mistralai/Mistral-Nemo-Instruct-2407",
2700
+ "moonshotai/Kimi-K2-Instruct-0905",
2701
+ "moonshotai/Kimi-K2-Thinking",
2702
+ "openai/gpt-oss-120b",
2703
+ "openai/gpt-oss-20b",
2704
+ "zai-org/GLM-4.6"
2705
+ ],
2289
2706
  "modelscope": [
2290
2707
  "Qwen/Qwen3-235B-A22B-Instruct-2507",
2291
2708
  "Qwen/Qwen3-235B-A22B-Thinking-2507",
@@ -2319,7 +2736,109 @@
2319
2736
  "voxtral-small-24b-2507",
2320
2737
  "whisper-large-v3"
2321
2738
  ],
2322
- "cerebras": ["gpt-oss-120b", "qwen-3-235b-a22b-instruct-2507", "qwen-3-coder-480b", "zai-glm-4.6"],
2739
+ "poe": [
2740
+ "anthropic/claude-haiku-3",
2741
+ "anthropic/claude-haiku-3.5",
2742
+ "anthropic/claude-haiku-3.5-search",
2743
+ "anthropic/claude-haiku-4.5",
2744
+ "anthropic/claude-opus-3",
2745
+ "anthropic/claude-opus-4",
2746
+ "anthropic/claude-opus-4-reasoning",
2747
+ "anthropic/claude-opus-4-search",
2748
+ "anthropic/claude-opus-4.1",
2749
+ "anthropic/claude-sonnet-3.5",
2750
+ "anthropic/claude-sonnet-3.5-june",
2751
+ "anthropic/claude-sonnet-3.7",
2752
+ "anthropic/claude-sonnet-3.7-reasoning",
2753
+ "anthropic/claude-sonnet-3.7-search",
2754
+ "anthropic/claude-sonnet-4",
2755
+ "anthropic/claude-sonnet-4-reasoning",
2756
+ "anthropic/claude-sonnet-4-search",
2757
+ "anthropic/claude-sonnet-4.5",
2758
+ "elevenlabs/elevenlabs-music",
2759
+ "elevenlabs/elevenlabs-v2.5-turbo",
2760
+ "elevenlabs/elevenlabs-v3",
2761
+ "facebook/llama-3.1-405b",
2762
+ "facebook/llama-3.1-70b",
2763
+ "facebook/llama-3.1-8b",
2764
+ "google/gemini-2.0-flash",
2765
+ "google/gemini-2.0-flash-lite",
2766
+ "google/gemini-2.5-flash",
2767
+ "google/gemini-2.5-flash-lite",
2768
+ "google/gemini-2.5-pro",
2769
+ "google/gemini-3.0-pro",
2770
+ "google/imagen-3",
2771
+ "google/imagen-3-fast",
2772
+ "google/imagen-4",
2773
+ "google/imagen-4-fast",
2774
+ "google/imagen-4-ultra",
2775
+ "google/lyria",
2776
+ "google/nano-banana",
2777
+ "google/veo-2",
2778
+ "google/veo-3",
2779
+ "google/veo-3-fast",
2780
+ "google/veo-3.1",
2781
+ "google/veo-3.1-fast",
2782
+ "ideogramai/ideogram",
2783
+ "ideogramai/ideogram-v2",
2784
+ "ideogramai/ideogram-v2a",
2785
+ "ideogramai/ideogram-v2a-turbo",
2786
+ "lumalabs/dream-machine",
2787
+ "lumalabs/ray2",
2788
+ "novita/glm-4.6",
2789
+ "openAi/chatgpt-4o-latest",
2790
+ "openAi/dall-e-3",
2791
+ "openAi/gpt-3.5-turbo",
2792
+ "openAi/gpt-3.5-turbo-instruct",
2793
+ "openAi/gpt-3.5-turbo-raw",
2794
+ "openAi/gpt-4-classic",
2795
+ "openAi/gpt-4-classic-0314",
2796
+ "openAi/gpt-4-turbo",
2797
+ "openAi/gpt-4.1",
2798
+ "openAi/gpt-4.1-mini",
2799
+ "openAi/gpt-4.1-nano",
2800
+ "openAi/gpt-4o",
2801
+ "openAi/gpt-4o-aug",
2802
+ "openAi/gpt-4o-mini",
2803
+ "openAi/gpt-4o-mini-search",
2804
+ "openAi/gpt-4o-search",
2805
+ "openAi/gpt-5",
2806
+ "openAi/gpt-5-chat",
2807
+ "openAi/gpt-5-codex",
2808
+ "openAi/gpt-5-mini",
2809
+ "openAi/gpt-5-nano",
2810
+ "openAi/gpt-5-pro",
2811
+ "openAi/gpt-image-1",
2812
+ "openAi/gpt-image-1-mini",
2813
+ "openAi/o1",
2814
+ "openAi/o1-pro",
2815
+ "openAi/o3",
2816
+ "openAi/o3-deep-research",
2817
+ "openAi/o3-mini",
2818
+ "openAi/o3-mini-high",
2819
+ "openAi/o3-pro",
2820
+ "openAi/o4-mini",
2821
+ "openAi/o4-mini-deep-research",
2822
+ "openAi/sora-2",
2823
+ "openAi/sora-2-pro",
2824
+ "openai/gpt-5.1",
2825
+ "openai/gpt-5.1-codex",
2826
+ "openai/gpt-5.1-codex-mini",
2827
+ "openai/gpt-5.1-instant",
2828
+ "runwayml/runway",
2829
+ "runwayml/runway-gen-4-turbo",
2830
+ "stabilityai/stablediffusionxl",
2831
+ "topazlabs-co/topazlabs",
2832
+ "trytako/tako",
2833
+ "xai/grok-2",
2834
+ "xai/grok-3",
2835
+ "xai/grok-3-mini",
2836
+ "xai/grok-4",
2837
+ "xai/grok-4-fast-non-reasoning",
2838
+ "xai/grok-4-fast-reasoning",
2839
+ "xai/grok-code-fast-1"
2840
+ ],
2841
+ "cerebras": ["gpt-oss-120b", "qwen-3-235b-a22b-instruct-2507", "zai-glm-4.6"],
2323
2842
  "netlify": [
2324
2843
  "anthropic/claude-3-5-haiku-20241022",
2325
2844
  "anthropic/claude-3-7-sonnet-20250219",
@@ -2327,6 +2846,7 @@
2327
2846
  "anthropic/claude-haiku-4-5-20251001",
2328
2847
  "anthropic/claude-opus-4-1-20250805",
2329
2848
  "anthropic/claude-opus-4-20250514",
2849
+ "anthropic/claude-opus-4-5-20251101",
2330
2850
  "anthropic/claude-sonnet-4-20250514",
2331
2851
  "anthropic/claude-sonnet-4-5-20250929",
2332
2852
  "gemini/gemini-2.0-flash",
@@ -2338,6 +2858,7 @@
2338
2858
  "gemini/gemini-2.5-flash-lite-preview-09-2025",
2339
2859
  "gemini/gemini-2.5-flash-preview-09-2025",
2340
2860
  "gemini/gemini-2.5-pro",
2861
+ "gemini/gemini-3-pro-image-preview",
2341
2862
  "gemini/gemini-3-pro-preview",
2342
2863
  "gemini/gemini-flash-latest",
2343
2864
  "gemini/gemini-flash-lite-latest",
@@ -2357,6 +2878,7 @@
2357
2878
  "openai/gpt-5.1",
2358
2879
  "openai/gpt-5.1-2025-11-13",
2359
2880
  "openai/gpt-5.1-codex",
2881
+ "openai/gpt-5.1-codex-mini",
2360
2882
  "openai/o3",
2361
2883
  "openai/o3-mini",
2362
2884
  "openai/o4-mini"