@mastra/mcp-docs-server 1.2.7-alpha.12 → 1.2.7-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.
- package/.docs/models/environment-variables.md +4 -0
- package/.docs/models/gateways/openrouter.md +1 -2
- package/.docs/models/gateways/vercel.md +4 -1
- package/.docs/models/index.md +1 -1
- package/.docs/models/providers/ai-router.md +77 -0
- package/.docs/models/providers/ambient.md +4 -3
- package/.docs/models/providers/blueclaw.md +74 -0
- package/.docs/models/providers/daoxe.md +81 -0
- package/.docs/models/providers/databricks.md +4 -2
- package/.docs/models/providers/deepinfra.md +2 -2
- package/.docs/models/providers/hpc-ai.md +16 -10
- package/.docs/models/providers/inferx.md +78 -0
- package/.docs/models/providers/llmgateway.md +1 -3
- package/.docs/models/providers/neon.md +1 -1
- package/.docs/models/providers/vivgrid.md +5 -2
- package/.docs/models/providers/wafer.ai.md +9 -12
- package/.docs/models/providers/zenmux.md +5 -1
- package/.docs/models/providers.md +4 -0
- package/CHANGELOG.md +7 -0
- package/package.json +5 -5
|
@@ -9,6 +9,7 @@ List of required environment variables for each model provider and gateway suppo
|
|
|
9
9
|
| [302.AI](https://mastra.ai/models/providers/302ai) | `302ai/*` | `302AI_API_KEY` |
|
|
10
10
|
| [Abacus](https://mastra.ai/models/providers/abacus) | `abacus/*` | `ABACUS_API_KEY` |
|
|
11
11
|
| [abliteration.ai](https://mastra.ai/models/providers/abliteration-ai) | `abliteration-ai/*` | `ABLIT_KEY` |
|
|
12
|
+
| [AI-ROUTER](https://mastra.ai/models/providers/ai-router) | `ai-router/*` | `AI_ROUTER_API_KEY` |
|
|
12
13
|
| [Alibaba](https://mastra.ai/models/providers/alibaba) | `alibaba/*` | `DASHSCOPE_API_KEY` |
|
|
13
14
|
| [Alibaba (China)](https://mastra.ai/models/providers/alibaba-cn) | `alibaba-cn/*` | `DASHSCOPE_API_KEY` |
|
|
14
15
|
| [Alibaba Coding Plan](https://mastra.ai/models/providers/alibaba-coding-plan) | `alibaba-coding-plan/*` | `ALIBABA_CODING_PLAN_API_KEY` |
|
|
@@ -23,6 +24,7 @@ List of required environment variables for each model provider and gateway suppo
|
|
|
23
24
|
| [Bailing](https://mastra.ai/models/providers/bailing) | `bailing/*` | `BAILING_API_TOKEN` |
|
|
24
25
|
| [Baseten](https://mastra.ai/models/providers/baseten) | `baseten/*` | `BASETEN_API_KEY` |
|
|
25
26
|
| [Berget.AI](https://mastra.ai/models/providers/berget) | `berget/*` | `BERGET_API_KEY` |
|
|
27
|
+
| [Blue Claw](https://mastra.ai/models/providers/blueclaw) | `blueclaw/*` | `BLUECLAW_API_KEY` |
|
|
26
28
|
| [Cerebras](https://mastra.ai/models/providers/cerebras) | `cerebras/*` | `CEREBRAS_API_KEY` |
|
|
27
29
|
| [Chutes](https://mastra.ai/models/providers/chutes) | `chutes/*` | `CHUTES_API_KEY` |
|
|
28
30
|
| [Clarifai](https://mastra.ai/models/providers/clarifai) | `clarifai/*` | `CLARIFAI_PAT` |
|
|
@@ -33,6 +35,7 @@ List of required environment variables for each model provider and gateway suppo
|
|
|
33
35
|
| [CrofAI](https://mastra.ai/models/providers/crof) | `crof/*` | `CROF_API_KEY` |
|
|
34
36
|
| [CrossModel](https://mastra.ai/models/providers/crossmodel) | `crossmodel/*` | `CROSSMODEL_API_KEY` |
|
|
35
37
|
| [D.Run (China)](https://mastra.ai/models/providers/drun) | `drun/*` | `DRUN_API_KEY` |
|
|
38
|
+
| [DaoXE](https://mastra.ai/models/providers/daoxe) | `daoxe/*` | `DAOXE_API_KEY` |
|
|
36
39
|
| [Databricks](https://mastra.ai/models/providers/databricks) | `databricks/*` | `DATABRICKS_HOST`, `DATABRICKS_TOKEN` |
|
|
37
40
|
| [Deep Infra](https://mastra.ai/models/providers/deepinfra) | `deepinfra/*` | `DEEPINFRA_API_KEY` |
|
|
38
41
|
| [DeepSeek](https://mastra.ai/models/providers/deepseek) | `deepseek/*` | `DEEPSEEK_API_KEY` |
|
|
@@ -56,6 +59,7 @@ List of required environment variables for each model provider and gateway suppo
|
|
|
56
59
|
| [Inception](https://mastra.ai/models/providers/inception) | `inception/*` | `INCEPTION_API_KEY` |
|
|
57
60
|
| [Inceptron](https://mastra.ai/models/providers/inceptron) | `inceptron/*` | `INCEPTRON_API_KEY` |
|
|
58
61
|
| [Inference](https://mastra.ai/models/providers/inference) | `inference/*` | `INFERENCE_API_KEY` |
|
|
62
|
+
| [InferX](https://mastra.ai/models/providers/inferx) | `inferx/*` | `INFERX_API_KEY` |
|
|
59
63
|
| [IO.NET](https://mastra.ai/models/providers/io-net) | `io-net/*` | `IOINTELLIGENCE_API_KEY` |
|
|
60
64
|
| [Jiekou.AI](https://mastra.ai/models/providers/jiekou) | `jiekou/*` | `JIEKOU_API_KEY` |
|
|
61
65
|
| [Kenari](https://mastra.ai/models/providers/kenari) | `kenari/*` | `KENARI_API_KEY` |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# OpenRouter
|
|
4
4
|
|
|
5
|
-
OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access
|
|
5
|
+
OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 344 models through Mastra's model router.
|
|
6
6
|
|
|
7
7
|
Learn more in the [OpenRouter documentation](https://openrouter.ai/models).
|
|
8
8
|
|
|
@@ -142,7 +142,6 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
142
142
|
| `liquid/lfm-2.5-1.2b-instruct:free` |
|
|
143
143
|
| `liquid/lfm-2.5-1.2b-thinking:free` |
|
|
144
144
|
| `mancer/weaver` |
|
|
145
|
-
| `meta-llama/llama-3-8b-instruct` |
|
|
146
145
|
| `meta-llama/llama-3.1-70b-instruct` |
|
|
147
146
|
| `meta-llama/llama-3.1-8b-instruct` |
|
|
148
147
|
| `meta-llama/llama-3.2-11b-vision-instruct` |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Vercel
|
|
4
4
|
|
|
5
|
-
Vercel aggregates models from multiple providers with enhanced features like rate limiting and failover. Access
|
|
5
|
+
Vercel aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 309 models through Mastra's model router.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Vercel documentation](https://ai-sdk.dev/providers/ai-sdk-providers).
|
|
8
8
|
|
|
@@ -112,6 +112,7 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
112
112
|
| `bytedance/seedream-4.0` |
|
|
113
113
|
| `bytedance/seedream-4.5` |
|
|
114
114
|
| `bytedance/seedream-5.0-lite` |
|
|
115
|
+
| `bytedance/seedream-5.0-pro` |
|
|
115
116
|
| `cohere/command-a` |
|
|
116
117
|
| `cohere/embed-v4.0` |
|
|
117
118
|
| `cohere/rerank-v3.5` |
|
|
@@ -164,8 +165,10 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
164
165
|
| `klingai/kling-v3.0-i2v` |
|
|
165
166
|
| `klingai/kling-v3.0-motion-control` |
|
|
166
167
|
| `klingai/kling-v3.0-t2v` |
|
|
168
|
+
| `kwaipilot/kat-coder-air-v2.5` |
|
|
167
169
|
| `kwaipilot/kat-coder-pro-v1` |
|
|
168
170
|
| `kwaipilot/kat-coder-pro-v2` |
|
|
171
|
+
| `kwaipilot/kat-coder-pro-v2.5` |
|
|
169
172
|
| `meituan/longcat-flash-chat` |
|
|
170
173
|
| `meituan/longcat-flash-thinking-2601` |
|
|
171
174
|
| `meta/llama-3.1-70b` |
|
package/.docs/models/index.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Model Providers
|
|
4
4
|
|
|
5
|
-
Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to
|
|
5
|
+
Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 4853 models from 151 providers through a single API.
|
|
6
6
|
|
|
7
7
|
## Features
|
|
8
8
|
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
> Discover all available pages from the documentation index: https://mastra.ai/llms.txt
|
|
2
|
+
|
|
3
|
+
# AI-ROUTER
|
|
4
|
+
|
|
5
|
+
Access 5 AI-ROUTER models through Mastra's model router. Authentication is handled automatically using the `AI_ROUTER_API_KEY` environment variable.
|
|
6
|
+
|
|
7
|
+
Learn more in the [AI-ROUTER documentation](https://ai-router.dev/openai-compatible-api-gateway/).
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
AI_ROUTER_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: "ai-router/gpt-5.4"
|
|
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 [AI-ROUTER documentation](https://ai-router.dev/openai-compatible-api-gateway/) for details.
|
|
34
|
+
|
|
35
|
+
## Models
|
|
36
|
+
|
|
37
|
+
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
|
+
| ------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `ai-router/gpt-5.4` | 1.1M | | | | | | $3 | $15 |
|
|
40
|
+
| `ai-router/gpt-5.5` | 1.1M | | | | | | $5 | $30 |
|
|
41
|
+
| `ai-router/gpt-5.6-luna` | 1.1M | | | | | | $1 | $6 |
|
|
42
|
+
| `ai-router/gpt-5.6-sol` | 1.1M | | | | | | $5 | $30 |
|
|
43
|
+
| `ai-router/gpt-5.6-terra` | 1.1M | | | | | | $3 | $15 |
|
|
44
|
+
|
|
45
|
+
## Advanced configuration
|
|
46
|
+
|
|
47
|
+
### Custom headers
|
|
48
|
+
|
|
49
|
+
```typescript
|
|
50
|
+
const agent = new Agent({
|
|
51
|
+
id: "custom-agent",
|
|
52
|
+
name: "custom-agent",
|
|
53
|
+
model: {
|
|
54
|
+
url: "https://api.ai-router.dev/v1",
|
|
55
|
+
id: "ai-router/gpt-5.4",
|
|
56
|
+
apiKey: process.env.AI_ROUTER_API_KEY,
|
|
57
|
+
headers: {
|
|
58
|
+
"X-Custom-Header": "value"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
### Dynamic model selection
|
|
65
|
+
|
|
66
|
+
```typescript
|
|
67
|
+
const agent = new Agent({
|
|
68
|
+
id: "dynamic-agent",
|
|
69
|
+
name: "Dynamic Agent",
|
|
70
|
+
model: ({ requestContext }) => {
|
|
71
|
+
const useAdvanced = requestContext.task === "complex";
|
|
72
|
+
return useAdvanced
|
|
73
|
+
? "ai-router/gpt-5.6-terra"
|
|
74
|
+
: "ai-router/gpt-5.4";
|
|
75
|
+
}
|
|
76
|
+
});
|
|
77
|
+
```
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Ambient
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 4 Ambient models through Mastra's model router. Authentication is handled automatically using the `AMBIENT_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Ambient documentation](https://ambient.xyz).
|
|
8
8
|
|
|
@@ -37,8 +37,9 @@ for await (const chunk of stream) {
|
|
|
37
37
|
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
38
|
| ----------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
39
|
| `ambient/moonshotai/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
|
|
40
|
-
| `ambient/moonshotai/kimi-k2.7-code` | 262K | | | | | | $0.
|
|
40
|
+
| `ambient/moonshotai/kimi-k2.7-code` | 262K | | | | | | $0.84 | $4 |
|
|
41
41
|
| `ambient/zai-org/GLM-5.1-FP8` | 203K | | | | | | $1 | $4 |
|
|
42
|
+
| `ambient/zai-org/GLM-5.2-FP8` | 203K | | | | | | $1 | $4 |
|
|
42
43
|
|
|
43
44
|
## Advanced configuration
|
|
44
45
|
|
|
@@ -68,7 +69,7 @@ const agent = new Agent({
|
|
|
68
69
|
model: ({ requestContext }) => {
|
|
69
70
|
const useAdvanced = requestContext.task === "complex";
|
|
70
71
|
return useAdvanced
|
|
71
|
-
? "ambient/zai-org/GLM-5.
|
|
72
|
+
? "ambient/zai-org/GLM-5.2-FP8"
|
|
72
73
|
: "ambient/moonshotai/kimi-k2.6";
|
|
73
74
|
}
|
|
74
75
|
});
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
> Discover all available pages from the documentation index: https://mastra.ai/llms.txt
|
|
2
|
+
|
|
3
|
+
# Blue Claw
|
|
4
|
+
|
|
5
|
+
Access 2 Blue Claw models through Mastra's model router. Authentication is handled automatically using the `BLUECLAW_API_KEY` environment variable.
|
|
6
|
+
|
|
7
|
+
Learn more in the [Blue Claw documentation](https://blueclaw.network).
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
BLUECLAW_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: "blueclaw/Qwen/Qwen3.6-35B-A3B-FP8"
|
|
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 [Blue Claw documentation](https://blueclaw.network) for details.
|
|
34
|
+
|
|
35
|
+
## Models
|
|
36
|
+
|
|
37
|
+
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
|
+
| ----------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `blueclaw/Qwen/Qwen3.6-35B-A3B-FP8` | 131K | | | | | | — | — |
|
|
40
|
+
| `blueclaw/Qwen3.6-27B` | 197K | | | | | | — | — |
|
|
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://openai.blueclaw.network/v1",
|
|
52
|
+
id: "blueclaw/Qwen/Qwen3.6-35B-A3B-FP8",
|
|
53
|
+
apiKey: process.env.BLUECLAW_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
|
+
? "blueclaw/Qwen3.6-27B"
|
|
71
|
+
: "blueclaw/Qwen/Qwen3.6-35B-A3B-FP8";
|
|
72
|
+
}
|
|
73
|
+
});
|
|
74
|
+
```
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
> Discover all available pages from the documentation index: https://mastra.ai/llms.txt
|
|
2
|
+
|
|
3
|
+
# DaoXE
|
|
4
|
+
|
|
5
|
+
Access 9 DaoXE models through Mastra's model router. Authentication is handled automatically using the `DAOXE_API_KEY` environment variable.
|
|
6
|
+
|
|
7
|
+
Learn more in the [DaoXE documentation](https://daoxe.com/pricing).
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
DAOXE_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: "daoxe/claude-haiku-4-5-20251001"
|
|
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 [DaoXE documentation](https://daoxe.com/pricing) for details.
|
|
34
|
+
|
|
35
|
+
## Models
|
|
36
|
+
|
|
37
|
+
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
|
+
| --------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `daoxe/claude-haiku-4-5-20251001` | 200K | | | | | | $1 | $5 |
|
|
40
|
+
| `daoxe/claude-opus-4-8` | 1.0M | | | | | | $5 | $25 |
|
|
41
|
+
| `daoxe/claude-sonnet-4-6` | 1.0M | | | | | | $3 | $15 |
|
|
42
|
+
| `daoxe/gemini-3.1-pro-preview` | 1.0M | | | | | | $2 | $12 |
|
|
43
|
+
| `daoxe/gpt-5.4` | 1.1M | | | | | | $3 | $15 |
|
|
44
|
+
| `daoxe/gpt-5.5` | 1.1M | | | | | | $5 | $30 |
|
|
45
|
+
| `daoxe/grok-4.3` | 1.0M | | | | | | $1 | $3 |
|
|
46
|
+
| `daoxe/grok-4.5` | 500K | | | | | | $2 | $6 |
|
|
47
|
+
| `daoxe/kimi-k2.5` | 262K | | | | | | $0.60 | $3 |
|
|
48
|
+
|
|
49
|
+
## Advanced configuration
|
|
50
|
+
|
|
51
|
+
### Custom headers
|
|
52
|
+
|
|
53
|
+
```typescript
|
|
54
|
+
const agent = new Agent({
|
|
55
|
+
id: "custom-agent",
|
|
56
|
+
name: "custom-agent",
|
|
57
|
+
model: {
|
|
58
|
+
url: "https://daoxe.com/v1",
|
|
59
|
+
id: "daoxe/claude-haiku-4-5-20251001",
|
|
60
|
+
apiKey: process.env.DAOXE_API_KEY,
|
|
61
|
+
headers: {
|
|
62
|
+
"X-Custom-Header": "value"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
### Dynamic model selection
|
|
69
|
+
|
|
70
|
+
```typescript
|
|
71
|
+
const agent = new Agent({
|
|
72
|
+
id: "dynamic-agent",
|
|
73
|
+
name: "Dynamic Agent",
|
|
74
|
+
model: ({ requestContext }) => {
|
|
75
|
+
const useAdvanced = requestContext.task === "complex";
|
|
76
|
+
return useAdvanced
|
|
77
|
+
? "daoxe/kimi-k2.5"
|
|
78
|
+
: "daoxe/claude-haiku-4-5-20251001";
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
```
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Databricks
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 27 Databricks models through Mastra's model router. Authentication is handled automatically using the `DATABRICKS_TOKEN` environment variable. Configure `DATABRICKS_HOST` as well.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Databricks documentation](https://docs.databricks.com/aws/en/machine-learning/foundation-models/).
|
|
8
8
|
|
|
@@ -51,6 +51,7 @@ for await (const chunk of stream) {
|
|
|
51
51
|
| `databricks/databricks-gemini-3-1-pro` | 1.0M | | | | | | $2 | $12 |
|
|
52
52
|
| `databricks/databricks-gemini-3-flash` | 1.0M | | | | | | $0.50 | $3 |
|
|
53
53
|
| `databricks/databricks-gemini-3-pro` | 1.0M | | | | | | $2 | $12 |
|
|
54
|
+
| `databricks/databricks-glm-5-2` | 1.0M | | | | | | $1 | $4 |
|
|
54
55
|
| `databricks/databricks-gpt-5` | 400K | | | | | | $1 | $10 |
|
|
55
56
|
| `databricks/databricks-gpt-5-1` | 400K | | | | | | $1 | $10 |
|
|
56
57
|
| `databricks/databricks-gpt-5-2` | 400K | | | | | | $2 | $14 |
|
|
@@ -62,6 +63,7 @@ for await (const chunk of stream) {
|
|
|
62
63
|
| `databricks/databricks-gpt-5-nano` | 400K | | | | | | $0.05 | $0.40 |
|
|
63
64
|
| `databricks/databricks-gpt-oss-120b` | 131K | | | | | | $0.07 | $0.28 |
|
|
64
65
|
| `databricks/databricks-gpt-oss-20b` | 131K | | | | | | $0.05 | $0.20 |
|
|
66
|
+
| `databricks/databricks-kimi-k2-7-code` | 262K | | | | | | $0.95 | $4 |
|
|
65
67
|
|
|
66
68
|
## Advanced configuration
|
|
67
69
|
|
|
@@ -91,7 +93,7 @@ const agent = new Agent({
|
|
|
91
93
|
model: ({ requestContext }) => {
|
|
92
94
|
const useAdvanced = requestContext.task === "complex";
|
|
93
95
|
return useAdvanced
|
|
94
|
-
? "databricks/databricks-
|
|
96
|
+
? "databricks/databricks-kimi-k2-7-code"
|
|
95
97
|
: "databricks/databricks-claude-haiku-4-5";
|
|
96
98
|
}
|
|
97
99
|
});
|
|
@@ -41,7 +41,7 @@ for await (const chunk of stream) {
|
|
|
41
41
|
| `deepinfra/google/gemma-4-26B-A4B-it` | 262K | | | | | | $0.07 | $0.34 |
|
|
42
42
|
| `deepinfra/google/gemma-4-31B-it` | 262K | | | | | | $0.13 | $0.38 |
|
|
43
43
|
| `deepinfra/meta-llama/Llama-3.3-70B-Instruct-Turbo` | 131K | | | | | | $0.10 | $0.32 |
|
|
44
|
-
| `deepinfra/meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8` | 1.0M | | | | | | $0.
|
|
44
|
+
| `deepinfra/meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8` | 1.0M | | | | | | $0.20 | $0.80 |
|
|
45
45
|
| `deepinfra/meta-llama/Llama-4-Scout-17B-16E-Instruct` | 328K | | | | | | $0.10 | $0.30 |
|
|
46
46
|
| `deepinfra/MiniMaxAI/MiniMax-M2.5` | 197K | | | | | | $0.15 | $1 |
|
|
47
47
|
| `deepinfra/MiniMaxAI/MiniMax-M2.7` | 197K | | | | | | $0.25 | $1 |
|
|
@@ -68,7 +68,7 @@ for await (const chunk of stream) {
|
|
|
68
68
|
| `deepinfra/Qwen/Qwen3.7-Max` | 256K | | | | | | $3 | $8 |
|
|
69
69
|
| `deepinfra/XiaomiMiMo/MiMo-V2.5` | 262K | | | | | | $0.40 | $2 |
|
|
70
70
|
| `deepinfra/XiaomiMiMo/MiMo-V2.5-Pro` | 1.0M | | | | | | $1 | $3 |
|
|
71
|
-
| `deepinfra/zai-org/GLM-4.6` | 203K | | | | | | $0.
|
|
71
|
+
| `deepinfra/zai-org/GLM-4.6` | 203K | | | | | | $0.50 | $2 |
|
|
72
72
|
| `deepinfra/zai-org/GLM-4.7` | 203K | | | | | | $0.40 | $2 |
|
|
73
73
|
| `deepinfra/zai-org/GLM-4.7-Flash` | 203K | | | | | | $0.06 | $0.40 |
|
|
74
74
|
| `deepinfra/zai-org/GLM-5` | 203K | | | | | | $0.60 | $2 |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# HPC-AI
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 9 HPC-AI models through Mastra's model router. Authentication is handled automatically using the `HPC_AI_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [HPC-AI documentation](https://www.hpc-ai.com/doc/docs/quickstart/).
|
|
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: "hpc-ai/
|
|
20
|
+
model: "hpc-ai/anthropic/claude-opus-4.7"
|
|
21
21
|
});
|
|
22
22
|
|
|
23
23
|
// Generate a response
|
|
@@ -34,11 +34,17 @@ for await (const chunk of stream) {
|
|
|
34
34
|
|
|
35
35
|
## Models
|
|
36
36
|
|
|
37
|
-
| Model
|
|
38
|
-
|
|
|
39
|
-
| `hpc-ai/
|
|
40
|
-
| `hpc-ai/
|
|
41
|
-
| `hpc-ai/
|
|
37
|
+
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
|
+
| ----------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `hpc-ai/anthropic/claude-opus-4.7` | 1.0M | | | | | | $5 | $25 |
|
|
40
|
+
| `hpc-ai/deepseek/deepseek-v4-flash` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
41
|
+
| `hpc-ai/deepseek/deepseek-v4-pro` | 1.0M | | | | | | $2 | $3 |
|
|
42
|
+
| `hpc-ai/minimax/minimax-m2.5` | 196K | | | | | | $0.30 | $1 |
|
|
43
|
+
| `hpc-ai/moonshotai/kimi-k2.5` | 256K | | | | | | $0.60 | $3 |
|
|
44
|
+
| `hpc-ai/moonshotai/kimi-k2.7-code` | 256K | | | | | | $0.95 | $4 |
|
|
45
|
+
| `hpc-ai/openai/gpt-5.5` | 1.1M | | | | | | $5 | $30 |
|
|
46
|
+
| `hpc-ai/zai-org/glm-5.1` | 202K | | | | | | $0.61 | $2 |
|
|
47
|
+
| `hpc-ai/zai-org/glm-5.2` | 1.0M | | | | | | $1 | $4 |
|
|
42
48
|
|
|
43
49
|
## Advanced configuration
|
|
44
50
|
|
|
@@ -50,7 +56,7 @@ const agent = new Agent({
|
|
|
50
56
|
name: "custom-agent",
|
|
51
57
|
model: {
|
|
52
58
|
url: "https://api.hpc-ai.com/inference/v1",
|
|
53
|
-
id: "hpc-ai/
|
|
59
|
+
id: "hpc-ai/anthropic/claude-opus-4.7",
|
|
54
60
|
apiKey: process.env.HPC_AI_API_KEY,
|
|
55
61
|
headers: {
|
|
56
62
|
"X-Custom-Header": "value"
|
|
@@ -68,8 +74,8 @@ const agent = new Agent({
|
|
|
68
74
|
model: ({ requestContext }) => {
|
|
69
75
|
const useAdvanced = requestContext.task === "complex";
|
|
70
76
|
return useAdvanced
|
|
71
|
-
? "hpc-ai/zai-org/glm-5.
|
|
72
|
-
: "hpc-ai/
|
|
77
|
+
? "hpc-ai/zai-org/glm-5.2"
|
|
78
|
+
: "hpc-ai/anthropic/claude-opus-4.7";
|
|
73
79
|
}
|
|
74
80
|
});
|
|
75
81
|
```
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
> Discover all available pages from the documentation index: https://mastra.ai/llms.txt
|
|
2
|
+
|
|
3
|
+
# InferX
|
|
4
|
+
|
|
5
|
+
Access 6 InferX models through Mastra's model router. Authentication is handled automatically using the `INFERX_API_KEY` environment variable.
|
|
6
|
+
|
|
7
|
+
Learn more in the [InferX documentation](https://model.inferx.net/endpoints).
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
INFERX_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: "inferx/google/gemma-4-31b-it-fp8"
|
|
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 [InferX documentation](https://model.inferx.net/endpoints) for details.
|
|
34
|
+
|
|
35
|
+
## Models
|
|
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-coder-next-fp8` | 256K | | | | | | — | — |
|
|
41
|
+
| `inferx/qwen/qwen3-coder-next-fp8-1m` | 1.0M | | | | | | — | — |
|
|
42
|
+
| `inferx/qwen/qwen3.5-122b-a10b-nvfp4` | 256K | | | | | | — | — |
|
|
43
|
+
| `inferx/qwen/qwen3.6-27b-fp8` | 262K | | | | | | — | — |
|
|
44
|
+
| `inferx/qwen/qwen3.6-35b-a3b-fp8` | 262K | | | | | | — | — |
|
|
45
|
+
|
|
46
|
+
## Advanced configuration
|
|
47
|
+
|
|
48
|
+
### Custom headers
|
|
49
|
+
|
|
50
|
+
```typescript
|
|
51
|
+
const agent = new Agent({
|
|
52
|
+
id: "custom-agent",
|
|
53
|
+
name: "custom-agent",
|
|
54
|
+
model: {
|
|
55
|
+
url: "https://model.inferx.net/v1",
|
|
56
|
+
id: "inferx/google/gemma-4-31b-it-fp8",
|
|
57
|
+
apiKey: process.env.INFERX_API_KEY,
|
|
58
|
+
headers: {
|
|
59
|
+
"X-Custom-Header": "value"
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
});
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
### Dynamic model selection
|
|
66
|
+
|
|
67
|
+
```typescript
|
|
68
|
+
const agent = new Agent({
|
|
69
|
+
id: "dynamic-agent",
|
|
70
|
+
name: "Dynamic Agent",
|
|
71
|
+
model: ({ requestContext }) => {
|
|
72
|
+
const useAdvanced = requestContext.task === "complex";
|
|
73
|
+
return useAdvanced
|
|
74
|
+
? "inferx/qwen/qwen3.6-35b-a3b-fp8"
|
|
75
|
+
: "inferx/google/gemma-4-31b-it-fp8";
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
|
+
```
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# LLM Gateway
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 180 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
|
|
|
@@ -143,8 +143,6 @@ for await (const chunk of stream) {
|
|
|
143
143
|
| `llmgateway/llama-3.3-70b-instruct` | 131K | | | | | | $0.13 | $0.40 |
|
|
144
144
|
| `llmgateway/llama-4-maverick-17b-instruct` | 1.0M | | | | | | $0.27 | $0.85 |
|
|
145
145
|
| `llmgateway/llama-4-scout-17b-instruct` | 131K | | | | | | $0.18 | $0.59 |
|
|
146
|
-
| `llmgateway/mimo-v2-omni` | 256K | | | | | | $0.40 | $2 |
|
|
147
|
-
| `llmgateway/mimo-v2-pro` | 1.0M | | | | | | $1 | $3 |
|
|
148
146
|
| `llmgateway/mimo-v2.5` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
149
147
|
| `llmgateway/mimo-v2.5-pro` | 1.0M | | | | | | $0.43 | $0.87 |
|
|
150
148
|
| `llmgateway/minimax-m2` | 197K | | | | | | $0.20 | $1 |
|
|
@@ -83,7 +83,7 @@ const agent = new Agent({
|
|
|
83
83
|
id: "custom-agent",
|
|
84
84
|
name: "custom-agent",
|
|
85
85
|
model: {
|
|
86
|
-
url: "${NEON_AI_GATEWAY_BASE_URL}/
|
|
86
|
+
url: "${NEON_AI_GATEWAY_BASE_URL}/v1",
|
|
87
87
|
id: "neon/claude-haiku-4-5",
|
|
88
88
|
apiKey: process.env.NEON_AI_GATEWAY_TOKEN,
|
|
89
89
|
headers: {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Vivgrid
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 17 Vivgrid models through Mastra's model router. Authentication is handled automatically using the `VIVGRID_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Vivgrid documentation](https://docs.vivgrid.com/models).
|
|
8
8
|
|
|
@@ -50,6 +50,9 @@ for await (const chunk of stream) {
|
|
|
50
50
|
| `vivgrid/gpt-5.4-mini` | 400K | | | | | | $0.75 | $5 |
|
|
51
51
|
| `vivgrid/gpt-5.4-nano` | 400K | | | | | | $0.20 | $1 |
|
|
52
52
|
| `vivgrid/gpt-5.5` | 1.1M | | | | | | $5 | $30 |
|
|
53
|
+
| `vivgrid/gpt-5.6-luna` | 1.1M | | | | | | $1 | $6 |
|
|
54
|
+
| `vivgrid/gpt-5.6-sol` | 1.1M | | | | | | $5 | $30 |
|
|
55
|
+
| `vivgrid/gpt-5.6-terra` | 1.1M | | | | | | $3 | $15 |
|
|
53
56
|
|
|
54
57
|
## Advanced configuration
|
|
55
58
|
|
|
@@ -79,7 +82,7 @@ const agent = new Agent({
|
|
|
79
82
|
model: ({ requestContext }) => {
|
|
80
83
|
const useAdvanced = requestContext.task === "complex";
|
|
81
84
|
return useAdvanced
|
|
82
|
-
? "vivgrid/gpt-5.
|
|
85
|
+
? "vivgrid/gpt-5.6-terra"
|
|
83
86
|
: "vivgrid/deepseek-v3.2";
|
|
84
87
|
}
|
|
85
88
|
});
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Wafer
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 5 Wafer models through Mastra's model router. Authentication is handled automatically using the `WAFER_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Wafer documentation](https://docs.wafer.ai/wafer-pass).
|
|
8
8
|
|
|
@@ -34,16 +34,13 @@ for await (const chunk of stream) {
|
|
|
34
34
|
|
|
35
35
|
## Models
|
|
36
36
|
|
|
37
|
-
| Model
|
|
38
|
-
|
|
|
39
|
-
| `wafer.ai/
|
|
40
|
-
| `wafer.ai/
|
|
41
|
-
| `wafer.ai/
|
|
42
|
-
| `wafer.ai/
|
|
43
|
-
| `wafer.ai/
|
|
44
|
-
| `wafer.ai/Qwen3.5-397B-A17B` | 262K | | | | | | $0.43 | $3 |
|
|
45
|
-
| `wafer.ai/Qwen3.6-35B-A3B` | 256K | | | | | | $0.15 | $1 |
|
|
46
|
-
| `wafer.ai/qwen3.7-max` | 256K | | | | | | $5 | $15 |
|
|
37
|
+
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
|
+
| ---------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `wafer.ai/GLM-5.1` | 203K | | | | | | $1 | $3 |
|
|
40
|
+
| `wafer.ai/GLM-5.2` | 1.0M | | | | | | $1 | $4 |
|
|
41
|
+
| `wafer.ai/glm5.2-fast` | 1.0M | | | | | | $3 | $10 |
|
|
42
|
+
| `wafer.ai/Kimi-K2.6` | 262K | | | | | | $1 | $5 |
|
|
43
|
+
| `wafer.ai/MiniMax-M3` | 1.0M | | | | | | $0.33 | $1 |
|
|
47
44
|
|
|
48
45
|
## Advanced configuration
|
|
49
46
|
|
|
@@ -73,7 +70,7 @@ const agent = new Agent({
|
|
|
73
70
|
model: ({ requestContext }) => {
|
|
74
71
|
const useAdvanced = requestContext.task === "complex";
|
|
75
72
|
return useAdvanced
|
|
76
|
-
? "wafer.ai/
|
|
73
|
+
? "wafer.ai/glm5.2-fast"
|
|
77
74
|
: "wafer.ai/GLM-5.1";
|
|
78
75
|
}
|
|
79
76
|
});
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# ZenMux
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 118 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
|
|
|
@@ -101,6 +101,9 @@ for await (const chunk of stream) {
|
|
|
101
101
|
| `zenmux/openai/gpt-5.5` | 1.1M | | | | | | $5 | $30 |
|
|
102
102
|
| `zenmux/openai/gpt-5.5-instant` | 400K | | | | | | $5 | $30 |
|
|
103
103
|
| `zenmux/openai/gpt-5.5-pro` | 1.1M | | | | | | $30 | $180 |
|
|
104
|
+
| `zenmux/openai/gpt-5.6-luna` | 1.1M | | | | | | $1 | $6 |
|
|
105
|
+
| `zenmux/openai/gpt-5.6-sol` | 1.1M | | | | | | $5 | $30 |
|
|
106
|
+
| `zenmux/openai/gpt-5.6-terra` | 1.1M | | | | | | $3 | $15 |
|
|
104
107
|
| `zenmux/qwen/qwen3-coder-plus` | 1.0M | | | | | | $1 | $5 |
|
|
105
108
|
| `zenmux/qwen/qwen3-max` | 256K | | | | | | $1 | $6 |
|
|
106
109
|
| `zenmux/qwen/qwen3.5-flash` | 1.0M | | | | | | $0.10 | $0.40 |
|
|
@@ -128,6 +131,7 @@ for await (const chunk of stream) {
|
|
|
128
131
|
| `zenmux/x-ai/grok-4.2-fast` | 2.0M | | | | | | $3 | $9 |
|
|
129
132
|
| `zenmux/x-ai/grok-4.2-fast-non-reasoning` | 2.0M | | | | | | $3 | $9 |
|
|
130
133
|
| `zenmux/x-ai/grok-4.3` | 1.0M | | | | | | $1 | $3 |
|
|
134
|
+
| `zenmux/x-ai/grok-4.5` | 500K | | | | | | $2 | $6 |
|
|
131
135
|
| `zenmux/x-ai/grok-build-0.1` | 256K | | | | | | $1 | $2 |
|
|
132
136
|
| `zenmux/x-ai/grok-code-fast-1` | 256K | | | | | | $0.20 | $2 |
|
|
133
137
|
| `zenmux/xiaomi/mimo-v2-flash` | 262K | | | | | | $0.10 | $0.30 |
|
|
@@ -14,6 +14,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
|
|
|
14
14
|
- [302.AI](https://mastra.ai/models/providers/302ai)
|
|
15
15
|
- [Abacus](https://mastra.ai/models/providers/abacus)
|
|
16
16
|
- [abliteration.ai](https://mastra.ai/models/providers/abliteration-ai)
|
|
17
|
+
- [AI-ROUTER](https://mastra.ai/models/providers/ai-router)
|
|
17
18
|
- [Alibaba](https://mastra.ai/models/providers/alibaba)
|
|
18
19
|
- [Alibaba (China)](https://mastra.ai/models/providers/alibaba-cn)
|
|
19
20
|
- [Alibaba Coding Plan](https://mastra.ai/models/providers/alibaba-coding-plan)
|
|
@@ -27,6 +28,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
|
|
|
27
28
|
- [Bailing](https://mastra.ai/models/providers/bailing)
|
|
28
29
|
- [Baseten](https://mastra.ai/models/providers/baseten)
|
|
29
30
|
- [Berget.AI](https://mastra.ai/models/providers/berget)
|
|
31
|
+
- [Blue Claw](https://mastra.ai/models/providers/blueclaw)
|
|
30
32
|
- [Cerebras](https://mastra.ai/models/providers/cerebras)
|
|
31
33
|
- [Chutes](https://mastra.ai/models/providers/chutes)
|
|
32
34
|
- [Clarifai](https://mastra.ai/models/providers/clarifai)
|
|
@@ -37,6 +39,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
|
|
|
37
39
|
- [CrofAI](https://mastra.ai/models/providers/crof)
|
|
38
40
|
- [CrossModel](https://mastra.ai/models/providers/crossmodel)
|
|
39
41
|
- [D.Run (China)](https://mastra.ai/models/providers/drun)
|
|
42
|
+
- [DaoXE](https://mastra.ai/models/providers/daoxe)
|
|
40
43
|
- [Databricks](https://mastra.ai/models/providers/databricks)
|
|
41
44
|
- [Deep Infra](https://mastra.ai/models/providers/deepinfra)
|
|
42
45
|
- [DigitalOcean](https://mastra.ai/models/providers/digitalocean)
|
|
@@ -57,6 +60,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
|
|
|
57
60
|
- [Inception](https://mastra.ai/models/providers/inception)
|
|
58
61
|
- [Inceptron](https://mastra.ai/models/providers/inceptron)
|
|
59
62
|
- [Inference](https://mastra.ai/models/providers/inference)
|
|
63
|
+
- [InferX](https://mastra.ai/models/providers/inferx)
|
|
60
64
|
- [IO.NET](https://mastra.ai/models/providers/io-net)
|
|
61
65
|
- [Jiekou.AI](https://mastra.ai/models/providers/jiekou)
|
|
62
66
|
- [Kenari](https://mastra.ai/models/providers/kenari)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 1.2.7-alpha.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`e2d5f37`](https://github.com/mastra-ai/mastra/commit/e2d5f373bd289be534d5f8694d34465010533df6)]:
|
|
8
|
+
- @mastra/core@1.51.0-alpha.6
|
|
9
|
+
|
|
3
10
|
## 1.2.7-alpha.11
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/mcp-docs-server",
|
|
3
|
-
"version": "1.2.7-alpha.
|
|
3
|
+
"version": "1.2.7-alpha.14",
|
|
4
4
|
"description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"jsdom": "^26.1.0",
|
|
29
29
|
"local-pkg": "^1.1.2",
|
|
30
30
|
"zod": "^4.4.3",
|
|
31
|
-
"@mastra/
|
|
32
|
-
"@mastra/
|
|
31
|
+
"@mastra/core": "1.51.0-alpha.6",
|
|
32
|
+
"@mastra/mcp": "^1.14.0-alpha.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@hono/node-server": "^1.19.11",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"typescript": "^6.0.3",
|
|
47
47
|
"vitest": "4.1.9",
|
|
48
48
|
"@internal/lint": "0.0.113",
|
|
49
|
-
"@
|
|
50
|
-
"@
|
|
49
|
+
"@mastra/core": "1.51.0-alpha.6",
|
|
50
|
+
"@internal/types-builder": "0.0.88"
|
|
51
51
|
},
|
|
52
52
|
"homepage": "https://mastra.ai",
|
|
53
53
|
"repository": {
|