@mastra/mcp-docs-server 1.1.9-alpha.0 → 1.1.9-alpha.2

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 (408) hide show
  1. package/.docs/docs/agents/adding-voice.md +4 -4
  2. package/.docs/docs/agents/agent-approval.md +3 -3
  3. package/.docs/docs/agents/agent-memory.md +1 -1
  4. package/.docs/docs/agents/network-approval.md +1 -1
  5. package/.docs/docs/agents/networks.md +1 -1
  6. package/.docs/docs/agents/overview.md +1 -1
  7. package/.docs/docs/agents/processors.md +8 -8
  8. package/.docs/docs/agents/structured-output.md +1 -1
  9. package/.docs/docs/agents/supervisor-agents.md +3 -3
  10. package/.docs/docs/agents/using-tools.md +1 -1
  11. package/.docs/docs/build-with-ai/mcp-docs-server.md +1 -1
  12. package/.docs/docs/build-with-ai/skills.md +1 -1
  13. package/.docs/docs/community/contributing-templates.md +1 -1
  14. package/.docs/docs/community/discord.md +2 -2
  15. package/.docs/docs/community/licensing.md +1 -1
  16. package/.docs/docs/deployment/cloud-providers.md +2 -2
  17. package/.docs/docs/deployment/mastra-server.md +1 -1
  18. package/.docs/docs/deployment/monorepo.md +1 -1
  19. package/.docs/docs/deployment/overview.md +3 -3
  20. package/.docs/docs/deployment/studio.md +1 -1
  21. package/.docs/docs/deployment/web-framework.md +1 -1
  22. package/.docs/docs/deployment/workflow-runners.md +1 -1
  23. package/.docs/docs/evals/built-in-scorers.md +1 -1
  24. package/.docs/docs/evals/custom-scorers.md +6 -6
  25. package/.docs/docs/evals/overview.md +1 -1
  26. package/.docs/docs/evals/running-in-ci.md +6 -6
  27. package/.docs/docs/getting-started/build-with-ai.md +2 -2
  28. package/.docs/docs/getting-started/manual-install.md +1 -1
  29. package/.docs/docs/getting-started/project-structure.md +1 -1
  30. package/.docs/docs/index.md +1 -1
  31. package/.docs/docs/mcp/overview.md +1 -1
  32. package/.docs/docs/mcp/publishing-mcp-server.md +3 -3
  33. package/.docs/docs/memory/memory-processors.md +8 -8
  34. package/.docs/docs/memory/message-history.md +2 -2
  35. package/.docs/docs/memory/observational-memory.md +5 -5
  36. package/.docs/docs/memory/semantic-recall.md +7 -7
  37. package/.docs/docs/memory/working-memory.md +14 -14
  38. package/.docs/docs/observability/datasets/overview.md +1 -1
  39. package/.docs/docs/observability/datasets/running-experiments.md +1 -1
  40. package/.docs/docs/observability/logging.md +1 -1
  41. package/.docs/docs/observability/overview.md +5 -5
  42. package/.docs/docs/observability/tracing/bridges/otel.md +7 -7
  43. package/.docs/docs/observability/tracing/exporters/arize.md +3 -3
  44. package/.docs/docs/observability/tracing/exporters/braintrust.md +1 -1
  45. package/.docs/docs/observability/tracing/exporters/cloud.md +2 -2
  46. package/.docs/docs/observability/tracing/exporters/datadog.md +3 -3
  47. package/.docs/docs/observability/tracing/exporters/default.md +7 -7
  48. package/.docs/docs/observability/tracing/exporters/laminar.md +1 -1
  49. package/.docs/docs/observability/tracing/exporters/langfuse.md +3 -3
  50. package/.docs/docs/observability/tracing/exporters/langsmith.md +4 -4
  51. package/.docs/docs/observability/tracing/exporters/otel.md +8 -8
  52. package/.docs/docs/observability/tracing/exporters/posthog.md +2 -2
  53. package/.docs/docs/observability/tracing/exporters/sentry.md +4 -4
  54. package/.docs/docs/observability/tracing/overview.md +20 -20
  55. package/.docs/docs/observability/tracing/processors/sensitive-data-filter.md +11 -11
  56. package/.docs/docs/rag/chunking-and-embedding.md +4 -4
  57. package/.docs/docs/rag/overview.md +2 -2
  58. package/.docs/docs/rag/retrieval.md +4 -4
  59. package/.docs/docs/rag/vector-databases.md +11 -11
  60. package/.docs/docs/server/auth/auth0.md +1 -1
  61. package/.docs/docs/server/auth/clerk.md +1 -1
  62. package/.docs/docs/server/auth/composite-auth.md +9 -9
  63. package/.docs/docs/server/auth/custom-auth-provider.md +12 -12
  64. package/.docs/docs/server/auth/firebase.md +2 -2
  65. package/.docs/docs/server/auth/jwt.md +1 -1
  66. package/.docs/docs/server/auth/simple-auth.md +8 -8
  67. package/.docs/docs/server/auth/supabase.md +1 -1
  68. package/.docs/docs/server/auth/workos.md +1 -1
  69. package/.docs/docs/server/auth.md +1 -1
  70. package/.docs/docs/server/custom-adapters.md +7 -7
  71. package/.docs/docs/server/custom-api-routes.md +2 -2
  72. package/.docs/docs/server/mastra-client.md +1 -1
  73. package/.docs/docs/server/mastra-server.md +1 -1
  74. package/.docs/docs/server/request-context.md +2 -2
  75. package/.docs/docs/server/server-adapters.md +1 -1
  76. package/.docs/docs/streaming/events.md +1 -1
  77. package/.docs/docs/streaming/overview.md +1 -1
  78. package/.docs/docs/streaming/tool-streaming.md +2 -2
  79. package/.docs/docs/voice/overview.md +3 -3
  80. package/.docs/docs/voice/speech-to-speech.md +1 -1
  81. package/.docs/docs/voice/speech-to-text.md +2 -2
  82. package/.docs/docs/voice/text-to-speech.md +2 -2
  83. package/.docs/docs/workflows/agents-and-tools.md +1 -1
  84. package/.docs/docs/workflows/control-flow.md +1 -1
  85. package/.docs/docs/workflows/error-handling.md +3 -3
  86. package/.docs/docs/workflows/suspend-and-resume.md +1 -1
  87. package/.docs/docs/workflows/time-travel.md +1 -1
  88. package/.docs/docs/workflows/workflow-state.md +1 -1
  89. package/.docs/docs/workspace/filesystem.md +1 -1
  90. package/.docs/docs/workspace/overview.md +1 -1
  91. package/.docs/docs/workspace/search.md +1 -1
  92. package/.docs/docs/workspace/skills.md +2 -2
  93. package/.docs/guides/build-your-ui/ai-sdk-ui.md +2 -2
  94. package/.docs/guides/build-your-ui/assistant-ui.md +1 -1
  95. package/.docs/guides/build-your-ui/copilotkit.md +1 -1
  96. package/.docs/guides/deployment/digital-ocean.md +1 -1
  97. package/.docs/guides/getting-started/astro.md +1 -1
  98. package/.docs/guides/getting-started/electron.md +1 -1
  99. package/.docs/guides/getting-started/next-js.md +1 -1
  100. package/.docs/guides/getting-started/vite-react.md +1 -1
  101. package/.docs/guides/guide/ai-recruiter.md +3 -3
  102. package/.docs/guides/guide/chef-michel.md +4 -4
  103. package/.docs/guides/guide/code-review-bot.md +3 -3
  104. package/.docs/guides/guide/dev-assistant.md +5 -5
  105. package/.docs/guides/guide/docs-manager.md +3 -3
  106. package/.docs/guides/guide/github-actions-pr-description.md +2 -2
  107. package/.docs/guides/guide/notes-mcp-server.md +3 -3
  108. package/.docs/guides/guide/research-assistant.md +4 -4
  109. package/.docs/guides/guide/research-coordinator.md +1 -1
  110. package/.docs/guides/guide/stock-agent.md +4 -4
  111. package/.docs/guides/guide/web-search.md +2 -2
  112. package/.docs/guides/guide/whatsapp-chat-bot.md +1 -1
  113. package/.docs/guides/migrations/ai-sdk-v4-to-v5.md +3 -3
  114. package/.docs/guides/migrations/network-to-supervisor.md +1 -1
  115. package/.docs/guides/migrations/upgrade-to-v1/agent.md +1 -1
  116. package/.docs/guides/migrations/upgrade-to-v1/deployment.md +1 -1
  117. package/.docs/guides/migrations/upgrade-to-v1/evals.md +1 -1
  118. package/.docs/guides/migrations/upgrade-to-v1/mastra.md +1 -1
  119. package/.docs/guides/migrations/upgrade-to-v1/overview.md +3 -3
  120. package/.docs/guides/migrations/upgrade-to-v1/storage.md +3 -3
  121. package/.docs/guides/migrations/upgrade-to-v1/tracing.md +2 -2
  122. package/.docs/guides/migrations/upgrade-to-v1/vectors.md +3 -3
  123. package/.docs/guides/migrations/upgrade-to-v1/voice.md +1 -1
  124. package/.docs/guides/migrations/upgrade-to-v1/workflows.md +1 -1
  125. package/.docs/guides/migrations/vnext-to-standard-apis.md +1 -1
  126. package/.docs/models/embeddings.md +4 -4
  127. package/.docs/models/gateways/custom-gateways.md +4 -4
  128. package/.docs/models/gateways/netlify.md +1 -1
  129. package/.docs/models/gateways/openrouter.md +1 -1
  130. package/.docs/models/gateways/vercel.md +9 -2
  131. package/.docs/models/gateways.md +2 -2
  132. package/.docs/models/index.md +1 -1
  133. package/.docs/models/providers/302ai.md +3 -3
  134. package/.docs/models/providers/abacus.md +3 -3
  135. package/.docs/models/providers/aihubmix.md +3 -3
  136. package/.docs/models/providers/alibaba-cn.md +3 -3
  137. package/.docs/models/providers/alibaba-coding-plan-cn.md +3 -3
  138. package/.docs/models/providers/alibaba-coding-plan.md +3 -3
  139. package/.docs/models/providers/alibaba.md +3 -3
  140. package/.docs/models/providers/anthropic.md +4 -4
  141. package/.docs/models/providers/bailing.md +3 -3
  142. package/.docs/models/providers/baseten.md +3 -3
  143. package/.docs/models/providers/berget.md +3 -3
  144. package/.docs/models/providers/cerebras.md +4 -4
  145. package/.docs/models/providers/chutes.md +6 -5
  146. package/.docs/models/providers/clarifai.md +3 -3
  147. package/.docs/models/providers/cloudferro-sherlock.md +3 -3
  148. package/.docs/models/providers/cloudflare-workers-ai.md +3 -3
  149. package/.docs/models/providers/cortecs.md +3 -3
  150. package/.docs/models/providers/deepinfra.md +4 -4
  151. package/.docs/models/providers/deepseek.md +3 -3
  152. package/.docs/models/providers/drun.md +3 -3
  153. package/.docs/models/providers/evroc.md +3 -3
  154. package/.docs/models/providers/fastrouter.md +3 -3
  155. package/.docs/models/providers/fireworks-ai.md +3 -3
  156. package/.docs/models/providers/firmware.md +3 -3
  157. package/.docs/models/providers/friendli.md +3 -3
  158. package/.docs/models/providers/github-models.md +3 -3
  159. package/.docs/models/providers/google.md +4 -4
  160. package/.docs/models/providers/groq.md +4 -4
  161. package/.docs/models/providers/helicone.md +3 -3
  162. package/.docs/models/providers/huggingface.md +3 -3
  163. package/.docs/models/providers/iflowcn.md +3 -3
  164. package/.docs/models/providers/inception.md +3 -3
  165. package/.docs/models/providers/inference.md +3 -3
  166. package/.docs/models/providers/io-net.md +3 -3
  167. package/.docs/models/providers/jiekou.md +3 -3
  168. package/.docs/models/providers/kilo.md +3 -3
  169. package/.docs/models/providers/kimi-for-coding.md +4 -4
  170. package/.docs/models/providers/kuae-cloud-coding-plan.md +3 -3
  171. package/.docs/models/providers/llama.md +3 -3
  172. package/.docs/models/providers/lmstudio.md +3 -3
  173. package/.docs/models/providers/lucidquery.md +3 -3
  174. package/.docs/models/providers/meganova.md +3 -3
  175. package/.docs/models/providers/minimax-cn-coding-plan.md +4 -4
  176. package/.docs/models/providers/minimax-cn.md +4 -4
  177. package/.docs/models/providers/minimax-coding-plan.md +4 -4
  178. package/.docs/models/providers/minimax.md +4 -4
  179. package/.docs/models/providers/mistral.md +4 -4
  180. package/.docs/models/providers/moark.md +3 -3
  181. package/.docs/models/providers/modelscope.md +3 -3
  182. package/.docs/models/providers/moonshotai-cn.md +3 -3
  183. package/.docs/models/providers/moonshotai.md +3 -3
  184. package/.docs/models/providers/morph.md +3 -3
  185. package/.docs/models/providers/nano-gpt.md +25 -23
  186. package/.docs/models/providers/nebius.md +3 -3
  187. package/.docs/models/providers/nova.md +3 -3
  188. package/.docs/models/providers/novita-ai.md +3 -3
  189. package/.docs/models/providers/nvidia.md +3 -3
  190. package/.docs/models/providers/ollama-cloud.md +3 -3
  191. package/.docs/models/providers/openai.md +4 -4
  192. package/.docs/models/providers/opencode-go.md +3 -3
  193. package/.docs/models/providers/opencode.md +3 -3
  194. package/.docs/models/providers/ovhcloud.md +3 -3
  195. package/.docs/models/providers/perplexity-agent.md +4 -4
  196. package/.docs/models/providers/perplexity.md +4 -4
  197. package/.docs/models/providers/poe.md +3 -3
  198. package/.docs/models/providers/privatemode-ai.md +3 -3
  199. package/.docs/models/providers/qihang-ai.md +3 -3
  200. package/.docs/models/providers/qiniu-ai.md +3 -3
  201. package/.docs/models/providers/requesty.md +3 -3
  202. package/.docs/models/providers/scaleway.md +3 -3
  203. package/.docs/models/providers/siliconflow-cn.md +3 -3
  204. package/.docs/models/providers/siliconflow.md +3 -3
  205. package/.docs/models/providers/stackit.md +3 -3
  206. package/.docs/models/providers/stepfun.md +3 -3
  207. package/.docs/models/providers/submodel.md +3 -3
  208. package/.docs/models/providers/synthetic.md +3 -3
  209. package/.docs/models/providers/togetherai.md +4 -4
  210. package/.docs/models/providers/upstage.md +3 -3
  211. package/.docs/models/providers/vivgrid.md +4 -4
  212. package/.docs/models/providers/vultr.md +3 -3
  213. package/.docs/models/providers/wandb.md +3 -3
  214. package/.docs/models/providers/xai.md +4 -4
  215. package/.docs/models/providers/xiaomi.md +3 -3
  216. package/.docs/models/providers/zai-coding-plan.md +3 -3
  217. package/.docs/models/providers/zai.md +3 -3
  218. package/.docs/models/providers/zenmux.md +4 -4
  219. package/.docs/models/providers/zhipuai-coding-plan.md +3 -3
  220. package/.docs/models/providers/zhipuai.md +3 -3
  221. package/.docs/reference/agents/agent.md +3 -3
  222. package/.docs/reference/agents/generateLegacy.md +1 -1
  223. package/.docs/reference/agents/network.md +2 -2
  224. package/.docs/reference/ai-sdk/to-ai-sdk-stream.md +1 -1
  225. package/.docs/reference/auth/auth0.md +4 -4
  226. package/.docs/reference/auth/better-auth.md +2 -2
  227. package/.docs/reference/auth/clerk.md +1 -1
  228. package/.docs/reference/auth/firebase.md +4 -4
  229. package/.docs/reference/auth/jwt.md +1 -1
  230. package/.docs/reference/auth/supabase.md +1 -1
  231. package/.docs/reference/auth/workos.md +4 -4
  232. package/.docs/reference/cli/mastra.md +1 -1
  233. package/.docs/reference/client-js/agents.md +22 -22
  234. package/.docs/reference/client-js/error-handling.md +2 -2
  235. package/.docs/reference/client-js/logs.md +2 -2
  236. package/.docs/reference/client-js/mastra-client.md +1 -1
  237. package/.docs/reference/client-js/memory.md +6 -6
  238. package/.docs/reference/client-js/observability.md +4 -4
  239. package/.docs/reference/client-js/telemetry.md +1 -1
  240. package/.docs/reference/client-js/tools.md +3 -3
  241. package/.docs/reference/client-js/vectors.md +2 -2
  242. package/.docs/reference/client-js/workflows.md +12 -12
  243. package/.docs/reference/core/getGatewayById.md +1 -1
  244. package/.docs/reference/core/getMCPServer.md +2 -2
  245. package/.docs/reference/core/getMCPServerById.md +2 -2
  246. package/.docs/reference/core/getMemory.md +1 -1
  247. package/.docs/reference/core/getScorer.md +2 -2
  248. package/.docs/reference/core/getScorerById.md +2 -2
  249. package/.docs/reference/core/getStoredAgentById.md +2 -2
  250. package/.docs/reference/core/listMCPServers.md +2 -2
  251. package/.docs/reference/core/listMemory.md +1 -1
  252. package/.docs/reference/core/listScorers.md +1 -1
  253. package/.docs/reference/core/listStoredAgents.md +2 -2
  254. package/.docs/reference/core/mastra-class.md +1 -1
  255. package/.docs/reference/core/mastra-model-gateway.md +11 -11
  256. package/.docs/reference/datasets/dataset.md +1 -1
  257. package/.docs/reference/deployer.md +4 -4
  258. package/.docs/reference/evals/answer-relevancy.md +3 -3
  259. package/.docs/reference/evals/answer-similarity.md +3 -3
  260. package/.docs/reference/evals/bias.md +4 -4
  261. package/.docs/reference/evals/completeness.md +5 -5
  262. package/.docs/reference/evals/content-similarity.md +3 -3
  263. package/.docs/reference/evals/context-precision.md +6 -6
  264. package/.docs/reference/evals/context-relevance.md +6 -6
  265. package/.docs/reference/evals/create-scorer.md +7 -7
  266. package/.docs/reference/evals/faithfulness.md +3 -3
  267. package/.docs/reference/evals/hallucination.md +5 -5
  268. package/.docs/reference/evals/keyword-coverage.md +3 -3
  269. package/.docs/reference/evals/mastra-scorer.md +6 -6
  270. package/.docs/reference/evals/noise-sensitivity.md +9 -9
  271. package/.docs/reference/evals/prompt-alignment.md +5 -5
  272. package/.docs/reference/evals/run-evals.md +5 -5
  273. package/.docs/reference/evals/scorer-utils.md +17 -17
  274. package/.docs/reference/evals/textual-difference.md +3 -3
  275. package/.docs/reference/evals/tone-consistency.md +4 -4
  276. package/.docs/reference/evals/tool-call-accuracy.md +9 -9
  277. package/.docs/reference/evals/toxicity.md +3 -3
  278. package/.docs/reference/harness/harness-class.md +1 -1
  279. package/.docs/reference/memory/clone-utilities.md +7 -7
  280. package/.docs/reference/memory/cloneThread.md +4 -4
  281. package/.docs/reference/memory/createThread.md +1 -1
  282. package/.docs/reference/memory/deleteMessages.md +1 -1
  283. package/.docs/reference/memory/getThreadById.md +1 -1
  284. package/.docs/reference/memory/listThreads.md +3 -3
  285. package/.docs/reference/memory/memory-class.md +1 -1
  286. package/.docs/reference/memory/observational-memory.md +1 -1
  287. package/.docs/reference/memory/recall.md +1 -1
  288. package/.docs/reference/observability/tracing/bridges/otel.md +5 -5
  289. package/.docs/reference/observability/tracing/configuration.md +17 -17
  290. package/.docs/reference/observability/tracing/exporters/arize.md +4 -4
  291. package/.docs/reference/observability/tracing/exporters/braintrust.md +3 -3
  292. package/.docs/reference/observability/tracing/exporters/cloud-exporter.md +6 -6
  293. package/.docs/reference/observability/tracing/exporters/console-exporter.md +4 -4
  294. package/.docs/reference/observability/tracing/exporters/datadog.md +4 -4
  295. package/.docs/reference/observability/tracing/exporters/default-exporter.md +6 -6
  296. package/.docs/reference/observability/tracing/exporters/laminar.md +2 -2
  297. package/.docs/reference/observability/tracing/exporters/langfuse.md +4 -4
  298. package/.docs/reference/observability/tracing/exporters/langsmith.md +6 -6
  299. package/.docs/reference/observability/tracing/exporters/otel.md +12 -12
  300. package/.docs/reference/observability/tracing/exporters/posthog.md +3 -3
  301. package/.docs/reference/observability/tracing/exporters/sentry.md +5 -5
  302. package/.docs/reference/observability/tracing/instances.md +9 -9
  303. package/.docs/reference/observability/tracing/interfaces.md +39 -39
  304. package/.docs/reference/observability/tracing/processors/sensitive-data-filter.md +5 -5
  305. package/.docs/reference/observability/tracing/spans.md +13 -13
  306. package/.docs/reference/processors/processor-interface.md +15 -15
  307. package/.docs/reference/rag/chunk.md +2 -2
  308. package/.docs/reference/rag/database-config.md +8 -8
  309. package/.docs/reference/rag/document.md +11 -11
  310. package/.docs/reference/rag/embeddings.md +5 -5
  311. package/.docs/reference/rag/extract-params.md +8 -8
  312. package/.docs/reference/rag/graph-rag.md +4 -4
  313. package/.docs/reference/rag/metadata-filters.md +5 -5
  314. package/.docs/reference/rag/rerank.md +2 -2
  315. package/.docs/reference/rag/rerankWithScorer.md +2 -2
  316. package/.docs/reference/server/express-adapter.md +1 -1
  317. package/.docs/reference/server/fastify-adapter.md +1 -1
  318. package/.docs/reference/server/hono-adapter.md +1 -1
  319. package/.docs/reference/server/koa-adapter.md +1 -1
  320. package/.docs/reference/server/mastra-server.md +16 -16
  321. package/.docs/reference/server/register-api-route.md +5 -5
  322. package/.docs/reference/server/routes.md +1 -1
  323. package/.docs/reference/storage/cloudflare-d1.md +2 -2
  324. package/.docs/reference/storage/cloudflare.md +2 -2
  325. package/.docs/reference/storage/composite.md +1 -1
  326. package/.docs/reference/storage/convex.md +5 -5
  327. package/.docs/reference/storage/dynamodb.md +5 -5
  328. package/.docs/reference/storage/lance.md +3 -3
  329. package/.docs/reference/storage/libsql.md +1 -1
  330. package/.docs/reference/storage/mongodb.md +5 -5
  331. package/.docs/reference/storage/mssql.md +3 -3
  332. package/.docs/reference/storage/overview.md +2 -2
  333. package/.docs/reference/storage/postgresql.md +5 -5
  334. package/.docs/reference/storage/upstash.md +3 -3
  335. package/.docs/reference/streaming/ChunkType.md +13 -13
  336. package/.docs/reference/streaming/agents/MastraModelOutput.md +6 -6
  337. package/.docs/reference/streaming/agents/stream.md +2 -2
  338. package/.docs/reference/streaming/agents/streamLegacy.md +1 -1
  339. package/.docs/reference/streaming/workflows/observeStream.md +1 -1
  340. package/.docs/reference/streaming/workflows/resumeStream.md +1 -1
  341. package/.docs/reference/streaming/workflows/stream.md +1 -1
  342. package/.docs/reference/templates/overview.md +3 -3
  343. package/.docs/reference/tools/create-tool.md +9 -9
  344. package/.docs/reference/tools/document-chunker-tool.md +4 -4
  345. package/.docs/reference/tools/graph-rag-tool.md +7 -7
  346. package/.docs/reference/tools/mcp-client.md +13 -13
  347. package/.docs/reference/tools/mcp-server.md +23 -23
  348. package/.docs/reference/tools/vector-query-tool.md +12 -12
  349. package/.docs/reference/vectors/astra.md +13 -13
  350. package/.docs/reference/vectors/chroma.md +16 -16
  351. package/.docs/reference/vectors/convex.md +15 -15
  352. package/.docs/reference/vectors/couchbase.md +15 -15
  353. package/.docs/reference/vectors/duckdb.md +17 -17
  354. package/.docs/reference/vectors/elasticsearch.md +14 -14
  355. package/.docs/reference/vectors/lance.md +22 -22
  356. package/.docs/reference/vectors/libsql.md +15 -15
  357. package/.docs/reference/vectors/mongodb.md +18 -18
  358. package/.docs/reference/vectors/opensearch.md +11 -11
  359. package/.docs/reference/vectors/pg.md +21 -21
  360. package/.docs/reference/vectors/pinecone.md +15 -15
  361. package/.docs/reference/vectors/qdrant.md +15 -15
  362. package/.docs/reference/vectors/s3vectors.md +17 -17
  363. package/.docs/reference/vectors/turbopuffer.md +14 -14
  364. package/.docs/reference/vectors/upstash.md +15 -15
  365. package/.docs/reference/vectors/vectorize.md +16 -16
  366. package/.docs/reference/voice/azure.md +8 -8
  367. package/.docs/reference/voice/cloudflare.md +5 -5
  368. package/.docs/reference/voice/composite-voice.md +5 -5
  369. package/.docs/reference/voice/deepgram.md +5 -5
  370. package/.docs/reference/voice/elevenlabs.md +6 -6
  371. package/.docs/reference/voice/google-gemini-live.md +20 -20
  372. package/.docs/reference/voice/google.md +9 -9
  373. package/.docs/reference/voice/mastra-voice.md +17 -17
  374. package/.docs/reference/voice/murf.md +6 -6
  375. package/.docs/reference/voice/openai-realtime.md +16 -16
  376. package/.docs/reference/voice/openai.md +5 -5
  377. package/.docs/reference/voice/playai.md +5 -5
  378. package/.docs/reference/voice/sarvam.md +5 -5
  379. package/.docs/reference/voice/speechify.md +5 -5
  380. package/.docs/reference/voice/voice.addInstructions.md +2 -2
  381. package/.docs/reference/voice/voice.addTools.md +2 -2
  382. package/.docs/reference/voice/voice.answer.md +2 -2
  383. package/.docs/reference/voice/voice.close.md +2 -2
  384. package/.docs/reference/voice/voice.connect.md +5 -5
  385. package/.docs/reference/voice/voice.events.md +2 -2
  386. package/.docs/reference/voice/voice.getSpeakers.md +3 -3
  387. package/.docs/reference/voice/voice.listen.md +6 -6
  388. package/.docs/reference/voice/voice.off.md +2 -2
  389. package/.docs/reference/voice/voice.on.md +3 -3
  390. package/.docs/reference/voice/voice.send.md +2 -2
  391. package/.docs/reference/voice/voice.speak.md +5 -5
  392. package/.docs/reference/voice/voice.updateConfig.md +3 -3
  393. package/.docs/reference/workflows/run-methods/startAsync.md +1 -1
  394. package/.docs/reference/workflows/run.md +3 -3
  395. package/.docs/reference/workflows/step.md +2 -2
  396. package/.docs/reference/workflows/workflow-methods/create-run.md +1 -1
  397. package/.docs/reference/workflows/workflow.md +1 -1
  398. package/.docs/reference/workspace/daytona-sandbox.md +2 -2
  399. package/.docs/reference/workspace/e2b-sandbox.md +2 -2
  400. package/.docs/reference/workspace/filesystem.md +1 -1
  401. package/.docs/reference/workspace/gcs-filesystem.md +1 -1
  402. package/.docs/reference/workspace/local-filesystem.md +1 -1
  403. package/.docs/reference/workspace/local-sandbox.md +4 -4
  404. package/.docs/reference/workspace/process-manager.md +2 -2
  405. package/.docs/reference/workspace/s3-filesystem.md +1 -1
  406. package/.docs/reference/workspace/workspace-class.md +2 -2
  407. package/CHANGELOG.md +14 -0
  408. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- # Building a PR Description Agent for GitHub Actions
