@mastra/mcp-docs-server 1.2.8-alpha.2 → 1.2.8-alpha.23
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.
- package/.docs/docs/agent-builder/integrations.md +1 -3
- package/.docs/docs/agents/overview.md +17 -13
- package/.docs/docs/agents/skills.md +1 -3
- package/.docs/docs/agents/structured-output.md +14 -7
- package/.docs/docs/agents/using-tools.md +66 -49
- package/.docs/docs/browser/agent-browser.md +1 -0
- package/.docs/docs/browser/firecrawl.md +129 -0
- package/.docs/docs/browser/overview.md +16 -2
- package/.docs/docs/capabilities/channels/slack.md +111 -1
- package/.docs/docs/deployment/mastra-server.md +35 -0
- package/.docs/docs/deployment/monorepo.md +2 -0
- package/.docs/docs/deployment/overview.md +6 -0
- package/.docs/docs/deployment/sandbox.md +277 -0
- package/.docs/docs/editor/overview.md +2 -6
- package/.docs/docs/editor/tools.md +2 -6
- package/.docs/docs/evals/multi-turn.md +178 -0
- package/.docs/docs/evals/overview.md +1 -0
- package/.docs/docs/evals/running-in-ci.md +3 -9
- package/.docs/docs/getting-started/build-with-ai.md +2 -6
- package/.docs/docs/getting-started/manual-install.md +1 -1
- package/.docs/docs/index.md +17 -13
- package/.docs/docs/long-running-agents/background-tasks.md +2 -2
- package/.docs/docs/long-running-agents/durable-agents.md +2 -1
- package/.docs/docs/long-running-agents/goals.md +3 -1
- package/.docs/docs/mastra-platform/database.md +12 -6
- package/.docs/docs/mastra-platform/deploy.md +14 -7
- package/.docs/docs/mastra-platform/environments.md +5 -4
- package/.docs/docs/mastra-platform/observability.md +4 -12
- package/.docs/docs/mastra-platform/overview.md +1 -1
- package/.docs/docs/mastra-platform/regions.md +73 -0
- package/.docs/docs/mastra-platform/workspace.md +111 -0
- package/.docs/docs/mcp/overview.md +1 -1
- package/.docs/docs/memory/observational-memory.md +77 -2
- package/.docs/docs/memory/overview.md +4 -0
- package/.docs/docs/observability/feedback.md +4 -0
- package/.docs/docs/observability/integrations/bridges/otel.md +1 -3
- package/.docs/docs/observability/integrations/exporters/otel.md +1 -3
- package/.docs/docs/server/auth/fga.md +40 -0
- package/.docs/docs/server/auth/simple-auth.md +1 -3
- package/.docs/docs/server/request-context.md +2 -0
- package/.docs/docs/studio/overview.md +2 -0
- package/.docs/docs/workflows/control-flow.md +1 -3
- package/.docs/docs/workspace/filesystem.md +1 -0
- package/.docs/docs/workspace/sandbox.md +1 -0
- package/.docs/guides/getting-started/quickstart.md +40 -25
- package/.docs/guides/index.md +1 -1
- package/.docs/guides/migrations/vnext-to-standard-apis.md +1 -3
- package/.docs/models/environment-variables.md +3 -0
- package/.docs/models/gateways/netlify.md +3 -1
- package/.docs/models/gateways/openrouter.md +343 -345
- package/.docs/models/gateways/vercel.md +8 -5
- package/.docs/models/index.md +1 -1
- package/.docs/models/providers/aki-io.md +78 -0
- package/.docs/models/providers/alibaba-token-plan-cn.md +22 -21
- package/.docs/models/providers/alibaba-token-plan.md +22 -21
- package/.docs/models/providers/ambient.md +12 -10
- package/.docs/models/providers/baseten.md +3 -2
- package/.docs/models/providers/cline-pass.md +82 -0
- package/.docs/models/providers/crossmodel.md +2 -1
- package/.docs/models/providers/deepinfra.md +4 -7
- package/.docs/models/providers/deepseek.md +3 -1
- package/.docs/models/providers/empiriolabs.md +2 -1
- package/.docs/models/providers/evroc.md +3 -2
- package/.docs/models/providers/google.md +6 -4
- package/.docs/models/providers/inferx.md +3 -3
- package/.docs/models/providers/kilo.md +1 -1
- package/.docs/models/providers/kimi-for-coding.md +10 -11
- package/.docs/models/providers/llmgateway.md +5 -8
- package/.docs/models/providers/moonshotai-cn.md +3 -2
- package/.docs/models/providers/moonshotai.md +3 -2
- package/.docs/models/providers/nebius.md +3 -1
- package/.docs/models/providers/novita-ai.md +3 -1
- package/.docs/models/providers/ollama-cloud.md +25 -42
- package/.docs/models/providers/opencode-go.md +5 -3
- package/.docs/models/providers/opencode.md +4 -2
- package/.docs/models/providers/orcarouter.md +1 -1
- package/.docs/models/providers/privatemode-ai.md +10 -10
- package/.docs/models/providers/thinkingmachines.md +73 -0
- package/.docs/models/providers/togetherai.md +2 -6
- package/.docs/models/providers/wandb.md +2 -1
- package/.docs/models/providers/zenmux.md +3 -1
- package/.docs/models/providers.md +3 -0
- package/.docs/reference/acp/acp-agent.md +2 -0
- package/.docs/reference/acp/create-acp-tool.md +28 -0
- package/.docs/reference/agent-controller/session.md +15 -0
- package/.docs/reference/agents/agent.md +13 -1
- package/.docs/reference/agents/durable-agent.md +23 -0
- package/.docs/reference/agents/generate.md +19 -1
- package/.docs/reference/browser/firecrawl-browser.md +71 -0
- package/.docs/reference/cli/create-mastra.md +118 -43
- package/.docs/reference/cli/mastra.md +47 -5
- package/.docs/reference/code-sdk/mount-agent-controller.md +4 -4
- package/.docs/reference/core/getMCPServer.md +1 -3
- package/.docs/reference/core/getMCPServerById.md +1 -3
- package/.docs/reference/core/getWorkflow.md +1 -3
- package/.docs/reference/core/listMCPServers.md +2 -6
- package/.docs/reference/datasets/addItem.md +1 -3
- package/.docs/reference/datasets/addItems.md +1 -3
- package/.docs/reference/datasets/compareExperiments.md +1 -3
- package/.docs/reference/datasets/create.md +1 -3
- package/.docs/reference/datasets/dataset.md +2 -6
- package/.docs/reference/datasets/datasets-manager.md +5 -15
- package/.docs/reference/datasets/delete.md +1 -3
- package/.docs/reference/datasets/deleteExperiment.md +1 -3
- package/.docs/reference/datasets/deleteItem.md +1 -3
- package/.docs/reference/datasets/deleteItems.md +1 -3
- package/.docs/reference/datasets/get.md +1 -3
- package/.docs/reference/datasets/getDetails.md +1 -3
- package/.docs/reference/datasets/getExperiment.md +1 -3
- package/.docs/reference/datasets/getItem.md +1 -3
- package/.docs/reference/datasets/getItemHistory.md +1 -3
- package/.docs/reference/datasets/list.md +1 -3
- package/.docs/reference/datasets/listExperimentResults.md +1 -3
- package/.docs/reference/datasets/listExperiments.md +1 -3
- package/.docs/reference/datasets/listItems.md +1 -3
- package/.docs/reference/datasets/listVersions.md +1 -3
- package/.docs/reference/datasets/startExperiment.md +1 -3
- package/.docs/reference/datasets/startExperimentAsync.md +1 -3
- package/.docs/reference/datasets/update.md +1 -3
- package/.docs/reference/datasets/updateItem.md +1 -3
- package/.docs/reference/editor/mastra-editor.md +1 -3
- package/.docs/reference/evals/context-recall.md +205 -0
- package/.docs/reference/evals/create-scorer.md +4 -10
- package/.docs/reference/evals/mastra-scorer.md +1 -3
- package/.docs/reference/evals/run-evals.md +94 -2
- package/.docs/reference/file-based-agents/tools.md +7 -6
- package/.docs/reference/index.md +5 -0
- package/.docs/reference/memory/observational-memory.md +21 -0
- package/.docs/reference/observability/tracing/exporters/posthog.md +39 -1
- package/.docs/reference/observability/tracing/processors/sensitive-data-filter.md +1 -3
- package/.docs/reference/processors/token-limiter-processor.md +1 -3
- package/.docs/reference/rag/database-config.md +12 -0
- package/.docs/reference/streaming/agents/stream.md +3 -1
- package/.docs/reference/templates/overview.md +6 -32
- package/.docs/reference/tools/create-tool.md +78 -52
- package/.docs/reference/tools/mcp-client.md +104 -24
- package/.docs/reference/tools/mcp-server.md +143 -44
- package/.docs/reference/tools/tavily.md +1 -1
- package/.docs/reference/tools/vector-query-tool.md +22 -0
- package/.docs/reference/vectors/mongodb.md +2 -0
- package/.docs/reference/vectors/turbopuffer.md +4 -0
- package/.docs/reference/voice/mistral.md +127 -0
- package/.docs/reference/workspace/daytona-sandbox.md +2 -6
- package/.docs/reference/workspace/platform-filesystem.md +182 -0
- package/.docs/reference/workspace/platform-sandbox.md +200 -0
- package/.docs/reference/workspace/railway-sandbox.md +37 -1
- package/CHANGELOG.md +78 -0
- package/dist/{chunk-GLPCVXXO.js → chunk-HGADBLKG.js} +2 -2
- package/dist/{chunk-GLPCVXXO.js.map → chunk-HGADBLKG.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/stdio.js +1 -1
- package/dist/tools/docs.d.ts.map +1 -1
- package/package.json +7 -7
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Kimi For Coding
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 3 Kimi For Coding models through Mastra's model router. Authentication is handled automatically using the `KIMI_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Kimi For Coding documentation](https://www.kimi.com/code/docs/en/third-party-tools/other-coding-agents.html).
|
|
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: "kimi-for-coding/
|
|
20
|
+
model: "kimi-for-coding/k3"
|
|
21
21
|
});
|
|
22
22
|
|
|
23
23
|
// Generate a response
|
|
@@ -34,12 +34,11 @@ for await (const chunk of stream) {
|
|
|
34
34
|
|
|
35
35
|
## Models
|
|
36
36
|
|
|
37
|
-
| Model
|
|
38
|
-
|
|
|
39
|
-
| `kimi-for-coding/
|
|
40
|
-
| `kimi-for-coding/
|
|
41
|
-
| `kimi-for-coding/
|
|
42
|
-
| `kimi-for-coding/kimi-k2-thinking` | 262K | | | | | | — | — |
|
|
37
|
+
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
|
+
| ------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `kimi-for-coding/k3` | 1.0M | | | | | | — | — |
|
|
40
|
+
| `kimi-for-coding/kimi-for-coding` | 262K | | | | | | — | — |
|
|
41
|
+
| `kimi-for-coding/kimi-for-coding-highspeed` | 262K | | | | | | — | — |
|
|
43
42
|
|
|
44
43
|
## Advanced configuration
|
|
45
44
|
|
|
@@ -51,7 +50,7 @@ const agent = new Agent({
|
|
|
51
50
|
name: "custom-agent",
|
|
52
51
|
model: {
|
|
53
52
|
url: "https://api.kimi.com/coding/v1",
|
|
54
|
-
id: "kimi-for-coding/
|
|
53
|
+
id: "kimi-for-coding/k3",
|
|
55
54
|
apiKey: process.env.KIMI_API_KEY,
|
|
56
55
|
headers: {
|
|
57
56
|
"X-Custom-Header": "value"
|
|
@@ -69,8 +68,8 @@ const agent = new Agent({
|
|
|
69
68
|
model: ({ requestContext }) => {
|
|
70
69
|
const useAdvanced = requestContext.task === "complex";
|
|
71
70
|
return useAdvanced
|
|
72
|
-
? "kimi-for-coding/kimi-
|
|
73
|
-
: "kimi-for-coding/
|
|
71
|
+
? "kimi-for-coding/kimi-for-coding-highspeed"
|
|
72
|
+
: "kimi-for-coding/k3";
|
|
74
73
|
}
|
|
75
74
|
});
|
|
76
75
|
```
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# LLM Gateway
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 173 LLM Gateway models through Mastra's model router. Authentication is handled automatically using the `LLMGATEWAY_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [LLM Gateway documentation](https://llmgateway.io/docs).
|
|
8
8
|
|
|
@@ -53,7 +53,6 @@ for await (const chunk of stream) {
|
|
|
53
53
|
| `llmgateway/claude-sonnet-5` | 1.0M | | | | | | $2 | $10 |
|
|
54
54
|
| `llmgateway/codestral-2508` | 256K | | | | | | $0.30 | $0.90 |
|
|
55
55
|
| `llmgateway/custom` | 128K | | | | | | — | — |
|
|
56
|
-
| `llmgateway/deepseek-v3.1` | 128K | | | | | | $0.56 | $2 |
|
|
57
56
|
| `llmgateway/deepseek-v3.2` | 164K | | | | | | $0.26 | $0.38 |
|
|
58
57
|
| `llmgateway/deepseek-v4-flash` | 1.1M | | | | | | $0.14 | $0.28 |
|
|
59
58
|
| `llmgateway/deepseek-v4-pro` | 1.1M | | | | | | $0.43 | $0.87 |
|
|
@@ -65,6 +64,8 @@ for await (const chunk of stream) {
|
|
|
65
64
|
| `llmgateway/gemini-3.1-flash-lite` | 1.0M | | | | | | $0.25 | $2 |
|
|
66
65
|
| `llmgateway/gemini-3.1-pro-preview` | 1.0M | | | | | | $2 | $12 |
|
|
67
66
|
| `llmgateway/gemini-3.5-flash` | 1.0M | | | | | | $2 | $9 |
|
|
67
|
+
| `llmgateway/gemini-3.5-flash-lite` | 1.0M | | | | | | $0.30 | $3 |
|
|
68
|
+
| `llmgateway/gemini-3.6-flash` | 1.0M | | | | | | $2 | $8 |
|
|
68
69
|
| `llmgateway/gemini-pro-latest` | 1.0M | | | | | | $2 | $12 |
|
|
69
70
|
| `llmgateway/gemma-4-26b-a4b-it` | 262K | | | | | | $0.07 | $0.34 |
|
|
70
71
|
| `llmgateway/gemma-4-31b-it` | 262K | | | | | | $0.13 | $0.38 |
|
|
@@ -134,8 +135,8 @@ for await (const chunk of stream) {
|
|
|
134
135
|
| `llmgateway/kimi-k2.6` | 262K | | | | | | $0.40 | $2 |
|
|
135
136
|
| `llmgateway/kimi-k2.7-code` | 262K | | | | | | $0.95 | $4 |
|
|
136
137
|
| `llmgateway/kimi-k2.7-code-highspeed` | 262K | | | | | | $2 | $8 |
|
|
138
|
+
| `llmgateway/kimi-k3` | 1.0M | | | | | | $3 | $15 |
|
|
137
139
|
| `llmgateway/llama-3-70b-instruct` | 8K | | | | | | $0.51 | $0.74 |
|
|
138
|
-
| `llmgateway/llama-3-8b-instruct` | 8K | | | | | | $0.04 | $0.04 |
|
|
139
140
|
| `llmgateway/llama-3.1-70b-instruct` | 128K | | | | | | $0.72 | $0.72 |
|
|
140
141
|
| `llmgateway/llama-3.1-nemotron-ultra-253b` | 128K | | | | | | $0.60 | $2 |
|
|
141
142
|
| `llmgateway/llama-3.2-11b-instruct` | 128K | | | | | | $0.07 | $0.33 |
|
|
@@ -152,7 +153,7 @@ for await (const chunk of stream) {
|
|
|
152
153
|
| `llmgateway/minimax-m2.5-highspeed` | 205K | | | | | | $0.60 | $2 |
|
|
153
154
|
| `llmgateway/minimax-m2.7` | 205K | | | | | | $0.30 | $1 |
|
|
154
155
|
| `llmgateway/minimax-m2.7-highspeed` | 205K | | | | | | $0.60 | $2 |
|
|
155
|
-
| `llmgateway/minimax-m3` |
|
|
156
|
+
| `llmgateway/minimax-m3` | 524K | | | | | | $0.30 | $1 |
|
|
156
157
|
| `llmgateway/minimax-text-01` | 1.0M | | | | | | $0.20 | $1 |
|
|
157
158
|
| `llmgateway/ministral-14b-2512` | 262K | | | | | | $0.20 | $0.20 |
|
|
158
159
|
| `llmgateway/ministral-3b-2512` | 131K | | | | | | $0.10 | $0.10 |
|
|
@@ -166,7 +167,6 @@ for await (const chunk of stream) {
|
|
|
166
167
|
| `llmgateway/o3` | 200K | | | | | | $2 | $8 |
|
|
167
168
|
| `llmgateway/o3-mini` | 200K | | | | | | $1 | $4 |
|
|
168
169
|
| `llmgateway/o4-mini` | 200K | | | | | | $1 | $4 |
|
|
169
|
-
| `llmgateway/pixtral-large-latest` | 128K | | | | | | $4 | $12 |
|
|
170
170
|
| `llmgateway/qwen-coder-plus` | 131K | | | | | | $0.50 | $1 |
|
|
171
171
|
| `llmgateway/qwen-flash` | 1.0M | | | | | | $0.05 | $0.40 |
|
|
172
172
|
| `llmgateway/qwen-max` | 33K | | | | | | $2 | $6 |
|
|
@@ -181,7 +181,6 @@ for await (const chunk of stream) {
|
|
|
181
181
|
| `llmgateway/qwen3-235b-a22b-thinking-2507` | 262K | | | | | | $0.20 | $0.60 |
|
|
182
182
|
| `llmgateway/qwen3-30b-a3b-instruct-2507` | 262K | | | | | | $0.10 | $0.30 |
|
|
183
183
|
| `llmgateway/qwen3-32b` | 33K | | | | | | $0.10 | $0.30 |
|
|
184
|
-
| `llmgateway/qwen3-4b-fp8` | 128K | | | | | | $0.03 | $0.03 |
|
|
185
184
|
| `llmgateway/qwen3-coder-30b-a3b-instruct` | 262K | | | | | | $0.07 | $0.27 |
|
|
186
185
|
| `llmgateway/qwen3-coder-480b-a35b-instruct` | 262K | | | | | | $0.30 | $1 |
|
|
187
186
|
| `llmgateway/qwen3-coder-flash` | 1.0M | | | | | | $0.30 | $2 |
|
|
@@ -193,8 +192,6 @@ for await (const chunk of stream) {
|
|
|
193
192
|
| `llmgateway/qwen3-vl-235b-a22b-instruct` | 131K | | | | | | $0.30 | $2 |
|
|
194
193
|
| `llmgateway/qwen3-vl-235b-a22b-thinking` | 131K | | | | | | $0.98 | $4 |
|
|
195
194
|
| `llmgateway/qwen3-vl-30b-a3b-instruct` | 131K | | | | | | $0.20 | $0.70 |
|
|
196
|
-
| `llmgateway/qwen3-vl-30b-a3b-thinking` | 131K | | | | | | $0.20 | $1 |
|
|
197
|
-
| `llmgateway/qwen3-vl-8b-instruct` | 131K | | | | | | $0.08 | $0.50 |
|
|
198
195
|
| `llmgateway/qwen3-vl-flash` | 262K | | | | | | $0.05 | $0.40 |
|
|
199
196
|
| `llmgateway/qwen3-vl-plus` | 262K | | | | | | $0.20 | $2 |
|
|
200
197
|
| `llmgateway/qwen3.5-9b` | 262K | | | | | | $0.10 | $0.15 |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Moonshot AI (China)
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 10 Moonshot AI (China) models through Mastra's model router. Authentication is handled automatically using the `MOONSHOT_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Moonshot AI (China) documentation](https://platform.moonshot.cn).
|
|
8
8
|
|
|
@@ -45,6 +45,7 @@ for await (const chunk of stream) {
|
|
|
45
45
|
| `moonshotai-cn/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
|
|
46
46
|
| `moonshotai-cn/kimi-k2.7-code` | 262K | | | | | | $0.95 | $4 |
|
|
47
47
|
| `moonshotai-cn/kimi-k2.7-code-highspeed` | 262K | | | | | | $2 | $8 |
|
|
48
|
+
| `moonshotai-cn/kimi-k3` | 1.0M | | | | | | $3 | $15 |
|
|
48
49
|
|
|
49
50
|
## Advanced configuration
|
|
50
51
|
|
|
@@ -74,7 +75,7 @@ const agent = new Agent({
|
|
|
74
75
|
model: ({ requestContext }) => {
|
|
75
76
|
const useAdvanced = requestContext.task === "complex";
|
|
76
77
|
return useAdvanced
|
|
77
|
-
? "moonshotai-cn/kimi-
|
|
78
|
+
? "moonshotai-cn/kimi-k3"
|
|
78
79
|
: "moonshotai-cn/kimi-k2-0711-preview";
|
|
79
80
|
}
|
|
80
81
|
});
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Moonshot AI
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 10 Moonshot AI models through Mastra's model router. Authentication is handled automatically using the `MOONSHOT_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Moonshot AI documentation](https://platform.moonshot.ai).
|
|
8
8
|
|
|
@@ -45,6 +45,7 @@ for await (const chunk of stream) {
|
|
|
45
45
|
| `moonshotai/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
|
|
46
46
|
| `moonshotai/kimi-k2.7-code` | 262K | | | | | | $0.95 | $4 |
|
|
47
47
|
| `moonshotai/kimi-k2.7-code-highspeed` | 262K | | | | | | $2 | $8 |
|
|
48
|
+
| `moonshotai/kimi-k3` | 1.0M | | | | | | $3 | $15 |
|
|
48
49
|
|
|
49
50
|
## Advanced configuration
|
|
50
51
|
|
|
@@ -74,7 +75,7 @@ const agent = new Agent({
|
|
|
74
75
|
model: ({ requestContext }) => {
|
|
75
76
|
const useAdvanced = requestContext.task === "complex";
|
|
76
77
|
return useAdvanced
|
|
77
|
-
? "moonshotai/kimi-
|
|
78
|
+
? "moonshotai/kimi-k3"
|
|
78
79
|
: "moonshotai/kimi-k2-0711-preview";
|
|
79
80
|
}
|
|
80
81
|
});
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Nebius Token Factory
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 21 Nebius Token Factory models through Mastra's model router. Authentication is handled automatically using the `NEBIUS_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Nebius Token Factory documentation](https://docs.tokenfactory.nebius.com/).
|
|
8
8
|
|
|
@@ -40,6 +40,8 @@ for await (const chunk of stream) {
|
|
|
40
40
|
| `nebius/google/gemma-3-27b-it` | 110K | | | | | | $0.10 | $0.30 |
|
|
41
41
|
| `nebius/meta-llama/Llama-3.3-70B-Instruct` | 128K | | | | | | $0.13 | $0.40 |
|
|
42
42
|
| `nebius/MiniMaxAI/MiniMax-M2.5` | 197K | | | | | | $0.30 | $1 |
|
|
43
|
+
| `nebius/MiniMaxAI/MiniMax-M3` | 1.0M | | | | | | $0.30 | $1 |
|
|
44
|
+
| `nebius/moonshotai/Kimi-K2.7-Code` | 262K | | | | | | $0.95 | $4 |
|
|
43
45
|
| `nebius/NousResearch/Hermes-4-405B` | 128K | | | | | | $1 | $3 |
|
|
44
46
|
| `nebius/NousResearch/Hermes-4-70B` | 128K | | | | | | $0.13 | $0.40 |
|
|
45
47
|
| `nebius/nvidia/Llama-3_1-Nemotron-Ultra-253B-v1` | 128K | | | | | | $0.60 | $2 |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# NovitaAI
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 107 NovitaAI models through Mastra's model router. Authentication is handled automatically using the `NOVITA_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [NovitaAI documentation](https://novita.ai/docs/guides/introduction).
|
|
8
8
|
|
|
@@ -90,6 +90,8 @@ for await (const chunk of stream) {
|
|
|
90
90
|
| `novita-ai/moonshotai/kimi-k2-thinking` | 262K | | | | | | $0.60 | $3 |
|
|
91
91
|
| `novita-ai/moonshotai/kimi-k2.5` | 262K | | | | | | $0.60 | $3 |
|
|
92
92
|
| `novita-ai/moonshotai/kimi-k2.6` | 262K | | | | | | $0.80 | $3 |
|
|
93
|
+
| `novita-ai/moonshotai/kimi-k2.7-code` | 262K | | | | | | $0.95 | $4 |
|
|
94
|
+
| `novita-ai/moonshotai/kimi-k3` | 1.0M | | | | | | $3 | $15 |
|
|
93
95
|
| `novita-ai/nousresearch/hermes-2-pro-llama-3-8b` | 8K | | | | | | $0.14 | $0.14 |
|
|
94
96
|
| `novita-ai/openai/gpt-oss-120b` | 131K | | | | | | $0.05 | $0.25 |
|
|
95
97
|
| `novita-ai/openai/gpt-oss-20b` | 131K | | | | | | $0.04 | $0.15 |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Ollama Cloud
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 18 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
|
|
|
@@ -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: "ollama-cloud/deepseek-
|
|
20
|
+
model: "ollama-cloud/deepseek-v4-flash"
|
|
21
21
|
});
|
|
22
22
|
|
|
23
23
|
// Generate a response
|
|
@@ -34,43 +34,26 @@ for await (const chunk of stream) {
|
|
|
34
34
|
|
|
35
35
|
## Models
|
|
36
36
|
|
|
37
|
-
| Model
|
|
38
|
-
|
|
|
39
|
-
| `ollama-cloud/deepseek-
|
|
40
|
-
| `ollama-cloud/deepseek-
|
|
41
|
-
| `ollama-cloud/
|
|
42
|
-
| `ollama-cloud/
|
|
43
|
-
| `ollama-cloud/
|
|
44
|
-
| `ollama-cloud/
|
|
45
|
-
| `ollama-cloud/
|
|
46
|
-
| `ollama-cloud/
|
|
47
|
-
| `ollama-cloud/
|
|
48
|
-
| `ollama-cloud/
|
|
49
|
-
| `ollama-cloud/
|
|
50
|
-
| `ollama-cloud/
|
|
51
|
-
| `ollama-cloud/
|
|
52
|
-
| `ollama-cloud/
|
|
53
|
-
| `ollama-cloud/
|
|
54
|
-
| `ollama-cloud/
|
|
55
|
-
| `ollama-cloud/
|
|
56
|
-
| `ollama-cloud/
|
|
57
|
-
| `ollama-cloud/kimi-k2.6` | 262K | | | | | | — | — |
|
|
58
|
-
| `ollama-cloud/kimi-k2.7-code` | 262K | | | | | | — | — |
|
|
59
|
-
| `ollama-cloud/minimax-m2.1` | 205K | | | | | | — | — |
|
|
60
|
-
| `ollama-cloud/minimax-m2.5` | 205K | | | | | | — | — |
|
|
61
|
-
| `ollama-cloud/minimax-m2.7` | 197K | | | | | | — | — |
|
|
62
|
-
| `ollama-cloud/minimax-m3` | 512K | | | | | | — | — |
|
|
63
|
-
| `ollama-cloud/ministral-3:14b` | 262K | | | | | | — | — |
|
|
64
|
-
| `ollama-cloud/ministral-3:3b` | 262K | | | | | | — | — |
|
|
65
|
-
| `ollama-cloud/ministral-3:8b` | 262K | | | | | | — | — |
|
|
66
|
-
| `ollama-cloud/mistral-large-3:675b` | 262K | | | | | | — | — |
|
|
67
|
-
| `ollama-cloud/nemotron-3-nano:30b` | 1.0M | | | | | | — | — |
|
|
68
|
-
| `ollama-cloud/nemotron-3-super` | 262K | | | | | | — | — |
|
|
69
|
-
| `ollama-cloud/nemotron-3-ultra` | 262K | | | | | | — | — |
|
|
70
|
-
| `ollama-cloud/qwen3-coder-next` | 262K | | | | | | — | — |
|
|
71
|
-
| `ollama-cloud/qwen3-coder:480b` | 262K | | | | | | — | — |
|
|
72
|
-
| `ollama-cloud/qwen3.5:397b` | 262K | | | | | | — | — |
|
|
73
|
-
| `ollama-cloud/rnj-1:8b` | 33K | | | | | | — | — |
|
|
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/minimax-m2.5` | 205K | | | | | | — | — |
|
|
50
|
+
| `ollama-cloud/minimax-m2.7` | 197K | | | | | | — | — |
|
|
51
|
+
| `ollama-cloud/minimax-m3` | 512K | | | | | | — | — |
|
|
52
|
+
| `ollama-cloud/mistral-large-3:675b` | 262K | | | | | | — | — |
|
|
53
|
+
| `ollama-cloud/nemotron-3-nano:30b` | 1.0M | | | | | | — | — |
|
|
54
|
+
| `ollama-cloud/nemotron-3-super` | 262K | | | | | | — | — |
|
|
55
|
+
| `ollama-cloud/nemotron-3-ultra` | 262K | | | | | | — | — |
|
|
56
|
+
| `ollama-cloud/qwen3.5:397b` | 262K | | | | | | — | — |
|
|
74
57
|
|
|
75
58
|
## Advanced configuration
|
|
76
59
|
|
|
@@ -82,7 +65,7 @@ const agent = new Agent({
|
|
|
82
65
|
name: "custom-agent",
|
|
83
66
|
model: {
|
|
84
67
|
url: "https://ollama.com/v1",
|
|
85
|
-
id: "ollama-cloud/deepseek-
|
|
68
|
+
id: "ollama-cloud/deepseek-v4-flash",
|
|
86
69
|
apiKey: process.env.OLLAMA_API_KEY,
|
|
87
70
|
headers: {
|
|
88
71
|
"X-Custom-Header": "value"
|
|
@@ -100,8 +83,8 @@ const agent = new Agent({
|
|
|
100
83
|
model: ({ requestContext }) => {
|
|
101
84
|
const useAdvanced = requestContext.task === "complex";
|
|
102
85
|
return useAdvanced
|
|
103
|
-
? "ollama-cloud/
|
|
104
|
-
: "ollama-cloud/deepseek-
|
|
86
|
+
? "ollama-cloud/qwen3.5:397b"
|
|
87
|
+
: "ollama-cloud/deepseek-v4-flash";
|
|
105
88
|
}
|
|
106
89
|
});
|
|
107
90
|
```
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# OpenCode Go
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 15 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
|
|
|
@@ -37,13 +37,15 @@ for await (const chunk of stream) {
|
|
|
37
37
|
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
38
|
| ------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
39
|
| `opencode-go/deepseek-v4-flash` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
40
|
-
| `opencode-go/deepseek-v4-pro` | 1.0M | | | | | | $
|
|
40
|
+
| `opencode-go/deepseek-v4-pro` | 1.0M | | | | | | $0.43 | $0.87 |
|
|
41
41
|
| `opencode-go/glm-5.1` | 203K | | | | | | $1 | $4 |
|
|
42
42
|
| `opencode-go/glm-5.2` | 1.0M | | | | | | $1 | $4 |
|
|
43
|
+
| `opencode-go/grok-4.5` | 500K | | | | | | $2 | $6 |
|
|
43
44
|
| `opencode-go/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
|
|
44
45
|
| `opencode-go/kimi-k2.7-code` | 262K | | | | | | $0.95 | $4 |
|
|
46
|
+
| `opencode-go/kimi-k3` | 1.0M | | | | | | $3 | $15 |
|
|
45
47
|
| `opencode-go/mimo-v2.5` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
46
|
-
| `opencode-go/mimo-v2.5-pro` | 1.0M | | | | | | $
|
|
48
|
+
| `opencode-go/mimo-v2.5-pro` | 1.0M | | | | | | $0.43 | $0.87 |
|
|
47
49
|
| `opencode-go/minimax-m2.7` | 205K | | | | | | $0.30 | $1 |
|
|
48
50
|
| `opencode-go/minimax-m3` | 1.0M | | | | | | $0.30 | $1 |
|
|
49
51
|
| `opencode-go/qwen3.6-plus` | 1.0M | | | | | | $0.50 | $3 |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# OpenCode Zen
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 57 OpenCode Zen 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 Zen documentation](https://opencode.ai/docs/zen).
|
|
8
8
|
|
|
@@ -54,6 +54,8 @@ for await (const chunk of stream) {
|
|
|
54
54
|
| `opencode/gemini-3-flash` | 1.0M | | | | | | $0.50 | $3 |
|
|
55
55
|
| `opencode/gemini-3.1-pro` | 1.0M | | | | | | $2 | $12 |
|
|
56
56
|
| `opencode/gemini-3.5-flash` | 1.0M | | | | | | $2 | $9 |
|
|
57
|
+
| `opencode/gemini-3.5-flash-lite` | 1.0M | | | | | | $0.30 | $3 |
|
|
58
|
+
| `opencode/gemini-3.6-flash` | 1.0M | | | | | | $2 | $8 |
|
|
57
59
|
| `opencode/glm-5` | 205K | | | | | | $1 | $3 |
|
|
58
60
|
| `opencode/glm-5.1` | 205K | | | | | | $1 | $4 |
|
|
59
61
|
| `opencode/glm-5.2` | 1.0M | | | | | | $1 | $4 |
|
|
@@ -79,10 +81,10 @@ for await (const chunk of stream) {
|
|
|
79
81
|
| `opencode/gpt-5.6-terra` | 1.1M | | | | | | $3 | $15 |
|
|
80
82
|
| `opencode/grok-4.5` | 500K | | | | | | $2 | $6 |
|
|
81
83
|
| `opencode/grok-build-0.1` | 256K | | | | | | $1 | $2 |
|
|
82
|
-
| `opencode/hy3-free` | 190K | | | | | | — | — |
|
|
83
84
|
| `opencode/kimi-k2.5` | 262K | | | | | | $0.60 | $3 |
|
|
84
85
|
| `opencode/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
|
|
85
86
|
| `opencode/kimi-k2.7-code` | 262K | | | | | | $0.95 | $4 |
|
|
87
|
+
| `opencode/laguna-s-2.1-free` | 256K | | | | | | — | — |
|
|
86
88
|
| `opencode/mimo-v2.5-free` | 200K | | | | | | — | — |
|
|
87
89
|
| `opencode/minimax-m2.5` | 205K | | | | | | $0.30 | $1 |
|
|
88
90
|
| `opencode/minimax-m2.7` | 205K | | | | | | $0.30 | $1 |
|
|
@@ -57,7 +57,7 @@ for await (const chunk of stream) {
|
|
|
57
57
|
| `orcarouter/google/gemini-3.1-flash-lite-preview` | 1.0M | | | | | | $0.25 | $2 |
|
|
58
58
|
| `orcarouter/google/gemini-3.1-pro-preview` | 1.0M | | | | | | $4 | $18 |
|
|
59
59
|
| `orcarouter/google/gemini-3.1-pro-preview-customtools` | 1.0M | | | | | | $4 | $18 |
|
|
60
|
-
| `orcarouter/google/gemini-flash-latest` | 1.0M | | | | | | $
|
|
60
|
+
| `orcarouter/google/gemini-flash-latest` | 1.0M | | | | | | $2 | $9 |
|
|
61
61
|
| `orcarouter/google/gemini-flash-lite-latest` | 1.0M | | | | | | $0.25 | $2 |
|
|
62
62
|
| `orcarouter/google/gemma-4-26b-a4b-it` | 262K | | | | | | $0.06 | $0.33 |
|
|
63
63
|
| `orcarouter/google/gemma-4-31b-it` | 262K | | | | | | $0.13 | $0.38 |
|
|
@@ -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: "privatemode-ai/
|
|
20
|
+
model: "privatemode-ai/gpt-oss-120b"
|
|
21
21
|
});
|
|
22
22
|
|
|
23
23
|
// Generate a response
|
|
@@ -34,13 +34,13 @@ for await (const chunk of stream) {
|
|
|
34
34
|
|
|
35
35
|
## Models
|
|
36
36
|
|
|
37
|
-
| Model
|
|
38
|
-
|
|
|
39
|
-
| `privatemode-ai/
|
|
40
|
-
| `privatemode-ai/
|
|
41
|
-
| `privatemode-ai/qwen3-
|
|
42
|
-
| `privatemode-ai/
|
|
43
|
-
| `privatemode-ai/whisper-large-v3`
|
|
37
|
+
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
|
+
| ----------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `privatemode-ai/gpt-oss-120b` | 128K | | | | | | — | — |
|
|
40
|
+
| `privatemode-ai/kimi-k2.6` | 262K | | | | | | — | — |
|
|
41
|
+
| `privatemode-ai/qwen3-embedding-4b` | 32K | | | | | | — | — |
|
|
42
|
+
| `privatemode-ai/voxtral-mini-3b` | 32K | | | | | | — | — |
|
|
43
|
+
| `privatemode-ai/whisper-large-v3` | — | | | | | | — | — |
|
|
44
44
|
|
|
45
45
|
## Advanced configuration
|
|
46
46
|
|
|
@@ -52,7 +52,7 @@ const agent = new Agent({
|
|
|
52
52
|
name: "custom-agent",
|
|
53
53
|
model: {
|
|
54
54
|
url: "http://localhost:8080/v1",
|
|
55
|
-
id: "privatemode-ai/
|
|
55
|
+
id: "privatemode-ai/gpt-oss-120b",
|
|
56
56
|
apiKey: process.env.PRIVATEMODE_API_KEY,
|
|
57
57
|
headers: {
|
|
58
58
|
"X-Custom-Header": "value"
|
|
@@ -71,7 +71,7 @@ const agent = new Agent({
|
|
|
71
71
|
const useAdvanced = requestContext.task === "complex";
|
|
72
72
|
return useAdvanced
|
|
73
73
|
? "privatemode-ai/whisper-large-v3"
|
|
74
|
-
: "privatemode-ai/
|
|
74
|
+
: "privatemode-ai/gpt-oss-120b";
|
|
75
75
|
}
|
|
76
76
|
});
|
|
77
77
|
```
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
> Discover all available pages from the documentation index: https://mastra.ai/llms.txt
|
|
2
|
+
|
|
3
|
+
# Thinking Machines
|
|
4
|
+
|
|
5
|
+
Access 1 Thinking Machines model through Mastra's model router. Authentication is handled automatically using the `TINKER_API_KEY` environment variable.
|
|
6
|
+
|
|
7
|
+
Learn more in the [Thinking Machines documentation](https://tinker-docs.thinkingmachines.ai/tinker/compatible-apis/openai/).
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
TINKER_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: "thinkingmachines/inkling"
|
|
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 [Thinking Machines documentation](https://tinker-docs.thinkingmachines.ai/tinker/compatible-apis/openai/) for details.
|
|
34
|
+
|
|
35
|
+
## Models
|
|
36
|
+
|
|
37
|
+
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
|
+
| -------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `thinkingmachines/inkling` | 256K | | | | | | $4 | $9 |
|
|
40
|
+
|
|
41
|
+
## Advanced configuration
|
|
42
|
+
|
|
43
|
+
### Custom headers
|
|
44
|
+
|
|
45
|
+
```typescript
|
|
46
|
+
const agent = new Agent({
|
|
47
|
+
id: "custom-agent",
|
|
48
|
+
name: "custom-agent",
|
|
49
|
+
model: {
|
|
50
|
+
url: "https://tinker.thinkingmachines.dev/services/tinker-prod/oai/api/v1",
|
|
51
|
+
id: "thinkingmachines/inkling",
|
|
52
|
+
apiKey: process.env.TINKER_API_KEY,
|
|
53
|
+
headers: {
|
|
54
|
+
"X-Custom-Header": "value"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
});
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
### Dynamic model selection
|
|
61
|
+
|
|
62
|
+
```typescript
|
|
63
|
+
const agent = new Agent({
|
|
64
|
+
id: "dynamic-agent",
|
|
65
|
+
name: "Dynamic Agent",
|
|
66
|
+
model: ({ requestContext }) => {
|
|
67
|
+
const useAdvanced = requestContext.task === "complex";
|
|
68
|
+
return useAdvanced
|
|
69
|
+
? "thinkingmachines/inkling"
|
|
70
|
+
: "thinkingmachines/inkling";
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
```
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Together AI
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 21 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
|
|
|
@@ -36,7 +36,6 @@ for await (const chunk of stream) {
|
|
|
36
36
|
| ----------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
37
37
|
| `togetherai/deepcogito/cogito-v2-1-671b` | 164K | | | | | | $1 | $1 |
|
|
38
38
|
| `togetherai/deepseek-ai/DeepSeek-V4-Pro` | 512K | | | | | | $2 | $3 |
|
|
39
|
-
| `togetherai/essentialai/Rnj-1-Instruct` | 33K | | | | | | $0.15 | $0.15 |
|
|
40
39
|
| `togetherai/google/gemma-3n-E4B-it` | 33K | | | | | | $0.06 | $0.12 |
|
|
41
40
|
| `togetherai/google/gemma-4-31B-it` | 262K | | | | | | $0.39 | $0.97 |
|
|
42
41
|
| `togetherai/LiquidAI/LFM2-24B-A2B` | 33K | | | | | | $0.03 | $0.12 |
|
|
@@ -51,13 +50,10 @@ for await (const chunk of stream) {
|
|
|
51
50
|
| `togetherai/openai/gpt-oss-20b` | 131K | | | | | | $0.05 | $0.20 |
|
|
52
51
|
| `togetherai/pearl-ai/gemma-4-31b-it` | 32K | | | | | | $0.28 | $0.86 |
|
|
53
52
|
| `togetherai/Qwen/Qwen2.5-7B-Instruct-Turbo` | 33K | | | | | | $0.30 | $0.30 |
|
|
54
|
-
| `togetherai/Qwen/Qwen3-235B-A22B-Instruct-2507-tput` | 262K | | | | | | $0.20 | $0.60 |
|
|
55
|
-
| `togetherai/Qwen/Qwen3.5-397B-A17B` | 262K | | | | | | $0.60 | $4 |
|
|
56
53
|
| `togetherai/Qwen/Qwen3.5-9B` | 262K | | | | | | $0.17 | $0.25 |
|
|
57
54
|
| `togetherai/Qwen/Qwen3.6-Plus` | 1.0M | | | | | | $0.50 | $3 |
|
|
58
55
|
| `togetherai/Qwen/Qwen3.7-Max` | 1.0M | | | | | | $1 | $4 |
|
|
59
|
-
| `togetherai/
|
|
60
|
-
| `togetherai/zai-org/GLM-5.1` | 203K | | | | | | $1 | $4 |
|
|
56
|
+
| `togetherai/thinkingmachines/Inkling` | 524K | | | | | | $1 | $4 |
|
|
61
57
|
| `togetherai/zai-org/GLM-5.2` | 262K | | | | | | $1 | $4 |
|
|
62
58
|
|
|
63
59
|
## Advanced configuration
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Weights & Biases
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 26 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
|
|
|
@@ -46,6 +46,7 @@ for await (const chunk of stream) {
|
|
|
46
46
|
| `wandb/meta-llama/Llama-3.1-8B-Instruct` | 128K | | | | | | $0.22 | $0.22 |
|
|
47
47
|
| `wandb/meta-llama/Llama-3.3-70B-Instruct` | 128K | | | | | | $0.71 | $0.71 |
|
|
48
48
|
| `wandb/MiniMaxAI/MiniMax-M2.5` | 197K | | | | | | $0.30 | $1 |
|
|
49
|
+
| `wandb/MiniMaxAI/MiniMax-M3` | 262K | | | | | | $0.29 | $1 |
|
|
49
50
|
| `wandb/moonshotai/Kimi-K2.5` | 262K | | | | | | $0.60 | $3 |
|
|
50
51
|
| `wandb/moonshotai/Kimi-K2.6` | 262K | | | | | | $0.95 | $4 |
|
|
51
52
|
| `wandb/moonshotai/Kimi-K2.7-Code` | 262K | | | | | | $0.94 | $4 |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# ZenMux
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 120 ZenMux models through Mastra's model router. Authentication is handled automatically using the `ZENMUX_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [ZenMux documentation](https://docs.zenmux.ai).
|
|
8
8
|
|
|
@@ -83,6 +83,8 @@ for await (const chunk of stream) {
|
|
|
83
83
|
| `zenmux/moonshotai/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
|
|
84
84
|
| `zenmux/moonshotai/kimi-k2.7-code` | 262K | | | | | | $0.95 | $4 |
|
|
85
85
|
| `zenmux/moonshotai/kimi-k2.7-code-free` | 262K | | | | | | — | — |
|
|
86
|
+
| `zenmux/moonshotai/kimi-k3` | 1.0M | | | | | | $3 | $15 |
|
|
87
|
+
| `zenmux/moonshotai/kimi-k3-free` | 1.0M | | | | | | — | — |
|
|
86
88
|
| `zenmux/openai/gpt-5` | 400K | | | | | | $1 | $10 |
|
|
87
89
|
| `zenmux/openai/gpt-5-codex` | 400K | | | | | | $1 | $10 |
|
|
88
90
|
| `zenmux/openai/gpt-5.1` | 400K | | | | | | $1 | $10 |
|
|
@@ -15,6 +15,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
|
|
|
15
15
|
- [Abacus](https://mastra.ai/models/providers/abacus)
|
|
16
16
|
- [abliteration.ai](https://mastra.ai/models/providers/abliteration-ai)
|
|
17
17
|
- [AI-ROUTER](https://mastra.ai/models/providers/ai-router)
|
|
18
|
+
- [AKI.IO](https://mastra.ai/models/providers/aki-io)
|
|
18
19
|
- [Alibaba](https://mastra.ai/models/providers/alibaba)
|
|
19
20
|
- [Alibaba (China)](https://mastra.ai/models/providers/alibaba-cn)
|
|
20
21
|
- [Alibaba Coding Plan](https://mastra.ai/models/providers/alibaba-coding-plan)
|
|
@@ -33,6 +34,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
|
|
|
33
34
|
- [Chutes](https://mastra.ai/models/providers/chutes)
|
|
34
35
|
- [Clarifai](https://mastra.ai/models/providers/clarifai)
|
|
35
36
|
- [Claudinio](https://mastra.ai/models/providers/claudinio)
|
|
37
|
+
- [ClinePass](https://mastra.ai/models/providers/cline-pass)
|
|
36
38
|
- [CloudFerro Sherlock](https://mastra.ai/models/providers/cloudferro-sherlock)
|
|
37
39
|
- [Cloudflare Workers AI](https://mastra.ai/models/providers/cloudflare-workers-ai)
|
|
38
40
|
- [Cortecs](https://mastra.ai/models/providers/cortecs)
|
|
@@ -131,6 +133,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
|
|
|
131
133
|
- [Tencent Token Plan](https://mastra.ai/models/providers/tencent-token-plan)
|
|
132
134
|
- [Tencent TokenHub](https://mastra.ai/models/providers/tencent-tokenhub)
|
|
133
135
|
- [The Grid AI](https://mastra.ai/models/providers/the-grid-ai)
|
|
136
|
+
- [Thinking Machines](https://mastra.ai/models/providers/thinkingmachines)
|
|
134
137
|
- [Tinfoil](https://mastra.ai/models/providers/tinfoil)
|
|
135
138
|
- [Together AI](https://mastra.ai/models/providers/togetherai)
|
|
136
139
|
- [TrustedRouter](https://mastra.ai/models/providers/trustedrouter)
|