@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
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Deep Infra logo](https://models.dev/logos/deepinfra.svg)Deep Infra
4
4
 
5
- Access 56 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
 
@@ -45,6 +45,7 @@ for await (const chunk of stream) {
45
45
  | `deepinfra/deepseek-ai/DeepSeek-V4-Flash` | 1.0M | | | | | | $0.09 | $0.18 |
46
46
  | `deepinfra/deepseek-ai/DeepSeek-V4-Flash-0731` | 1.0M | | | | | | $0.08 | $0.18 |
47
47
  | `deepinfra/deepseek-ai/DeepSeek-V4-Pro` | 1.0M | | | | | | $1 | $3 |
48
+ | `deepinfra/deepseek-ai/DeepSeek-V4-Pro-0813` | 1.0M | | | | | | $1 | $3 |
48
49
  | `deepinfra/google/gemma-4-26B-A4B-it` | 262K | | | | | | $0.07 | $0.34 |
49
50
  | `deepinfra/google/gemma-4-31B-it` | 262K | | | | | | $0.13 | $0.38 |
50
51
  | `deepinfra/google/gemma-4-E4B-it` | 131K | | | | | | $0.02 | $0.10 |
@@ -66,6 +67,7 @@ for await (const chunk of stream) {
66
67
  | `deepinfra/Qwen/Qwen3-Coder-480B-A35B-Instruct-Turbo` | 262K | | | | | | $0.30 | $1 |
67
68
  | `deepinfra/Qwen/Qwen3-Max` | 256K | | | | | | $1 | $6 |
68
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 |
69
71
  | `deepinfra/Qwen/Qwen3.5-122B-A10B` | 262K | | | | | | $0.29 | $2 |
70
72
  | `deepinfra/Qwen/Qwen3.5-27B` | 262K | | | | | | $0.26 | $3 |
71
73
  | `deepinfra/Qwen/Qwen3.5-35B-A3B` | 262K | | | | | | $0.14 | $1 |
@@ -74,6 +76,7 @@ for await (const chunk of stream) {
74
76
  | `deepinfra/Qwen/Qwen3.6-27B` | 262K | | | | | | $0.32 | $3 |
75
77
  | `deepinfra/Qwen/Qwen3.6-35B-A3B` | 262K | | | | | | $0.10 | $0.95 |
76
78
  | `deepinfra/Qwen/Qwen3.7-Max` | 256K | | | | | | $3 | $8 |
79
+ | `deepinfra/Qwen/Qwen3.8-2.4T-A95B` | 262K | | | | | | $2 | $6 |
77
80
  | `deepinfra/Qwen/Qwen3.8-Max` | 256K | | | | | | $2 | $5 |
78
81
  | `deepinfra/stepfun-ai/Step-3.7-Flash` | 262K | | | | | | $0.20 | $1 |
79
82
  | `deepinfra/tencent/Hy3` | 262K | | | | | | $0.14 | $0.58 |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![DigitalOcean logo](https://models.dev/logos/digitalocean.svg)DigitalOcean
4
4
 
5
- Access 91 DigitalOcean models through Mastra's model router. Authentication is handled automatically using the `DIGITALOCEAN_ACCESS_TOKEN` environment variable.
5
+ Access 92 DigitalOcean models through Mastra's model router. Authentication is handled automatically using the `DIGITALOCEAN_ACCESS_TOKEN` environment variable.
6
6
 
7
7
  Learn more in the [DigitalOcean documentation](https://docs.digitalocean.com/products/gradient-ai-platform/details/models/).
8
8
 
@@ -61,6 +61,7 @@ for await (const chunk of stream) {
61
61
  | `digitalocean/deepseek-v3` | 164K | | | | | | — | — |
62
62
  | `digitalocean/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.08 | $0.25 |
63
63
  | `digitalocean/deepseek-v4-pro` | 1.0M | | | | | | $0.87 | $2 |
64
+ | `digitalocean/deepseek-v4-pro-0813` | 1.0M | | | | | | $1 | $4 |
64
65
  | `digitalocean/e5-large-v2` | 512 | | | | | | $0.02 | — |
65
66
  | `digitalocean/fal-ai/elevenlabs/tts/multilingual-v2` | — | | | | | | — | — |
66
67
  | `digitalocean/fal-ai/fast-sdxl` | — | | | | | | — | — |
@@ -69,7 +70,7 @@ for await (const chunk of stream) {
69
70
  | `digitalocean/gemma-4-31B-it` | 256K | | | | | | $0.18 | $0.50 |
70
71
  | `digitalocean/glm-5` | 64K | | | | | | $0.75 | $2 |
71
72
  | `digitalocean/glm-5.1` | 164K | | | | | | $0.97 | $4 |
72
- | `digitalocean/glm-5.2` | 262K | | | | | | $0.63 | $2 |
73
+ | `digitalocean/glm-5.2` | 262K | | | | | | $0.70 | $2 |
73
74
  | `digitalocean/gte-large-en-v1.5` | 8K | | | | | | $0.09 | — |
74
75
  | `digitalocean/kimi-k2.5` | 262K | | | | | | $0.38 | $2 |
75
76
  | `digitalocean/kimi-k2.6` | 262K | | | | | | $0.76 | $3 |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Eden AI logo](https://models.dev/logos/edenai.svg)Eden AI
4
4
 
5
- Access 220 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,6 +60,8 @@ 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.3M | | | | | | $0.44 | $1 |
64
+ | `edenai/cloudflare/@cf/deepseek-ai/deepseek-v4-pro-0813` | 1.0M | | | | | | $1 | $4 |
63
65
  | `edenai/cloudflare/@cf/meta/llama-guard-3-8b` | 131K | | | | | | $0.48 | $0.03 |
64
66
  | `edenai/cloudflare/@cf/openai/gpt-oss-120b` | 128K | | | | | | $0.35 | $0.75 |
65
67
  | `edenai/cloudflare/@cf/openai/gpt-oss-20b` | 128K | | | | | | $0.20 | $0.30 |
@@ -77,6 +79,7 @@ for await (const chunk of stream) {
77
79
  | `edenai/deepinfra/deepseek-ai/DeepSeek-V3` | 164K | | | | | | $0.32 | $0.89 |
78
80
  | `edenai/deepinfra/deepseek-ai/DeepSeek-V3-0324` | 164K | | | | | | $0.24 | $0.90 |
79
81
  | `edenai/deepinfra/deepseek-ai/DeepSeek-V4-Flash-0731` | 1.0M | | | | | | $0.08 | $0.18 |
82
+ | `edenai/deepinfra/deepseek-ai/DeepSeek-V4-Pro-0813` | 1.0M | | | | | | $1 | $3 |
80
83
  | `edenai/deepinfra/meta-llama/Llama-3.2-11B-Vision-Instruct` | 131K | | | | | | $0.34 | $0.34 |
81
84
  | `edenai/deepinfra/meta-llama/Llama-3.3-70B-Instruct` | 131K | | | | | | $0.10 | $0.32 |
82
85
  | `edenai/deepinfra/meta-llama/Llama-Guard-3-8B` | 131K | | | | | | $0.06 | $0.06 |
@@ -95,8 +98,8 @@ for await (const chunk of stream) {
95
98
  | `edenai/deepinfra/zai-org/GLM-4.7-Flash` | 203K | | | | | | $0.06 | $0.40 |
96
99
  | `edenai/deepseek/deepseek-chat` | 131K | | | | | | $0.28 | $0.42 |
97
100
  | `edenai/deepseek/deepseek-reasoner` | 131K | | | | | | $0.28 | $0.42 |
98
- | `edenai/deepseek/deepseek-v4-flash` | 1.0M | | | | | | $0.14 | $0.28 |
99
- | `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 |
100
103
  | `edenai/fireworks_ai/accounts/fireworks/models/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.14 | $0.28 |
101
104
  | `edenai/fireworks_ai/accounts/fireworks/models/deepseek-v4-pro-0813` | 1.0M | | | | | | $1 | $4 |
102
105
  | `edenai/fireworks_ai/accounts/fireworks/models/gpt-oss-120b` | 131K | | | | | | $0.15 | $0.60 |
@@ -194,9 +197,11 @@ for await (const chunk of stream) {
194
197
  | `edenai/ovhcloud/gpt-oss-120b` | 131K | | | | | | $0.09 | $0.47 |
195
198
  | `edenai/ovhcloud/gpt-oss-20b` | 131K | | | | | | $0.05 | $0.18 |
196
199
  | `edenai/perplexityai/sonar` | 127K | | | | | | $1 | $1 |
200
+ | `edenai/perplexityai/sonar-deep-research` | 128K | | | | | | $2 | $8 |
197
201
  | `edenai/perplexityai/sonar-pro` | 200K | | | | | | $3 | $15 |
198
202
  | `edenai/perplexityai/sonar-reasoning-pro` | 128K | | | | | | $2 | $8 |
199
203
  | `edenai/qwen/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.20 | $0.40 |
204
+ | `edenai/qwen/deepseek-v4-pro-0813` | 1.0M | | | | | | $1 | $4 |
200
205
  | `edenai/qwen/qwen-max` | 33K | | | | | | $2 | $6 |
201
206
  | `edenai/qwen/qwen-vl-max` | 131K | | | | | | $0.80 | $3 |
202
207
  | `edenai/qwen/qwen-vl-plus` | 131K | | | | | | $0.21 | $0.63 |
@@ -209,12 +214,19 @@ for await (const chunk of stream) {
209
214
  | `edenai/qwen/qwen3-max` | 262K | | | | | | $1 | $6 |
210
215
  | `edenai/qwen/qwen3-next-80b-a3b-instruct` | 131K | | | | | | $0.15 | $1 |
211
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 |
219
+ | `edenai/qwen/qwen3.8-2.4t-a95b` | 1.0M | | | | | | $2 | $6 |
212
220
  | `edenai/qwen/qwen3.8-max` | 1.0M | | | | | | $2 | $6 |
213
221
  | `edenai/qwen/qwq-plus` | 131K | | | | | | $0.80 | $2 |
214
- | `edenai/scaleway/deepseek-v4-flash-0731` | 256K | | | | | | $0.46 | $0.92 |
215
- | `edenai/scaleway/gpt-oss-120b` | 128K | | | | | | $0.17 | $0.69 |
222
+ | `edenai/scaleway/deepseek-v4-flash-0731` | 256K | | | | | | $0.46 | $0.93 |
223
+ | `edenai/scaleway/gpt-oss-120b` | 128K | | | | | | $0.17 | $0.70 |
216
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 |
217
228
  | `edenai/together_ai/deepseek-ai/DeepSeek-V4-Flash-0731` | 1.0M | | | | | | $0.14 | $0.28 |
229
+ | `edenai/together_ai/deepseek-ai/DeepSeek-V4-Pro-0813` | 1.0M | | | | | | $1 | $4 |
218
230
  | `edenai/together_ai/meta-models/Muse-Glimmer-30B` | 131K | | | | | | $0.35 | $2 |
219
231
  | `edenai/together_ai/nvidia/nemotron-3-ultra-550b-a55b` | 512K | | | | | | $0.60 | $4 |
220
232
  | `edenai/together_ai/openai/gpt-oss-120b` | 131K | | | | | | $0.15 | $0.60 |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![EmpirioLabs AI logo](https://models.dev/logos/empiriolabs.svg)EmpirioLabs AI
4
4
 
5
- Access 44 EmpirioLabs AI models through Mastra's model router. Authentication is handled automatically using the `EMPIRIOLABS_API_KEY` environment variable.
5
+ Access 53 EmpirioLabs AI models through Mastra's model router. Authentication is handled automatically using the `EMPIRIOLABS_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [EmpirioLabs AI documentation](https://docs.empiriolabs.ai).
8
8
 
@@ -41,6 +41,8 @@ for await (const chunk of stream) {
41
41
  | `empiriolabs/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.14 | $0.28 |
42
42
  | `empiriolabs/deepseek-v4-pro` | 1.0M | | | | | | $2 | $3 |
43
43
  | `empiriolabs/deepseek-v4-pro-0813` | 1.0M | | | | | | $1 | $4 |
44
+ | `empiriolabs/fugu-ultra-v1-0` | 1.0M | | | | | | $8 | $45 |
45
+ | `empiriolabs/fugu-ultra-v1-1` | 1.0M | | | | | | $5 | $30 |
44
46
  | `empiriolabs/gemma-4-26b-a4b` | 262K | | | | | | $0.05 | $0.29 |
45
47
  | `empiriolabs/glm-4-5-flash` | 200K | | | | | | — | — |
46
48
  | `empiriolabs/glm-4-7-flash` | 200K | | | | | | — | — |
@@ -57,7 +59,9 @@ for await (const chunk of stream) {
57
59
  | `empiriolabs/minimax-m3` | 1.0M | | | | | | $0.23 | $0.90 |
58
60
  | `empiriolabs/mistral-medium-3` | 130K | | | | | | — | — |
59
61
  | `empiriolabs/mistral-small-4` | 256K | | | | | | $0.15 | $0.60 |
62
+ | `empiriolabs/muse-glimmer-30b` | 131K | | | | | | $0.20 | $0.80 |
60
63
  | `empiriolabs/muse-spark-1-1` | 1.0M | | | | | | $1 | $4 |
64
+ | `empiriolabs/muse-spark-1-2` | 1.0M | | | | | | $1 | $4 |
61
65
  | `empiriolabs/qwen3-5-122b-a10b` | 256K | | | | | | $0.12 | $0.92 |
62
66
  | `empiriolabs/qwen3-5-27b` | 256K | | | | | | $0.09 | $0.69 |
63
67
  | `empiriolabs/qwen3-5-35b-a3b` | 256K | | | | | | $0.06 | $0.46 |
@@ -74,9 +78,14 @@ for await (const chunk of stream) {
74
78
  | `empiriolabs/qwen3-7-flash` | 1.0M | | | | | | $0.03 | $0.13 |
75
79
  | `empiriolabs/qwen3-7-max` | 1.0M | | | | | | $3 | $8 |
76
80
  | `empiriolabs/qwen3-7-plus` | 1.0M | | | | | | $0.40 | $2 |
81
+ | `empiriolabs/qwen3-8-27b` | 262K | | | | | | $0.17 | $0.50 |
77
82
  | `empiriolabs/qwen3-8-max` | 1.0M | | | | | | $2 | $6 |
78
83
  | `empiriolabs/qwen3-max` | 256K | | | | | | $1 | $6 |
79
84
  | `empiriolabs/seed-2-0-code` | 256K | | | | | | $0.40 | $2 |
85
+ | `empiriolabs/seed-2-0-lite` | 256K | | | | | | $0.31 | $3 |
86
+ | `empiriolabs/seed-2-0-mini` | 256K | | | | | | $0.12 | $0.50 |
87
+ | `empiriolabs/seed-2-0-pro` | 256K | | | | | | $0.63 | $4 |
88
+ | `empiriolabs/seed-2-1-turbo` | 256K | | | | | | $0.63 | $3 |
80
89
  | `empiriolabs/step-3-5-flash` | 256K | | | | | | $0.10 | $0.30 |
81
90
  | `empiriolabs/step-3-5-flash-2603` | 256K | | | | | | $0.10 | $0.30 |
82
91
  | `empiriolabs/step-3-7-flash` | 256K | | | | | | $0.20 | $1 |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Hugging Face logo](https://models.dev/logos/huggingface.svg)Hugging Face
4
4
 
5
- Access 65 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 |
@@ -84,6 +86,7 @@ for await (const chunk of stream) {
84
86
  | `huggingface/Qwen/Qwen3.5-9B` | 262K | | | | | | $0.17 | $0.25 |
85
87
  | `huggingface/Qwen/Qwen3.6-27B` | 262K | | | | | | $0.47 | $3 |
86
88
  | `huggingface/Qwen/Qwen3.6-35B-A3B` | 262K | | | | | | $0.15 | $0.95 |
89
+ | `huggingface/Qwen/Qwen3.8-2.4T-A95B` | 262K | | | | | | $3 | $6 |
87
90
  | `huggingface/stepfun-ai/Step-3.5-Flash` | 262K | | | | | | $0.10 | $0.30 |
88
91
  | `huggingface/stepfun-ai/Step-3.7-Flash` | 262K | | | | | | $0.20 | $1 |
89
92
  | `huggingface/tencent/Hy3` | 262K | | | | | | $0.14 | $0.58 |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Charm Hyper logo](https://models.dev/logos/hyper.svg)Charm Hyper
4
4
 
5
- Access 25 Charm Hyper models through Mastra's model router. Authentication is handled automatically using the `HYPER_API_KEY` environment variable.
5
+ Access 26 Charm Hyper models through Mastra's model router. Authentication is handled automatically using the `HYPER_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Charm Hyper documentation](https://hyper.charm.land).
8
8
 
@@ -37,20 +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.80 | $3 |
44
45
  | `hyper/glm-5.1` | 203K | | | | | | $2 | $5 |
45
46
  | `hyper/glm-5.2` | 1.0M | | | | | | $1 | $4 |
46
- | `hyper/gpt-oss-120b` | 131K | | | | | | $0.18 | $0.71 |
47
- | `hyper/kimi-k2.5` | 262K | | | | | | $0.56 | $3 |
47
+ | `hyper/gpt-oss-120b` | 131K | | | | | | $0.16 | $0.65 |
48
+ | `hyper/kimi-k2.5` | 262K | | | | | | $0.51 | $3 |
48
49
  | `hyper/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
49
50
  | `hyper/kimi-k2.7-code` | 256K | | | | | | $0.95 | $4 |
50
- | `hyper/kimi-k3` | 1.0M | | | | | | $3 | $16 |
51
- | `hyper/llama-3.3-70b-instruct` | 128K | | | | | | $0.61 | $0.84 |
51
+ | `hyper/kimi-k3` | 1.0M | | | | | | $3 | $15 |
52
+ | `hyper/llama-3.3-70b-instruct` | 128K | | | | | | $0.60 | $0.74 |
52
53
  | `hyper/llama-4-maverick-17b-128e-instruct-fp8` | 430K | | | | | | $0.27 | $0.90 |
53
- | `hyper/minimax-m2.7` | 262K | | | | | | $0.43 | $2 |
54
+ | `hyper/minimax-m2.7` | 262K | | | | | | $0.41 | $2 |
54
55
  | `hyper/minimax-m3` | 512K | | | | | | $0.33 | $1 |
55
56
  | `hyper/qwen3-coder-480b-a35b-instruct-int4-mixed-ar` | 106K | | | | | | $0.45 | $2 |
56
57
  | `hyper/qwen3-next-80b-a3b-instruct` | 262K | | | | | | $0.12 | $1 |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![InferX logo](https://models.dev/logos/inferx.svg)InferX
4
4
 
5
- Access 6 InferX models through Mastra's model router. Authentication is handled automatically using the `INFERX_API_KEY` environment variable.
5
+ Access 12 InferX models through Mastra's model router. Authentication is handled automatically using the `INFERX_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [InferX documentation](https://model.inferx.net/endpoints).
8
8
 
@@ -17,7 +17,7 @@ const agent = new Agent({
17
17
  id: "my-agent",
18
18
  name: "My Agent",
19
19
  instructions: "You are a helpful assistant",
20
- model: "inferx/google/gemma-4-31b-it-fp8"
20
+ model: "inferx/Agents-A1"
21
21
  });
22
22
 
23
23
  // Generate a response
@@ -34,14 +34,20 @@ for await (const chunk of stream) {
34
34
 
35
35
  ## Models
36
36
 
37
- | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
- | ------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
- | `inferx/google/gemma-4-31b-it-fp8` | 262K | | | | | | — | — |
40
- | `inferx/qwen/qwen3.5-122b-a10b-nvfp4` | 256K | | | | | | — | — |
41
- | `inferx/qwen/qwen3.6-27b-fp8` | 262K | | | | | | — | — |
42
- | `inferx/qwen/qwen3.6-35b-a3b-fp8` | 262K | | | | | | — | — |
43
- | `inferx/qwen3-coder-next-fp8` | 256K | | | | | | — | — |
44
- | `inferx/qwen3-coder-next-fp8-1m` | 1.0M | | | | | | — | — |
37
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
+ | ----------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
+ | `inferx/Agents-A1` | 262K | | | | | | — | — |
40
+ | `inferx/deepseek-v4-flash` | 1.0M | | | | | | — | — |
41
+ | `inferx/Devstral-2-123B-Instruct-2512-int4-AutoRound` | 128K | | | | | | — | — |
42
+ | `inferx/gemma-4-31B-it-fp8` | 262K | | | | | | — | — |
43
+ | `inferx/mimo-v25` | 1.0M | | | | | | — | — |
44
+ | `inferx/Ornith-1.0-35B-FP8` | 262K | | | | | | — | — |
45
+ | `inferx/Qwen3-Coder-Next-FP8` | 256K | | | | | | — | — |
46
+ | `inferx/Qwen3-Coder-Next-FP8-no-thinking` | 260K | | | | | | — | — |
47
+ | `inferx/Qwen3-Embedding-8B` | 33K | | | | | | — | — |
48
+ | `inferx/Qwen3.6-27B-FP8` | 262K | | | | | | — | — |
49
+ | `inferx/Qwen3.6-35B-A3B-FP8` | 262K | | | | | | — | — |
50
+ | `inferx/Qwen3.6-35B-A3B-fp8-no-thinking` | 262K | | | | | | — | — |
45
51
 
46
52
  ## Advanced configuration
47
53
 
@@ -53,7 +59,7 @@ const agent = new Agent({
53
59
  name: "custom-agent",
54
60
  model: {
55
61
  url: "https://model.inferx.net/endpoints/v1",
56
- id: "inferx/google/gemma-4-31b-it-fp8",
62
+ id: "inferx/Agents-A1",
57
63
  apiKey: process.env.INFERX_API_KEY,
58
64
  headers: {
59
65
  "X-Custom-Header": "value"
@@ -71,8 +77,8 @@ const agent = new Agent({
71
77
  model: ({ requestContext }) => {
72
78
  const useAdvanced = requestContext.task === "complex";
73
79
  return useAdvanced
74
- ? "inferx/qwen3-coder-next-fp8-1m"
75
- : "inferx/google/gemma-4-31b-it-fp8";
80
+ ? "inferx/mimo-v25"
81
+ : "inferx/Agents-A1";
76
82
  }
77
83
  });
78
84
  ```
@@ -0,0 +1,89 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
3
+ # ![Jalapeno Cloud logo](https://models.dev/logos/jalapeno.svg)Jalapeno Cloud
4
+
5
+ Access 17 Jalapeno Cloud models through Mastra's model router. Authentication is handled automatically using the `JALAPENO_API_KEY` environment variable.
6
+
7
+ Learn more in the [Jalapeno Cloud documentation](https://www.jalapeno-cloud.ai/docs/).
8
+
9
+ ```bash
10
+ JALAPENO_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: "jalapeno/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 [Jalapeno Cloud documentation](https://www.jalapeno-cloud.ai/docs/) for details.
34
+
35
+ ## Models
36
+
37
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
+ | -------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
+ | `jalapeno/DeepSeek-V4-Flash` | 1.0M | | | | | | $0.14 | $0.28 |
40
+ | `jalapeno/DeepSeek-V4-Pro` | 1.0M | | | | | | $2 | $3 |
41
+ | `jalapeno/GLM-5.1` | 203K | | | | | | $1 | $4 |
42
+ | `jalapeno/GLM-5.2` | 1.0M | | | | | | $1 | $4 |
43
+ | `jalapeno/Hy3` | 203K | | | | | | $0.14 | $0.58 |
44
+ | `jalapeno/Kimi-K2.5` | 262K | | | | | | $0.60 | $3 |
45
+ | `jalapeno/Kimi-K2.7-Code` | 271K | | | | | | $0.95 | $4 |
46
+ | `jalapeno/Kimi-K3` | 1.0M | | | | | | $3 | $15 |
47
+ | `jalapeno/MiniMax-M3` | 524K | | | | | | $0.30 | $1 |
48
+ | `jalapeno/Qwen3-Next-80B-A3B-Instruct` | 129K | | | | | | $0.15 | $2 |
49
+ | `jalapeno/Qwen3-Next-80B-A3B-Thinking` | 131K | | | | | | $0.15 | $2 |
50
+ | `jalapeno/Qwen3-VL-235B-A22B-Instruct` | 129K | | | | | | $0.30 | $2 |
51
+ | `jalapeno/Qwen3-VL-235B-A22B-Thinking` | 131K | | | | | | $0.98 | $4 |
52
+ | `jalapeno/Qwen3.5-122B-A10B` | 262K | | | | | | $0.40 | $3 |
53
+ | `jalapeno/Qwen3.5-27B` | 262K | | | | | | $0.30 | $2 |
54
+ | `jalapeno/Qwen3.5-35B-A3B` | 262K | | | | | | $0.25 | $2 |
55
+ | `jalapeno/Qwen3.5-397B-A17B` | 262K | | | | | | $0.60 | $4 |
56
+
57
+ ## Advanced configuration
58
+
59
+ ### Custom headers
60
+
61
+ ```typescript
62
+ const agent = new Agent({
63
+ id: "custom-agent",
64
+ name: "custom-agent",
65
+ model: {
66
+ url: "https://api.jalapeno-cloud.ai/v1",
67
+ id: "jalapeno/DeepSeek-V4-Flash",
68
+ apiKey: process.env.JALAPENO_API_KEY,
69
+ headers: {
70
+ "X-Custom-Header": "value"
71
+ }
72
+ }
73
+ });
74
+ ```
75
+
76
+ ### Dynamic model selection
77
+
78
+ ```typescript
79
+ const agent = new Agent({
80
+ id: "dynamic-agent",
81
+ name: "Dynamic Agent",
82
+ model: ({ requestContext }) => {
83
+ const useAdvanced = requestContext.task === "complex";
84
+ return useAdvanced
85
+ ? "jalapeno/Qwen3.5-397B-A17B"
86
+ : "jalapeno/DeepSeek-V4-Flash";
87
+ }
88
+ });
89
+ ```
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Kilo Gateway logo](https://models.dev/logos/kilo.svg)Kilo Gateway
4
4
 
5
- Access 359 Kilo Gateway models through Mastra's model router. Authentication is handled automatically using the `KILO_API_KEY` environment variable.
5
+ Access 360 Kilo Gateway models through Mastra's model router. Authentication is handled automatically using the `KILO_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Kilo Gateway documentation](https://kilo.ai).
8
8
 
@@ -40,11 +40,11 @@ for await (const chunk of stream) {
40
40
  | `kilo/~anthropic/claude-haiku-latest` | 200K | | | | | | $1 | $5 |
41
41
  | `kilo/~anthropic/claude-opus-latest` | 1.0M | | | | | | $5 | $25 |
42
42
  | `kilo/~anthropic/claude-sonnet-latest` | 1.0M | | | | | | $2 | $10 |
43
- | `kilo/~deepseek/deepseek-v4-flash-latest` | 262K | | | | | | $0.07 | $0.14 |
43
+ | `kilo/~deepseek/deepseek-v4-flash-latest` | 262K | | | | | | $0.08 | $0.16 |
44
44
  | `kilo/~google/gemini-flash-latest` | 1.0M | | | | | | $0.38 | $2 |
45
45
  | `kilo/~google/gemini-pro-latest` | 1.0M | | | | | | $2 | $12 |
46
- | `kilo/~moonshotai/kimi-latest` | 1.0M | | | | | | $3 | $14 |
47
- | `kilo/~openai/gpt-latest` | 1.1M | | | | | | $5 | $30 |
46
+ | `kilo/~moonshotai/kimi-latest` | 975K | | | | | | $3 | $13 |
47
+ | `kilo/~openai/gpt-latest` | 1.1M | | | | | | $3 | $15 |
48
48
  | `kilo/~openai/gpt-mini-latest` | 400K | | | | | | $0.75 | $5 |
49
49
  | `kilo/~x-ai/grok-latest` | 500K | | | | | | $2 | $6 |
50
50
  | `kilo/ai21/jamba-large-1.7` | 256K | | | | | | $2 | $8 |
@@ -298,12 +298,12 @@ for await (const chunk of stream) {
298
298
  | `kilo/qwen/qwen-plus` | 1.0M | | | | | | $0.26 | $0.78 |
299
299
  | `kilo/qwen/qwen-plus-2025-07-28` | 1.0M | | | | | | $0.26 | $0.78 |
300
300
  | `kilo/qwen/qwen-plus-2025-07-28:thinking` | 1.0M | | | | | | $0.26 | $0.78 |
301
- | `kilo/qwen/qwen2.5-vl-72b-instruct` | 32K | | | | | | $0.25 | $0.75 |
301
+ | `kilo/qwen/qwen2.5-vl-72b-instruct` | 128K | | | | | | $0.80 | $1 |
302
302
  | `kilo/qwen/qwen3-14b` | 41K | | | | | | $0.23 | $0.91 |
303
303
  | `kilo/qwen/qwen3-235b-a22b` | 131K | | | | | | $0.46 | $2 |
304
304
  | `kilo/qwen/qwen3-235b-a22b-2507` | 262K | | | | | | $0.15 | $0.60 |
305
305
  | `kilo/qwen/qwen3-235b-a22b-thinking-2507` | 131K | | | | | | $0.23 | $2 |
306
- | `kilo/qwen/qwen3-30b-a3b` | 41K | | | | | | $0.13 | $0.52 |
306
+ | `kilo/qwen/qwen3-30b-a3b` | 131K | | | | | | $0.13 | $0.52 |
307
307
  | `kilo/qwen/qwen3-30b-a3b-instruct-2507` | 128K | | | | | | $0.13 | $0.52 |
308
308
  | `kilo/qwen/qwen3-30b-a3b-thinking-2507` | 82K | | | | | | $0.20 | $2 |
309
309
  | `kilo/qwen/qwen3-32b` | 41K | | | | | | $0.08 | $0.28 |
@@ -332,8 +332,8 @@ for await (const chunk of stream) {
332
332
  | `kilo/qwen/qwen3.5-flash-02-23` | 1.0M | | | | | | $0.07 | $0.26 |
333
333
  | `kilo/qwen/qwen3.5-plus-02-15` | 1.0M | | | | | | $0.26 | $2 |
334
334
  | `kilo/qwen/qwen3.5-plus-20260420` | 1.0M | | | | | | $0.30 | $2 |
335
- | `kilo/qwen/qwen3.6-27b` | 262K | | | | | | $0.45 | $3 |
336
- | `kilo/qwen/qwen3.6-35b-a3b` | 262K | | | | | | $0.15 | $1 |
335
+ | `kilo/qwen/qwen3.6-27b` | 131K | | | | | | $0.45 | $3 |
336
+ | `kilo/qwen/qwen3.6-35b-a3b` | 262K | | | | | | $0.14 | $1 |
337
337
  | `kilo/qwen/qwen3.6-flash` | 1.0M | | | | | | $0.19 | $1 |
338
338
  | `kilo/qwen/qwen3.6-max-preview` | 262K | | | | | | $1 | $6 |
339
339
  | `kilo/qwen/qwen3.6-plus` | 1.0M | | | | | | $0.33 | $2 |
@@ -362,7 +362,7 @@ for await (const chunk of stream) {
362
362
  | `kilo/stepfun/step-3.7-flash` | 256K | | | | | | $0.20 | $1 |
363
363
  | `kilo/stepfun/step-3.7-flash:free` | 262K | | | | | | — | — |
364
364
  | `kilo/tencent/hunyuan-a13b-instruct` | 131K | | | | | | $0.14 | $0.57 |
365
- | `kilo/tencent/hy3` | 262K | | | | | | $0.13 | $0.53 |
365
+ | `kilo/tencent/hy3` | 262K | | | | | | $0.14 | $0.58 |
366
366
  | `kilo/tencent/hy3-preview` | 262K | | | | | | $0.18 | $0.60 |
367
367
  | `kilo/tencent/hy3:free` | 262K | | | | | | — | — |
368
368
  | `kilo/thedrummer/cydonia-24b-v4.1` | 131K | | | | | | $0.30 | $0.50 |
@@ -386,7 +386,7 @@ for await (const chunk of stream) {
386
386
  | `kilo/z-ai/glm-4.5` | 131K | | | | | | $0.60 | $2 |
387
387
  | `kilo/z-ai/glm-4.5-air` | 131K | | | | | | $0.13 | $0.85 |
388
388
  | `kilo/z-ai/glm-4.5v` | 66K | | | | | | $0.60 | $2 |
389
- | `kilo/z-ai/glm-4.6` | 205K | | | | | | $0.55 | $2 |
389
+ | `kilo/z-ai/glm-4.6` | 203K | | | | | | $0.50 | $2 |
390
390
  | `kilo/z-ai/glm-4.6v` | 131K | | | | | | $0.30 | $0.90 |
391
391
  | `kilo/z-ai/glm-4.7` | 203K | | | | | | $0.40 | $2 |
392
392
  | `kilo/z-ai/glm-4.7-flash` | 203K | | | | | | $0.06 | $0.40 |
@@ -394,6 +394,7 @@ for await (const chunk of stream) {
394
394
  | `kilo/z-ai/glm-5-turbo` | 203K | | | | | | $1 | $4 |
395
395
  | `kilo/z-ai/glm-5.1` | 200K | | | | | | $1 | $4 |
396
396
  | `kilo/z-ai/glm-5.2` | 1.0M | | | | | | $1 | $4 |
397
+ | `kilo/z-ai/glm-5.2:free` | 128K | | | | | | — | — |
397
398
  | `kilo/z-ai/glm-5v-turbo` | 203K | | | | | | $1 | $4 |
398
399
 
399
400
  ## Advanced configuration
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![LLMTR logo](https://models.dev/logos/llmtr.svg)LLMTR
4
4
 
5
- Access 6 LLMTR models through Mastra's model router. Authentication is handled automatically using the `LLMTR_API_KEY` environment variable.
5
+ Access 32 LLMTR models through Mastra's model router. Authentication is handled automatically using the `LLMTR_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [LLMTR documentation](https://llmtr.com/docs).
8
8
 
@@ -34,14 +34,39 @@ for await (const chunk of stream) {
34
34
 
35
35
  ## Models
36
36
 
37
- | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
- | --------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
- | `llmtr/gemma-4` | 33K | | | | | | $5 | $10 |
40
- | `llmtr/magibu-11b-v8` | 8K | | | | | | — | — |
41
- | `llmtr/medgemma-4b` | 8K | | | | | | $3 | $5 |
42
- | `llmtr/qwen3-6-35b` | 16K | | | | | | $5 | $10 |
43
- | `llmtr/sincap` | 128K | | | | | | — | — |
44
- | `llmtr/trendyol-7b` | 33K | | | | | | — | — |
37
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
+ | --------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
+ | `llmtr/gemma-4` | 131K | | | | | | $2 | $5 |
40
+ | `llmtr/google/gemini-2.5-flash-lite` | 1.0M | | | | | | $0.10 | $0.10 |
41
+ | `llmtr/magibu-11b-v8` | 8K | | | | | | $0.10 | $0.50 |
42
+ | `llmtr/meta/muse-spark-1.2-contributor` | 1.0M | | | | | | $0.10 | $0.20 |
43
+ | `llmtr/mimo/mimo-v2.5` | 1.0M | | | | | | $0.14 | $0.28 |
44
+ | `llmtr/mimo/mimo-v2.5-pro` | 1.0M | | | | | | $0.43 | $0.87 |
45
+ | `llmtr/mistral/voxtral-small-latest` | 32K | | | | | | $0.10 | $0.30 |
46
+ | `llmtr/muse-glimmer-30b-tr` | 131K | | | | | | $2 | $5 |
47
+ | `llmtr/perplexity/sonar-deep-research` | 128K | | | | | | $2 | $8 |
48
+ | `llmtr/poolside/laguna-xs-2.1` | 262K | | | | | | — | — |
49
+ | `llmtr/publicai/apertus-70b-instruct` | 66K | | | | | | $0.82 | $3 |
50
+ | `llmtr/publicai/apertus-8b-instruct` | 66K | | | | | | $0.10 | $0.20 |
51
+ | `llmtr/qwen/qwen-flash` | 1.0M | | | | | | $0.05 | $0.40 |
52
+ | `llmtr/qwen/qwen-plus` | 1.0M | | | | | | $0.40 | $1 |
53
+ | `llmtr/qwen/qwen3-coder-flash` | 1.0M | | | | | | $0.30 | $2 |
54
+ | `llmtr/qwen/qwen3-coder-plus` | 1.0M | | | | | | $1 | $5 |
55
+ | `llmtr/qwen/qwen3-max` | 256K | | | | | | $1 | $6 |
56
+ | `llmtr/qwen/qwen3-vl-plus` | 256K | | | | | | $0.20 | $2 |
57
+ | `llmtr/qwen/qwen3.5-397b-a17b` | 256K | | | | | | $0.60 | $4 |
58
+ | `llmtr/qwen/qwen3.5-plus` | 1.0M | | | | | | $0.40 | $2 |
59
+ | `llmtr/qwen/qwen3.6-flash` | 1.0M | | | | | | $0.25 | $2 |
60
+ | `llmtr/qwen/qwen3.6-plus` | 1.0M | | | | | | $0.50 | $3 |
61
+ | `llmtr/qwen/qwen3.7-plus` | 1.0M | | | | | | $0.40 | $2 |
62
+ | `llmtr/qwen3-6-35b` | 16K | | | | | | $5 | $10 |
63
+ | `llmtr/sakana/fugu-ultra` | 1.0M | | | | | | $5 | $30 |
64
+ | `llmtr/thinkingmachines/inkling` | 262K | | | | | | $2 | $5 |
65
+ | `llmtr/thinkingmachines/inkling-small` | 262K | | | | | | $0.58 | $1 |
66
+ | `llmtr/trendyol-asure-12b` | 41K | | | | | | $0.10 | $0.50 |
67
+ | `llmtr/upstage/solar-pro2` | 66K | | | | | | $0.15 | $0.60 |
68
+ | `llmtr/upstage/solar-pro3` | 131K | | | | | | $0.15 | $0.60 |
69
+ | `llmtr/upstage/solar-pro4` | 524K | | | | | | $0.03 | $0.12 |
45
70
 
46
71
  ## Advanced configuration
47
72
 
@@ -71,7 +96,7 @@ const agent = new Agent({
71
96
  model: ({ requestContext }) => {
72
97
  const useAdvanced = requestContext.task === "complex";
73
98
  return useAdvanced
74
- ? "llmtr/trendyol-7b"
99
+ ? "llmtr/upstage/solar-pro4"
75
100
  : "llmtr/gemma-4";
76
101
  }
77
102
  });
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Merge Gateway logo](https://models.dev/logos/merge-gateway.svg)Merge Gateway
4
4
 
5
- Access 169 Merge Gateway models through Mastra's model router. Authentication is handled automatically using the `MERGE_GATEWAY_API_KEY` environment variable.
5
+ Access 171 Merge Gateway models through Mastra's model router. Authentication is handled automatically using the `MERGE_GATEWAY_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Merge Gateway documentation](https://docs.merge.dev/merge-gateway).
8
8
 
@@ -164,6 +164,8 @@ for await (const chunk of stream) {
164
164
  | `merge-gateway/qwen/qwen3-max` | 262K | | | | | | $0.36 | $1 |
165
165
  | `merge-gateway/qwen/qwen3-next-80b-a3b-instruct` | 131K | | | | | | $0.14 | $0.57 |
166
166
  | `merge-gateway/qwen/qwen3-next-80b-a3b-thinking` | 131K | | | | | | $0.15 | $1 |
167
+ | `merge-gateway/qwen/qwen3-vl-235b-a22b-instruct` | 131K | | | | | | $0.29 | $1 |
168
+ | `merge-gateway/qwen/qwen3-vl-235b-a22b-thinking` | 131K | | | | | | $0.29 | $3 |
167
169
  | `merge-gateway/qwen/qwen3-vl-plus` | 262K | | | | | | $0.14 | $1 |
168
170
  | `merge-gateway/qwen/qwen3.5-122b-a10b` | 256K | | | | | | $0.12 | $0.92 |
169
171
  | `merge-gateway/qwen/qwen3.5-27b` | 256K | | | | | | $0.09 | $0.69 |