1
+ # Building a PR description agent for GitHub Actions
2
2
 
3
3
  In this guide, you'll build a [GitHub Action](https://docs.github.com/en/actions) that uses a Mastra agent to read pull request diffs, generate multi-language summaries, and write them directly to the PR description in the GitHub UI. The action runs whenever a pull request is created or updated and regenerates the description as the diff changes.
4
4
 
@@ -117,7 +117,7 @@ Before deploying the workflow, you can test the agent in [Mastra Studio](https:/
117
117
 
118
118
  The agent will return a formatted description with sections in English, Spanish, and Japanese.
119
119
 
120
- ## GitHub Actions
120
+ ## GitHub actions
121
121
 
122
122
  GitHub Actions run your workflows in short-lived environments on GitHub's infrastructure. Each run starts with a clean virtual machine, checks out your code, installs dependencies, runs your workflow steps, and then shuts down. Nothing persists between runs unless you explicitly save it as an artifact or cache.
123
123
 
@@ -1,4 +1,4 @@
1
- # Building a Notes MCP Server
1
+ # Building a notes MCP server
2
2
 
3
3
  In this guide, you'll learn how to build a complete MCP (Model Context Protocol) server from scratch. This server will manage a collection of markdown notes and has these features:
4
4
 
@@ -99,7 +99,7 @@ Before you can create an MCP server you first need to install additional depende
99
99
  └── tools/
100
100
  ```
101
101
 
102
- ## Creating the MCP Server
102
+ ## Creating the MCP server
103
103
 
104
104
  Let's add the MCP server!
105
105
 
@@ -401,7 +401,7 @@ Let's add the MCP server!
401
401
  })
402
402
  ```
403
403
 
404
- ## Run the Server
404
+ ## Run the server
405
405
 
406
406
  Great, you've authored your first MCP server! Now you can try it out by starting the Mastra dev server and opening [Studio](https://mastra.ai/docs/getting-started/studio):
407
407
 
@@ -1,4 +1,4 @@
1
- # Building a Research Paper Assistant with RAG
1
+ # Building a research paper assistant with RAG
2
2
 
3
3
  In this guide, you'll create an AI research assistant that can analyze academic papers and answer specific questions about their content using Retrieval Augmented Generation (RAG).
4
4
 
@@ -39,7 +39,7 @@ Your implementation will:
39
39
  3. Use similarity search to find relevant sections
40
40
  4. Generate accurate responses using retrieved context
41
41
 
42
- ## Creating the Agent
42
+ ## Creating the agent
43
43
 
44
44
  Let's define the agent's behavior, connect it to your Mastra project, and create the vector store.
45
45
 
@@ -256,7 +256,7 @@ In the following steps you'll fetch the research paper, split it into smaller ch
256
256
 
257
257
  If the operation was successful you should see no output/errors in your terminal.
258
258
 
259
- ## Test the Assistant
259
+ ## Test the assistant
260
260
 
261
261
  Now that the vector database has all embeddings, you can test the research assistant with different types of queries.
262
262
 
@@ -338,7 +338,7 @@ curl -X POST http://localhost:4111/api/agents/researchAgent/generate \
338
338
  }'
