@mastra/mcp-docs-server 1.2.17-alpha.11 → 1.2.17-alpha.14

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 (220) hide show
  1. package/.docs/course/02-agent-tools-mcp/32-conclusion.md +1 -1
  2. package/.docs/docs/agents/code-mode.md +3 -3
  3. package/.docs/docs/agents/guardrails.md +1 -1
  4. package/.docs/docs/agents/{agent-approval.md → human-in-the-loop.md} +5 -5
  5. package/.docs/docs/agents/networks.md +3 -3
  6. package/.docs/docs/agents/overview.md +7 -7
  7. package/.docs/docs/agents/processors.md +2 -2
  8. package/.docs/docs/agents/{using-tools.md → tools.md} +7 -7
  9. package/.docs/docs/{server/auth → auth}/custom-auth-provider.md +1 -1
  10. package/.docs/docs/{server/auth → auth}/fga.md +1 -1
  11. package/.docs/docs/{server/auth.md → auth/overview.md} +4 -4
  12. package/.docs/docs/{server/auth → auth}/simple-auth.md +1 -1
  13. package/.docs/docs/{server/auth → auth}/workers.md +2 -2
  14. package/.docs/docs/{capabilities/channels.md → channels.md} +2 -2
  15. package/.docs/docs/{agents → connections}/a2a.md +2 -2
  16. package/.docs/docs/{agents → connections}/acp.md +1 -1
  17. package/.docs/docs/{mcp/overview.md → connections/mcp.md} +1 -1
  18. package/.docs/docs/connections/overview.md +5 -5
  19. package/.docs/docs/{agents → connections}/sdk-agents.md +1 -1
  20. package/.docs/docs/deployment/mastra-server.md +2 -2
  21. package/.docs/docs/deployment/overview.md +1 -1
  22. package/.docs/docs/deployment/sandbox.md +3 -3
  23. package/.docs/docs/deployment/workers.md +4 -4
  24. package/.docs/docs/guides/multi-agent-systems.md +7 -7
  25. package/.docs/docs/guides/streaming.md +1 -1
  26. package/.docs/docs/harness/agent-controller.md +5 -3
  27. package/.docs/docs/{long-running-agents → harness}/background-tasks.md +5 -5
  28. package/.docs/docs/{long-running-agents → harness}/durable-agents.md +2 -2
  29. package/.docs/docs/{long-running-agents → harness}/goals.md +6 -6
  30. package/.docs/docs/harness/overview.md +11 -10
  31. package/.docs/docs/{long-running-agents → harness}/schedules.md +5 -5
  32. package/.docs/docs/{long-running-agents → harness}/signal-providers.md +4 -4
  33. package/.docs/docs/mastra-platform/deploy.md +1 -1
  34. package/.docs/docs/mastra-platform/overview.md +1 -1
  35. package/.docs/docs/mastra-platform/server.md +1 -1
  36. package/.docs/docs/memory/message-history.md +1 -1
  37. package/.docs/docs/memory/overview.md +4 -4
  38. package/.docs/docs/memory/working-memory.md +1 -1
  39. package/.docs/docs/observability/integrations/exporters/mastra-storage.md +1 -1
  40. package/.docs/docs/{workspace → sandbox}/filesystem.md +2 -2
  41. package/.docs/docs/{workspace → sandbox}/lsp.md +3 -3
  42. package/.docs/docs/{workspace/sandbox.md → sandbox/overview.md} +3 -3
  43. package/.docs/docs/{workspace → sandbox}/search.md +2 -2
  44. package/.docs/docs/{workspace → sandbox}/skills.md +5 -5
  45. package/.docs/docs/server/custom-api-routes.md +2 -2
  46. package/.docs/docs/server/mastra-client.md +2 -2
  47. package/.docs/docs/server/{mastra-server.md → overview.md} +3 -3
  48. package/.docs/docs/server/pubsub.md +2 -2
  49. package/.docs/docs/server/server-adapters.md +4 -4
  50. package/.docs/docs/{agents/skills.md → skills.md} +4 -4
  51. package/.docs/docs/{storage/overview.md → storage.md} +1 -1
  52. package/.docs/docs/studio/auth.md +4 -4
  53. package/.docs/docs/studio/overview.md +2 -2
  54. package/.docs/docs/{capabilities/subagents.md → subagents.md} +35 -5
  55. package/.docs/docs/workflows/agents-and-tools.md +1 -1
  56. package/.docs/docs/workflows/overview.md +1 -1
  57. package/.docs/docs/workflows/scheduled-workflows.md +2 -2
  58. package/.docs/docs/workflows/snapshots.md +1 -1
  59. package/.docs/integrations/agentic-ui/ai-sdk-ui.md +1 -1
  60. package/.docs/integrations/agentic-ui/copilotkit.md +1 -1
  61. package/.docs/integrations/auth/google.md +2 -2
  62. package/.docs/integrations/auth/workos.md +1 -1
  63. package/.docs/integrations/browsers/agent-browser.md +2 -2
  64. package/.docs/integrations/browsers/browser-viewer.md +6 -6
  65. package/.docs/integrations/browsers/firecrawl.md +1 -1
  66. package/.docs/integrations/browsers/stagehand.md +2 -2
  67. package/.docs/integrations/channels/discord.md +2 -2
  68. package/.docs/integrations/channels/github.md +1 -1
  69. package/.docs/integrations/channels/imessage.md +4 -4
  70. package/.docs/integrations/channels/slack.md +5 -5
  71. package/.docs/integrations/channels/teams.md +2 -2
  72. package/.docs/integrations/channels/telegram.md +2 -2
  73. package/.docs/integrations/channels/whatsapp.md +2 -2
  74. package/.docs/integrations/databases/postgresql.md +1 -0
  75. package/.docs/integrations/deploy/amazon-ec2.md +2 -2
  76. package/.docs/integrations/deploy/aws-lambda.md +3 -3
  77. package/.docs/integrations/deploy/azure-app-services.md +2 -2
  78. package/.docs/integrations/deploy/cloudflare.md +2 -2
  79. package/.docs/integrations/deploy/digital-ocean.md +3 -3
  80. package/.docs/integrations/deploy/kubernetes.md +11 -11
  81. package/.docs/integrations/deploy/netlify.md +3 -3
  82. package/.docs/integrations/deploy/vercel.md +2 -2
  83. package/.docs/integrations/file-storage/amazon-s3.md +1 -1
  84. package/.docs/integrations/file-storage/azure-blob.md +1 -1
  85. package/.docs/integrations/file-storage/google-cloud-storage.md +1 -1
  86. package/.docs/integrations/file-storage/mesa.md +2 -2
  87. package/.docs/integrations/file-storage/vercel-files.md +1 -1
  88. package/.docs/integrations/frameworks/astro.md +1 -1
  89. package/.docs/integrations/frameworks/electron.md +1 -1
  90. package/.docs/integrations/frameworks/express.md +1 -1
  91. package/.docs/integrations/frameworks/hono.md +1 -1
  92. package/.docs/integrations/frameworks/nestjs.md +1 -1
  93. package/.docs/integrations/frameworks/next-js.md +1 -1
  94. package/.docs/integrations/frameworks/nuxt.md +1 -1
  95. package/.docs/integrations/frameworks/sveltekit.md +1 -1
  96. package/.docs/integrations/frameworks/vite-react.md +1 -1
  97. package/.docs/integrations/sandboxes/agentcore.md +1 -1
  98. package/.docs/integrations/sandboxes/apple-container.md +1 -1
  99. package/.docs/integrations/sandboxes/daytona.md +1 -1
  100. package/.docs/integrations/sandboxes/docker.md +4 -3
  101. package/.docs/integrations/sandboxes/e2b.md +1 -1
  102. package/.docs/integrations/sandboxes/modal.md +1 -1
  103. package/.docs/models/environment-variables.md +5 -0
  104. package/.docs/models/gateways/openrouter.md +2 -1
  105. package/.docs/models/gateways/vercel.md +3 -1
  106. package/.docs/models/index.md +1 -1
  107. package/.docs/models/providers/alibaba-token-plan-cn.md +2 -1
  108. package/.docs/models/providers/alibaba-token-plan.md +2 -1
  109. package/.docs/models/providers/amd.md +73 -0
  110. package/.docs/models/providers/arcee.md +79 -0
  111. package/.docs/models/providers/baseten.md +1 -1
  112. package/.docs/models/providers/cerebras.md +2 -3
  113. package/.docs/models/providers/chutes.md +2 -1
  114. package/.docs/models/providers/cloudflare-workers-ai.md +1 -1
  115. package/.docs/models/providers/cortecs.md +2 -1
  116. package/.docs/models/providers/crof.md +1 -1
  117. package/.docs/models/providers/crossmodel.md +3 -2
  118. package/.docs/models/providers/deepinfra.md +4 -1
  119. package/.docs/models/providers/digitalocean.md +3 -2
  120. package/.docs/models/providers/edenai.md +17 -5
  121. package/.docs/models/providers/empiriolabs.md +10 -1
  122. package/.docs/models/providers/huggingface.md +4 -1
  123. package/.docs/models/providers/hyper.md +8 -7
  124. package/.docs/models/providers/inferx.md +19 -13
  125. package/.docs/models/providers/jalapeno.md +89 -0
  126. package/.docs/models/providers/kilo.md +11 -10
  127. package/.docs/models/providers/llmtr.md +35 -10
  128. package/.docs/models/providers/merge-gateway.md +3 -1
  129. package/.docs/models/providers/nano-gpt.md +9 -13
  130. package/.docs/models/providers/ofox.md +3 -3
  131. package/.docs/models/providers/opencode-go.md +2 -2
  132. package/.docs/models/providers/runinfra.md +76 -0
  133. package/.docs/models/providers/scnet-token-plan.md +85 -0
  134. package/.docs/models/providers/togetherai.md +2 -1
  135. package/.docs/models/providers/umans-ai-coding-plan.md +2 -1
  136. package/.docs/models/providers/umans-ai.md +2 -1
  137. package/.docs/models/providers/vivgrid.md +2 -1
  138. package/.docs/models/providers/xai.md +2 -1
  139. package/.docs/models/providers.md +5 -0
  140. package/.docs/reference/acp/acp-agent.md +2 -2
  141. package/.docs/reference/acp/create-acp-tool.md +1 -1
  142. package/.docs/reference/agent-controller/agent-controller-class.md +2 -2
  143. package/.docs/reference/agents/agent.md +2 -2
  144. package/.docs/reference/agents/channels.md +2 -2
  145. package/.docs/reference/agents/createSkill.md +2 -2
  146. package/.docs/reference/agents/getSkill.md +1 -1
  147. package/.docs/reference/agents/listSkills.md +1 -1
  148. package/.docs/reference/agents/listSuspendedRuns.md +6 -6
  149. package/.docs/reference/agents/listTools.md +2 -2
  150. package/.docs/reference/agents/network.md +1 -1
  151. package/.docs/reference/ai-sdk/handle-network-stream.md +1 -1
  152. package/.docs/reference/ai-sdk/network-route.md +1 -1
  153. package/.docs/reference/auth/fga.md +5 -5
  154. package/.docs/reference/auth/jwt.md +1 -1
  155. package/.docs/reference/browser/agent-browser.md +2 -2
  156. package/.docs/reference/browser/browser-viewer.md +2 -2
  157. package/.docs/reference/browser/firecrawl-browser.md +1 -1
  158. package/.docs/reference/browser/mastra-browser.md +1 -1
  159. package/.docs/reference/browser/stagehand-browser.md +2 -2
  160. package/.docs/reference/build-with-ai.md +2 -2
  161. package/.docs/reference/channels/channel-provider.md +1 -1
  162. package/.docs/reference/channels/slack-provider.md +1 -1
  163. package/.docs/reference/cli/mastra.md +2 -0
  164. package/.docs/reference/client-js/agents.md +4 -4
  165. package/.docs/reference/coding-agent/create-coding-agent.md +142 -13
  166. package/.docs/reference/configuration.md +6 -6
  167. package/.docs/reference/core/getEditor.md +1 -1
  168. package/.docs/reference/core/getMCPServer.md +1 -1
  169. package/.docs/reference/core/getMCPServerById.md +1 -1
  170. package/.docs/reference/core/getTool.md +1 -1
  171. package/.docs/reference/core/getToolById.md +1 -1
  172. package/.docs/reference/core/listMCPServers.md +1 -1
  173. package/.docs/reference/core/listTools.md +1 -1
  174. package/.docs/reference/core/removeWorkspace.md +1 -1
  175. package/.docs/reference/editor/mastra-editor.md +2 -2
  176. package/.docs/reference/editor/prompt-blocks.md +2 -2
  177. package/.docs/reference/editor/tool-provider.md +1 -1
  178. package/.docs/reference/editor/tools.md +1 -1
  179. package/.docs/reference/editor/versioning.md +3 -3
  180. package/.docs/reference/evals/prompt-alignment.md +18 -0
  181. package/.docs/reference/evals/rubric.md +1 -1
  182. package/.docs/reference/file-based-agents/memory.md +2 -2
  183. package/.docs/reference/file-based-agents/server.md +3 -3
  184. package/.docs/reference/file-based-agents/skills.md +1 -1
  185. package/.docs/reference/file-based-agents/storage.md +3 -3
  186. package/.docs/reference/file-based-agents/subagents.md +1 -1
  187. package/.docs/reference/file-based-agents/workspace.md +3 -3
  188. package/.docs/reference/manual-install.md +3 -3
  189. package/.docs/reference/migrations/network-to-supervisor.md +2 -2
  190. package/.docs/reference/processors/skill-search-processor.md +1 -1
  191. package/.docs/reference/processors/tool-call-filter.md +7 -7
  192. package/.docs/reference/processors/tool-search-processor.md +1 -1
  193. package/.docs/reference/project-structure.md +1 -1
  194. package/.docs/reference/pubsub/lease-provider.md +3 -3
  195. package/.docs/reference/pubsub/redis-streams.md +1 -1
  196. package/.docs/reference/schedules/overview.md +1 -1
  197. package/.docs/reference/streaming/ChunkType.md +2 -2
  198. package/.docs/reference/streaming/agents/stream.md +3 -1
  199. package/.docs/reference/streaming/agents/streamUntilIdle.md +1 -1
  200. package/.docs/reference/tools/ask-user-tool.md +1 -1
  201. package/.docs/reference/tools/create-code-mode.md +1 -1
  202. package/.docs/reference/tools/create-tool.md +4 -4
  203. package/.docs/reference/tools/mcp-server.md +47 -2
  204. package/.docs/reference/tools/submit-plan-tool.md +1 -1
  205. package/.docs/reference/tools/task-tools.md +2 -2
  206. package/.docs/reference/vectors/vectorize.md +12 -2
  207. package/.docs/reference/workers/overview.md +2 -2
  208. package/.docs/reference/workspace/local-filesystem.md +1 -1
  209. package/.docs/reference/workspace/local-sandbox.md +4 -3
  210. package/.docs/reference/workspace/process-manager.md +20 -4
  211. package/.docs/reference/workspace/sandbox.md +1 -1
  212. package/.docs/reference/workspace/workspace-class.md +5 -5
  213. package/CHANGELOG.md +15 -0
  214. package/package.json +5 -5
  215. /package/.docs/docs/{server/auth → auth}/composite-auth.md +0 -0
  216. /package/.docs/docs/{server/auth → auth}/jwt.md +0 -0
  217. /package/.docs/docs/{browser/overview.md → browser.md} +0 -0
  218. /package/.docs/docs/{getting-started/develop.md → develop.md} +0 -0
  219. /package/.docs/docs/{long-running-agents → harness}/signals.md +0 -0
  220. /package/.docs/docs/{editor/overview.md → studio/editor.md} +0 -0
