@mastra/mcp-docs-server 1.2.13-alpha.9 → 1.2.13

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 (133) hide show
  1. package/.docs/docs/agents/overview.md +1 -1
  2. package/.docs/docs/agents/supervisor-agents.md +2 -2
  3. package/.docs/docs/agents/using-tools.md +29 -0
  4. package/.docs/docs/capabilities/channels/imessage.md +181 -0
  5. package/.docs/docs/capabilities/channels/overview.md +1 -0
  6. package/.docs/docs/{evals/datasets → datasets}/overview.md +3 -3
  7. package/.docs/docs/{evals/datasets → datasets}/running-experiments.md +59 -2
  8. package/.docs/docs/editor/overview.md +201 -206
  9. package/.docs/docs/evals/evals-with-memory.md +1 -1
  10. package/.docs/docs/getting-started/develop.md +196 -0
  11. package/.docs/docs/index.md +78 -1
  12. package/.docs/docs/mastra-platform/workspaces.md +13 -13
  13. package/.docs/docs/memory/observational-memory.md +23 -0
  14. package/.docs/docs/studio/observability.md +4 -0
  15. package/.docs/docs/studio/overview.md +2 -2
  16. package/.docs/docs/workspace/search.md +1 -1
  17. package/.docs/guides/getting-started/quickstart.md +3 -3
  18. package/.docs/{docs → guides}/rag/chunking-and-embedding.md +1 -1
  19. package/.docs/{docs → guides}/rag/graph-rag.md +1 -1
  20. package/.docs/{docs → guides}/rag/overview.md +2 -2
  21. package/.docs/{docs → guides}/rag/retrieval.md +1 -1
  22. package/.docs/{docs → guides}/voice/overview.md +4 -4
  23. package/.docs/{docs → guides}/voice/realtime-voice.md +2 -2
  24. package/.docs/{docs → guides}/voice/speech-to-speech.md +1 -1
  25. package/.docs/{docs → guides}/voice/speech-to-text.md +1 -1
  26. package/.docs/{docs → guides}/voice/text-to-speech.md +2 -2
  27. package/.docs/models/embeddings.md +63 -65
  28. package/.docs/models/environment-variables.md +5 -1
  29. package/.docs/models/gateways/netlify.md +1 -2
  30. package/.docs/models/gateways/openrouter.md +3 -1
  31. package/.docs/models/gateways/vercel.md +6 -1
  32. package/.docs/models/index.md +1 -1
  33. package/.docs/models/providers/alibaba-cn.md +3 -1
  34. package/.docs/models/providers/alibaba-token-plan-cn.md +27 -25
  35. package/.docs/models/providers/alibaba-token-plan.md +27 -25
  36. package/.docs/models/providers/alibaba.md +2 -1
  37. package/.docs/models/providers/ambient.md +13 -12
  38. package/.docs/models/providers/baseten.md +3 -1
  39. package/.docs/models/providers/chutes.md +6 -8
  40. package/.docs/models/providers/crof.md +2 -1
  41. package/.docs/models/providers/crossmodel.md +4 -1
  42. package/.docs/models/providers/deepinfra.md +9 -2
  43. package/.docs/models/providers/digitalocean.md +34 -27
  44. package/.docs/models/providers/empiriolabs.md +4 -1
  45. package/.docs/models/providers/fireworks-ai.md +20 -19
  46. package/.docs/models/providers/greenpt.md +17 -8
  47. package/.docs/models/providers/groq.md +20 -20
  48. package/.docs/models/providers/huggingface.md +3 -1
  49. package/.docs/models/providers/hyper.md +9 -7
  50. package/.docs/models/providers/impossibl.md +148 -0
  51. package/.docs/models/providers/infomaniak.md +83 -0
  52. package/.docs/models/providers/kilo.md +349 -350
  53. package/.docs/models/providers/llmgateway.md +3 -1
  54. package/.docs/models/providers/mistral.md +5 -2
  55. package/.docs/models/providers/modal.md +5 -4
  56. package/.docs/models/providers/modelis.md +81 -0
  57. package/.docs/models/providers/nano-gpt.md +146 -148
  58. package/.docs/models/providers/neuralwatt.md +2 -1
  59. package/.docs/models/providers/ofox.md +2 -2
  60. package/.docs/models/providers/ollama-cloud.md +23 -22
  61. package/.docs/models/providers/opencode-go.md +3 -2
  62. package/.docs/models/providers/requesty.md +54 -45
  63. package/.docs/models/providers/scx.md +74 -0
  64. package/.docs/models/providers/tensorx.md +97 -0
  65. package/.docs/models/providers/togetherai.md +2 -1
  66. package/.docs/models/providers/umans-ai-coding-plan.md +11 -9
  67. package/.docs/models/providers/umans-ai.md +11 -9
  68. package/.docs/models/providers/wandb.md +2 -2
  69. package/.docs/models/providers/zai-coding-plan.md +7 -7
  70. package/.docs/models/providers/zhipuai-coding-plan.md +9 -9
  71. package/.docs/models/providers.md +5 -1
  72. package/.docs/reference/agents/agent.md +1 -1
  73. package/.docs/reference/agents/generate.md +1 -1
  74. package/.docs/reference/agents/getVoice.md +1 -1
  75. package/.docs/{docs/getting-started → reference}/build-with-ai.md +5 -110
  76. package/.docs/reference/cli/create-mastra.md +2 -0
  77. package/.docs/reference/cli/mastra.md +66 -1
  78. package/.docs/reference/client-js/agents.md +1 -1
  79. package/.docs/reference/configuration.md +2 -2
  80. package/.docs/reference/core/getEditor.md +1 -1
  81. package/.docs/reference/core/getVector.md +2 -2
  82. package/.docs/reference/core/listVectors.md +2 -2
  83. package/.docs/reference/core/mastra-class.md +1 -1
  84. package/.docs/reference/datasets/startExperiment.md +6 -0
  85. package/.docs/reference/datasets/startExperimentAsync.md +4 -0
  86. package/.docs/reference/editor/browser-provider.md +2 -2
  87. package/.docs/reference/editor/filesystem-provider.md +1 -1
  88. package/.docs/reference/editor/mastra-editor.md +31 -18
  89. package/.docs/reference/editor/prompt-blocks.md +137 -0
  90. package/.docs/reference/editor/sandbox-provider.md +1 -1
  91. package/.docs/reference/editor/storage-browser-ref.md +3 -3
  92. package/.docs/reference/editor/storage-workspace-ref.md +3 -3
  93. package/.docs/reference/editor/tool-provider.md +44 -10
  94. package/.docs/reference/editor/tools.md +100 -0
  95. package/.docs/reference/editor/versioning.md +130 -0
  96. package/.docs/reference/evals/mastra-scorer.md +68 -8
  97. package/.docs/reference/file-based-agents/config.md +39 -1
  98. package/.docs/reference/index.md +3 -4
  99. package/.docs/reference/memory/observational-memory.md +3 -1
  100. package/.docs/reference/memory/serialized-memory-config.md +3 -3
  101. package/.docs/reference/observability/tracing/interfaces.md +3 -1
  102. package/.docs/reference/processors/token-limiter-processor.md +15 -1
  103. package/.docs/reference/project-structure.md +1 -1
  104. package/.docs/reference/rag/database-config.md +1 -1
  105. package/.docs/reference/storage/composite.md +2 -0
  106. package/.docs/reference/streaming/agents/stream.md +1 -1
  107. package/.docs/reference/voice/livekit.md +3 -3
  108. package/.docs/reference/workspace/platform-filesystem.md +3 -3
  109. package/.docs/reference/workspace/platform-sandbox.md +5 -5
  110. package/CHANGELOG.md +23 -0
  111. package/README.md +1 -1
  112. package/package.json +6 -6
  113. package/.docs/docs/agent-builder/access-control.md +0 -99
  114. package/.docs/docs/agent-builder/browser.md +0 -63
  115. package/.docs/docs/agent-builder/channels.md +0 -78
  116. package/.docs/docs/agent-builder/configuration.md +0 -132
  117. package/.docs/docs/agent-builder/deploying.md +0 -124
  118. package/.docs/docs/agent-builder/integrations.md +0 -115
  119. package/.docs/docs/agent-builder/memory.md +0 -69
  120. package/.docs/docs/agent-builder/model-policy.md +0 -50
  121. package/.docs/docs/agent-builder/overview.md +0 -114
  122. package/.docs/docs/agent-builder/skill-registries.md +0 -31
  123. package/.docs/docs/agent-builder/workspace.md +0 -62
  124. package/.docs/docs/editor/prompts.md +0 -140
  125. package/.docs/docs/editor/tools.md +0 -148
  126. package/.docs/docs/getting-started/file-based-agents.md +0 -121
  127. package/.docs/docs/what-is-mastra.md +0 -161
  128. package/.docs/reference/client-js/agent-builder.md +0 -163
  129. package/.docs/reference/editor/agent-builder/agent-builder-options.md +0 -76
  130. package/.docs/reference/editor/agent-builder/builder-agent-defaults.md +0 -79
  131. package/.docs/reference/editor/agent-builder/builder-models.md +0 -66
  132. /package/.docs/{docs → guides}/getting-started/manual-install.md +0 -0
  133. /package/.docs/{docs → guides}/rag/vector-databases.md +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Neuralwatt logo](https://models.dev/logos/neuralwatt.svg)Neuralwatt
4
4
 
5
- Access 20 Neuralwatt models through Mastra's model router. Authentication is handled automatically using the `NEURALWATT_API_KEY` environment variable.
5
+ Access 21 Neuralwatt models through Mastra's model router. Authentication is handled automatically using the `NEURALWATT_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Neuralwatt documentation](https://portal.neuralwatt.com/docs).
8
8
 
@@ -49,6 +49,7 @@ for await (const chunk of stream) {
49
49
  | `neuralwatt/kimi-k2.6-fast` | 262K | | | | | | $0.69 | $3 |
50
50
  | `neuralwatt/kimi-k2.6-flex` | 262K | | | | | | $0.34 | $2 |
51
51
  | `neuralwatt/kimi-k2.7-code-flex` | 262K | | | | | | $0.47 | $2 |
52
+ | `neuralwatt/kimi-k3` | 1.0M | | | | | | $3 | $15 |
52
53
  | `neuralwatt/moonshotai/Kimi-K2.5` | 262K | | | | | | $0.52 | $3 |
53
54
  | `neuralwatt/moonshotai/Kimi-K2.6` | 262K | | | | | | $0.69 | $3 |
54
55
  | `neuralwatt/moonshotai/Kimi-K2.7-Code` | 262K | | | | | | $0.95 | $4 |
@@ -44,9 +44,9 @@ for await (const chunk of stream) {
44
44
  | `ofox/google/gemini-3.1-pro-preview` | 1.0M | | | | | | $2 | $12 |
45
45
  | `ofox/moonshotai/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
46
46
  | `ofox/openai/gpt-5.5` | 1.1M | | | | | | $5 | $30 |
47
- | `ofox/openai/gpt-5.6-luna` | 1.1M | | | | | | $1 | $6 |
47
+ | `ofox/openai/gpt-5.6-luna` | 1.1M | | | | | | $0.20 | $1 |
48
48
  | `ofox/openai/gpt-5.6-sol` | 1.1M | | | | | | $5 | $30 |
49
- | `ofox/openai/gpt-5.6-terra` | 1.1M | | | | | | $3 | $15 |
49
+ | `ofox/openai/gpt-5.6-terra` | 1.1M | | | | | | $2 | $12 |
50
50
  | `ofox/x-ai/grok-4.3` | 1.0M | | | | | | $1 | $3 |
51
51
  | `ofox/z-ai/glm-5.2` | 1.0M | | | | | | $1 | $4 |
52
52
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Ollama Cloud logo](https://models.dev/logos/ollama-cloud.svg)Ollama Cloud
4
4
 
5
- Access 19 Ollama Cloud models through Mastra's model router. Authentication is handled automatically using the `OLLAMA_API_KEY` environment variable.
5
+ Access 20 Ollama Cloud models through Mastra's model router. Authentication is handled automatically using the `OLLAMA_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Ollama Cloud documentation](https://docs.ollama.com/cloud).
8
8
 
@@ -34,27 +34,28 @@ 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
- | `ollama-cloud/deepseek-v4-flash` | 1.0M | | | | | | — | — |
40
- | `ollama-cloud/deepseek-v4-pro` | 1.0M | | | | | | — | — |
41
- | `ollama-cloud/gemma4:31b` | 262K | | | | | | — | — |
42
- | `ollama-cloud/glm-5.1` | 203K | | | | | | — | — |
43
- | `ollama-cloud/glm-5.2` | 976K | | | | | | — | — |
44
- | `ollama-cloud/gpt-oss:120b` | 131K | | | | | | — | — |
45
- | `ollama-cloud/gpt-oss:20b` | 131K | | | | | | — | — |
46
- | `ollama-cloud/kimi-k2.5` | 262K | | | | | | — | — |
47
- | `ollama-cloud/kimi-k2.6` | 262K | | | | | | — | — |
48
- | `ollama-cloud/kimi-k2.7-code` | 262K | | | | | | — | — |
49
- | `ollama-cloud/kimi-k3` | 1.0M | | | | | | — | — |
50
- | `ollama-cloud/minimax-m2.5` | 205K | | | | | | — | — |
51
- | `ollama-cloud/minimax-m2.7` | 197K | | | | | | — | — |
52
- | `ollama-cloud/minimax-m3` | 512K | | | | | | — | — |
53
- | `ollama-cloud/mistral-large-3:675b` | 262K | | | | | | — | — |
54
- | `ollama-cloud/nemotron-3-nano:30b` | 1.0M | | | | | | — | — |
55
- | `ollama-cloud/nemotron-3-super` | 262K | | | | | | — | — |
56
- | `ollama-cloud/nemotron-3-ultra` | 262K | | | | | | — | — |
57
- | `ollama-cloud/qwen3.5:397b` | 262K | | | | | | — | — |
37
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
+ | ------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
+ | `ollama-cloud/deepseek-v4-flash` | 1.0M | | | | | | — | — |
40
+ | `ollama-cloud/deepseek-v4-flash:0731` | 1.0M | | | | | | — | — |
41
+ | `ollama-cloud/deepseek-v4-pro` | 1.0M | | | | | | — | — |
42
+ | `ollama-cloud/gemma4:31b` | 262K | | | | | | — | — |
43
+ | `ollama-cloud/glm-5.1` | 203K | | | | | | — | — |
44
+ | `ollama-cloud/glm-5.2` | 976K | | | | | | — | — |
45
+ | `ollama-cloud/gpt-oss:120b` | 131K | | | | | | — | — |
46
+ | `ollama-cloud/gpt-oss:20b` | 131K | | | | | | — | — |
47
+ | `ollama-cloud/kimi-k2.5` | 262K | | | | | | — | — |
48
+ | `ollama-cloud/kimi-k2.6` | 262K | | | | | | — | — |
49
+ | `ollama-cloud/kimi-k2.7-code` | 262K | | | | | | — | — |
50
+ | `ollama-cloud/kimi-k3` | 1.0M | | | | | | — | — |
51
+ | `ollama-cloud/minimax-m2.5` | 205K | | | | | | — | — |
52
+ | `ollama-cloud/minimax-m2.7` | 197K | | | | | | — | — |
53
+ | `ollama-cloud/minimax-m3` | 512K | | | | | | — | — |
54
+ | `ollama-cloud/mistral-large-3:675b` | 262K | | | | | | — | — |
55
+ | `ollama-cloud/nemotron-3-nano:30b` | 1.0M | | | | | | — | — |
56
+ | `ollama-cloud/nemotron-3-super` | 262K | | | | | | — | — |
57
+ | `ollama-cloud/nemotron-3-ultra` | 262K | | | | | | — | — |
58
+ | `ollama-cloud/qwen3.5:397b` | 262K | | | | | | — | — |
58
59
 
59
60
  ## Advanced configuration
60
61
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![OpenCode Go logo](https://models.dev/logos/opencode-go.svg)OpenCode Go
4
4
 
5
- Access 23 OpenCode Go models through Mastra's model router. Authentication is handled automatically using the `OPENCODE_API_KEY` environment variable.
5
+ Access 24 OpenCode Go models through Mastra's model router. Authentication is handled automatically using the `OPENCODE_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [OpenCode Go documentation](https://opencode.ai/docs/zen).
8
8
 
@@ -53,6 +53,7 @@ for await (const chunk of stream) {
53
53
  | `opencode-go/qwen3.6-plus` | 1.0M | | | | | | $0.50 | $3 |
54
54
  | `opencode-go/qwen3.7-max` | 1.0M | | | | | | $3 | $8 |
55
55
  | `opencode-go/qwen3.7-plus` | 1.0M | | | | | | $0.40 | $2 |
56
+ | `opencode-go/qwen3.8-max` | 1.0M | | | | | | $2 | $6 |
56
57
 
57
58
  ## Advanced configuration
58
59
 
@@ -82,7 +83,7 @@ const agent = new Agent({
82
83
  model: ({ requestContext }) => {
83
84
  const useAdvanced = requestContext.task === "complex";
84
85
  return useAdvanced
85
- ? "opencode-go/qwen3.7-plus"
86
+ ? "opencode-go/qwen3.8-max"
86
87
  : "opencode-go/deepseek-v4-flash";
87
88
  }
88
89
  });
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Requesty logo](https://models.dev/logos/requesty.svg)Requesty
4
4
 
5
- Access 38 Requesty models through Mastra's model router. Authentication is handled automatically using the `REQUESTY_API_KEY` environment variable.
5
+ Access 47 Requesty models through Mastra's model router. Authentication is handled automatically using the `REQUESTY_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Requesty documentation](https://requesty.ai/solution/llm-routing/models).
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: "requesty/anthropic/claude-3-7-sonnet"
20
+ model: "requesty/claude-fable-5"
21
21
  });
22
22
 
23
23
  // Generate a response
@@ -34,46 +34,55 @@ 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
- | `requesty/anthropic/claude-3-7-sonnet` | 200K | | | | | | $3 | $15 |
40
- | `requesty/anthropic/claude-haiku-4-5` | 200K | | | | | | $1 | $5 |
41
- | `requesty/anthropic/claude-opus-4` | 200K | | | | | | $15 | $75 |
42
- | `requesty/anthropic/claude-opus-4-1` | 200K | | | | | | $15 | $75 |
43
- | `requesty/anthropic/claude-opus-4-5` | 200K | | | | | | $5 | $25 |
44
- | `requesty/anthropic/claude-opus-4-6` | 1.0M | | | | | | $5 | $25 |
45
- | `requesty/anthropic/claude-sonnet-4` | 200K | | | | | | $3 | $15 |
46
- | `requesty/anthropic/claude-sonnet-4-5` | 1.0M | | | | | | $3 | $15 |
47
- | `requesty/anthropic/claude-sonnet-4-6` | 1.0M | | | | | | $3 | $15 |
48
- | `requesty/google/gemini-2.5-flash` | 1.0M | | | | | | $0.30 | $3 |
49
- | `requesty/google/gemini-2.5-pro` | 1.0M | | | | | | $1 | $10 |
50
- | `requesty/google/gemini-3-flash-preview` | 1.0M | | | | | | $0.50 | $3 |
51
- | `requesty/google/gemini-3-pro-preview` | 1.0M | | | | | | $2 | $12 |
52
- | `requesty/openai/gpt-4.1` | 1.0M | | | | | | $2 | $8 |
53
- | `requesty/openai/gpt-4.1-mini` | 1.0M | | | | | | $0.40 | $2 |
54
- | `requesty/openai/gpt-4o-mini` | 128K | | | | | | $0.15 | $0.60 |
55
- | `requesty/openai/gpt-5` | 400K | | | | | | $1 | $10 |
56
- | `requesty/openai/gpt-5-chat` | 400K | | | | | | $1 | $10 |
57
- | `requesty/openai/gpt-5-codex` | 400K | | | | | | $1 | $10 |
58
- | `requesty/openai/gpt-5-image` | 400K | | | | | | $5 | $10 |
59
- | `requesty/openai/gpt-5-mini` | 128K | | | | | | $0.25 | $2 |
60
- | `requesty/openai/gpt-5-nano` | 16K | | | | | | $0.05 | $0.40 |
61
- | `requesty/openai/gpt-5-pro` | 400K | | | | | | $15 | $120 |
62
- | `requesty/openai/gpt-5.1` | 400K | | | | | | $1 | $10 |
63
- | `requesty/openai/gpt-5.1-chat` | 128K | | | | | | $1 | $10 |
64
- | `requesty/openai/gpt-5.1-codex` | 400K | | | | | | $1 | $10 |
65
- | `requesty/openai/gpt-5.1-codex-max` | 400K | | | | | | $1 | $9 |
66
- | `requesty/openai/gpt-5.1-codex-mini` | 400K | | | | | | $0.25 | $2 |
67
- | `requesty/openai/gpt-5.2` | 400K | | | | | | $2 | $14 |
68
- | `requesty/openai/gpt-5.2-chat` | 128K | | | | | | $2 | $14 |
69
- | `requesty/openai/gpt-5.2-codex` | 400K | | | | | | $2 | $14 |
70
- | `requesty/openai/gpt-5.2-pro` | 400K | | | | | | $21 | $168 |
71
- | `requesty/openai/gpt-5.3-codex` | 400K | | | | | | $2 | $14 |
72
- | `requesty/openai/gpt-5.4` | 1.1M | | | | | | $3 | $15 |
73
- | `requesty/openai/gpt-5.4-pro` | 1.1M | | | | | | $30 | $180 |
74
- | `requesty/openai/o4-mini` | 200K | | | | | | $1 | $4 |
75
- | `requesty/xai/grok-4` | 256K | | | | | | $3 | $15 |
76
- | `requesty/xai/grok-4-fast` | 2.0M | | | | | | $0.20 | $0.50 |
37
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
+ | ------------------------------------ | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
+ | `requesty/claude-fable-5` | 1.0M | | | | | | $10 | $50 |
40
+ | `requesty/claude-haiku-4-5` | 200K | | | | | | $1 | $5 |
41
+ | `requesty/claude-haiku-4-5@eu` | 200K | | | | | | $1 | $6 |
42
+ | `requesty/claude-opus-4-1` | 200K | | | | | | $15 | $75 |
43
+ | `requesty/claude-opus-4-5` | 200K | | | | | | $5 | $25 |
44
+ | `requesty/claude-opus-4-5@eu` | 200K | | | | | | $6 | $28 |
45
+ | `requesty/claude-opus-4-6` | 1.0M | | | | | | $5 | $25 |
46
+ | `requesty/claude-opus-4-6@eu` | 1.0M | | | | | | $6 | $28 |
47
+ | `requesty/claude-opus-4-7` | 1.0M | | | | | | $5 | $25 |
48
+ | `requesty/claude-opus-4-7@eu` | 1.0M | | | | | | $6 | $28 |
49
+ | `requesty/claude-opus-4-8` | 1.0M | | | | | | $5 | $25 |
50
+ | `requesty/claude-opus-4-8@eu` | 1.0M | | | | | | $6 | $28 |
51
+ | `requesty/claude-opus-5` | 1.0M | | | | | | $5 | $25 |
52
+ | `requesty/claude-opus-5@eu` | 1.0M | | | | | | $6 | $28 |
53
+ | `requesty/claude-sonnet-4-5` | 1.0M | | | | | | $3 | $15 |
54
+ | `requesty/claude-sonnet-4-5@eu` | 1.0M | | | | | | $3 | $17 |
55
+ | `requesty/claude-sonnet-4-6` | 1.0M | | | | | | $3 | $15 |
56
+ | `requesty/claude-sonnet-4-6@eu` | 1.0M | | | | | | $3 | $17 |
57
+ | `requesty/claude-sonnet-4@eu` | 1.0M | | | | | | $3 | $15 |
58
+ | `requesty/claude-sonnet-5` | 1.0M | | | | | | $2 | $10 |
59
+ | `requesty/claude-sonnet-5@eu` | 1.0M | | | | | | $2 | $11 |
60
+ | `requesty/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.14 | $0.28 |
61
+ | `requesty/deepseek-v4-flash-0731@eu` | 1.0M | | | | | | $0.14 | $0.28 |
62
+ | `requesty/gemini-2.5-flash@eu` | 1.0M | | | | | | $0.30 | $3 |
63
+ | `requesty/gemini-3.1-flash-lite@eu` | 1.0M | | | | | | $0.25 | $2 |
64
+ | `requesty/gemini-3.5-flash-lite` | 1.0M | | | | | | $0.30 | $3 |
65
+ | `requesty/gemini-3.5-flash@eu` | 1.0M | | | | | | $2 | $9 |
66
+ | `requesty/gemini-3.6-flash` | 1.0M | | | | | | $2 | $7 |
67
+ | `requesty/glm-5.2` | 1.0M | | | | | | $1 | $4 |
68
+ | `requesty/glm-5.2@eu` | 1.0M | | | | | | $1 | $4 |
69
+ | `requesty/gpt-4.1-mini@eu` | 1.0M | | | | | | $0.44 | $2 |
70
+ | `requesty/gpt-4.1-nano@eu` | 1.0M | | | | | | $0.11 | $0.44 |
71
+ | `requesty/gpt-4.1@eu` | 1.0M | | | | | | $2 | $9 |
72
+ | `requesty/gpt-4o-mini@eu` | 128K | | | | | | $0.17 | $0.66 |
73
+ | `requesty/gpt-5-mini@eu` | 200K | | | | | | $0.28 | $2 |
74
+ | `requesty/gpt-5-nano@eu` | 200K | | | | | | $0.06 | $0.44 |
75
+ | `requesty/gpt-5.1@eu` | 400K | | | | | | $1 | $11 |
76
+ | `requesty/gpt-5.4@eu` | 1.1M | | | | | | $3 | $15 |
77
+ | `requesty/gpt-5.5@eu` | 1.1M | | | | | | $5 | $30 |
78
+ | `requesty/gpt-5.6-luna@eu` | 1.1M | | | | | | $1 | $7 |
79
+ | `requesty/gpt-5.6-sol@eu` | 1.1M | | | | | | $6 | $33 |
80
+ | `requesty/gpt-5.6-terra@eu` | 1.1M | | | | | | $3 | $17 |
81
+ | `requesty/gpt-5@eu` | 400K | | | | | | $1 | $11 |
82
+ | `requesty/grok-4.5` | 500K | | | | | | $2 | $6 |
83
+ | `requesty/kimi-k3` | 1.0M | | | | | | $2 | $11 |
84
+ | `requesty/kimi-k3@eu` | 1.0M | | | | | | $2 | $11 |
85
+ | `requesty/o4-mini@eu` | 200K | | | | | | $1 | $5 |
77
86
 
78
87
  ## Advanced configuration
79
88
 
@@ -85,7 +94,7 @@ const agent = new Agent({
85
94
  name: "custom-agent",
86
95
  model: {
87
96
  url: "https://router.requesty.ai/v1",
88
- id: "requesty/anthropic/claude-3-7-sonnet",
97
+ id: "requesty/claude-fable-5",
89
98
  apiKey: process.env.REQUESTY_API_KEY,
90
99
  headers: {
91
100
  "X-Custom-Header": "value"
@@ -103,8 +112,8 @@ const agent = new Agent({
103
112
  model: ({ requestContext }) => {
104
113
  const useAdvanced = requestContext.task === "complex";
105
114
  return useAdvanced
106
- ? "requesty/xai/grok-4-fast"
107
- : "requesty/anthropic/claude-3-7-sonnet";
115
+ ? "requesty/o4-mini@eu"
116
+ : "requesty/claude-fable-5";
108
117
  }
109
118
  });
110
119
  ```
@@ -0,0 +1,74 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
3
+ # ![SCX.ai logo](https://models.dev/logos/scx.svg)SCX.ai
4
+
5
+ Access 2 SCX.ai models through Mastra's model router. Authentication is handled automatically using the `SCX_API_KEY` environment variable.
6
+
7
+ Learn more in the [SCX.ai documentation](https://platform.scx.ai/docs).
8
+
9
+ ```bash
10
+ SCX_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: "scx/MiniMax-M2.7"
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
+ > **Info:** Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-specific features may not be available. Check the [SCX.ai documentation](https://platform.scx.ai/docs) for details.
34
+
35
+ ## Models
36
+
37
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
+ | ------------------ | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
+ | `scx/gpt-oss-120b` | 131K | | | | | | $0.17 | $0.55 |
40
+ | `scx/MiniMax-M2.7` | 192K | | | | | | $0.48 | $2 |
41
+
42
+ ## Advanced configuration
43
+
44
+ ### Custom headers
45
+
46
+ ```typescript
47
+ const agent = new Agent({
48
+ id: "custom-agent",
49
+ name: "custom-agent",
50
+ model: {
51
+ url: "https://api.scx.ai/v1",
52
+ id: "scx/MiniMax-M2.7",
53
+ apiKey: process.env.SCX_API_KEY,
54
+ headers: {
55
+ "X-Custom-Header": "value"
56
+ }
57
+ }
58
+ });
59
+ ```
60
+
61
+ ### Dynamic model selection
62
+
63
+ ```typescript
64
+ const agent = new Agent({
65
+ id: "dynamic-agent",
66
+ name: "Dynamic Agent",
67
+ model: ({ requestContext }) => {
68
+ const useAdvanced = requestContext.task === "complex";
69
+ return useAdvanced
70
+ ? "scx/gpt-oss-120b"
71
+ : "scx/MiniMax-M2.7";
72
+ }
73
+ });
74
+ ```
@@ -0,0 +1,97 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
3
+ # ![TensorX logo](https://models.dev/logos/tensorx.svg)TensorX
4
+
5
+ Access 25 TensorX models through Mastra's model router. Authentication is handled automatically using the `TENSORX_API_KEY` environment variable.
6
+
7
+ Learn more in the [TensorX documentation](https://docs.tensorx.ai/).
8
+
9
+ ```bash
10
+ TENSORX_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: "tensorx/deepseek/deepseek-chat-v3.1"
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
+ > **Info:** Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-specific features may not be available. Check the [TensorX documentation](https://docs.tensorx.ai/) for details.
34
+
35
+ ## Models
36
+
37
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
+ | ------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
+ | `tensorx/deepseek/deepseek-chat-v3.1` | 164K | | | | | | $0.20 | $0.80 |
40
+ | `tensorx/deepseek/deepseek-r1-0528` | 164K | | | | | | $0.66 | $3 |
41
+ | `tensorx/deepseek/deepseek-v3.2` | 164K | | | | | | $0.30 | $0.50 |
42
+ | `tensorx/deepseek/deepseek-v4-flash` | 1.0M | | | | | | $0.15 | $0.30 |
43
+ | `tensorx/deepseek/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.25 | $0.30 |
44
+ | `tensorx/deepseek/deepseek-v4-pro` | 1.0M | | | | | | $2 | $4 |
45
+ | `tensorx/minimax/minimax-m2.5` | 197K | | | | | | $0.30 | $1 |
46
+ | `tensorx/minimax/minimax-m3` | 1.0M | | | | | | $0.40 | $2 |
47
+ | `tensorx/moonshotai/kimi-k2.5` | 262K | | | | | | $0.50 | $3 |
48
+ | `tensorx/moonshotai/kimi-k2.6` | 262K | | | | | | $1 | $4 |
49
+ | `tensorx/moonshotai/kimi-k2.7-code` | 262K | | | | | | $1 | $5 |
50
+ | `tensorx/moonshotai/kimi-k3` | 1.0M | | | | | | $3 | $15 |
51
+ | `tensorx/nvidia/nemotron-3-super-120b-a12b` | 262K | | | | | | $0.30 | $0.90 |
52
+ | `tensorx/openai/gpt-oss-120b` | 131K | | | | | | $0.04 | $0.20 |
53
+ | `tensorx/qwen/qwen3-235b-a22b-2507` | 131K | | | | | | $0.07 | $0.46 |
54
+ | `tensorx/qwen/qwen3-coder-30b-a3b-instruct` | 262K | | | | | | $0.06 | $0.25 |
55
+ | `tensorx/qwen/qwen3-vl-235b-a22b-instruct` | 131K | | | | | | $0.21 | $2 |
56
+ | `tensorx/qwen/qwen3.5-122b-a10b` | 262K | | | | | | $0.50 | $4 |
57
+ | `tensorx/qwen/qwen3.5-9b` | 262K | | | | | | $0.15 | $0.20 |
58
+ | `tensorx/z-ai/glm-4.7` | 200K | | | | | | $0.60 | $2 |
59
+ | `tensorx/z-ai/glm-5` | 203K | | | | | | $1 | $3 |
60
+ | `tensorx/z-ai/glm-5-turbo` | 203K | | | | | | $1 | $4 |
61
+ | `tensorx/z-ai/glm-5.1` | 203K | | | | | | $1 | $4 |
62
+ | `tensorx/z-ai/glm-5.2` | 1.0M | | | | | | $2 | $5 |
63
+ | `tensorx/z-ai/glm-5v-turbo` | 203K | | | | | | $1 | $4 |
64
+
65
+ ## Advanced configuration
66
+
67
+ ### Custom headers
68
+
69
+ ```typescript
70
+ const agent = new Agent({
71
+ id: "custom-agent",
72
+ name: "custom-agent",
73
+ model: {
74
+ url: "https://api.tensorx.ai/v1",
75
+ id: "tensorx/deepseek/deepseek-chat-v3.1",
76
+ apiKey: process.env.TENSORX_API_KEY,
77
+ headers: {
78
+ "X-Custom-Header": "value"
79
+ }
80
+ }
81
+ });
82
+ ```
83
+
84
+ ### Dynamic model selection
85
+
86
+ ```typescript
87
+ const agent = new Agent({
88
+ id: "dynamic-agent",
89
+ name: "Dynamic Agent",
90
+ model: ({ requestContext }) => {
91
+ const useAdvanced = requestContext.task === "complex";
92
+ return useAdvanced
93
+ ? "tensorx/z-ai/glm-5v-turbo"
94
+ : "tensorx/deepseek/deepseek-chat-v3.1";
95
+ }
96
+ });
97
+ ```
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Together AI logo](https://models.dev/logos/togetherai.svg)Together AI
4
4
 
5
- Access 34 Together AI models through Mastra's model router. Authentication is handled automatically using the `TOGETHER_API_KEY` environment variable.
5
+ Access 35 Together AI models through Mastra's model router. Authentication is handled automatically using the `TOGETHER_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Together AI documentation](https://docs.together.ai/docs/serverless-models).
8
8
 
@@ -35,6 +35,7 @@ for await (const chunk of stream) {
35
35
  | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
36
36
  | ----------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
37
  | `togetherai/deepcogito/cogito-v2-1-671b` | 164K | | | | | | $1 | $1 |
38
+ | `togetherai/deepseek-ai/DeepSeek-V4-Flash-0731` | 1.0M | | | | | | $0.14 | $0.28 |
38
39
  | `togetherai/deepseek-ai/DeepSeek-V4-Pro` | 512K | | | | | | $2 | $3 |
39
40
  | `togetherai/google/gemma-3n-E4B-it` | 33K | | | | | | $0.06 | $0.12 |
40
41
  | `togetherai/google/gemma-4-31B-it` | 262K | | | | | | $0.39 | $0.97 |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Umans AI Coding Plan logo](https://models.dev/logos/umans-ai-coding-plan.svg)Umans AI Coding Plan
4
4
 
5
- Access 6 Umans AI Coding Plan models through Mastra's model router. Authentication is handled automatically using the `UMANS_AI_CODING_PLAN_API_KEY` environment variable.
5
+ Access 8 Umans AI Coding Plan models through Mastra's model router. Authentication is handled automatically using the `UMANS_AI_CODING_PLAN_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Umans AI Coding Plan documentation](https://app.umans.ai/offers/code/docs).
8
8
 
@@ -34,14 +34,16 @@ 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
- | `umans-ai-coding-plan/umans-coder` | 262K | | | | | | — | — |
40
- | `umans-ai-coding-plan/umans-flash` | 262K | | | | | | — | — |
41
- | `umans-ai-coding-plan/umans-glm-5.1` | 205K | | | | | | — | — |
42
- | `umans-ai-coding-plan/umans-glm-5.2` | 406K | | | | | | — | — |
43
- | `umans-ai-coding-plan/umans-kimi-k2.7` | 262K | | | | | | — | — |
44
- | `umans-ai-coding-plan/umans-qwen3.6-35b-a3b` | 262K | | | | | | — | — |
37
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
+ | --------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
+ | `umans-ai-coding-plan/umans-coder` | 262K | | | | | | — | — |
40
+ | `umans-ai-coding-plan/umans-deepseek-v4-flash-0731` | 1.0M | | | | | | — | — |
41
+ | `umans-ai-coding-plan/umans-flash` | 262K | | | | | | — | — |
42
+ | `umans-ai-coding-plan/umans-glm-5.1` | 205K | | | | | | — | — |
43
+ | `umans-ai-coding-plan/umans-glm-5.2` | 406K | | | | | | — | — |
44
+ | `umans-ai-coding-plan/umans-kimi-k2.7` | 262K | | | | | | — | — |
45
+ | `umans-ai-coding-plan/umans-kimi-k3` | 1.0M | | | | | | — | — |
46
+ | `umans-ai-coding-plan/umans-qwen3.6-35b-a3b` | 262K | | | | | | — | — |
45
47
 
46
48
  ## Advanced configuration
47
49
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Umans AI logo](https://models.dev/logos/umans-ai.svg)Umans AI
4
4
 
5
- Access 5 Umans AI models through Mastra's model router. Authentication is handled automatically using the `UMANS_AI_API_KEY` environment variable.
5
+ Access 7 Umans AI models through Mastra's model router. Authentication is handled automatically using the `UMANS_AI_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Umans AI documentation](https://app.umans.ai/offers/code/docs/orgs).
8
8
 
@@ -34,13 +34,15 @@ 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
- | `umans-ai/umans-coder` | 262K | | | | | | $0.95 | $4 |
40
- | `umans-ai/umans-flash` | 262K | | | | | | $0.15 | $1 |
41
- | `umans-ai/umans-glm-5.1` | 205K | | | | | | $1 | $4 |
42
- | `umans-ai/umans-glm-5.2` | 406K | | | | | | $1 | $4 |
43
- | `umans-ai/umans-kimi-k2.7` | 262K | | | | | | $0.95 | $4 |
37
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
+ | --------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
+ | `umans-ai/umans-coder` | 262K | | | | | | $0.95 | $4 |
40
+ | `umans-ai/umans-deepseek-v4-flash-0731` | 1.0M | | | | | | $0.14 | $0.28 |
41
+ | `umans-ai/umans-flash` | 262K | | | | | | $0.15 | $1 |
42
+ | `umans-ai/umans-glm-5.1` | 205K | | | | | | $1 | $4 |
43
+ | `umans-ai/umans-glm-5.2` | 406K | | | | | | $1 | $4 |
44
+ | `umans-ai/umans-kimi-k2.7` | 262K | | | | | | $0.95 | $4 |
45
+ | `umans-ai/umans-kimi-k3` | 1.0M | | | | | | $3 | $15 |
44
46
 
45
47
  ## Advanced configuration
46
48
 
@@ -70,7 +72,7 @@ const agent = new Agent({
70
72
  model: ({ requestContext }) => {
71
73
  const useAdvanced = requestContext.task === "complex";
72
74
  return useAdvanced
73
- ? "umans-ai/umans-kimi-k2.7"
75
+ ? "umans-ai/umans-kimi-k3"
74
76
  : "umans-ai/umans-coder";
75
77
  }
76
78
  });
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Weights & Biases logo](https://models.dev/logos/wandb.svg)Weights & Biases
4
4
 
5
- Access 31 Weights & Biases models through Mastra's model router. Authentication is handled automatically using the `WANDB_API_KEY` environment variable.
5
+ Access 27 Weights & Biases models through Mastra's model router. Authentication is handled automatically using the `WANDB_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Weights & Biases documentation](https://docs.wandb.ai).
8
8
 
@@ -38,6 +38,7 @@ for await (const chunk of stream) {
38
38
  | ---------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
39
  | `wandb/deepseek-ai/DeepSeek-V3.1` | 161K | | | | | | $0.55 | $2 |
40
40
  | `wandb/deepseek-ai/DeepSeek-V4-Flash` | 1.0M | | | | | | $0.14 | $0.28 |
41
+ | `wandb/deepseek-ai/DeepSeek-V4-Flash-0731` | 262K | | | | | | $0.13 | $0.28 |
41
42
  | `wandb/deepseek-ai/DeepSeek-V4-Pro` | 1.0M | | | | | | $2 | $3 |
42
43
  | `wandb/google/gemma-4-31B-it` | 262K | | | | | | $0.10 | $0.34 |
43
44
  | `wandb/ibm-granite/granite-4.1-8b` | 131K | | | | | | $0.05 | $0.10 |
@@ -47,7 +48,6 @@ for await (const chunk of stream) {
47
48
  | `wandb/meta-llama/Llama-3.3-70B-Instruct` | 128K | | | | | | $0.71 | $0.71 |
48
49
  | `wandb/MiniMaxAI/MiniMax-M2.5` | 197K | | | | | | $0.30 | $1 |
49
50
  | `wandb/MiniMaxAI/MiniMax-M3` | 262K | | | | | | $0.23 | $0.96 |
50
- | `wandb/moonshotai/Kimi-K2.5` | 262K | | | | | | $0.60 | $3 |
51
51
  | `wandb/moonshotai/Kimi-K2.6` | 262K | | | | | | $0.65 | $3 |
52
52
  | `wandb/moonshotai/Kimi-K2.7-Code` | 262K | | | | | | $0.71 | $4 |
53
53
  | `wandb/moonshotai/Kimi-K3` | 1.0M | | | | | | $3 | $15 |
@@ -34,12 +34,12 @@ 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
- | `zai-coding-plan/glm-4.7` | 205K | | | | | | — | — |
40
- | `zai-coding-plan/glm-5-turbo` | 200K | | | | | | — | — |
41
- | `zai-coding-plan/glm-5.2` | 1.0M | | | | | | — | — |
42
- | `zai-coding-plan/glm-5.2-highspeed[1m]` | 1.0M | | | | | | — | — |
37
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
+ | ----------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
+ | `zai-coding-plan/glm-4.7` | 205K | | | | | | — | — |
40
+ | `zai-coding-plan/glm-5-turbo` | 200K | | | | | | — | — |
41
+ | `zai-coding-plan/glm-5.2` | 1.0M | | | | | | — | — |
42
+ | `zai-coding-plan/glm-5.2-highspeed` | 1.0M | | | | | | — | — |
43
43
 
44
44
  ## Advanced configuration
45
45
 
@@ -69,7 +69,7 @@ const agent = new Agent({
69
69
  model: ({ requestContext }) => {
70
70
  const useAdvanced = requestContext.task === "complex";
71
71
  return useAdvanced
72
- ? "zai-coding-plan/glm-5.2-highspeed[1m]"
72
+ ? "zai-coding-plan/glm-5.2-highspeed"
73
73
  : "zai-coding-plan/glm-4.7";
74
74
  }
75
75
  });