339
339
  ```
340
340
 
341
- ## Advanced RAG Examples
341
+ ## Advanced RAG examples
342
342
 
343
343
  Explore these examples for more advanced RAG techniques:
344
344
 
@@ -1,4 +1,4 @@
1
- # Building a Research Coordinator with Supervisor Pattern
1
+ # Building a research coordinator with supervisor pattern
2
2
 
3
3
  In this guide, you'll build a research coordinator that orchestrates multiple specialized agents using the supervisor pattern. The coordinator will delegate research tasks to a research agent and writing tasks to a writing agent, then synthesize the results into a comprehensive report.
4
4
 
@@ -1,4 +1,4 @@
1
- # Building an AI Stock Agent
1
+ # Building an AI stock agent
2
2
 
3
3
  In this guide, you're going to create an agent that fetches the last day's closing stock price for a given symbol. You'll learn how to create a tool, add it to an agent, and use the agent to fetch stock prices.
4
4
 
@@ -10,7 +10,7 @@ In this guide, you're going to create an agent that fetches the last day's closi
10
10
  - An API key from a supported [Model Provider](https://mastra.ai/models)
11
11
  - An existing Mastra project (Follow the [installation guide](https://mastra.ai/guides/getting-started/quickstart) to set up a new project)
12
12
 
13
- ## Creating the Agent
13
+ ## Creating the agent
14
14
 
15
15
  To create an agent in Mastra use the `Agent` class to define it and then register it with Mastra.
16
16
 
@@ -39,7 +39,7 @@ To create an agent in Mastra use the `Agent` class to define it and then registe
39
39
  })
40
40
  ```
