@mastra/mcp-docs-server 1.2.17-alpha.13 → 1.2.17-alpha.16

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 (209) 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 +27 -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 +2 -0
  104. package/.docs/models/gateways/vercel.md +3 -1
  105. package/.docs/models/index.md +1 -1
  106. package/.docs/models/providers/arcee.md +79 -0
  107. package/.docs/models/providers/baseten.md +1 -1
  108. package/.docs/models/providers/cerebras.md +2 -3
  109. package/.docs/models/providers/cloudflare-workers-ai.md +1 -1
  110. package/.docs/models/providers/cortecs.md +2 -1
  111. package/.docs/models/providers/crof.md +1 -1
  112. package/.docs/models/providers/crossmodel.md +1 -1
  113. package/.docs/models/providers/deepinfra.md +2 -1
  114. package/.docs/models/providers/edenai.md +11 -5
  115. package/.docs/models/providers/huggingface.md +3 -1
  116. package/.docs/models/providers/hyper.md +5 -5
  117. package/.docs/models/providers/jalapeno.md +89 -0
  118. package/.docs/models/providers/kilo.md +8 -7
  119. package/.docs/models/providers/merge-gateway.md +3 -1
  120. package/.docs/models/providers/nano-gpt.md +3 -9
  121. package/.docs/models/providers/vivgrid.md +2 -1
  122. package/.docs/models/providers.md +2 -0
  123. package/.docs/reference/acp/acp-agent.md +2 -2
  124. package/.docs/reference/acp/create-acp-tool.md +1 -1
  125. package/.docs/reference/agent-controller/agent-controller-class.md +2 -2
  126. package/.docs/reference/agents/agent.md +2 -2
  127. package/.docs/reference/agents/channels.md +2 -2
  128. package/.docs/reference/agents/createSkill.md +2 -2
  129. package/.docs/reference/agents/durable-agent.md +1 -1
  130. package/.docs/reference/agents/generate.md +1 -1
  131. package/.docs/reference/agents/getSkill.md +1 -1
  132. package/.docs/reference/agents/listSkills.md +1 -1
  133. package/.docs/reference/agents/listSuspendedRuns.md +6 -6
  134. package/.docs/reference/agents/listTools.md +2 -2
  135. package/.docs/reference/agents/network.md +1 -1
  136. package/.docs/reference/ai-sdk/handle-network-stream.md +1 -1
  137. package/.docs/reference/ai-sdk/network-route.md +1 -1
  138. package/.docs/reference/auth/fga.md +7 -5
  139. package/.docs/reference/auth/jwt.md +1 -1
  140. package/.docs/reference/browser/agent-browser.md +2 -2
  141. package/.docs/reference/browser/browser-viewer.md +2 -2
  142. package/.docs/reference/browser/firecrawl-browser.md +1 -1
  143. package/.docs/reference/browser/mastra-browser.md +1 -1
  144. package/.docs/reference/browser/stagehand-browser.md +2 -2
  145. package/.docs/reference/build-with-ai.md +2 -2
  146. package/.docs/reference/channels/channel-provider.md +1 -1
  147. package/.docs/reference/channels/slack-provider.md +1 -1
  148. package/.docs/reference/cli/mastra.md +2 -0
  149. package/.docs/reference/client-js/agents.md +4 -4
  150. package/.docs/reference/coding-agent/create-coding-agent.md +142 -13
  151. package/.docs/reference/configuration.md +6 -6
  152. package/.docs/reference/core/getEditor.md +1 -1
  153. package/.docs/reference/core/getMCPServer.md +1 -1
  154. package/.docs/reference/core/getMCPServerById.md +1 -1
  155. package/.docs/reference/core/getTool.md +1 -1
  156. package/.docs/reference/core/getToolById.md +1 -1
  157. package/.docs/reference/core/listMCPServers.md +1 -1
  158. package/.docs/reference/core/listTools.md +1 -1
  159. package/.docs/reference/core/removeWorkspace.md +1 -1
  160. package/.docs/reference/editor/mastra-editor.md +2 -2
  161. package/.docs/reference/editor/prompt-blocks.md +2 -2
  162. package/.docs/reference/editor/tool-provider.md +1 -1
  163. package/.docs/reference/editor/tools.md +1 -1
  164. package/.docs/reference/editor/versioning.md +3 -3
  165. package/.docs/reference/evals/prompt-alignment.md +18 -0
  166. package/.docs/reference/evals/rubric.md +1 -1
  167. package/.docs/reference/file-based-agents/memory.md +2 -2
  168. package/.docs/reference/file-based-agents/server.md +3 -3
  169. package/.docs/reference/file-based-agents/skills.md +1 -1
  170. package/.docs/reference/file-based-agents/storage.md +3 -3
  171. package/.docs/reference/file-based-agents/subagents.md +1 -1
  172. package/.docs/reference/file-based-agents/workspace.md +3 -3
  173. package/.docs/reference/index.md +1 -0
  174. package/.docs/reference/manual-install.md +3 -3
  175. package/.docs/reference/memory/memory-class.md +1 -0
  176. package/.docs/reference/memory/settled.md +57 -0
  177. package/.docs/reference/migrations/network-to-supervisor.md +2 -2
  178. package/.docs/reference/processors/skill-search-processor.md +1 -1
  179. package/.docs/reference/processors/tool-call-filter.md +7 -7
  180. package/.docs/reference/processors/tool-search-processor.md +1 -1
  181. package/.docs/reference/project-structure.md +1 -1
  182. package/.docs/reference/pubsub/lease-provider.md +3 -3
  183. package/.docs/reference/pubsub/redis-streams.md +1 -1
  184. package/.docs/reference/rag/graph-rag.md +71 -8
  185. package/.docs/reference/schedules/overview.md +1 -1
  186. package/.docs/reference/streaming/ChunkType.md +2 -2
  187. package/.docs/reference/streaming/agents/stream.md +7 -4
  188. package/.docs/reference/streaming/agents/streamUntilIdle.md +1 -1
  189. package/.docs/reference/tools/ask-user-tool.md +1 -1
  190. package/.docs/reference/tools/create-code-mode.md +1 -1
  191. package/.docs/reference/tools/create-tool.md +4 -4
  192. package/.docs/reference/tools/mcp-server.md +47 -2
  193. package/.docs/reference/tools/submit-plan-tool.md +1 -1
  194. package/.docs/reference/tools/task-tools.md +2 -2
  195. package/.docs/reference/vectors/vectorize.md +12 -2
  196. package/.docs/reference/workers/overview.md +2 -2
  197. package/.docs/reference/workspace/local-filesystem.md +1 -1
  198. package/.docs/reference/workspace/local-sandbox.md +4 -3
  199. package/.docs/reference/workspace/process-manager.md +20 -4
  200. package/.docs/reference/workspace/sandbox.md +1 -1
  201. package/.docs/reference/workspace/workspace-class.md +5 -5
  202. package/CHANGELOG.md +15 -0
  203. package/package.json +4 -4
  204. /package/.docs/docs/{server/auth → auth}/composite-auth.md +0 -0
  205. /package/.docs/docs/{server/auth → auth}/jwt.md +0 -0
  206. /package/.docs/docs/{browser/overview.md → browser.md} +0 -0
  207. /package/.docs/docs/{getting-started/develop.md → develop.md} +0 -0
  208. /package/.docs/docs/{long-running-agents → harness}/signals.md +0 -0
  209. /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)