@@ -217,4 +217,4 @@ const config = filesystem.getMountConfig()
217
217
  - [WorkspaceFilesystem interface](https://mastra.ai/reference/workspace/filesystem)
218
218
  - [S3Filesystem reference](https://mastra.ai/integrations/file-storage/amazon-s3)
219
219
  - [GCSFilesystem reference](https://mastra.ai/integrations/file-storage/google-cloud-storage)
220
- - [Filesystem](https://mastra.ai/docs/workspace/filesystem)
220
+ - [Filesystem](https://mastra.ai/docs/sandbox/filesystem)
@@ -194,4 +194,4 @@ See [E2BSandbox reference](https://mastra.ai/integrations/sandboxes/e2b) for mor
194
194
  - [S3Filesystem reference](https://mastra.ai/integrations/file-storage/amazon-s3)
195
195
  - [AzureBlobFilesystem reference](https://mastra.ai/integrations/file-storage/azure-blob)
196
196
  - [E2BSandbox reference](https://mastra.ai/integrations/sandboxes/e2b)
197
- - [Filesystem](https://mastra.ai/docs/workspace/filesystem)
197
+ - [Filesystem](https://mastra.ai/docs/sandbox/filesystem)
@@ -316,6 +316,6 @@ Read operations still work. Write operations throw `WorkspaceReadOnlyError`.
316
316
  ## Related
317
317
 
318
318
  - [WorkspaceFilesystem interface](https://mastra.ai/reference/workspace/filesystem)
319
- - [Filesystem docs](https://mastra.ai/docs/workspace/filesystem)
320
- - [Sandbox](https://mastra.ai/docs/workspace/sandbox)
319
+ - [Filesystem docs](https://mastra.ai/docs/sandbox/filesystem)
320
+ - [Sandbox](https://mastra.ai/docs/sandbox/overview)
321
321
  - [Mesa documentation](https://docs.mesa.dev/content/getting-started/introduction)
@@ -184,5 +184,5 @@ const url = await filesystem.files.url('reports/q3.pdf')
184
184
  - [S3Filesystem reference](https://mastra.ai/integrations/file-storage/amazon-s3)
185
185
  - [GCSFilesystem reference](https://mastra.ai/integrations/file-storage/google-cloud-storage)
186
186
  - [AzureBlobFilesystem reference](https://mastra.ai/integrations/file-storage/azure-blob)
187
- - [Filesystem](https://mastra.ai/docs/workspace/filesystem)
187
+ - [Filesystem](https://mastra.ai/docs/sandbox/filesystem)
188
188
  - [FilesSDK documentation](https://files-sdk.dev)
@@ -391,7 +391,7 @@ Congratulations on building your Mastra agent with Astro! 🎉
391
391
  From here, you can extend the project with your own tools and logic:
392
392
 
393
393
  - Learn more about [agents](https://mastra.ai/docs/agents/overview)
394
- - Give your agent its own [tools](https://mastra.ai/docs/agents/using-tools)
394
+ - Give your agent its own [tools](https://mastra.ai/docs/agents/tools)
395
395
  - Add human-like [memory](https://mastra.ai/docs/memory/overview) to your agent
396
396
 
397
397
  When you're ready, read more about how Mastra integrates with AI SDK UI and how to deploy your agent anywhere:
@@ -497,7 +497,7 @@ Congratulations on building your Mastra agent with Electron! 🎉
497
497
  From here, you can extend the project with your own tools and logic:
498
498
 
499
499
  - Learn more about [agents](https://mastra.ai/docs/agents/overview)
500
- - Give your agent its own [tools](https://mastra.ai/docs/agents/using-tools)
500
+ - Give your agent its own [tools](https://mastra.ai/docs/agents/tools)
501
501
  - Add human-like [memory](https://mastra.ai/docs/memory/overview) to your agent
502
502
 
503
503
  When you're ready, read more about how Mastra integrates with AI SDK UI and React, and how to deploy your agent anywhere:
@@ -245,7 +245,7 @@ Congratulations on building your Mastra agent with Express! 🎉
245
245
  From here, you can extend the project with your own tools and logic:
246
246
 
247
247
  - Learn more about [agents](https://mastra.ai/docs/agents/overview)
248
- - Give your agent its own [tools](https://mastra.ai/docs/agents/using-tools)
248
+ - Give your agent its own [tools](https://mastra.ai/docs/agents/tools)
249
249
  - Add human-like [memory](https://mastra.ai/docs/memory/overview) to your agent
250
250
 
251
251
  When you're ready, read more about how Mastra integrates with Express:
@@ -184,7 +184,7 @@ Congratulations on building your Mastra agent with Hono! 🎉
184
184
  From here, you can extend the project with your own tools and logic:
185
185
 
186
186
  - Learn more about [agents](https://mastra.ai/docs/agents/overview)
187
- - Give your agent its own [tools](https://mastra.ai/docs/agents/using-tools)
187
+ - Give your agent its own [tools](https://mastra.ai/docs/agents/tools)
188
188
  - Add human-like [memory](https://mastra.ai/docs/memory/overview) to your agent
189
189
 
190
190
  When you're ready, read more about how Mastra integrates with Hono:
@@ -232,7 +232,7 @@ Both approaches use the same singleton `Mastra` instance registered by `MastraMo
232
232
  You now have a working Mastra agent running inside NestJS. To extend the project:
233
233
 
234
234
  - [Agents overview](https://mastra.ai/docs/agents/overview)
235
- - [Using tools](https://mastra.ai/docs/agents/using-tools)
235
+ - [Using tools](https://mastra.ai/docs/agents/tools)
236
236
  - [Agent memory](https://mastra.ai/docs/memory/overview)
237
237
 
238
238
  For details on the NestJS integration:
@@ -335,7 +335,7 @@ Congratulations on building your Mastra agent with Next.js! 🎉
335
335
  From here, you can extend the project with your own tools and logic:
336
336
 
337
337
  - Learn more about [agents](https://mastra.ai/docs/agents/overview)
338
- - Give your agent its own [tools](https://mastra.ai/docs/agents/using-tools)
338
+ - Give your agent its own [tools](https://mastra.ai/docs/agents/tools)
339
339
  - Add human-like [memory](https://mastra.ai/docs/memory/overview) to your agent
340
340
 
341
341
  When you're ready, read more about how Mastra integrates with AI SDK UI and Next.js, and how to deploy your agent anywhere, including Vercel:
@@ -490,7 +490,7 @@ Congratulations on building your Mastra agent with Nuxt! 🎉
490
490
  From here, you can extend the project with your own tools and logic:
491
491
 
492
492
  - Learn more about [agents](https://mastra.ai/docs/agents/overview)
493
- - Give your agent its own [tools](https://mastra.ai/docs/agents/using-tools)
493
+ - Give your agent its own [tools](https://mastra.ai/docs/agents/tools)
494
494
  - Add human-like [memory](https://mastra.ai/docs/memory/overview) to your agent
495
495
 
496
496
  When you're ready, read more about how Mastra integrates with AI SDK UI and Nuxt, and how to deploy your agent anywhere:
@@ -288,7 +288,7 @@ Congratulations on building your Mastra agent with SvelteKit! 🎉
288
288
  From here, you can extend the project with your own tools and logic:
289
289
 
290
290
  - Learn more about [agents](https://mastra.ai/docs/agents/overview)
291
- - Give your agent its own [tools](https://mastra.ai/docs/agents/using-tools)
291
+ - Give your agent its own [tools](https://mastra.ai/docs/agents/tools)
292
292
  - Add human-like [memory](https://mastra.ai/docs/memory/overview) to your agent
293
293
 
294
294
  When you're ready, read more about how Mastra integrates with AI SDK UI and SvelteKit, and how to deploy your agent anywhere:
@@ -418,7 +418,7 @@ Congratulations on building your Mastra agent with React! 🎉
418
418
  From here, you can extend the project with your own tools and logic:
419
419
 
420
420
  - Learn more about [agents](https://mastra.ai/docs/agents/overview)
421
- - Give your agent its own [tools](https://mastra.ai/docs/agents/using-tools)
421
+ - Give your agent its own [tools](https://mastra.ai/docs/agents/tools)
422
422
  - Add human-like [memory](https://mastra.ai/docs/memory/overview) to your agent
423
423
 
424
424
  When you're ready, read more about how Mastra integrates with AI SDK UI and React, and how to deploy your agent anywhere:
@@ -199,5 +199,5 @@ Returns: `Promise<SandboxInfo>`.
199
199
 
200
200
  - [WorkspaceSandbox interface](https://mastra.ai/reference/workspace/sandbox)
201
201
  - [Workspace class](https://mastra.ai/reference/workspace/workspace-class)
202
- - [Sandbox overview](https://mastra.ai/docs/workspace/sandbox)
202
+ - [Sandbox overview](https://mastra.ai/docs/sandbox/overview)
203
203
  - [AWS Bedrock AgentCore Runtime command execution](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-execute-command.html)
@@ -254,4 +254,4 @@ const editor = new MastraEditor({
254
254
  - [WorkspaceSandbox interface](https://mastra.ai/reference/workspace/sandbox)
255
255
  - [DockerSandbox reference](https://mastra.ai/integrations/sandboxes/docker)
256
256
  - [LocalSandbox reference](https://mastra.ai/reference/workspace/local-sandbox)
257
- - [Sandbox](https://mastra.ai/docs/workspace/sandbox)
257
+ - [Sandbox](https://mastra.ai/docs/sandbox/overview)
@@ -503,4 +503,4 @@ Resources are only applied when `image` is set. Passing `resources` without `ima
503
503
  - [LocalSandbox reference](https://mastra.ai/reference/workspace/local-sandbox)
504
504
  - [S3Filesystem reference](https://mastra.ai/integrations/file-storage/amazon-s3)
505
505
  - [GCSFilesystem reference](https://mastra.ai/integrations/file-storage/google-cloud-storage)
506
- - [Sandbox](https://mastra.ai/docs/workspace/sandbox)
506
+ - [Sandbox](https://mastra.ai/docs/sandbox/overview)
@@ -135,10 +135,11 @@ const handle = await sandbox.processes.spawn('node server.js', {
135
135
  onStdout: data => console.log(data),
136
136
  })
137
137
 
138
- // Interact with the process
138
+ // Interact with the process and signal EOF
139
139
  console.log(handle.stdout)
140
140
  await handle.sendStdin('input\n')
141
- await handle.kill()
141
+ await handle.closeStdin()
142
+ await handle.wait()
142
143
  ```
143
144
 
144
145
  See [`SandboxProcessManager` reference](https://mastra.ai/reference/workspace/process-manager) for the full API.
@@ -256,4 +257,4 @@ const sandbox = new DockerSandbox({
256
257
  - [WorkspaceSandbox interface](https://mastra.ai/reference/workspace/sandbox)
257
258
  - [LocalSandbox reference](https://mastra.ai/reference/workspace/local-sandbox)
258
259
  - [E2BSandbox reference](https://mastra.ai/integrations/sandboxes/e2b)
259
- - [Sandbox](https://mastra.ai/docs/workspace/sandbox)
260
+ - [Sandbox](https://mastra.ai/docs/sandbox/overview)
@@ -274,4 +274,4 @@ const { tool, instructions } = createCodeMode(
274
274
  - [S3Filesystem reference](https://mastra.ai/integrations/file-storage/amazon-s3)
275
275
  - [GCSFilesystem reference](https://mastra.ai/integrations/file-storage/google-cloud-storage)
276
276
  - [Azure Blob Filesystem reference](https://mastra.ai/integrations/file-storage/azure-blob)
277
- - [Sandbox](https://mastra.ai/docs/workspace/sandbox)
277
+ - [Sandbox](https://mastra.ai/docs/sandbox/overview)
@@ -165,4 +165,4 @@ See [`SandboxProcessManager` reference](https://mastra.ai/reference/workspace/pr
165
165
  - [WorkspaceSandbox interface](https://mastra.ai/reference/workspace/sandbox)
166
166
  - [E2BSandbox reference](https://mastra.ai/integrations/sandboxes/e2b)
167
167
  - [DaytonaSandbox reference](https://mastra.ai/integrations/sandboxes/daytona)
168
- - [Sandbox](https://mastra.ai/docs/workspace/sandbox)
168
+ - [Sandbox](https://mastra.ai/docs/sandbox/overview)
@@ -19,8 +19,10 @@ List of required environment variables for each model provider and gateway suppo
19
19
  | [Alibaba Token Plan](https://mastra.ai/models/providers/alibaba-token-plan) | `alibaba-token-plan/*` | `ALIBABA_TOKEN_PLAN_API_KEY` |
20
20
  | [Alibaba Token Plan (China)](https://mastra.ai/models/providers/alibaba-token-plan-cn) | `alibaba-token-plan-cn/*` | `ALIBABA_TOKEN_PLAN_API_KEY` |
21
21
  | [Ambient](https://mastra.ai/models/providers/ambient) | `ambient/*` | `AMBIENT_API_KEY` |
22
+ | [AMD](https://mastra.ai/models/providers/amd) | `amd/*` | `AMD_API_KEY` |
22
23
  | [Anthropic](https://mastra.ai/models/providers/anthropic) | `anthropic/*` | `ANTHROPIC_API_KEY` |
23
24
  | [AnyAPI](https://mastra.ai/models/providers/anyapi) | `anyapi/*` | `ANYAPI_API_KEY` |
25
+ | [Arcee](https://mastra.ai/models/providers/arcee) | `arcee/*` | `ARCEE_API_KEY` |
24
26
  | [Atomic Chat](https://mastra.ai/models/providers/atomic-chat) | `atomic-chat/*` | `ATOMIC_CHAT_API_KEY` |
25
27
  | [Auriko](https://mastra.ai/models/providers/auriko) | `auriko/*` | `AURIKO_API_KEY` |
26
28
  | [Bailing](https://mastra.ai/models/providers/bailing) | `bailing/*` | `BAILING_API_TOKEN` |
@@ -72,6 +74,7 @@ List of required environment variables for each model provider and gateway suppo
72
74
  | [InferX](https://mastra.ai/models/providers/inferx) | `inferx/*` | `INFERX_API_KEY` |
73
75
  | [Infomaniak](https://mastra.ai/models/providers/infomaniak) | `infomaniak/*` | `INFOMANIAK_PRODUCT_ID`, `INFOMANIAK_API_KEY` |
74
76
  | [IO.NET](https://mastra.ai/models/providers/io-net) | `io-net/*` | `IOINTELLIGENCE_API_KEY` |
77
+ | [Jalapeno Cloud](https://mastra.ai/models/providers/jalapeno) | `jalapeno/*` | `JALAPENO_API_KEY` |
75
78
  | [Jiekou.AI](https://mastra.ai/models/providers/jiekou) | `jiekou/*` | `JIEKOU_API_KEY` |
76
79
  | [Kenari](https://mastra.ai/models/providers/kenari) | `kenari/*` | `KENARI_API_KEY` |
77
80
  | [Kilo Gateway](https://mastra.ai/models/providers/kilo) | `kilo/*` | `KILO_API_KEY` |
@@ -127,9 +130,11 @@ List of required environment variables for each model provider and gateway suppo
127
130
  | [Regolo AI](https://mastra.ai/models/providers/regolo-ai) | `regolo-ai/*` | `REGOLO_API_KEY` |
128
131
  | [Requesty](https://mastra.ai/models/providers/requesty) | `requesty/*` | `REQUESTY_API_KEY` |
129
132
  | [routing.run](https://mastra.ai/models/providers/routing-run) | `routing-run/*` | `ROUTING_RUN_API_KEY` |
133
+ | [RunInfra](https://mastra.ai/models/providers/runinfra) | `runinfra/*` | `RUNINFRA_GATEWAY_KEY` |
130
134
  | [Sakana AI](https://mastra.ai/models/providers/sakana) | `sakana/*` | `SAKANA_API_KEY` |
131
135
  | [Sarvam AI](https://mastra.ai/models/providers/sarvam) | `sarvam/*` | `SARVAM_API_KEY` |
132
136
  | [Scaleway](https://mastra.ai/models/providers/scaleway) | `scaleway/*` | `SCALEWAY_API_KEY` |
137
+ | [SCNet Token Plan](https://mastra.ai/models/providers/scnet-token-plan) | `scnet-token-plan/*` | `SCNET_API_KEY` |
133
138
  | [SCX.ai](https://mastra.ai/models/providers/scx) | `scx/*` | `SCX_API_KEY` |
134
139
  | [SiliconFlow](https://mastra.ai/models/providers/siliconflow) | `siliconflow/*` | `SILICONFLOW_API_KEY` |
135
140
  | [SiliconFlow (China)](https://mastra.ai/models/providers/siliconflow-cn) | `siliconflow-cn/*` | `SILICONFLOW_CN_API_KEY` |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![OpenRouter logo](https://models.dev/logos/openrouter.svg)OpenRouter
4
4
 
5
- OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 351 models through Mastra's model router.
5
+ OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 352 models through Mastra's model router.
6
6
 
7
7
  Learn more in the [OpenRouter documentation](https://openrouter.ai/models).
8
8
 
@@ -386,4 +386,5 @@ ANTHROPIC_API_KEY=ant-...
386
386
  | `z-ai/glm-5-turbo` |
387
387
  | `z-ai/glm-5.1` |
388
388
  | `z-ai/glm-5.2` |
389
+ | `z-ai/glm-5.2:free` |
389
390
  | `z-ai/glm-5v-turbo` |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Vercel logo](https://models.dev/logos/vercel.svg)Vercel
4
4
 
5
- Vercel aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 327 models through Mastra's model router.
5
+ Vercel aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 329 models through Mastra's model router.
6
6
 
7
7
  Learn more in the [Vercel documentation](https://ai-sdk.dev/providers/ai-sdk-providers).
8
8
 
@@ -65,6 +65,7 @@ ANTHROPIC_API_KEY=ant-...
65
65
  | `alibaba/qwen3.7-max` |
66
66
  | `alibaba/qwen3.7-plus` |
67
67
  | `alibaba/qwen3.8-2.4t-a95b` |
68
+ | `alibaba/qwen3.8-27b` |
68
69
  | `alibaba/qwen3.8-max` |
69
70
  | `alibaba/wan-v2.5-t2v-preview` |
70
71
  | `alibaba/wan-v2.6-i2v` |
@@ -231,6 +232,7 @@ ANTHROPIC_API_KEY=ant-...
231
232
  | `nvidia/nemotron-3-nano-30b-a3b` |
232
233
  | `nvidia/nemotron-3-super-120b-a12b` |
233
234
  | `nvidia/nemotron-3-ultra-550b-a55b` |
235
+ | `nvidia/nemotron-3.5-lightning` |
234
236
  | `nvidia/nemotron-nano-12b-v2-vl` |
235
237
  | `nvidia/nemotron-nano-9b-v2` |
236
238
  | `openai/gpt-3.5-turbo` |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Model Providers
4
4
 
5
- Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 5962 models from 172 providers through a single API.
5
+ Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 6076 models from 177 providers through a single API.
6
6
 
7
7
  ## Features
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Alibaba Token Plan (China) logo](https://models.dev/logos/alibaba-token-plan-cn.svg)Alibaba Token Plan (China)
4
4
 
5
- Access 24 Alibaba Token Plan (China) models through Mastra's model router. Authentication is handled automatically using the `ALIBABA_TOKEN_PLAN_API_KEY` environment variable.
5
+ Access 25 Alibaba Token Plan (China) models through Mastra's model router. Authentication is handled automatically using the `ALIBABA_TOKEN_PLAN_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Alibaba Token Plan (China) documentation](https://www.alibabacloud.com/help/zh/model-studio/token-plan-overview).
8
8
 
@@ -40,6 +40,7 @@ for await (const chunk of stream) {
40
40
  | `alibaba-token-plan-cn/deepseek-v4-flash` | 1.0M | | | | | | — | — |
41
41
  | `alibaba-token-plan-cn/deepseek-v4-flash-0731` | 1.0M | | | | | | — | — |
42
42
  | `alibaba-token-plan-cn/deepseek-v4-pro` | 1.0M | | | | | | — | — |
43
+ | `alibaba-token-plan-cn/deepseek-v4-pro-0813` | 1.0M | | | | | | — | — |
43
44
  | `alibaba-token-plan-cn/glm-5` | 203K | | | | | | — | — |
44
45
  | `alibaba-token-plan-cn/glm-5.1` | 203K | | | | | | — | — |
45
46
  | `alibaba-token-plan-cn/glm-5.2` | 1.0M | | | | | | — | — |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Alibaba Token Plan logo](https://models.dev/logos/alibaba-token-plan.svg)Alibaba Token Plan
4
4
 
5
- Access 24 Alibaba Token Plan models through Mastra's model router. Authentication is handled automatically using the `ALIBABA_TOKEN_PLAN_API_KEY` environment variable.
5
+ Access 25 Alibaba Token Plan models through Mastra's model router. Authentication is handled automatically using the `ALIBABA_TOKEN_PLAN_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Alibaba Token Plan documentation](https://www.alibabacloud.com/help/en/model-studio/token-plan-overview).
8
8
 
@@ -40,6 +40,7 @@ for await (const chunk of stream) {
40
40
  | `alibaba-token-plan/deepseek-v4-flash` | 1.0M | | | | | | — | — |
41
41
  | `alibaba-token-plan/deepseek-v4-flash-0731` | 1.0M | | | | | | — | — |
42
42
  | `alibaba-token-plan/deepseek-v4-pro` | 1.0M | | | | | | — | — |
43
+ | `alibaba-token-plan/deepseek-v4-pro-0813` | 1.0M | | | | | | — | — |
43
44
  | `alibaba-token-plan/glm-5` | 203K | | | | | | — | — |
44
45
  | `alibaba-token-plan/glm-5.1` | 203K | | | | | | — | — |
45
46
  | `alibaba-token-plan/glm-5.2` | 1.0M | | | | | | — | — |
@@ -0,0 +1,73 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
3
+ # ![AMD logo](https://models.dev/logos/amd.svg)AMD
4
+
5
+ Access 1 AMD model through Mastra's model router. Authentication is handled automatically using the `AMD_API_KEY` environment variable.
6
+
7
+ Learn more in the [AMD documentation](https://developer.amd.com.cn/radeon/tokenfactory).
8
+
9
+ ```bash
10
+ AMD_API_KEY=your-api-key
11
+ ```
12
+
13
+ ```typescript
14
+ import { Agent } from "@mastra/core/agent";
15
+
16
+ const agent = new Agent({
17
+ id: "my-agent",
18
+ name: "My Agent",
19
+ instructions: "You are a helpful assistant",
20
+ model: "amd/DeepSeek-V4-Flash"
21
+ });
22
+
23
+ // Generate a response
24
+ const response = await agent.generate("Hello!");
25
+
26
+ // Stream a response
27
+ const stream = await agent.stream("Tell me a story");
28
+ for await (const chunk of stream) {
29
+ console.log(chunk);
30
+ }
31
+ ```
32
+
33
+ > **Note:** Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-specific features may not be available. Check the [AMD documentation](https://developer.amd.com.cn/radeon/tokenfactory) for details.
34
+
35
+ ## Models
36
+
37
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
+ | ----------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
+ | `amd/DeepSeek-V4-Flash` | 1.0M | | | | | | $0.14 | $0.28 |
40
+
41
+ ## Advanced configuration
42
+
43
+ ### Custom headers
44
+
45
+ ```typescript
46
+ const agent = new Agent({
47
+ id: "custom-agent",
48
+ name: "custom-agent",
49
+ model: {
50
+ url: "https://developer.amd.com.cn/radeon/api/v1",
51
+ id: "amd/DeepSeek-V4-Flash",
52
+ apiKey: process.env.AMD_API_KEY,
53
+ headers: {
54
+ "X-Custom-Header": "value"
55
+ }
56
+ }
57
+ });
58
+ ```
59
+
60
+ ### Dynamic model selection
61
+
62
+ ```typescript
63
+ const agent = new Agent({
64
+ id: "dynamic-agent",
65
+ name: "Dynamic Agent",
66
+ model: ({ requestContext }) => {
67
+ const useAdvanced = requestContext.task === "complex";
68
+ return useAdvanced
69
+ ? "amd/DeepSeek-V4-Flash"
70
+ : "amd/DeepSeek-V4-Flash";
71
+ }
72
+ });
73
+ ```
@@ -0,0 +1,79 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
3
+ # ![Arcee logo](https://models.dev/logos/arcee.svg)Arcee
4
+
5
+ Access 7 Arcee models through Mastra's model router. Authentication is handled automatically using the `ARCEE_API_KEY` environment variable.
6
+
7
+ Learn more in the [Arcee documentation](https://docs.arcee.ai).
8
+
9
+ ```bash
10
+ ARCEE_API_KEY=your-api-key
11
+ ```
12
+
13
+ ```typescript
14
+ import { Agent } from "@mastra/core/agent";
15
+
16
+ const agent = new Agent({
17
+ id: "my-agent",
18
+ name: "My Agent",
19
+ instructions: "You are a helpful assistant",
20
+ model: "arcee/deepseek/deepseek-v4-flash-latest"
21
+ });
22
+
23
+ // Generate a response
24
+ const response = await agent.generate("Hello!");
25
+
26
+ // Stream a response
27
+ const stream = await agent.stream("Tell me a story");
28
+ for await (const chunk of stream) {
29
+ console.log(chunk);
30
+ }
31
+ ```
32
+
33
+ > **Note:** Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-specific features may not be available. Check the [Arcee documentation](https://docs.arcee.ai) for details.
34
+
35
+ ## Models
36
+
37
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
+ | ----------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
+ | `arcee/deepseek/deepseek-v4-flash-latest` | 1.0M | | | | | | $0.14 | $0.28 |
40
+ | `arcee/deepseek/deepseek-v4-pro` | 512K | | | | | | $2 | $3 |
41
+ | `arcee/deepseek/deepseek-v4-pro-0813` | 1.0M | | | | | | $1 | $4 |
42
+ | `arcee/moonshotai/kimi-k3` | 1.0M | | | | | | $3 | $15 |
43
+ | `arcee/thinkingmachines/inkling-small` | 262K | | | | | | $0.50 | $1 |
44
+ | `arcee/trinity-large-thinking` | 262K | | | | | | $0.25 | $0.80 |
45
+ | `arcee/zai-org/glm-5.2` | 262K | | | | | | $1 | $4 |
46
+
47
+ ## Advanced configuration
48
+
49
+ ### Custom headers
50
+
51
+ ```typescript
52
+ const agent = new Agent({
53
+ id: "custom-agent",
54
+ name: "custom-agent",
55
+ model: {
56
+ url: "https://api.arcee.ai/api/v1",
57
+ id: "arcee/deepseek/deepseek-v4-flash-latest",
58
+ apiKey: process.env.ARCEE_API_KEY,
59
+ headers: {
60
+ "X-Custom-Header": "value"
61
+ }
62
+ }
63
+ });
64
+ ```
65
+
66
+ ### Dynamic model selection
67
+
68
+ ```typescript
69
+ const agent = new Agent({
70
+ id: "dynamic-agent",
71
+ name: "Dynamic Agent",
72
+ model: ({ requestContext }) => {
73
+ const useAdvanced = requestContext.task === "complex";
74
+ return useAdvanced
75
+ ? "arcee/zai-org/glm-5.2"
76
+ : "arcee/deepseek/deepseek-v4-flash-latest";
77
+ }
78
+ });
79
+ ```
@@ -37,7 +37,7 @@ for await (const chunk of stream) {
37
37
  | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
38
  | -------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
39
  | `baseten/deepseek-ai/DeepSeek-V4-Flash-0731` | 1.0M | | | | | | $0.13 | $0.26 |
40
- | `baseten/deepseek-ai/DeepSeek-V4-Pro` | 262K | | | | | | $2 | $3 |
40
+ | `baseten/deepseek-ai/DeepSeek-V4-Pro` | 1.0M | | | | | | $2 | $3 |
41
41
  | `baseten/deepseek-ai/DeepSeek-V4-Pro-0813` | 1.0M | | | | | | $1 | $4 |
42
42
  | `baseten/moonshotai/Kimi-K2.5` | 262K | | | | | | $0.60 | $3 |
43
43
  | `baseten/moonshotai/Kimi-K2.6` | 262K | | | | | | $0.95 | $4 |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Cerebras logo](https://models.dev/logos/cerebras.svg)Cerebras
4
4
 
5
- Access 3 Cerebras models through Mastra's model router. Authentication is handled automatically using the `CEREBRAS_API_KEY` environment variable.
5
+ Access 2 Cerebras models through Mastra's model router. Authentication is handled automatically using the `CEREBRAS_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Cerebras documentation](https://inference-docs.cerebras.ai/models/overview).
8
8
 
@@ -36,7 +36,6 @@ for await (const chunk of stream) {
36
36
  | ----------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
37
  | `cerebras/gemma-4-31b` | 131K | | | | | | $0.99 | $1 |
38
38
  | `cerebras/gpt-oss-120b` | 131K | | | | | | $0.35 | $0.75 |
39
- | `cerebras/zai-glm-4.7` | 131K | | | | | | $2 | $3 |
40
39
 
41
40
  ## Advanced configuration
42
41
 
@@ -65,7 +64,7 @@ const agent = new Agent({
65
64
  model: ({ requestContext }) => {
66
65
  const useAdvanced = requestContext.task === "complex";
67
66
  return useAdvanced
68
- ? "cerebras/zai-glm-4.7"
67
+ ? "cerebras/gpt-oss-120b"
69
68
  : "cerebras/gemma-4-31b";
70
69
  }
71
70
  });
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Chutes logo](https://models.dev/logos/chutes.svg)Chutes
4
4
 
5
- Access 13 Chutes models through Mastra's model router. Authentication is handled automatically using the `CHUTES_API_KEY` environment variable.
5
+ Access 14 Chutes models through Mastra's model router. Authentication is handled automatically using the `CHUTES_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Chutes documentation](https://llm.chutes.ai).
8
8
 
@@ -46,6 +46,7 @@ for await (const chunk of stream) {
46
46
  | `chutes/Qwen/Qwen3-32B-TEE` | 41K | | | | | | $0.10 | $0.42 |
47
47
  | `chutes/Qwen/Qwen3.5-397B-A17B-TEE` | 262K | | | | | | $0.45 | $3 |
48
48
  | `chutes/Qwen/Qwen3.6-27B-TEE` | 262K | | | | | | $0.30 | $2 |
49
+ | `chutes/Qwen/Qwen3.8-27B-TEE` | 262K | | | | | | $0.40 | $3 |
49
50
  | `chutes/unsloth/Mistral-Nemo-Instruct-2407-TEE` | 131K | | | | | | $0.02 | $0.10 |
50
51
  | `chutes/zai-org/GLM-5.1-TEE` | 203K | | | | | | $0.98 | $3 |
51
52
  | `chutes/zai-org/GLM-5.2-TEE` | 1.0M | | | | | | $1 | $4 |
@@ -39,7 +39,7 @@ for await (const chunk of stream) {
39
39
  | -------------------------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
40
40
  | `cloudflare-workers-ai/@cf/aisingapore/gemma-sea-lion-v4-27b-it` | 128K | | | | | | $0.35 | $0.56 |
41
41
  | `cloudflare-workers-ai/@cf/deepseek-ai/deepseek-r1-distill-qwen-32b` | 80K | | | | | | $0.50 | $5 |
42
- | `cloudflare-workers-ai/@cf/deepseek-ai/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.44 | $1 |
42
+ | `cloudflare-workers-ai/@cf/deepseek-ai/deepseek-v4-flash-0731` | 1.3M | | | | | | $0.44 | $1 |
43
43
  | `cloudflare-workers-ai/@cf/deepseek-ai/deepseek-v4-pro-0813` | 1.0M | | | | | | $1 | $4 |
44
44
  | `cloudflare-workers-ai/@cf/google/gemma-4-26b-a4b-it` | 256K | | | | | | $0.10 | $0.30 |
45
45
  | `cloudflare-workers-ai/@cf/ibm-granite/granite-4.0-h-micro` | 131K | | | | | | $0.02 | $0.11 |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Cortecs logo](https://models.dev/logos/cortecs.svg)Cortecs
4
4
 
5
- Access 107 Cortecs models through Mastra's model router. Authentication is handled automatically using the `CORTECS_API_KEY` environment variable.
5
+ Access 108 Cortecs models through Mastra's model router. Authentication is handled automatically using the `CORTECS_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Cortecs documentation](https://cortecs.ai).
8
8
 
@@ -140,6 +140,7 @@ for await (const chunk of stream) {
140
140
  | `cortecs/qwen3.6-27b` | 262K | | | | | | $0.45 | $3 |
141
141
  | `cortecs/qwen3.6-35b-a3b` | 262K | | | | | | $0.17 | $0.56 |
142
142
  | `cortecs/qwen3.8-2.4t-a95b` | 262K | | | | | | $3 | $6 |
143
+ | `cortecs/qwen3.8-27b` | 262K | | | | | | $0.33 | $2 |
143
144
  | `cortecs/qwen3guard-gen-0.6b` | 32K | | | | | | — | — |
144
145
  | `cortecs/qwen3guard-gen-8b` | 32K | | | | | | — | — |
145
146
  | `cortecs/voxtral-small-2507` | 32K | | | | | | $0.11 | $0.33 |
@@ -46,7 +46,7 @@ for await (const chunk of stream) {
46
46
  | `crof/glm-4.7-flash` | 203K | | | | | | $0.04 | $0.30 |
47
47
  | `crof/glm-5` | 203K | | | | | | $0.48 | $2 |
48
48
  | `crof/glm-5.1` | 203K | | | | | | $0.45 | $2 |
49
- | `crof/glm-5.2` | 1.0M | | | | | | $0.50 | $2 |
49
+ | `crof/glm-5.2` | 1.0M | | | | | | $0.30 | $1 |
50
50
  | `crof/greg-1-mini` | 229K | | | | | | $0.07 | $0.15 |
51
51
  | `crof/greg-2-super` | 229K | | | | | | $2 | $5 |
52
52
  | `crof/greg-2-ultra` | 229K | | | | | | $3 | $10 |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![CrossModel logo](https://models.dev/logos/crossmodel.svg)CrossModel
4
4
 
5
- Access 50 CrossModel models through Mastra's model router. Authentication is handled automatically using the `CROSSMODEL_API_KEY` environment variable.
5
+ Access 51 CrossModel models through Mastra's model router. Authentication is handled automatically using the `CROSSMODEL_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [CrossModel documentation](https://www.crossmodel.ai/docs).
8
8
 
@@ -43,7 +43,7 @@ for await (const chunk of stream) {
43
43
  | `crossmodel/anthropic/claude-opus-5` | 1.0M | | | | | | $5 | $25 |
44
44
  | `crossmodel/anthropic/claude-sonnet-4-6` | 1.0M | | | | | | $3 | $15 |
45
45
  | `crossmodel/anthropic/claude-sonnet-5` | 1.0M | | | | | | $2 | $10 |
46
- | `crossmodel/deepseek/deepseek-v4-flash` | 1.0M | | | | | | $0.45 | $1 |
46
+ | `crossmodel/deepseek/deepseek-v4-flash` | 1.0M | | | | | | $0.41 | $1 |
47
47
  | `crossmodel/deepseek/deepseek-v4-pro` | 1.0M | | | | | | $1 | $4 |
48
48
  | `crossmodel/gemini/gemini-2.5-flash` | 1.0M | | | | | | $0.30 | $3 |
49
49
  | `crossmodel/gemini/gemini-2.5-flash-lite` | 1.0M | | | | | | $0.10 | $0.40 |
@@ -53,6 +53,7 @@ for await (const chunk of stream) {
53
53
  | `crossmodel/gemini/gemini-3.5-flash` | 1.0M | | | | | | $2 | $9 |
54
54
  | `crossmodel/gemini/gemini-3.5-flash-lite` | 1.0M | | | | | | $0.30 | $3 |
55
55
  | `crossmodel/gemini/gemini-3.6-flash` | 1.0M | | | | | | $2 | $8 |
56
+ | `crossmodel/gemini/gemini-3.7-flash` | 1.0M | | | | | | $0.75 | $4 |
56
57
  | `crossmodel/minimax/minimax-m2.7` | 205K | | | | | | $0.33 | $1 |
57
58
  | `crossmodel/minimax/minimax-m3` | 1.0M | | | | | | $0.33 | $1 |
58
59
  | `crossmodel/moonshot/kimi-k2.5` | 262K | | | | | | $0.62 | $3 |