41
41
 
42
- ## Creating the Stock Price Tool
42
+ ## Creating the stock price tool
43
43
 
44
44
  The Stock Agent doesn't yet know anything about current stock prices. To change this, create a tool and add it to the agent.
45
45
 
@@ -90,7 +90,7 @@ The Stock Agent doesn't yet know anything about current stock prices. To change
90
90
  })
91
91
  ```
92
92
 
93
- ## Running the Agent Server
93
+ ## Running the agent server
94
94
 
95
95
  Learn how to interact with your agent through Mastra's API.
96
96
 
@@ -1,4 +1,4 @@
1
- # Building an Agent that can search the web
1
+ # Building an agent that can search the web
2
2
 
3
3
  When building a web search agent, you have two main strategies to consider:
4
4
 
@@ -202,7 +202,7 @@ Some LLM providers include built-in web search capabilities that can be used dir
202
202
 
203
203
  Inside Studio navigate to the **"Search Agent"** and ask it: "What happened last week in AI news?"
204
204
 
205
- ## Using Search APIs
205
+ ## Using search APIs
206
206
 
207
207
  For more control over search behavior, you can integrate external search APIs as custom tools. [Exa](https://exa.ai/) is a search engine built specifically for AI applications, offering semantic search, configurable filters (category, domain, date range), and the ability to retrieve full page contents. The search API is wrapped in a Mastra tool that defines the input schema, output format, and execution logic.
208
208
 
@@ -1,4 +1,4 @@
1
- # WhatsApp Chat Bot
1
+ # WhatsApp chat bot
2
2
 
3
3
  This guide demonstrates how to create a WhatsApp chat bot using Mastra agents and workflows. The bot receives incoming WhatsApp messages via webhook, processes them through an AI agent, breaks responses into natural text messages, and sends them back via the WhatsApp Business API.
4
4
 
@@ -9,11 +9,11 @@ This guide covers only the Mastra-specific aspects of the migration.
9
9
  - **Data compatibility**: New data stored in v5 format will no longer work if you downgrade from v5 to v4
10
10
  - **Backup recommendation**: Keep DB backups from before you upgrade to v5
11
11
 
12
- ## Memory and Storage
12
+ ## Memory and storage
13
13
 
14
14
  Mastra automatically handles AI SDK v4 data using its internal `MessageList` class, which manages format conversion—including v4 to v5. No database migrations are required; your existing messages are translated on the fly and continue working after you upgrade.
15
15
 
16
- ## Message Format Conversion
16
+ ## Message format conversion
17
17
 
18
18
  For cases where you need to manually convert messages between AI SDK and Mastra formats, use the `convertMessages()` utility:
19
19
 
@@ -32,7 +32,7 @@ const aiv5Messages = convertMessages(mastraMessages).to('AIV5.Core')
32
32
 
33
33
  This utility is helpful when you want to fetch messages directly from your storage DB and convert them for use in AI SDK.
34
34
 
35
- ## Type Inference for Tools
35
+ ## Type inference for tools
36
36
 
37
37
  When using tools with TypeScript in AI SDK v5, Mastra provides type inference helpers to ensure type safety for your tool inputs and outputs.
38
38
 
@@ -1,4 +1,4 @@
1
- # Migrate from `.network()` to Supervisor Pattern
1
+ # Migrate from `.network()` to supervisor pattern
2
2
 
3
3
  The supervisor pattern using `Agent.stream()` and `Agent.generate()` is the recommended approach for coordinating multiple agents, replacing the older `.network()` API. This guide walks you through each step of the migration.
4
4
 
@@ -1,4 +1,4 @@
1
- # Agent Class
1
+ # Agent class
2
2
 
3
3
  The Agent class has been updated with reorganized voice methods, updated property access patterns, and streamlined streaming APIs.
4
4
 
@@ -4,7 +4,7 @@ The `CloudflareDeployer` configuration has been updated to use standard `wrangle
4
4
 