@@ -22,6 +22,7 @@ List of required environment variables for each model provider and gateway suppo
22
22
  | [AMD](https://mastra.ai/models/providers/amd) | `amd/*` | `AMD_API_KEY` |
23
23
  | [Anthropic](https://mastra.ai/models/providers/anthropic) | `anthropic/*` | `ANTHROPIC_API_KEY` |
24
24
  | [AnyAPI](https://mastra.ai/models/providers/anyapi) | `anyapi/*` | `ANYAPI_API_KEY` |
25
+ | [Arcee](https://mastra.ai/models/providers/arcee) | `arcee/*` | `ARCEE_API_KEY` |
25
26
  | [Atomic Chat](https://mastra.ai/models/providers/atomic-chat) | `atomic-chat/*` | `ATOMIC_CHAT_API_KEY` |
26
27
  | [Auriko](https://mastra.ai/models/providers/auriko) | `auriko/*` | `AURIKO_API_KEY` |
27
28
  | [Bailing](https://mastra.ai/models/providers/bailing) | `bailing/*` | `BAILING_API_TOKEN` |
@@ -73,6 +74,7 @@ List of required environment variables for each model provider and gateway suppo
73
74
  | [InferX](https://mastra.ai/models/providers/inferx) | `inferx/*` | `INFERX_API_KEY` |
74
75
  | [Infomaniak](https://mastra.ai/models/providers/infomaniak) | `infomaniak/*` | `INFOMANIAK_PRODUCT_ID`, `INFOMANIAK_API_KEY` |
75
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` |
76
78
  | [Jiekou.AI](https://mastra.ai/models/providers/jiekou) | `jiekou/*` | `JIEKOU_API_KEY` |
77
79
  | [Kenari](https://mastra.ai/models/providers/kenari) | `kenari/*` | `KENARI_API_KEY` |
78
80
  | [Kilo Gateway](https://mastra.ai/models/providers/kilo) | `kilo/*` | `KILO_API_KEY` |
@@ -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 6043 models from 175 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
 
@@ -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
  });
@@ -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 |
@@ -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 |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Deep Infra logo](https://models.dev/logos/deepinfra.svg)Deep Infra
4
4
 
5
- Access 58 Deep Infra models through Mastra's model router. Authentication is handled automatically using the `DEEPINFRA_API_KEY` environment variable.
5
+ Access 59 Deep Infra models through Mastra's model router. Authentication is handled automatically using the `DEEPINFRA_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Deep Infra documentation](https://deepinfra.com/models).
8
8
 
@@ -67,6 +67,7 @@ for await (const chunk of stream) {
67
67
  | `deepinfra/Qwen/Qwen3-Coder-480B-A35B-Instruct-Turbo` | 262K | | | | | | $0.30 | $1 |
68
68
  | `deepinfra/Qwen/Qwen3-Max` | 256K | | | | | | $1 | $6 |
69
69
  | `deepinfra/Qwen/Qwen3-Next-80B-A3B-Instruct` | 262K | | | | | | $0.09 | $1 |
70
+ | `deepinfra/Qwen/Qwen3-VL-235B-A22B-Instruct` | 262K | | | | | | $0.20 | $0.88 |
70
71
  | `deepinfra/Qwen/Qwen3.5-122B-A10B` | 262K | | | | | | $0.29 | $2 |
71
72
  | `deepinfra/Qwen/Qwen3.5-27B` | 262K | | | | | | $0.26 | $3 |
72
73
  | `deepinfra/Qwen/Qwen3.5-35B-A3B` | 262K | | | | | | $0.14 | $1 |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Eden AI logo](https://models.dev/logos/edenai.svg)Eden AI
4
4
 
5
- Access 226 Eden AI models through Mastra's model router. Authentication is handled automatically using the `EDENAI_API_KEY` environment variable.
5
+ Access 232 Eden AI models through Mastra's model router. Authentication is handled automatically using the `EDENAI_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Eden AI documentation](https://docs.edenai.co).
8
8
 
@@ -60,7 +60,7 @@ for await (const chunk of stream) {
60
60
  | `edenai/azure/gpt-5.2-codex` | 272K | | | | | | $2 | $14 |
61
61
  | `edenai/cerebras/gpt-oss-120b` | 131K | | | | | | $0.35 | $0.75 |
62
62
  | `edenai/cloudflare/@cf/aisingapore/gemma-sea-lion-v4-27b-it` | 128K | | | | | | $0.35 | $0.56 |
63
- | `edenai/cloudflare/@cf/deepseek-ai/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.44 | $1 |
63
+ | `edenai/cloudflare/@cf/deepseek-ai/deepseek-v4-flash-0731` | 1.3M | | | | | | $0.44 | $1 |
64
64
  | `edenai/cloudflare/@cf/deepseek-ai/deepseek-v4-pro-0813` | 1.0M | | | | | | $1 | $4 |
65
65
  | `edenai/cloudflare/@cf/meta/llama-guard-3-8b` | 131K | | | | | | $0.48 | $0.03 |
66
66
  | `edenai/cloudflare/@cf/openai/gpt-oss-120b` | 128K | | | | | | $0.35 | $0.75 |
@@ -98,8 +98,8 @@ for await (const chunk of stream) {
98
98
  | `edenai/deepinfra/zai-org/GLM-4.7-Flash` | 203K | | | | | | $0.06 | $0.40 |
99
99
  | `edenai/deepseek/deepseek-chat` | 131K | | | | | | $0.28 | $0.42 |
100
100
  | `edenai/deepseek/deepseek-reasoner` | 131K | | | | | | $0.28 | $0.42 |
101
- | `edenai/deepseek/deepseek-v4-flash` | 1.0M | | | | | | $0.14 | $0.28 |
102
- | `edenai/deepseek/deepseek-v4-pro` | 1.0M | | | | | | $0.43 | $0.87 |
101
+ | `edenai/deepseek/deepseek-v4-flash` | 1.0M | | | | | | $0.22 | $0.66 |
102
+ | `edenai/deepseek/deepseek-v4-pro` | 1.0M | | | | | | $0.66 | $2 |
103
103
  | `edenai/fireworks_ai/accounts/fireworks/models/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.14 | $0.28 |
104
104
  | `edenai/fireworks_ai/accounts/fireworks/models/deepseek-v4-pro-0813` | 1.0M | | | | | | $1 | $4 |
105
105
  | `edenai/fireworks_ai/accounts/fireworks/models/gpt-oss-120b` | 131K | | | | | | $0.15 | $0.60 |
@@ -201,6 +201,7 @@ for await (const chunk of stream) {
201
201
  | `edenai/perplexityai/sonar-pro` | 200K | | | | | | $3 | $15 |
202
202
  | `edenai/perplexityai/sonar-reasoning-pro` | 128K | | | | | | $2 | $8 |
203
203
  | `edenai/qwen/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.20 | $0.40 |
204
+ | `edenai/qwen/deepseek-v4-pro-0813` | 1.0M | | | | | | $1 | $4 |
204
205
  | `edenai/qwen/qwen-max` | 33K | | | | | | $2 | $6 |
205
206
  | `edenai/qwen/qwen-vl-max` | 131K | | | | | | $0.80 | $3 |
206
207
  | `edenai/qwen/qwen-vl-plus` | 131K | | | | | | $0.21 | $0.63 |
@@ -213,12 +214,17 @@ for await (const chunk of stream) {
213
214
  | `edenai/qwen/qwen3-max` | 262K | | | | | | $1 | $6 |
214
215
  | `edenai/qwen/qwen3-next-80b-a3b-instruct` | 131K | | | | | | $0.15 | $1 |
215
216
  | `edenai/qwen/qwen3-next-80b-a3b-thinking` | 131K | | | | | | $0.15 | $1 |
217
+ | `edenai/qwen/qwen3-vl-235b-a22b-instruct` | 131K | | | | | | $0.40 | $2 |
218
+ | `edenai/qwen/qwen3-vl-235b-a22b-thinking` | 131K | | | | | | $0.40 | $4 |
216
219
  | `edenai/qwen/qwen3.8-2.4t-a95b` | 1.0M | | | | | | $2 | $6 |
217
220
  | `edenai/qwen/qwen3.8-max` | 1.0M | | | | | | $2 | $6 |
218
221
  | `edenai/qwen/qwq-plus` | 131K | | | | | | $0.80 | $2 |
219
222
  | `edenai/scaleway/deepseek-v4-flash-0731` | 256K | | | | | | $0.46 | $0.93 |
220
- | `edenai/scaleway/gpt-oss-120b` | 128K | | | | | | $0.17 | $0.69 |
223
+ | `edenai/scaleway/gpt-oss-120b` | 128K | | | | | | $0.17 | $0.70 |
221
224
  | `edenai/scaleway/llama-3.3-70b-instruct` | 128K | | | | | | $1 | $1 |
225
+ | `edenai/tensorx/deepseek/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.25 | $0.30 |
226
+ | `edenai/tensorx/moonshotai/kimi-k2.5` | 262K | | | | | | $0.50 | $3 |
227
+ | `edenai/tensorx/qwen/qwen3.8-27b` | 262K | | | | | | $0.40 | $2 |
222
228
  | `edenai/together_ai/deepseek-ai/DeepSeek-V4-Flash-0731` | 1.0M | | | | | | $0.14 | $0.28 |
223
229
  | `edenai/together_ai/deepseek-ai/DeepSeek-V4-Pro-0813` | 1.0M | | | | | | $1 | $4 |
224
230
  | `edenai/together_ai/meta-models/Muse-Glimmer-30B` | 131K | | | | | | $0.35 | $2 |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Hugging Face logo](https://models.dev/logos/huggingface.svg)Hugging Face
4
4
 
5
- Access 66 Hugging Face models through Mastra's model router. Authentication is handled automatically using the `HF_TOKEN` environment variable.
5
+ Access 68 Hugging Face models through Mastra's model router. Authentication is handled automatically using the `HF_TOKEN` environment variable.
6
6
 
7
7
  Learn more in the [Hugging Face documentation](https://huggingface.co).
8
8
 
@@ -77,6 +77,8 @@ for await (const chunk of stream) {
77
77
  | `huggingface/Qwen/Qwen3-Embedding-8B` | 32K | | | | | | $0.01 | — |
78
78
  | `huggingface/Qwen/Qwen3-Next-80B-A3B-Instruct` | 262K | | | | | | $0.25 | $1 |
79
79
  | `huggingface/Qwen/Qwen3-Next-80B-A3B-Thinking` | 262K | | | | | | $0.30 | $2 |
80
+ | `huggingface/Qwen/Qwen3-VL-235B-A22B-Instruct` | 131K | | | | | | $0.30 | $2 |
81
+ | `huggingface/Qwen/Qwen3-VL-235B-A22B-Thinking` | 131K | | | | | | $0.98 | $4 |
80
82
  | `huggingface/Qwen/Qwen3.5-122B-A10B` | 262K | | | | | | $0.40 | $3 |
81
83
  | `huggingface/Qwen/Qwen3.5-27B` | 262K | | | | | | $0.30 | $2 |
82
84
  | `huggingface/Qwen/Qwen3.5-35B-A3B` | 262K | | | | | | $0.25 | $2 |
@@ -37,21 +37,21 @@ for await (const chunk of stream) {
37
37
  | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
38
  | ---------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
39
  | `hyper/deepseek-v4-flash` | 1.0M | | | | | | $0.20 | $0.40 |
40
- | `hyper/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.20 | $0.40 |
40
+ | `hyper/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.13 | $0.26 |
41
41
  | `hyper/deepseek-v4-pro` | 1.0M | | | | | | $2 | $5 |
42
42
  | `hyper/deepseek-v4-pro-0813` | 1.0M | | | | | | $1 | $4 |
43
43
  | `hyper/gemma-4-26b-a4b-it` | 256K | | | | | | $0.12 | $0.42 |
44
- | `hyper/glm-5` | 203K | | | | | | $0.76 | $2 |
44
+ | `hyper/glm-5` | 203K | | | | | | $0.80 | $3 |
45
45
  | `hyper/glm-5.1` | 203K | | | | | | $2 | $5 |
46
46
  | `hyper/glm-5.2` | 1.0M | | | | | | $1 | $4 |
47
47
  | `hyper/gpt-oss-120b` | 131K | | | | | | $0.16 | $0.65 |
48
- | `hyper/kimi-k2.5` | 262K | | | | | | $0.56 | $3 |
48
+ | `hyper/kimi-k2.5` | 262K | | | | | | $0.51 | $3 |
49
49
  | `hyper/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
50
50
  | `hyper/kimi-k2.7-code` | 256K | | | | | | $0.95 | $4 |
51
51
  | `hyper/kimi-k3` | 1.0M | | | | | | $3 | $15 |
52
- | `hyper/llama-3.3-70b-instruct` | 128K | | | | | | $0.61 | $0.84 |
52
+ | `hyper/llama-3.3-70b-instruct` | 128K | | | | | | $0.60 | $0.74 |
53
53
  | `hyper/llama-4-maverick-17b-128e-instruct-fp8` | 430K | | | | | | $0.27 | $0.90 |
54
- | `hyper/minimax-m2.7` | 262K | | | | | | $0.43 | $2 |
54
+ | `hyper/minimax-m2.7` | 262K | | | | | | $0.41 | $2 |
55
55
  | `hyper/minimax-m3` | 512K | | | | | | $0.33 | $1 |
56
56
  | `hyper/qwen3-coder-480b-a35b-instruct-int4-mixed-ar` | 106K | | | | | | $0.45 | $2 |
57
57
  | `hyper/qwen3-next-80b-a3b-instruct` | 262K | | | | | | $0.12 | $1 |