@mastra/mcp-docs-server 1.2.13-alpha.8 → 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.
- package/.docs/docs/agents/overview.md +1 -1
- package/.docs/docs/agents/supervisor-agents.md +2 -2
- package/.docs/docs/agents/using-tools.md +29 -0
- package/.docs/docs/capabilities/channels/imessage.md +181 -0
- package/.docs/docs/capabilities/channels/overview.md +1 -0
- package/.docs/docs/{evals/datasets → datasets}/overview.md +3 -3
- package/.docs/docs/{evals/datasets → datasets}/running-experiments.md +59 -2
- package/.docs/docs/editor/overview.md +201 -206
- package/.docs/docs/evals/evals-with-memory.md +1 -1
- package/.docs/docs/getting-started/develop.md +196 -0
- package/.docs/docs/index.md +78 -1
- package/.docs/docs/mastra-platform/workspaces.md +13 -13
- package/.docs/docs/memory/observational-memory.md +23 -0
- package/.docs/docs/studio/observability.md +4 -0
- package/.docs/docs/studio/overview.md +2 -2
- package/.docs/docs/workspace/search.md +1 -1
- package/.docs/guides/getting-started/quickstart.md +3 -3
- package/.docs/{docs → guides}/rag/chunking-and-embedding.md +1 -1
- package/.docs/{docs → guides}/rag/graph-rag.md +1 -1
- package/.docs/{docs → guides}/rag/overview.md +2 -2
- package/.docs/{docs → guides}/rag/retrieval.md +1 -1
- package/.docs/{docs → guides}/voice/overview.md +4 -4
- package/.docs/{docs → guides}/voice/realtime-voice.md +2 -2
- package/.docs/{docs → guides}/voice/speech-to-speech.md +1 -1
- package/.docs/{docs → guides}/voice/speech-to-text.md +1 -1
- package/.docs/{docs → guides}/voice/text-to-speech.md +2 -2
- package/.docs/models/embeddings.md +63 -65
- package/.docs/models/environment-variables.md +5 -1
- package/.docs/models/gateways/netlify.md +1 -2
- package/.docs/models/gateways/openrouter.md +5 -3
- package/.docs/models/gateways/vercel.md +8 -1
- package/.docs/models/index.md +1 -1
- package/.docs/models/providers/alibaba-cn.md +3 -1
- package/.docs/models/providers/alibaba-token-plan-cn.md +27 -25
- package/.docs/models/providers/alibaba-token-plan.md +27 -25
- package/.docs/models/providers/alibaba.md +2 -1
- package/.docs/models/providers/ambient.md +13 -12
- package/.docs/models/providers/baseten.md +3 -1
- package/.docs/models/providers/chutes.md +6 -8
- package/.docs/models/providers/crof.md +2 -1
- package/.docs/models/providers/crossmodel.md +7 -3
- package/.docs/models/providers/deepinfra.md +9 -2
- package/.docs/models/providers/digitalocean.md +34 -27
- package/.docs/models/providers/empiriolabs.md +4 -1
- package/.docs/models/providers/fireworks-ai.md +20 -19
- package/.docs/models/providers/greenpt.md +17 -8
- package/.docs/models/providers/groq.md +20 -20
- package/.docs/models/providers/huggingface.md +3 -1
- package/.docs/models/providers/hyper.md +9 -7
- package/.docs/models/providers/impossibl.md +148 -0
- package/.docs/models/providers/infomaniak.md +83 -0
- package/.docs/models/providers/kilo.md +349 -350
- package/.docs/models/providers/llmgateway.md +6 -3
- package/.docs/models/providers/mistral.md +5 -2
- package/.docs/models/providers/modal.md +5 -4
- package/.docs/models/providers/modelis.md +81 -0
- package/.docs/models/providers/nano-gpt.md +146 -148
- package/.docs/models/providers/neuralwatt.md +2 -1
- package/.docs/models/providers/ofox.md +2 -2
- package/.docs/models/providers/ollama-cloud.md +23 -22
- package/.docs/models/providers/opencode-go.md +3 -2
- package/.docs/models/providers/requesty.md +54 -45
- package/.docs/models/providers/scx.md +74 -0
- package/.docs/models/providers/tensorx.md +97 -0
- package/.docs/models/providers/togetherai.md +2 -1
- package/.docs/models/providers/umans-ai-coding-plan.md +11 -9
- package/.docs/models/providers/umans-ai.md +11 -9
- package/.docs/models/providers/wandb.md +2 -2
- package/.docs/models/providers/zai-coding-plan.md +11 -13
- package/.docs/models/providers/zhipuai-coding-plan.md +12 -12
- package/.docs/models/providers.md +5 -1
- package/.docs/reference/agents/agent.md +1 -1
- package/.docs/reference/agents/generate.md +1 -1
- package/.docs/reference/agents/getVoice.md +1 -1
- package/.docs/{docs/getting-started → reference}/build-with-ai.md +5 -110
- package/.docs/reference/cli/create-mastra.md +2 -0
- package/.docs/reference/cli/mastra.md +66 -1
- package/.docs/reference/client-js/agents.md +1 -1
- package/.docs/reference/configuration.md +2 -2
- package/.docs/reference/core/getEditor.md +1 -1
- package/.docs/reference/core/getVector.md +2 -2
- package/.docs/reference/core/listVectors.md +2 -2
- package/.docs/reference/core/mastra-class.md +1 -1
- package/.docs/reference/datasets/startExperiment.md +6 -0
- package/.docs/reference/datasets/startExperimentAsync.md +4 -0
- package/.docs/reference/editor/browser-provider.md +2 -2
- package/.docs/reference/editor/filesystem-provider.md +1 -1
- package/.docs/reference/editor/mastra-editor.md +31 -18
- package/.docs/reference/editor/prompt-blocks.md +137 -0
- package/.docs/reference/editor/sandbox-provider.md +1 -1
- package/.docs/reference/editor/storage-browser-ref.md +3 -3
- package/.docs/reference/editor/storage-workspace-ref.md +3 -3
- package/.docs/reference/editor/tool-provider.md +44 -10
- package/.docs/reference/editor/tools.md +100 -0
- package/.docs/reference/editor/versioning.md +130 -0
- package/.docs/reference/evals/mastra-scorer.md +68 -8
- package/.docs/reference/file-based-agents/config.md +39 -1
- package/.docs/reference/index.md +3 -4
- package/.docs/reference/memory/observational-memory.md +3 -1
- package/.docs/reference/memory/serialized-memory-config.md +3 -3
- package/.docs/reference/observability/tracing/interfaces.md +3 -1
- package/.docs/reference/processors/token-limiter-processor.md +15 -1
- package/.docs/reference/project-structure.md +1 -1
- package/.docs/reference/rag/database-config.md +1 -1
- package/.docs/reference/storage/composite.md +2 -0
- package/.docs/reference/streaming/agents/stream.md +1 -1
- package/.docs/reference/voice/livekit.md +3 -3
- package/.docs/reference/workspace/platform-filesystem.md +3 -3
- package/.docs/reference/workspace/platform-sandbox.md +5 -5
- package/CHANGELOG.md +30 -0
- package/README.md +1 -1
- package/package.json +6 -6
- package/.docs/docs/agent-builder/access-control.md +0 -99
- package/.docs/docs/agent-builder/browser.md +0 -63
- package/.docs/docs/agent-builder/channels.md +0 -78
- package/.docs/docs/agent-builder/configuration.md +0 -132
- package/.docs/docs/agent-builder/deploying.md +0 -124
- package/.docs/docs/agent-builder/integrations.md +0 -115
- package/.docs/docs/agent-builder/memory.md +0 -69
- package/.docs/docs/agent-builder/model-policy.md +0 -50
- package/.docs/docs/agent-builder/overview.md +0 -114
- package/.docs/docs/agent-builder/skill-registries.md +0 -31
- package/.docs/docs/agent-builder/workspace.md +0 -62
- package/.docs/docs/editor/prompts.md +0 -140
- package/.docs/docs/editor/tools.md +0 -148
- package/.docs/docs/getting-started/file-based-agents.md +0 -121
- package/.docs/docs/what-is-mastra.md +0 -161
- package/.docs/reference/client-js/agent-builder.md +0 -163
- package/.docs/reference/editor/agent-builder/agent-builder-options.md +0 -76
- package/.docs/reference/editor/agent-builder/builder-agent-defaults.md +0 -79
- package/.docs/reference/editor/agent-builder/builder-models.md +0 -66
- /package/.docs/{docs → guides}/getting-started/manual-install.md +0 -0
- /package/.docs/{docs → guides}/rag/vector-databases.md +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Alibaba
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 52 Alibaba models through Mastra's model router. Authentication is handled automatically using the `DASHSCOPE_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Alibaba documentation](https://www.alibabacloud.com/help/en/model-studio/models).
|
|
8
8
|
|
|
@@ -86,6 +86,7 @@ for await (const chunk of stream) {
|
|
|
86
86
|
| `alibaba/qwen3.6-plus` | 1.0M | | | | | | $0.50 | $3 |
|
|
87
87
|
| `alibaba/qwen3.7-max` | 1.0M | | | | | | $3 | $8 |
|
|
88
88
|
| `alibaba/qwen3.7-plus` | 1.0M | | | | | | $0.50 | $3 |
|
|
89
|
+
| `alibaba/qwen3.8-max` | 1.0M | | | | | | $2 | $6 |
|
|
89
90
|
| `alibaba/qwq-plus` | 131K | | | | | | $0.80 | $2 |
|
|
90
91
|
|
|
91
92
|
## Advanced configuration
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Ambient
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 10 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
|
|
|
@@ -34,17 +34,18 @@ for await (const chunk of stream) {
|
|
|
34
34
|
|
|
35
35
|
## Models
|
|
36
36
|
|
|
37
|
-
| Model
|
|
38
|
-
|
|
|
39
|
-
| `ambient/ambient/large`
|
|
40
|
-
| `ambient/deepseek/deepseek-v4-flash`
|
|
41
|
-
| `ambient/
|
|
42
|
-
| `ambient/moonshotai/kimi-k2.
|
|
43
|
-
| `ambient/
|
|
44
|
-
| `ambient/
|
|
45
|
-
| `ambient/
|
|
46
|
-
| `ambient/
|
|
47
|
-
| `ambient/zai-org/GLM-5.
|
|
37
|
+
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
|
+
| ----------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `ambient/ambient/large` | 203K | | | | | | $1 | $4 |
|
|
40
|
+
| `ambient/deepseek/deepseek-v4-flash` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
41
|
+
| `ambient/deepseek/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
42
|
+
| `ambient/moonshotai/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
|
|
43
|
+
| `ambient/moonshotai/kimi-k2.7-code` | 262K | | | | | | $0.73 | $4 |
|
|
44
|
+
| `ambient/stepfun/step-3.7-flash` | 262K | | | | | | $0.19 | $1 |
|
|
45
|
+
| `ambient/xiaomi/mimo-v2.5` | 1.0M | | | | | | $0.40 | $2 |
|
|
46
|
+
| `ambient/z-ai/glm-5.2` | 203K | | | | | | $1 | $4 |
|
|
47
|
+
| `ambient/zai-org/GLM-5.1-FP8` | 203K | | | | | | $1 | $4 |
|
|
48
|
+
| `ambient/zai-org/GLM-5.2-FP8` | 203K | | | | | | $1 | $4 |
|
|
48
49
|
|
|
49
50
|
## Advanced configuration
|
|
50
51
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Baseten
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 18 Baseten models through Mastra's model router. Authentication is handled automatically using the `BASETEN_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Baseten documentation](https://docs.baseten.co).
|
|
8
8
|
|
|
@@ -36,6 +36,7 @@ for await (const chunk of stream) {
|
|
|
36
36
|
|
|
37
37
|
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
38
|
| -------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `baseten/deepseek-ai/DeepSeek-V4-Flash-0731` | 1.0M | | | | | | $0.13 | $0.26 |
|
|
39
40
|
| `baseten/deepseek-ai/DeepSeek-V4-Pro` | 262K | | | | | | $2 | $3 |
|
|
40
41
|
| `baseten/moonshotai/Kimi-K2.5` | 262K | | | | | | $0.60 | $3 |
|
|
41
42
|
| `baseten/moonshotai/Kimi-K2.6` | 262K | | | | | | $0.95 | $4 |
|
|
@@ -45,6 +46,7 @@ for await (const chunk of stream) {
|
|
|
45
46
|
| `baseten/nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B` | 203K | | | | | | $0.60 | $2 |
|
|
46
47
|
| `baseten/openai/gpt-oss-120b` | 128K | | | | | | $0.10 | $0.50 |
|
|
47
48
|
| `baseten/thinkingmachines/inkling` | 1.0M | | | | | | $1 | $4 |
|
|
49
|
+
| `baseten/thinkingmachines/inkling-small` | 1.0M | | | | | | $0.50 | $1 |
|
|
48
50
|
| `baseten/zai-org/GLM-4.7` | 200K | | | | | | $0.60 | $2 |
|
|
49
51
|
| `baseten/zai-org/GLM-5` | 203K | | | | | | $0.95 | $3 |
|
|
50
52
|
| `baseten/zai-org/GLM-5.1` | 203K | | | | | | $1 | $4 |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Chutes
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 13 Chutes models through Mastra's model router. Authentication is handled automatically using the `CHUTES_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Chutes documentation](https://llm.chutes.ai).
|
|
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: "chutes/
|
|
20
|
+
model: "chutes/Nemotron-3-Nano-Omni-30B-TEE"
|
|
21
21
|
});
|
|
22
22
|
|
|
23
23
|
// Generate a response
|
|
@@ -37,10 +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
|
| `chutes/deepseek-ai/DeepSeek-V3.2-TEE` | 131K | | | | | | $1 | $1 |
|
|
40
|
+
| `chutes/deepseek-ai/DeepSeek-V4-Flash-0731-TEE` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
40
41
|
| `chutes/google/gemma-4-31B-turbo-TEE` | 131K | | | | | | $0.12 | $0.37 |
|
|
41
|
-
| `chutes/
|
|
42
|
-
| `chutes/moonshotai/Kimi-K2.5-TEE` | 262K | | | | | | $0.44 | $2 |
|
|
43
|
-
| `chutes/moonshotai/Kimi-K2.6-TEE` | 262K | | | | | | $0.66 | $4 |
|
|
42
|
+
| `chutes/moonshotai/Kimi-K2.6-TEE` | 262K | | | | | | $0.58 | $3 |
|
|
44
43
|
| `chutes/moonshotai/Kimi-K3-TEE` | 1.0M | | | | | | $3 | $15 |
|
|
45
44
|
| `chutes/Nemotron-3-Nano-Omni-30B-TEE` | 131K | | | | | | $0.02 | $0.10 |
|
|
46
45
|
| `chutes/Qwen/Qwen3-235B-A22B-Thinking-2507-TEE` | 262K | | | | | | $0.30 | $1 |
|
|
@@ -48,7 +47,6 @@ for await (const chunk of stream) {
|
|
|
48
47
|
| `chutes/Qwen/Qwen3.5-397B-A17B-TEE` | 262K | | | | | | $0.45 | $3 |
|
|
49
48
|
| `chutes/Qwen/Qwen3.6-27B-TEE` | 262K | | | | | | $0.30 | $2 |
|
|
50
49
|
| `chutes/unsloth/Mistral-Nemo-Instruct-2407-TEE` | 131K | | | | | | $0.02 | $0.10 |
|
|
51
|
-
| `chutes/zai-org/GLM-5-TEE` | 203K | | | | | | $0.95 | $3 |
|
|
52
50
|
| `chutes/zai-org/GLM-5.1-TEE` | 203K | | | | | | $0.98 | $3 |
|
|
53
51
|
| `chutes/zai-org/GLM-5.2-TEE` | 1.0M | | | | | | $1 | $4 |
|
|
54
52
|
|
|
@@ -62,7 +60,7 @@ const agent = new Agent({
|
|
|
62
60
|
name: "custom-agent",
|
|
63
61
|
model: {
|
|
64
62
|
url: "https://llm.chutes.ai/v1",
|
|
65
|
-
id: "chutes/
|
|
63
|
+
id: "chutes/Nemotron-3-Nano-Omni-30B-TEE",
|
|
66
64
|
apiKey: process.env.CHUTES_API_KEY,
|
|
67
65
|
headers: {
|
|
68
66
|
"X-Custom-Header": "value"
|
|
@@ -81,7 +79,7 @@ const agent = new Agent({
|
|
|
81
79
|
const useAdvanced = requestContext.task === "complex";
|
|
82
80
|
return useAdvanced
|
|
83
81
|
? "chutes/zai-org/GLM-5.2-TEE"
|
|
84
|
-
: "chutes/
|
|
82
|
+
: "chutes/Nemotron-3-Nano-Omni-30B-TEE";
|
|
85
83
|
}
|
|
86
84
|
});
|
|
87
85
|
```
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# CrofAI
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 26 CrofAI models through Mastra's model router. Authentication is handled automatically using the `CROF_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [CrofAI documentation](https://crof.ai/docs).
|
|
8
8
|
|
|
@@ -38,6 +38,7 @@ for await (const chunk of stream) {
|
|
|
38
38
|
| -------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
39
|
| `crof/deepseek-v3.2` | 164K | | | | | | $0.18 | $0.35 |
|
|
40
40
|
| `crof/deepseek-v4-flash` | 1.0M | | | | | | $0.12 | $0.21 |
|
|
41
|
+
| `crof/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.12 | $0.21 |
|
|
41
42
|
| `crof/deepseek-v4-pro` | 1.0M | | | | | | $0.35 | $0.80 |
|
|
42
43
|
| `crof/deepseek-v4-pro-lightning` | 1.0M | | | | | | $0.80 | $2 |
|
|
43
44
|
| `crof/gemma-4-31b-it` | 262K | | | | | | $0.10 | $0.30 |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# CrossModel
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 50 CrossModel models through Mastra's model router. Authentication is handled automatically using the `CROSSMODEL_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [CrossModel documentation](https://www.crossmodel.ai/docs).
|
|
8
8
|
|
|
@@ -51,6 +51,8 @@ for await (const chunk of stream) {
|
|
|
51
51
|
| `crossmodel/gemini/gemini-3-flash-preview` | 1.0M | | | | | | $0.50 | $3 |
|
|
52
52
|
| `crossmodel/gemini/gemini-3.1-pro-preview` | 1.0M | | | | | | $2 | $12 |
|
|
53
53
|
| `crossmodel/gemini/gemini-3.5-flash` | 1.0M | | | | | | $2 | $9 |
|
|
54
|
+
| `crossmodel/gemini/gemini-3.5-flash-lite` | 1.0M | | | | | | $0.30 | $3 |
|
|
55
|
+
| `crossmodel/gemini/gemini-3.6-flash` | 1.0M | | | | | | $2 | $8 |
|
|
54
56
|
| `crossmodel/minimax/minimax-m2.7` | 205K | | | | | | $0.33 | $1 |
|
|
55
57
|
| `crossmodel/minimax/minimax-m3` | 1.0M | | | | | | $0.33 | $1 |
|
|
56
58
|
| `crossmodel/moonshot/kimi-k2.5` | 262K | | | | | | $0.62 | $3 |
|
|
@@ -63,13 +65,15 @@ for await (const chunk of stream) {
|
|
|
63
65
|
| `crossmodel/openai/gpt-5.4-nano` | 400K | | | | | | $0.20 | $1 |
|
|
64
66
|
| `crossmodel/openai/gpt-5.5` | 1.1M | | | | | | $5 | $30 |
|
|
65
67
|
| `crossmodel/openai/gpt-5.5-pro` | 1.1M | | | | | | $30 | $180 |
|
|
66
|
-
| `crossmodel/openai/gpt-5.6-luna` | 1.1M | | | | | | $
|
|
68
|
+
| `crossmodel/openai/gpt-5.6-luna` | 1.1M | | | | | | $0.20 | $1 |
|
|
67
69
|
| `crossmodel/openai/gpt-5.6-sol` | 1.1M | | | | | | $5 | $30 |
|
|
68
|
-
| `crossmodel/openai/gpt-5.6-terra` | 1.1M | | | | | | $
|
|
70
|
+
| `crossmodel/openai/gpt-5.6-terra` | 1.1M | | | | | | $2 | $12 |
|
|
69
71
|
| `crossmodel/qwen/qwen3.6-flash` | 1.0M | | | | | | $0.19 | $1 |
|
|
70
72
|
| `crossmodel/qwen/qwen3.6-plus` | 1.0M | | | | | | $0.32 | $2 |
|
|
73
|
+
| `crossmodel/qwen/qwen3.7-flash` | 1.0M | | | | | | $0.04 | $0.13 |
|
|
71
74
|
| `crossmodel/qwen/qwen3.7-max` | 1.0M | | | | | | $2 | $5 |
|
|
72
75
|
| `crossmodel/qwen/qwen3.7-plus` | 1.0M | | | | | | $0.29 | $1 |
|
|
76
|
+
| `crossmodel/qwen/qwen3.8-max` | 1.0M | | | | | | $2 | $6 |
|
|
73
77
|
| `crossmodel/tencent/hy3` | 262K | | | | | | $0.16 | $0.64 |
|
|
74
78
|
| `crossmodel/tencent/hy3-preview` | 262K | | | | | | $0.19 | $0.63 |
|
|
75
79
|
| `crossmodel/x-ai/grok-4.3` | 1.0M | | | | | | $1 | $3 |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Deep Infra
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 48 Deep Infra models through Mastra's model router. Authentication is handled automatically using the `DEEPINFRA_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Deep Infra documentation](https://deepinfra.com/models).
|
|
8
8
|
|
|
@@ -37,9 +37,11 @@ for await (const chunk of stream) {
|
|
|
37
37
|
| `deepinfra/deepseek-ai/DeepSeek-R1-0528` | 164K | | | | | | $0.50 | $2 |
|
|
38
38
|
| `deepinfra/deepseek-ai/DeepSeek-V3.2` | 164K | | | | | | $0.26 | $0.38 |
|
|
39
39
|
| `deepinfra/deepseek-ai/DeepSeek-V4-Flash` | 1.0M | | | | | | $0.09 | $0.18 |
|
|
40
|
+
| `deepinfra/deepseek-ai/DeepSeek-V4-Flash-0731` | 1.0M | | | | | | $0.09 | $0.18 |
|
|
40
41
|
| `deepinfra/deepseek-ai/DeepSeek-V4-Pro` | 1.0M | | | | | | $1 | $3 |
|
|
41
42
|
| `deepinfra/google/gemma-4-26B-A4B-it` | 262K | | | | | | $0.07 | $0.34 |
|
|
42
43
|
| `deepinfra/google/gemma-4-31B-it` | 262K | | | | | | $0.13 | $0.38 |
|
|
44
|
+
| `deepinfra/google/gemma-4-E4B-it` | 131K | | | | | | $0.02 | $0.10 |
|
|
43
45
|
| `deepinfra/meta-llama/Llama-3.3-70B-Instruct-Turbo` | 131K | | | | | | $0.10 | $0.32 |
|
|
44
46
|
| `deepinfra/meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8` | 1.0M | | | | | | $0.20 | $0.80 |
|
|
45
47
|
| `deepinfra/meta-llama/Llama-4-Scout-17B-16E-Instruct` | 328K | | | | | | $0.10 | $0.30 |
|
|
@@ -64,6 +66,11 @@ for await (const chunk of stream) {
|
|
|
64
66
|
| `deepinfra/Qwen/Qwen3.6-27B` | 262K | | | | | | $0.32 | $3 |
|
|
65
67
|
| `deepinfra/Qwen/Qwen3.6-35B-A3B` | 262K | | | | | | $0.10 | $0.95 |
|
|
66
68
|
| `deepinfra/Qwen/Qwen3.7-Max` | 256K | | | | | | $3 | $8 |
|
|
69
|
+
| `deepinfra/Qwen/Qwen3.8-Max` | 256K | | | | | | $2 | $5 |
|
|
70
|
+
| `deepinfra/stepfun-ai/Step-3.7-Flash` | 262K | | | | | | $0.20 | $1 |
|
|
71
|
+
| `deepinfra/tencent/Hy3` | 262K | | | | | | $0.14 | $0.58 |
|
|
72
|
+
| `deepinfra/thinkingmachines/Inkling` | 524K | | | | | | $0.95 | $4 |
|
|
73
|
+
| `deepinfra/thinkingmachines/Inkling-Small` | 524K | | | | | | $0.45 | $1 |
|
|
67
74
|
| `deepinfra/XiaomiMiMo/MiMo-V2.5` | 262K | | | | | | $0.40 | $2 |
|
|
68
75
|
| `deepinfra/XiaomiMiMo/MiMo-V2.5-Pro` | 1.0M | | | | | | $1 | $3 |
|
|
69
76
|
| `deepinfra/zai-org/GLM-4.6` | 203K | | | | | | $0.50 | $2 |
|
|
@@ -71,7 +78,7 @@ for await (const chunk of stream) {
|
|
|
71
78
|
| `deepinfra/zai-org/GLM-4.7-Flash` | 203K | | | | | | $0.06 | $0.40 |
|
|
72
79
|
| `deepinfra/zai-org/GLM-5` | 203K | | | | | | $0.60 | $2 |
|
|
73
80
|
| `deepinfra/zai-org/GLM-5.1` | 203K | | | | | | $1 | $4 |
|
|
74
|
-
| `deepinfra/zai-org/GLM-5.2` | 1.0M | | | | | | $0.
|
|
81
|
+
| `deepinfra/zai-org/GLM-5.2` | 1.0M | | | | | | $0.75 | $2 |
|
|
75
82
|
|
|
76
83
|
## Advanced configuration
|
|
77
84
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# DigitalOcean
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 89 DigitalOcean models through Mastra's model router. Authentication is handled automatically using the `DIGITALOCEAN_ACCESS_TOKEN` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [DigitalOcean documentation](https://docs.digitalocean.com/products/gradient-ai-platform/details/models/).
|
|
8
8
|
|
|
@@ -36,53 +36,57 @@ for await (const chunk of stream) {
|
|
|
36
36
|
|
|
37
37
|
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
38
|
| ---------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
-
| `digitalocean/alibaba-qwen3-32b` |
|
|
39
|
+
| `digitalocean/alibaba-qwen3-32b` | 33K | | | | | | $0.25 | $0.55 |
|
|
40
40
|
| `digitalocean/all-mini-lm-l6-v2` | 256 | | | | | | $0.01 | — |
|
|
41
41
|
| `digitalocean/anthropic-claude-4.1-opus` | 200K | | | | | | $15 | $75 |
|
|
42
42
|
| `digitalocean/anthropic-claude-4.5-haiku` | 200K | | | | | | $1 | $5 |
|
|
43
|
-
| `digitalocean/anthropic-claude-4.5-sonnet` |
|
|
44
|
-
| `digitalocean/anthropic-claude-4.6-sonnet` |
|
|
45
|
-
| `digitalocean/anthropic-claude-
|
|
43
|
+
| `digitalocean/anthropic-claude-4.5-sonnet` | 200K | | | | | | $3 | $15 |
|
|
44
|
+
| `digitalocean/anthropic-claude-4.6-sonnet` | 200K | | | | | | $3 | $15 |
|
|
45
|
+
| `digitalocean/anthropic-claude-5-sonnet` | 1.0M | | | | | | $2 | $10 |
|
|
46
|
+
| `digitalocean/anthropic-claude-fable-5` | 1.0M | | | | | | $10 | $50 |
|
|
46
47
|
| `digitalocean/anthropic-claude-haiku-4.5` | 200K | | | | | | $1 | $5 |
|
|
47
48
|
| `digitalocean/anthropic-claude-opus-4` | 200K | | | | | | $15 | $75 |
|
|
48
49
|
| `digitalocean/anthropic-claude-opus-4.5` | 200K | | | | | | $5 | $25 |
|
|
49
|
-
| `digitalocean/anthropic-claude-opus-4.6` |
|
|
50
|
-
| `digitalocean/anthropic-claude-opus-4.7` |
|
|
50
|
+
| `digitalocean/anthropic-claude-opus-4.6` | 200K | | | | | | $5 | $25 |
|
|
51
|
+
| `digitalocean/anthropic-claude-opus-4.7` | 200K | | | | | | $5 | $25 |
|
|
51
52
|
| `digitalocean/anthropic-claude-opus-4.8` | 1.0M | | | | | | $5 | $25 |
|
|
53
|
+
| `digitalocean/anthropic-claude-opus-5` | 1.0M | | | | | | $5 | $25 |
|
|
52
54
|
| `digitalocean/anthropic-claude-sonnet-4` | 1.0M | | | | | | $3 | $15 |
|
|
53
|
-
| `digitalocean/arcee-trinity-large-thinking` |
|
|
55
|
+
| `digitalocean/arcee-trinity-large-thinking` | 128K | | | | | | $0.25 | $0.90 |
|
|
54
56
|
| `digitalocean/bge-m3` | 8K | | | | | | $0.02 | — |
|
|
55
57
|
| `digitalocean/bge-reranker-v2-m3` | 8K | | | | | | $0.01 | — |
|
|
56
|
-
| `digitalocean/deepseek-3.2` |
|
|
57
|
-
| `digitalocean/deepseek-4-flash` | 262K | | | | | |
|
|
58
|
-
| `digitalocean/deepseek-r1-distill-llama-70b` |
|
|
58
|
+
| `digitalocean/deepseek-3.2` | 164K | | | | | | $0.42 | $1 |
|
|
59
|
+
| `digitalocean/deepseek-4-flash` | 262K | | | | | | $0.11 | $0.22 |
|
|
60
|
+
| `digitalocean/deepseek-r1-distill-llama-70b` | 33K | | | | | | $0.99 | $0.99 |
|
|
59
61
|
| `digitalocean/deepseek-v3` | 164K | | | | | | — | — |
|
|
60
|
-
| `digitalocean/deepseek-v4-pro` |
|
|
62
|
+
| `digitalocean/deepseek-v4-pro` | 262K | | | | | | $1 | $3 |
|
|
61
63
|
| `digitalocean/e5-large-v2` | 512 | | | | | | $0.02 | — |
|
|
62
64
|
| `digitalocean/fal-ai/elevenlabs/tts/multilingual-v2` | — | | | | | | — | — |
|
|
63
65
|
| `digitalocean/fal-ai/fast-sdxl` | — | | | | | | — | — |
|
|
64
66
|
| `digitalocean/fal-ai/flux/schnell` | — | | | | | | — | — |
|
|
65
67
|
| `digitalocean/fal-ai/stable-audio-25/text-to-audio` | — | | | | | | — | — |
|
|
66
68
|
| `digitalocean/gemma-4-31B-it` | 256K | | | | | | $0.18 | $0.50 |
|
|
67
|
-
| `digitalocean/glm-5` |
|
|
68
|
-
| `digitalocean/glm-5.1` |
|
|
69
|
-
| `digitalocean/glm-5.2` |
|
|
69
|
+
| `digitalocean/glm-5` | 64K | | | | | | $0.75 | $2 |
|
|
70
|
+
| `digitalocean/glm-5.1` | 164K | | | | | | $0.97 | $4 |
|
|
71
|
+
| `digitalocean/glm-5.2` | 262K | | | | | | $1 | $4 |
|
|
70
72
|
| `digitalocean/gte-large-en-v1.5` | 8K | | | | | | $0.09 | — |
|
|
71
|
-
| `digitalocean/kimi-k2.5` | 262K | | | | | | $0.
|
|
72
|
-
| `digitalocean/kimi-k2.6` | 262K | | | | | | $0.
|
|
73
|
-
| `digitalocean/
|
|
73
|
+
| `digitalocean/kimi-k2.5` | 262K | | | | | | $0.38 | $2 |
|
|
74
|
+
| `digitalocean/kimi-k2.6` | 262K | | | | | | $0.76 | $3 |
|
|
75
|
+
| `digitalocean/kimi-k3` | 1.0M | | | | | | $3 | $15 |
|
|
76
|
+
| `digitalocean/llama-4-maverick` | 128K | | | | | | $0.25 | $0.87 |
|
|
74
77
|
| `digitalocean/llama3-8b-instruct` | 131K | | | | | | $0.20 | $0.20 |
|
|
75
78
|
| `digitalocean/llama3.3-70b-instruct` | 128K | | | | | | $0.65 | $0.65 |
|
|
76
|
-
| `digitalocean/
|
|
79
|
+
| `digitalocean/mimo-v2.5-pro` | 262K | | | | | | $0.60 | $3 |
|
|
80
|
+
| `digitalocean/minimax-m2.5` | 66K | | | | | | $0.23 | $0.90 |
|
|
77
81
|
| `digitalocean/ministral-3-8b-instruct-2512` | 262K | | | | | | — | — |
|
|
78
82
|
| `digitalocean/mistral-3-14B` | 262K | | | | | | $0.20 | $0.20 |
|
|
79
83
|
| `digitalocean/mistral-7b-instruct-v0.3` | 33K | | | | | | — | — |
|
|
80
84
|
| `digitalocean/multi-qa-mpnet-base-dot-v1` | 512 | | | | | | $0.01 | — |
|
|
81
85
|
| `digitalocean/nemotron-3-nano-30b` | 262K | | | | | | — | — |
|
|
82
86
|
| `digitalocean/nemotron-3-nano-omni` | 66K | | | | | | $0.50 | $0.90 |
|
|
83
|
-
| `digitalocean/nemotron-3-ultra-550b` | 131K | | | | | |
|
|
87
|
+
| `digitalocean/nemotron-3-ultra-550b` | 131K | | | | | | $0.90 | $2 |
|
|
84
88
|
| `digitalocean/nemotron-nano-12b-v2-vl` | 128K | | | | | | $0.20 | $0.60 |
|
|
85
|
-
| `digitalocean/nvidia-nemotron-3-super-120b` |
|
|
89
|
+
| `digitalocean/nvidia-nemotron-3-super-120b` | 1.0M | | | | | | $0.21 | $0.46 |
|
|
86
90
|
| `digitalocean/openai-gpt-4.1` | 1.0M | | | | | | $2 | $8 |
|
|
87
91
|
| `digitalocean/openai-gpt-4o` | 128K | | | | | | $3 | $10 |
|
|
88
92
|
| `digitalocean/openai-gpt-4o-mini` | 128K | | | | | | $0.15 | $0.60 |
|
|
@@ -93,16 +97,19 @@ for await (const chunk of stream) {
|
|
|
93
97
|
| `digitalocean/openai-gpt-5.2` | 400K | | | | | | $2 | $14 |
|
|
94
98
|
| `digitalocean/openai-gpt-5.2-pro` | 400K | | | | | | $21 | $168 |
|
|
95
99
|
| `digitalocean/openai-gpt-5.3-codex` | 400K | | | | | | $2 | $14 |
|
|
96
|
-
| `digitalocean/openai-gpt-5.4` |
|
|
100
|
+
| `digitalocean/openai-gpt-5.4` | 400K | | | | | | $3 | $15 |
|
|
97
101
|
| `digitalocean/openai-gpt-5.4-mini` | 400K | | | | | | $0.75 | $5 |
|
|
98
102
|
| `digitalocean/openai-gpt-5.4-nano` | 400K | | | | | | $0.20 | $1 |
|
|
99
|
-
| `digitalocean/openai-gpt-5.4-pro` |
|
|
103
|
+
| `digitalocean/openai-gpt-5.4-pro` | 1.1M | | | | | | $30 | $180 |
|
|
100
104
|
| `digitalocean/openai-gpt-5.5` | 1.0M | | | | | | $5 | $30 |
|
|
105
|
+
| `digitalocean/openai-gpt-5.6-luna` | 1.1M | | | | | | $0.20 | $1 |
|
|
106
|
+
| `digitalocean/openai-gpt-5.6-sol` | 1.1M | | | | | | $5 | $30 |
|
|
107
|
+
| `digitalocean/openai-gpt-5.6-terra` | 1.1M | | | | | | $2 | $12 |
|
|
101
108
|
| `digitalocean/openai-gpt-image-1` | — | | | | | | $5 | $40 |
|
|
102
109
|
| `digitalocean/openai-gpt-image-1.5` | — | | | | | | $5 | $10 |
|
|
103
|
-
| `digitalocean/openai-gpt-image-2` | — | | | | | |
|
|
104
|
-
| `digitalocean/openai-gpt-oss-120b` |
|
|
105
|
-
| `digitalocean/openai-gpt-oss-20b` |
|
|
110
|
+
| `digitalocean/openai-gpt-image-2` | — | | | | | | $8 | $30 |
|
|
111
|
+
| `digitalocean/openai-gpt-oss-120b` | 128K | | | | | | $0.07 | $0.49 |
|
|
112
|
+
| `digitalocean/openai-gpt-oss-20b` | 128K | | | | | | $0.05 | $0.45 |
|
|
106
113
|
| `digitalocean/openai-o1` | 200K | | | | | | $15 | $60 |
|
|
107
114
|
| `digitalocean/openai-o3` | 200K | | | | | | $2 | $8 |
|
|
108
115
|
| `digitalocean/openai-o3-mini` | 200K | | | | | | $1 | $4 |
|
|
@@ -110,7 +117,7 @@ for await (const chunk of stream) {
|
|
|
110
117
|
| `digitalocean/qwen3-coder-flash` | 262K | | | | | | $0.45 | $2 |
|
|
111
118
|
| `digitalocean/qwen3-embedding-0.6b` | 8K | | | | | | $0.04 | — |
|
|
112
119
|
| `digitalocean/qwen3-tts-voicedesign` | 33K | | | | | | — | — |
|
|
113
|
-
| `digitalocean/qwen3.5-397b-a17b` |
|
|
120
|
+
| `digitalocean/qwen3.5-397b-a17b` | 131K | | | | | | $0.39 | $2 |
|
|
114
121
|
| `digitalocean/stable-diffusion-3.5-large` | 256 | | | | | | $0.08 | — |
|
|
115
122
|
| `digitalocean/wan2-2-t2v-a14b` | 100 | | | | | | $0.60 | — |
|
|
116
123
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# EmpirioLabs AI
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 40 EmpirioLabs AI models through Mastra's model router. Authentication is handled automatically using the `EMPIRIOLABS_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [EmpirioLabs AI documentation](https://docs.empiriolabs.ai).
|
|
8
8
|
|
|
@@ -37,6 +37,7 @@ for await (const chunk of stream) {
|
|
|
37
37
|
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
38
|
| -------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
39
|
| `empiriolabs/deepseek-v4-flash` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
40
|
+
| `empiriolabs/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
40
41
|
| `empiriolabs/deepseek-v4-pro` | 1.0M | | | | | | $2 | $3 |
|
|
41
42
|
| `empiriolabs/gemma-4-26b-a4b` | 262K | | | | | | $0.05 | $0.29 |
|
|
42
43
|
| `empiriolabs/glm-4-5-flash` | 200K | | | | | | — | — |
|
|
@@ -67,8 +68,10 @@ for await (const chunk of stream) {
|
|
|
67
68
|
| `empiriolabs/qwen3-6-flash` | 1.0M | | | | | | $0.25 | $2 |
|
|
68
69
|
| `empiriolabs/qwen3-6-max-preview` | 256K | | | | | | $1 | $8 |
|
|
69
70
|
| `empiriolabs/qwen3-6-plus` | 1.0M | | | | | | $0.50 | $3 |
|
|
71
|
+
| `empiriolabs/qwen3-7-flash` | 1.0M | | | | | | $0.03 | $0.13 |
|
|
70
72
|
| `empiriolabs/qwen3-7-max` | 1.0M | | | | | | $3 | $8 |
|
|
71
73
|
| `empiriolabs/qwen3-7-plus` | 1.0M | | | | | | $0.40 | $2 |
|
|
74
|
+
| `empiriolabs/qwen3-8-max` | 1.0M | | | | | | $2 | $6 |
|
|
72
75
|
| `empiriolabs/qwen3-max` | 256K | | | | | | $1 | $6 |
|
|
73
76
|
| `empiriolabs/step-3-5-flash` | 256K | | | | | | $0.10 | $0.30 |
|
|
74
77
|
| `empiriolabs/step-3-5-flash-2603` | 256K | | | | | | $0.10 | $0.30 |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Fireworks AI
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 17 Fireworks AI models through Mastra's model router. Authentication is handled automatically using the `FIREWORKS_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Fireworks AI documentation](https://fireworks.ai/docs/).
|
|
8
8
|
|
|
@@ -34,24 +34,25 @@ for await (const chunk of stream) {
|
|
|
34
34
|
|
|
35
35
|
## Models
|
|
36
36
|
|
|
37
|
-
| Model
|
|
38
|
-
|
|
|
39
|
-
| `fireworks-ai/accounts/fireworks/models/deepseek-v4-flash`
|
|
40
|
-
| `fireworks-ai/accounts/fireworks/models/deepseek-v4-
|
|
41
|
-
| `fireworks-ai/accounts/fireworks/models/
|
|
42
|
-
| `fireworks-ai/accounts/fireworks/models/
|
|
43
|
-
| `fireworks-ai/accounts/fireworks/models/gpt-oss-
|
|
44
|
-
| `fireworks-ai/accounts/fireworks/models/
|
|
45
|
-
| `fireworks-ai/accounts/fireworks/models/kimi-
|
|
46
|
-
| `fireworks-ai/accounts/fireworks/models/kimi-
|
|
47
|
-
| `fireworks-ai/accounts/fireworks/models/
|
|
48
|
-
| `fireworks-ai/accounts/fireworks/models/minimax-
|
|
49
|
-
| `fireworks-ai/accounts/fireworks/models/
|
|
50
|
-
| `fireworks-ai/accounts/fireworks/
|
|
51
|
-
| `fireworks-ai/accounts/fireworks/routers/
|
|
52
|
-
| `fireworks-ai/accounts/fireworks/routers/kimi-k2p6-
|
|
53
|
-
| `fireworks-ai/accounts/fireworks/routers/kimi-
|
|
54
|
-
| `fireworks-ai/accounts/fireworks/routers/kimi-
|
|
37
|
+
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
|
+
| --------------------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `fireworks-ai/accounts/fireworks/models/deepseek-v4-flash` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
40
|
+
| `fireworks-ai/accounts/fireworks/models/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
41
|
+
| `fireworks-ai/accounts/fireworks/models/deepseek-v4-pro` | 1.0M | | | | | | $2 | $3 |
|
|
42
|
+
| `fireworks-ai/accounts/fireworks/models/glm-5p2` | 1.0M | | | | | | $1 | $4 |
|
|
43
|
+
| `fireworks-ai/accounts/fireworks/models/gpt-oss-120b` | 131K | | | | | | $0.15 | $0.60 |
|
|
44
|
+
| `fireworks-ai/accounts/fireworks/models/gpt-oss-20b` | 131K | | | | | | $0.07 | $0.30 |
|
|
45
|
+
| `fireworks-ai/accounts/fireworks/models/kimi-k2p6` | 262K | | | | | | $0.95 | $4 |
|
|
46
|
+
| `fireworks-ai/accounts/fireworks/models/kimi-k2p7-code` | 262K | | | | | | $0.95 | $4 |
|
|
47
|
+
| `fireworks-ai/accounts/fireworks/models/kimi-k3` | 1.0M | | | | | | $3 | $15 |
|
|
48
|
+
| `fireworks-ai/accounts/fireworks/models/minimax-m2p7` | 197K | | | | | | $0.30 | $1 |
|
|
49
|
+
| `fireworks-ai/accounts/fireworks/models/minimax-m3` | 512K | | | | | | $0.30 | $1 |
|
|
50
|
+
| `fireworks-ai/accounts/fireworks/models/qwen3p7-plus` | 262K | | | | | | $0.40 | $2 |
|
|
51
|
+
| `fireworks-ai/accounts/fireworks/routers/glm-5p2-fast` | 1.0M | | | | | | $2 | $7 |
|
|
52
|
+
| `fireworks-ai/accounts/fireworks/routers/kimi-k2p6-fast` | 262K | | | | | | $2 | $8 |
|
|
53
|
+
| `fireworks-ai/accounts/fireworks/routers/kimi-k2p6-turbo` | 262K | | | | | | $2 | $8 |
|
|
54
|
+
| `fireworks-ai/accounts/fireworks/routers/kimi-k2p7-code-fast` | 262K | | | | | | $2 | $8 |
|
|
55
|
+
| `fireworks-ai/accounts/fireworks/routers/kimi-k3-fast` | 1.0M | | | | | | $5 | $23 |
|
|
55
56
|
|
|
56
57
|
## Advanced configuration
|
|
57
58
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# GreenPT
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 37 GreenPT models through Mastra's model router. Authentication is handled automatically using the `GREENPT_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [GreenPT documentation](https://docs.greenpt.ai).
|
|
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: "greenpt/
|
|
20
|
+
model: "greenpt/deepseek-v4-flash-0731"
|
|
21
21
|
});
|
|
22
22
|
|
|
23
23
|
// Generate a response
|
|
@@ -36,11 +36,20 @@ for await (const chunk of stream) {
|
|
|
36
36
|
|
|
37
37
|
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
38
|
| --------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `greenpt/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.16 | $0.40 |
|
|
39
40
|
| `greenpt/devstral-2-123b-instruct-2512` | 200K | | | | | | $0.57 | $3 |
|
|
40
41
|
| `greenpt/gemma-3-27b-it` | 40K | | | | | | $0.34 | $0.68 |
|
|
41
42
|
| `greenpt/gemma4` | 262K | | | | | | $0.57 | $2 |
|
|
42
|
-
| `greenpt/glm-5.1` | 200K | | | | | | $2 | $6 |
|
|
43
43
|
| `greenpt/glm-5.2` | 1.0M | | | | | | $1 | $5 |
|
|
44
|
+
| `greenpt/glm-5.2-caveman` | 1.0M | | | | | | $1 | $5 |
|
|
45
|
+
| `greenpt/glm-5.2-caveman-lite` | 1.0M | | | | | | $1 | $5 |
|
|
46
|
+
| `greenpt/glm-5.2-caveman-ultra` | 1.0M | | | | | | $1 | $5 |
|
|
47
|
+
| `greenpt/glm-5.2-honey` | 1.0M | | | | | | $1 | $5 |
|
|
48
|
+
| `greenpt/glm-5.2-honey-lite` | 1.0M | | | | | | $1 | $5 |
|
|
49
|
+
| `greenpt/glm-5.2-honey-ultra` | 1.0M | | | | | | $1 | $5 |
|
|
50
|
+
| `greenpt/glm-5.2-ponytail` | 1.0M | | | | | | $1 | $5 |
|
|
51
|
+
| `greenpt/glm-5.2-ponytail-lite` | 1.0M | | | | | | $1 | $5 |
|
|
52
|
+
| `greenpt/glm-5.2-ponytail-ultra` | 1.0M | | | | | | $1 | $5 |
|
|
44
53
|
| `greenpt/gpt-oss-120b` | 131K | | | | | | $0.23 | $0.80 |
|
|
45
54
|
| `greenpt/green-l` | 128K | | | | | | $0.28 | $0.91 |
|
|
46
55
|
| `greenpt/green-l-raw` | 128K | | | | | | $0.28 | $0.91 |
|
|
@@ -49,9 +58,9 @@ for await (const chunk of stream) {
|
|
|
49
58
|
| `greenpt/green-s` | — | | | | | | $0.00 | — |
|
|
50
59
|
| `greenpt/green-s-pro` | — | | | | | | $0.00 | — |
|
|
51
60
|
| `greenpt/holo2-30b-a3b` | 22K | | | | | | $0.40 | $0.97 |
|
|
52
|
-
| `greenpt/kimi-k2.6` | 262K | | | | | | $0.
|
|
53
|
-
| `greenpt/kimi-k2.
|
|
54
|
-
| `greenpt/kimi-
|
|
61
|
+
| `greenpt/kimi-k2.6` | 262K | | | | | | $0.75 | $4 |
|
|
62
|
+
| `greenpt/kimi-k2.7-code` | 262K | | | | | | $0.90 | $4 |
|
|
63
|
+
| `greenpt/kimi-k3` | 1.0M | | | | | | $4 | $19 |
|
|
55
64
|
| `greenpt/llama-3.3-70b-instruct` | 100K | | | | | | $1 | $1 |
|
|
56
65
|
| `greenpt/minimax-m2.5` | 205K | | | | | | $0.19 | $1 |
|
|
57
66
|
| `greenpt/mistral-medium-3.5-128b` | 262K | | | | | | $2 | $10 |
|
|
@@ -73,7 +82,7 @@ const agent = new Agent({
|
|
|
73
82
|
name: "custom-agent",
|
|
74
83
|
model: {
|
|
75
84
|
url: "https://api.greenpt.ai/v1",
|
|
76
|
-
id: "greenpt/
|
|
85
|
+
id: "greenpt/deepseek-v4-flash-0731",
|
|
77
86
|
apiKey: process.env.GREENPT_API_KEY,
|
|
78
87
|
headers: {
|
|
79
88
|
"X-Custom-Header": "value"
|
|
@@ -92,7 +101,7 @@ const agent = new Agent({
|
|
|
92
101
|
const useAdvanced = requestContext.task === "complex";
|
|
93
102
|
return useAdvanced
|
|
94
103
|
? "greenpt/voxtral-small-24b-2507"
|
|
95
|
-
: "greenpt/
|
|
104
|
+
: "greenpt/deepseek-v4-flash-0731";
|
|
96
105
|
}
|
|
97
106
|
});
|
|
98
107
|
```
|