5
5
  ## Changed
6
6
 
7
- ### CloudflareDeployer uses standard wrangler.json property names
7
+ ### `CloudflareDeployer` uses standard `wrangler.json` property names
8
8
 
9
9
  The `CloudflareDeployer` constructor now accepts standard `wrangler.json` property names instead of custom camelCase variants. This change aligns the deployer with Cloudflare's official configuration format and provides access to all wrangler configuration options.
10
10
 
@@ -1,4 +1,4 @@
1
- # Evals & Scorers
1
+ # Evals and scorers
2
2
 
3
3
  The evaluation API has been consolidated on the new scorers system with updated naming conventions and configuration requirements.
4
4
 
@@ -1,4 +1,4 @@
1
- # Mastra Class
1
+ # Mastra class
2
2
 
3
3
  The Mastra class has been restructured to restrict top-level imports and replace direct property access with getter methods.
4
4
 
@@ -8,7 +8,7 @@ This guide provides a comprehensive overview of breaking changes when upgrading
8
8
 
9
9
  > **Need help?:** Need help with the migration? Join our [Discord community](https://discord.gg/BTYqqHKUrf) to ask questions.
10
10
 
11
- ## Migration Strategy
11
+ ## Migration strategy
12
12
 
13
13
  ### Update all Mastra packages to `latest` tag
14
14
 
@@ -58,7 +58,7 @@ Work through the [migration checklist](#migration-checklist) below to update you
58
58
 
59
59
  > **Database Migration Required:** If you're using PostgreSQL or LibSQL storage, you'll need to run a database migration. See the [Storage migration guide](https://mastra.ai/guides/migrations/upgrade-to-v1/storage) for details.
60
60
 
61
- ## Breaking Changes by Area
61
+ ## Breaking changes by area
62
62
 
63
63
  - **[Mastra Class](https://mastra.ai/guides/migrations/upgrade-to-v1/mastra)** - Import restructuring and property access changes.
64
64
  - **[Agent Class](https://mastra.ai/guides/migrations/upgrade-to-v1/agent)** - Voice methods moved to namespace and streaming API updates.
@@ -76,7 +76,7 @@ Work through the [migration checklist](#migration-checklist) below to update you
76
76
  - **[Client SDKs](https://mastra.ai/guides/migrations/upgrade-to-v1/client)** - Types and utilities renamed for consistency.
77
77
  - **[Voice Packages](https://mastra.ai/guides/migrations/upgrade-to-v1/voice)** - Packages renamed from speech to voice.
78
78
 
79
- ## Migration Checklist
79
+ ## Migration checklist
80
80
 
81
81
  Work through this checklist in order, starting with high-impact changes that affect most applications.
82
82
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Storage APIs have been standardized with consistent pagination and naming patterns across all methods.
4
4
 
5
- ## Database Migration
5
+ ## Database migration
6
6
 
7
7
  Run these SQL migrations through your normal migration process (e.g., Prisma Migrate, Drizzle Kit, or your DBA review process).
8
8
 
@@ -89,7 +89,7 @@ USING snapshot::jsonb;
89
89
 
90
90
  ## Added
91
91
 
92
- ### Storage composition in MastraCompositeStore
92
+ ### Storage composition in `MastraCompositeStore`
93
93
 
94
94
  `MastraCompositeStore` can now compose storage domains from different adapters. Use it when you need different databases for different purposes - for example, PostgreSQL for memory and workflows, but a specialized database for observability.
95
95
 
@@ -460,7 +460,7 @@ To migrate, rename the method and use named arguments.
460
460
  + });
461
461
  ```
462
462
 
463
- ### PostgresStore `schema` to `schemaName`
463
+ ### `PostgresStore`: `schema` to `schemaName`
464
464
 
465
465
  The `schema` parameter has been renamed to `schemaName` in the PostgresStore constructor. This change provides clearer naming to avoid confusion with database schema concepts.
466
466
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  The observability system has been restructured in v1 with a dedicated `@mastra/observability` package. This guide covers two migration paths depending on which version you're upgrading from.
4
4
 
5
- ## Migration Paths
5
+ ## Migration paths
6
6
 
7
7
  ### From OTEL-based Telemetry (0.x)
8
8
 
@@ -342,7 +342,7 @@ node --env-file=".env" .mastra/output/index.mjs
342
342
 
343
343
  No separate instrumentation files or special startup flags required.
344
344
 
345
- ## Provider Migration Reference
345
+ ## Provider migration reference
346
346
 
347
347
  If you were using OTEL-based telemetry with specific providers in 0.x, here's how to configure them in v1:
348
348
 
@@ -40,7 +40,7 @@ const vectorStore = new VectorStore({ ... });
40
40
  + const vectors = await vectorStore.listVectors({ ... });
41
41
  ```
42
42
 
43
- ### LibSQLVector: `connectionUrl` to `url`
43
+ ### `LibSQLVector`: `connectionUrl` to `url`
44
44
 
45
45
  The `connectionUrl` parameter has been renamed to `url` to align with the `@libsql/client` API and match LibSQLStorage.
46
46
 
@@ -52,7 +52,7 @@ const vectorStore = new LibSQLVector({
52
52
  });
53
53
  ```
54
54
 
55
- ### OpenSearchVector: `url` to `node`
55
+ ### `OpenSearchVector`: `url` to `node`
56
56
 
57
57
  The `url` parameter has been renamed to `node` to match the OpenSearch `ClientOptions` API. The constructor now accepts all OpenSearch client options including authentication, SSL, and compression.
58
58
 
@@ -64,7 +64,7 @@ const vectorStore = new OpenSearchVector({
64
64
  });
65
65
  ```
66
66
 
67
- ### PineconeVector: `environment` removed
67
+ ### `PineconeVector`: `environment` removed
68
68
 
69
69
  The `environment` parameter has been removed. Use `controllerHostUrl` instead if you need to specify a custom controller host. The constructor now accepts all Pinecone configuration options.
70
70
 
@@ -1,4 +1,4 @@
1
- # Voice Packages
1
+ # Voice
2
2
 
3
3
  Voice packages have been renamed from speech to voice with updated class names and API methods.
4
4
 
@@ -268,7 +268,7 @@ To migrate, use the new workflow API. No direct migration path exists from legac
268
268
  + // Migrate to the new workflow API
269
269
  ```
270
270
 
271
- ### `pipeThrough` and `pipeTo` methods from WorkflowRunOutput
271
+ ### `pipeThrough` and `pipeTo` methods from `WorkflowRunOutput`
272
272
 
273
273
  The `pipeThrough()` and `pipeTo()` methods on `WorkflowRunOutput` are deprecated. These methods still work but show console warnings.
274
274
 
@@ -1,4 +1,4 @@
1
- # Migrate from VNext to Standard APIs
1
+ # Migrate from VNext to standard APIs
2
2
 
3
3
  As of `v0.20.0` for `@mastra/core`, the following changes apply.
4
4
 
@@ -1,8 +1,8 @@
1
- # Embedding Models
1
+ # Embedding models
2
2
 
3
3
  Mastra's model router supports embedding models using the same `provider/model` string format as language models. This provides a unified interface for both chat and embedding models with TypeScript autocomplete support.
4
4
 
5
- ## Quick Start
5
+ ## Quick start
6
6
 
7
7
  ```typescript
8
8
  import { ModelRouterEmbeddingModel } from "@mastra/core/llm";
@@ -15,7 +15,7 @@ const { embeddings } = await embedMany({
15
15
  });
16
16
  ```
17
17
 
18
- ## Supported Models
18
+ ## Supported models
19
19
 
20
20
  ### OpenAI
21
21
 
@@ -127,7 +127,7 @@ const modelId: EmbeddingModelId = "openai/text-embedding-3-small";
127
127
  const embedder = new ModelRouterEmbeddingModel(modelId);
128
128
  ```
129
129
 
130
- ## Error Handling
130
+ ## Error handling
131
131
 
132
132
  The model router validates provider and model IDs at construction time:
133
133
 
@@ -1,4 +1,4 @@
1
- # Custom Model Gateways
1
+ # Custom model gateways
2
2
 
3
3
  Custom model gateways allow you to implement private or specialized LLM provider integrations by extending the `MastraModelGateway` base class.
4
4
 
@@ -357,7 +357,7 @@ Examples:
357
357
 
358
358
  - `private/my-provider/model-1`
359
359
 
360
- ## Advanced Example
360
+ ## Advanced example
361
361
 
362
362
  Token-based gateway with caching:
363
363
 
@@ -432,7 +432,7 @@ class TokenGateway extends MastraModelGateway {
432
432
  }
433
433
  ```
434
434
 
435
- ## Error Handling
435
+ ## Error handling
436
436
 
437
437
  Provide descriptive errors for common failure scenarios:
438
438
 
@@ -513,7 +513,7 @@ describe('MyPrivateGateway', () => {
513
513
  });
514
514
  ```
515
515
 
516
- ## Best Practices
516
+ ## Best practices
517
517
 
518
518
  1. **Use descriptive IDs for versioning**: Set explicit `id` values when you need to version your gateways
519
519
 
@@ -31,7 +31,7 @@ OPENAI_API_KEY=sk-...
31
31
  ANTHROPIC_API_KEY=ant-...
32
32
  ```
33
33
 
34
- ## Available Models
34
+ ## Available models
35
35
 
36
36
  | Model |
37
37
  | ---------------------------------------------- |
@@ -30,7 +30,7 @@ OPENAI_API_KEY=sk-...
30
30
  ANTHROPIC_API_KEY=ant-...
31
31
  ```
32
32
 
33
- ## Available Models
33
+ ## Available models
34
34
 
35
35
  | Model |
36
36
  | --------------------------------------------------------------- |
@@ -1,6 +1,6 @@
1
1
  # ![Vercel logo](https://models.dev/logos/vercel.svg)Vercel
2
2
 
3
- Vercel aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 201 models through Mastra's model router.
3
+ Vercel aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 208 models through Mastra's model router.
4
4
 
5
5
  Learn more in the [Vercel documentation](https://ai-sdk.dev/providers/ai-sdk-providers).
6
6
 
@@ -30,7 +30,7 @@ OPENAI_API_KEY=sk-...
30
30
  ANTHROPIC_API_KEY=ant-...
31
31
  ```
32
32
 
33
- ## Available Models
33
+ ## Available models
34
34
 
35
35
  | Model |
36
36
  | ---------------------------------------------- |
@@ -113,6 +113,7 @@ ANTHROPIC_API_KEY=ant-...
113
113
  | `google/imagen-4.0-ultra-generate-001` |
114
114
  | `google/text-embedding-005` |
115
115
  | `google/text-multilingual-embedding-002` |
116
+ | `inception/mercury-2` |
116
117
  | `inception/mercury-coder-small` |
117
118
  | `kwaipilot/kat-coder-pro-v1` |
118
119
  | `meituan/longcat-flash-chat` |
@@ -183,7 +184,10 @@ ANTHROPIC_API_KEY=ant-...
183
184
  | `openai/gpt-5.2-chat` |
184
185
  | `openai/gpt-5.2-codex` |
185
186
  | `openai/gpt-5.2-pro` |
187
+ | `openai/gpt-5.3-chat` |
186
188
  | `openai/gpt-5.3-codex` |
189
+ | `openai/gpt-5.4` |
190
+ | `openai/gpt-5.4-pro` |
187
191
  | `openai/gpt-oss-120b` |
188
192
  | `openai/gpt-oss-20b` |
189
193
  | `openai/gpt-oss-safeguard-20b` |
@@ -208,6 +212,9 @@ ANTHROPIC_API_KEY=ant-...
208
212
  | `voyage/voyage-3-large` |
209
213
  | `voyage/voyage-3.5` |
210
214
  | `voyage/voyage-3.5-lite` |
215
+ | `voyage/voyage-4` |
216
+ | `voyage/voyage-4-large` |
217
+ | `voyage/voyage-4-lite` |
211
218
  | `voyage/voyage-code-2` |
212
219
  | `voyage/voyage-code-3` |
213
220
  | `voyage/voyage-finance-2` |
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gateway providers aggregate multiple model providers and add features like caching, rate limiting, analytics, and automatic failover. Use gateways when you need observability, cost management, or simplified multi-provider access.
4
4
 
5
- ## Custom Gateways
5
+ ## Custom gateways
6
6
 
7
7
  Create custom gateways for private LLM deployments or specialized provider integrations. See [Custom Gateways](https://mastra.ai/models/gateways/custom-gateways) for implementation details.
8
8
 
9
- ## Built-in Gateways
9
+ ## Built-in gateways
10
10
 
11
11
  - [Azure OpenAI](https://mastra.ai/models/gateways/azure-openai)
12
12
  - [Netlify](https://mastra.ai/models/gateways/netlify)
@@ -1,6 +1,6 @@
1
1
  # Model Providers
2
2
 
3
- Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 3229 models from 92 providers through a single API.
3
+ Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 3239 models from 92 providers through a single API.
4
4
 
5
5
  ## Features
6
6
 
@@ -99,9 +99,9 @@ for await (const chunk of stream) {
99
99
  | `302ai/qwen3-coder-480b-a35b-instruct` | 262K | | | | | | $0.86 | $3 |
100
100
  | `302ai/qwen3-max-2025-09-23` | 258K | | | | | | $0.86 | $3 |
101
101
 
102
- ## Advanced Configuration
102
+ ## Advanced configuration
103
103
 
104
- ### Custom Headers
104
+ ### Custom headers
105
105
 
106
106
  ```typescript
107
107
  const agent = new Agent({
@@ -118,7 +118,7 @@ const agent = new Agent({
118
118
  });
119
119
  ```
120
120
 
121
- ### Dynamic Model Selection
121
+ ### Dynamic model selection
122
122
 
123
123
  ```typescript
124
124
  const agent = new Agent({
@@ -100,9 +100,9 @@ for await (const chunk of stream) {
100
100
  | `abacus/zai-org/glm-4.7` | 128K | | | | | | $0.60 | $2 |
101
101
  | `abacus/zai-org/glm-5` | 205K | | | | | | $1 | $3 |
102
102
 
103
- ## Advanced Configuration
103
+ ## Advanced configuration
104
104
 
105
- ### Custom Headers
105
+ ### Custom headers
106
106
 
107
107
  ```typescript
108
108
  const agent = new Agent({
@@ -119,7 +119,7 @@ const agent = new Agent({
119
119
  });
120
120
  ```
121
121
 
122
- ### Dynamic Model Selection
122
+ ### Dynamic model selection
123
123
 
124
124
  ```typescript
125
125
  const agent = new Agent({
@@ -83,9 +83,9 @@ for await (const chunk of stream) {
83
83
  | `aihubmix/qwen3-max-2026-01-23` | 262K | | | | | | $0.34 | $1 |
84
84
  | `aihubmix/qwen3.5-plus` | 1.0M | | | | | | $0.11 | $0.66 |
85
85
 
86
- ## Advanced Configuration
86
+ ## Advanced configuration
87
87
 
88
- ### Custom Headers
88
+ ### Custom headers
89
89
 
90
90
  ```typescript
91
91
  const agent = new Agent({
@@ -102,7 +102,7 @@ const agent = new Agent({
102
102
  });
103
103
  ```
104
104
 
105
- ### Dynamic Model Selection
105
+ ### Dynamic model selection
106
106
 
107
107
  ```typescript
108
108
  const agent = new Agent({
@@ -109,9 +109,9 @@ for await (const chunk of stream) {
109
109
  | `alibaba-cn/siliconflow/deepseek-v3.2` | 164K | | | | | | $0.27 | $0.42 |
110
110
  | `alibaba-cn/tongyi-intent-detect-v3` | 8K | | | | | | $0.06 | $0.14 |
111
111
 
112
- ## Advanced Configuration
112
+ ## Advanced configuration
113
113
 
114
- ### Custom Headers
114
+ ### Custom headers
115
115
 
116
116
  ```typescript
117
117
  const agent = new Agent({
@@ -128,7 +128,7 @@ const agent = new Agent({
128
128
  });
129
129
  ```
130
130
 
131
- ### Dynamic Model Selection
131
+ ### Dynamic model selection
132
132
 
133
133
  ```typescript
134
134
  const agent = new Agent({
@@ -43,9 +43,9 @@ for await (const chunk of stream) {
43
43
  | `alibaba-coding-plan-cn/qwen3-max-2026-01-23` | 262K | | | | | | — | — |
44
44
  | `alibaba-coding-plan-cn/qwen3.5-plus` | 1.0M | | | | | | — | — |
45
45
 
46
- ## Advanced Configuration
46
+ ## Advanced configuration
47
47
 
48
- ### Custom Headers
48
+ ### Custom headers
49
49
 
50
50
  ```typescript
51
51
  const agent = new Agent({
@@ -62,7 +62,7 @@ const agent = new Agent({
62
62
  });
63
63
  ```
64
64
 
65
- ### Dynamic Model Selection
65
+ ### Dynamic model selection
66
66
 
67
67
  ```typescript
68
68
  const agent = new Agent({
@@ -43,9 +43,9 @@ for await (const chunk of stream) {
43
43
  | `alibaba-coding-plan/qwen3-max-2026-01-23` | 262K | | | | | | — | — |
44
44
  | `alibaba-coding-plan/qwen3.5-plus` | 1.0M | | | | | | — | — |
45
45
 
46
- ## Advanced Configuration
46
+ ## Advanced configuration
47
47
 
48
- ### Custom Headers
48
+ ### Custom headers
49
49
 
50
50
  ```typescript
51
51
  const agent = new Agent({
@@ -62,7 +62,7 @@ const agent = new Agent({
62
62
  });
63
63
  ```
64
64
 
65
- ### Dynamic Model Selection
65
+ ### Dynamic model selection
66
66
 
67
67
  ```typescript
68
68
  const agent = new Agent({
@@ -76,9 +76,9 @@ for await (const chunk of stream) {
76
76
  | `alibaba/qwen3.5-plus` | 1.0M | | | | | | $0.40 | $2 |
77
77
  | `alibaba/qwq-plus` | 131K | | | | | | $0.80 | $2 |
78
78
 
79
- ## Advanced Configuration
79
+ ## Advanced configuration
80
80
 
81
- ### Custom Headers
81
+ ### Custom headers
82
82
 
83
83
  ```typescript
84
84
  const agent = new Agent({
@@ -95,7 +95,7 @@ const agent = new Agent({
95
95
  });
96
96
  ```
97
97
 
98
- ### Dynamic Model Selection
98
+ ### Dynamic model selection
99
99
 
100
100
  ```typescript
101
101
  const agent = new Agent({