@mastra/mcp-docs-server 1.2.15 → 1.2.16-alpha.1
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/agent-approval.md +5 -5
- package/.docs/docs/agents/overview.md +4 -4
- package/.docs/docs/browser/overview.md +1 -1
- package/.docs/docs/capabilities/channels.md +5 -5
- package/.docs/docs/capabilities/subagents.md +1 -1
- package/.docs/docs/connections/overview.md +1 -1
- package/.docs/docs/datasets/overview.md +1 -1
- package/.docs/docs/deployment/cloud-providers.md +4 -2
- package/.docs/docs/deployment/mastra-server.md +1 -1
- package/.docs/docs/deployment/monorepo.md +1 -1
- package/.docs/docs/deployment/overview.md +4 -1
- package/.docs/docs/deployment/sandbox.md +1 -1
- package/.docs/docs/deployment/web-framework.md +1 -1
- package/.docs/docs/deployment/workers.md +248 -2
- package/.docs/docs/evals/overview.md +1 -1
- package/.docs/docs/evals/quick-checks.md +1 -1
- package/.docs/docs/guides/multi-agent-systems.md +1 -1
- package/.docs/docs/harness/agent-controller.md +5 -5
- package/.docs/docs/harness/overview.md +1 -1
- package/.docs/docs/index.md +3 -3
- package/.docs/docs/long-running-agents/signal-providers.md +2 -2
- package/.docs/docs/mastra-platform/deploy.md +1 -1
- package/.docs/docs/mastra-platform/observability.md +63 -18
- package/.docs/docs/mastra-platform/overview.md +1 -1
- package/.docs/docs/mcp/overview.md +1 -1
- package/.docs/docs/memory/working-memory.md +1 -1
- package/.docs/docs/observability/integrations/exporters/mastra-storage.md +2 -2
- package/.docs/docs/observability/logging.md +1 -1
- package/.docs/docs/observability/metrics/overview.md +1 -1
- package/.docs/docs/observability/overview.md +1 -5
- package/.docs/docs/observability/tracing/overview.md +3 -6
- package/.docs/docs/server/auth/workers.md +1 -1
- package/.docs/docs/server/auth.md +5 -5
- package/.docs/docs/server/mastra-client.md +1 -1
- package/.docs/docs/server/mastra-server.md +1 -1
- package/.docs/docs/storage/overview.md +7 -6
- package/.docs/docs/workflows/human-in-the-loop.md +2 -2
- package/.docs/docs/workflows/overview.md +2 -2
- package/.docs/docs/workspace/sandbox.md +11 -12
- package/.docs/integrations/agentic-ui/ai-sdk-ui.md +1 -1
- package/.docs/integrations/agentic-ui/assistant-ui.md +1 -1
- package/.docs/integrations/agentic-ui/copilotkit.md +1 -1
- package/.docs/integrations/agentic-ui/openui.md +1 -1
- package/.docs/integrations/databases/postgresql.md +8 -8
- package/.docs/integrations/deploy/amazon-ec2.md +2 -2
- package/.docs/integrations/deploy/aws-bedrock-agentcore.md +1 -1
- package/.docs/integrations/deploy/aws-lambda.md +2 -2
- package/.docs/integrations/deploy/azure-app-services.md +2 -2
- package/.docs/integrations/deploy/cloudflare.md +2 -2
- package/.docs/integrations/deploy/digital-ocean.md +2 -2
- package/.docs/integrations/deploy/inngest.md +1 -1
- package/.docs/integrations/deploy/kubernetes.md +2 -3
- package/.docs/integrations/deploy/netlify.md +2 -2
- package/.docs/integrations/deploy/temporal.md +1 -1
- package/.docs/integrations/deploy/vercel.md +2 -2
- package/.docs/integrations/file-storage/agentfs.md +1 -1
- package/.docs/integrations/file-storage/amazon-s3.md +1 -1
- package/.docs/integrations/file-storage/archil.md +1 -1
- package/.docs/integrations/file-storage/azure-blob.md +1 -1
- package/.docs/integrations/file-storage/google-cloud-storage.md +1 -1
- package/.docs/integrations/file-storage/google-drive.md +1 -1
- package/.docs/integrations/file-storage/mesa.md +1 -1
- package/.docs/integrations/file-storage/vercel-files.md +1 -1
- package/.docs/integrations/frameworks/astro.md +1 -1
- package/.docs/integrations/frameworks/electron.md +1 -1
- package/.docs/integrations/frameworks/express.md +1 -1
- package/.docs/integrations/frameworks/hono.md +1 -1
- package/.docs/integrations/frameworks/nestjs.md +1 -1
- package/.docs/integrations/frameworks/next-js.md +1 -1
- package/.docs/integrations/frameworks/nuxt.md +1 -1
- package/.docs/integrations/frameworks/sveltekit.md +1 -1
- package/.docs/integrations/frameworks/vite-react.md +1 -1
- package/.docs/integrations/sandboxes/agentcore.md +1 -1
- package/.docs/integrations/sandboxes/apple-container.md +1 -1
- package/.docs/integrations/sandboxes/blaxel.md +1 -1
- package/.docs/integrations/sandboxes/daytona.md +1 -1
- package/.docs/integrations/sandboxes/docker.md +1 -1
- package/.docs/integrations/sandboxes/e2b.md +1 -1
- package/.docs/integrations/sandboxes/modal.md +1 -1
- package/.docs/integrations/sandboxes/railway.md +1 -1
- package/.docs/integrations/sandboxes/vercel.md +3 -1
- package/.docs/integrations/tools/firecrawl.md +2 -2
- package/.docs/integrations/voice/livekit.md +3 -3
- package/.docs/integrations.md +108 -108
- package/.docs/models/gateways/vercel.md +1 -2
- package/.docs/models/providers/digitalocean.md +1 -1
- package/.docs/models/providers/kilo.md +7 -6
- package/.docs/models/providers/nano-gpt.md +3 -3
- package/.docs/models/providers/opencode.md +0 -1
- package/.docs/reference/agents/getVoice.md +1 -1
- package/.docs/reference/configuration.md +1 -1
- package/.docs/reference/index.md +5 -1
- package/.docs/reference/manual-install.md +1 -1
- package/.docs/reference/migrations/network-to-supervisor.md +1 -1
- package/.docs/reference/migrations/upgrade-to-v1/tracing.md +1 -3
- package/.docs/reference/observability/tracing/exporters/cloud-exporter.md +0 -1
- package/.docs/reference/observability/tracing/exporters/console-exporter.md +0 -1
- package/.docs/reference/observability/tracing/exporters/default-exporter.md +0 -1
- package/.docs/reference/observability/tracing/exporters/mastra-platform-exporter.md +0 -1
- package/.docs/reference/observability/tracing/exporters/mastra-storage-exporter.md +0 -1
- package/.docs/reference/observability/tracing/processors/sensitive-data-filter.md +111 -99
- package/.docs/reference/observability/tracing/span-filtering.md +1 -1
- package/.docs/reference/storage/overview.md +1 -1
- package/.docs/reference/templates/overview.md +1 -1
- package/.docs/{guides → reference}/voice/overview.md +3 -3
- package/.docs/{guides → reference}/voice/speech-to-speech.md +1 -1
- package/.docs/{guides → reference}/voice/speech-to-text.md +1 -1
- package/.docs/{guides → reference}/voice/text-to-speech.md +2 -2
- package/CHANGELOG.md +7 -0
- package/package.json +5 -5
- package/.docs/docs/observability/integrations/exporters/mastra-platform.md +0 -201
- package/.docs/docs/observability/integrations/overview.md +0 -47
- package/.docs/docs/observability/integrations/processors/sensitive-data-filter.md +0 -302
- package/.docs/guides/deployment/mastra-workers.md +0 -578
- package/.docs/guides/getting-started/quickstart.md +0 -88
- package/.docs/guides/guide/ai-recruiter.md +0 -228
- package/.docs/guides/guide/code-review-bot.md +0 -228
- package/.docs/guides/guide/coding-agent.md +0 -392
- package/.docs/guides/guide/dev-assistant.md +0 -309
- package/.docs/guides/guide/docs-manager.md +0 -240
- package/.docs/guides/guide/github-actions-pr-description.md +0 -238
- package/.docs/guides/guide/notes-mcp-server.md +0 -418
- package/.docs/guides/guide/research-assistant.md +0 -350
- package/.docs/guides/guide/research-coordinator.md +0 -418
- package/.docs/guides/guide/signal-provider.md +0 -221
- package/.docs/guides/index.md +0 -24
- /package/.docs/{reference → docs}/mastra-platform/api.md +0 -0
- /package/.docs/{guides/agent-frameworks/ai-sdk.md → reference/ai-sdk/overview.md} +0 -0
package/.docs/integrations.md
CHANGED
|
@@ -2,146 +2,146 @@
|
|
|
2
2
|
|
|
3
3
|
# Integrations
|
|
4
4
|
|
|
5
|
-
Search integrations...
|
|
6
|
-
|
|
7
5
|
## Channels
|
|
8
6
|
|
|
9
|
-
- [
|
|
10
|
-
- [
|
|
11
|
-
- [
|
|
12
|
-
- [
|
|
13
|
-
- [
|
|
14
|
-
- [
|
|
15
|
-
- [
|
|
7
|
+
- [Discord](https://mastra.ai/integrations/channels/discord)
|
|
8
|
+
- [GitHub](https://mastra.ai/integrations/channels/github)
|
|
9
|
+
- [iMessage](https://mastra.ai/integrations/channels/imessage)
|
|
10
|
+
- [Microsoft Teams](https://mastra.ai/integrations/channels/teams)
|
|
11
|
+
- [Slack](https://mastra.ai/integrations/channels/slack)
|
|
12
|
+
- [Telegram](https://mastra.ai/integrations/channels/telegram)
|
|
13
|
+
- [WhatsApp](https://mastra.ai/integrations/channels/whatsapp)
|
|
16
14
|
|
|
17
15
|
## Frameworks
|
|
18
16
|
|
|
19
|
-
- [
|
|
20
|
-
- [
|
|
21
|
-
- [
|
|
22
|
-
- [
|
|
23
|
-
- [
|
|
24
|
-
- [
|
|
25
|
-
- [
|
|
26
|
-
- [
|
|
27
|
-
- [
|
|
17
|
+
- [Astro](https://mastra.ai/integrations/frameworks/astro)
|
|
18
|
+
- [Electron](https://mastra.ai/integrations/frameworks/electron)
|
|
19
|
+
- [Express](https://mastra.ai/integrations/frameworks/express)
|
|
20
|
+
- [Hono](https://mastra.ai/integrations/frameworks/hono)
|
|
21
|
+
- [NestJS](https://mastra.ai/integrations/frameworks/nestjs)
|
|
22
|
+
- [Next.js](https://mastra.ai/integrations/frameworks/next-js)
|
|
23
|
+
- [Nuxt](https://mastra.ai/integrations/frameworks/nuxt)
|
|
24
|
+
- [React + Vite](https://mastra.ai/integrations/frameworks/vite-react)
|
|
25
|
+
- [SvelteKit](https://mastra.ai/integrations/frameworks/sveltekit)
|
|
28
26
|
|
|
29
27
|
## Agentic UI
|
|
30
28
|
|
|
31
|
-
- [
|
|
32
|
-
- [
|
|
33
|
-
- [
|
|
34
|
-
- [
|
|
29
|
+
- [AI SDK UI](https://mastra.ai/integrations/agentic-ui/ai-sdk-ui)
|
|
30
|
+
- [Assistant UI](https://mastra.ai/integrations/agentic-ui/assistant-ui)
|
|
31
|
+
- [CopilotKit](https://mastra.ai/integrations/agentic-ui/copilotkit)
|
|
32
|
+
- [OpenUI](https://mastra.ai/integrations/agentic-ui/openui)
|
|
35
33
|
|
|
36
34
|
## Sandboxes
|
|
37
35
|
|
|
38
|
-
- [
|
|
39
|
-
- [
|
|
40
|
-
- [
|
|
41
|
-
- [
|
|
42
|
-
- [
|
|
43
|
-
- [
|
|
44
|
-
- [
|
|
45
|
-
- [
|
|
46
|
-
- [
|
|
36
|
+
- [AgentCore](https://mastra.ai/integrations/sandboxes/agentcore)
|
|
37
|
+
- [Apple Container](https://mastra.ai/integrations/sandboxes/apple-container)
|
|
38
|
+
- [Blaxel](https://mastra.ai/integrations/sandboxes/blaxel)
|
|
39
|
+
- [Daytona](https://mastra.ai/integrations/sandboxes/daytona)
|
|
40
|
+
- [Docker](https://mastra.ai/integrations/sandboxes/docker)
|
|
41
|
+
- [E2B](https://mastra.ai/integrations/sandboxes/e2b)
|
|
42
|
+
- [Mastra](https://mastra.ai/reference/workspace/platform-sandbox)
|
|
43
|
+
- [Modal](https://mastra.ai/integrations/sandboxes/modal)
|
|
44
|
+
- [Railway](https://mastra.ai/integrations/sandboxes/railway)
|
|
45
|
+
- [Vercel](https://mastra.ai/integrations/sandboxes/vercel)
|
|
47
46
|
|
|
48
47
|
## Observability
|
|
49
48
|
|
|
50
|
-
- [
|
|
51
|
-
- [
|
|
52
|
-
- [
|
|
53
|
-
- [
|
|
54
|
-
- [
|
|
55
|
-
- [
|
|
56
|
-
- [
|
|
57
|
-
- [
|
|
58
|
-
- [
|
|
59
|
-
- [
|
|
60
|
-
- [
|
|
49
|
+
- [Arize](https://mastra.ai/integrations/observability/arize)
|
|
50
|
+
- [Arthur](https://mastra.ai/integrations/observability/arthur)
|
|
51
|
+
- [Braintrust](https://mastra.ai/integrations/observability/braintrust)
|
|
52
|
+
- [Confident AI](https://mastra.ai/integrations/observability/confident-ai)
|
|
53
|
+
- [Datadog](https://mastra.ai/integrations/observability/datadog)
|
|
54
|
+
- [Laminar](https://mastra.ai/integrations/observability/laminar)
|
|
55
|
+
- [Langfuse](https://mastra.ai/integrations/observability/langfuse)
|
|
56
|
+
- [LangSmith](https://mastra.ai/integrations/observability/langsmith)
|
|
57
|
+
- [OpenTelemetry](https://mastra.ai/integrations/observability/opentelemetry)
|
|
58
|
+
- [PostHog](https://mastra.ai/integrations/observability/posthog)
|
|
59
|
+
- [Sentry](https://mastra.ai/integrations/observability/sentry)
|
|
61
60
|
|
|
62
61
|
## Databases
|
|
63
62
|
|
|
64
|
-
- [
|
|
65
|
-
- [
|
|
66
|
-
- [
|
|
67
|
-
- [
|
|
68
|
-
- [
|
|
69
|
-
- [
|
|
70
|
-
- [
|
|
71
|
-
- [
|
|
72
|
-
- [
|
|
73
|
-
- [
|
|
74
|
-
- [
|
|
75
|
-
- [
|
|
76
|
-
- [
|
|
77
|
-
- [
|
|
78
|
-
- [
|
|
79
|
-
- [
|
|
80
|
-
- [
|
|
63
|
+
- [Aurora DSQL](https://mastra.ai/integrations/databases/aurora-dsql)
|
|
64
|
+
- [ClickHouse](https://mastra.ai/integrations/databases/clickhouse)
|
|
65
|
+
- [Cloudflare D1](https://mastra.ai/integrations/databases/cloudflare-d1)
|
|
66
|
+
- [Cloudflare KV](https://mastra.ai/integrations/databases/cloudflare-kv)
|
|
67
|
+
- [Convex](https://mastra.ai/integrations/databases/convex)
|
|
68
|
+
- [DuckDB](https://mastra.ai/integrations/databases/duckdb)
|
|
69
|
+
- [DynamoDB](https://mastra.ai/integrations/databases/dynamodb)
|
|
70
|
+
- [Google Cloud Spanner](https://mastra.ai/integrations/databases/spanner)
|
|
71
|
+
- [LanceDB](https://mastra.ai/integrations/databases/lancedb)
|
|
72
|
+
- [libSQL](https://mastra.ai/integrations/databases/libsql)
|
|
73
|
+
- [MongoDB](https://mastra.ai/integrations/databases/mongodb)
|
|
74
|
+
- [MSSQL](https://mastra.ai/integrations/databases/mssql)
|
|
75
|
+
- [Neon Postgres](https://mastra.ai/integrations/databases/neon)
|
|
76
|
+
- [OracleDB](https://mastra.ai/integrations/databases/oracledb)
|
|
77
|
+
- [PostgreSQL](https://mastra.ai/integrations/databases/postgresql)
|
|
78
|
+
- [Redis](https://mastra.ai/integrations/databases/redis)
|
|
79
|
+
- [Upstash](https://mastra.ai/integrations/databases/upstash)
|
|
81
80
|
|
|
82
81
|
## Deploy
|
|
83
82
|
|
|
84
|
-
- [
|
|
85
|
-
- [
|
|
86
|
-
- [
|
|
87
|
-
- [
|
|
88
|
-
- [
|
|
89
|
-
- [
|
|
90
|
-
- [
|
|
91
|
-
- [
|
|
92
|
-
- [
|
|
93
|
-
- [
|
|
94
|
-
- [
|
|
83
|
+
- [Amazon Bedrock AgentCore](https://mastra.ai/integrations/deploy/aws-bedrock-agentcore)
|
|
84
|
+
- [Amazon EC2](https://mastra.ai/integrations/deploy/amazon-ec2)
|
|
85
|
+
- [AWS Lambda](https://mastra.ai/integrations/deploy/aws-lambda)
|
|
86
|
+
- [Azure App Services](https://mastra.ai/integrations/deploy/azure-app-services)
|
|
87
|
+
- [Cloudflare](https://mastra.ai/integrations/deploy/cloudflare)
|
|
88
|
+
- [Digital Ocean](https://mastra.ai/integrations/deploy/digital-ocean)
|
|
89
|
+
- [Inngest](https://mastra.ai/integrations/deploy/inngest)
|
|
90
|
+
- [Kubernetes](https://mastra.ai/integrations/deploy/kubernetes)
|
|
91
|
+
- [Mastra](https://mastra.ai/docs/mastra-platform/deploy)
|
|
92
|
+
- [Netlify](https://mastra.ai/integrations/deploy/netlify)
|
|
93
|
+
- [Temporal](https://mastra.ai/integrations/deploy/temporal)
|
|
94
|
+
- [Vercel](https://mastra.ai/integrations/deploy/vercel)
|
|
95
95
|
|
|
96
96
|
## Tools
|
|
97
97
|
|
|
98
|
-
- [
|
|
99
|
-
- [
|
|
100
|
-
- [
|
|
101
|
-
- [
|
|
98
|
+
- [Bright Data](https://mastra.ai/integrations/tools/brightdata)
|
|
99
|
+
- [Firecrawl](https://mastra.ai/integrations/tools/firecrawl)
|
|
100
|
+
- [Perplexity](https://mastra.ai/integrations/tools/perplexity)
|
|
101
|
+
- [Tavily](https://mastra.ai/integrations/tools/tavily)
|
|
102
102
|
|
|
103
103
|
## Voice
|
|
104
104
|
|
|
105
|
-
- [
|
|
106
|
-
- [
|
|
107
|
-
- [
|
|
108
|
-
- [
|
|
109
|
-
- [
|
|
110
|
-
- [
|
|
111
|
-
- [
|
|
112
|
-
- [
|
|
113
|
-
- [
|
|
114
|
-
- [
|
|
115
|
-
- [
|
|
116
|
-
- [
|
|
117
|
-
- [
|
|
118
|
-
- [
|
|
105
|
+
- [AWS Nova Sonic](https://mastra.ai/integrations/voice/aws-nova-sonic)
|
|
106
|
+
- [Azure](https://mastra.ai/integrations/voice/azure)
|
|
107
|
+
- [Cloudflare](https://mastra.ai/integrations/voice/cloudflare)
|
|
108
|
+
- [Deepgram](https://mastra.ai/integrations/voice/deepgram)
|
|
109
|
+
- [ElevenLabs](https://mastra.ai/integrations/voice/elevenlabs)
|
|
110
|
+
- [Google](https://mastra.ai/integrations/voice/google)
|
|
111
|
+
- [Inworld](https://mastra.ai/integrations/voice/inworld)
|
|
112
|
+
- [LiveKit](https://mastra.ai/integrations/voice/livekit)
|
|
113
|
+
- [Mistral](https://mastra.ai/integrations/voice/mistral)
|
|
114
|
+
- [Murf](https://mastra.ai/integrations/voice/murf)
|
|
115
|
+
- [OpenAI](https://mastra.ai/integrations/voice/openai)
|
|
116
|
+
- [Sarvam](https://mastra.ai/integrations/voice/sarvam)
|
|
117
|
+
- [Speechify](https://mastra.ai/integrations/voice/speechify)
|
|
118
|
+
- [xAI](https://mastra.ai/integrations/voice/xai)
|
|
119
119
|
|
|
120
120
|
## Auth
|
|
121
121
|
|
|
122
|
-
- [
|
|
123
|
-
- [
|
|
124
|
-
- [
|
|
125
|
-
- [
|
|
126
|
-
- [
|
|
127
|
-
- [
|
|
128
|
-
- [
|
|
129
|
-
- [
|
|
122
|
+
- [Auth0](https://mastra.ai/integrations/auth/auth0)
|
|
123
|
+
- [Better Auth](https://mastra.ai/integrations/auth/better-auth)
|
|
124
|
+
- [Clerk](https://mastra.ai/integrations/auth/clerk)
|
|
125
|
+
- [Firebase](https://mastra.ai/integrations/auth/firebase)
|
|
126
|
+
- [Google](https://mastra.ai/integrations/auth/google)
|
|
127
|
+
- [Okta](https://mastra.ai/integrations/auth/okta)
|
|
128
|
+
- [Supabase](https://mastra.ai/integrations/auth/supabase)
|
|
129
|
+
- [WorkOS](https://mastra.ai/integrations/auth/workos)
|
|
130
130
|
|
|
131
131
|
## Browsers
|
|
132
132
|
|
|
133
|
-
- [
|
|
134
|
-
- [
|
|
135
|
-
- [
|
|
136
|
-
- [
|
|
133
|
+
- [AgentBrowser](https://mastra.ai/integrations/browsers/agent-browser)
|
|
134
|
+
- [BrowserViewer](https://mastra.ai/integrations/browsers/browser-viewer)
|
|
135
|
+
- [Firecrawl](https://mastra.ai/integrations/browsers/firecrawl)
|
|
136
|
+
- [Stagehand](https://mastra.ai/integrations/browsers/stagehand)
|
|
137
137
|
|
|
138
138
|
## File storage
|
|
139
139
|
|
|
140
|
-
- [
|
|
141
|
-
- [
|
|
142
|
-
- [
|
|
143
|
-
- [
|
|
144
|
-
- [
|
|
145
|
-
- [
|
|
146
|
-
- [
|
|
147
|
-
- [
|
|
140
|
+
- [AgentFS](https://mastra.ai/integrations/file-storage/agentfs)
|
|
141
|
+
- [Amazon S3](https://mastra.ai/integrations/file-storage/amazon-s3)
|
|
142
|
+
- [Archil](https://mastra.ai/integrations/file-storage/archil)
|
|
143
|
+
- [Azure Blob](https://mastra.ai/integrations/file-storage/azure-blob)
|
|
144
|
+
- [Google Cloud Storage](https://mastra.ai/integrations/file-storage/google-cloud-storage)
|
|
145
|
+
- [Google Drive](https://mastra.ai/integrations/file-storage/google-drive)
|
|
146
|
+
- [Mesa](https://mastra.ai/integrations/file-storage/mesa)
|
|
147
|
+
- [Vercel Files](https://mastra.ai/integrations/file-storage/vercel-files)
|
|
@@ -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 324 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
|
|
|
@@ -336,7 +336,6 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
336
336
|
| `xai/grok-build-0.1` |
|
|
337
337
|
| `xai/grok-imagine-image` |
|
|
338
338
|
| `xai/grok-imagine-image-2.0` |
|
|
339
|
-
| `xai/grok-imagine-image-2.0-preview` |
|
|
340
339
|
| `xai/grok-imagine-video` |
|
|
341
340
|
| `xai/grok-imagine-video-1.5` |
|
|
342
341
|
| `xai/grok-imagine-video-1.5-preview` |
|
|
@@ -69,7 +69,7 @@ for await (const chunk of stream) {
|
|
|
69
69
|
| `digitalocean/gemma-4-31B-it` | 256K | | | | | | $0.18 | $0.50 |
|
|
70
70
|
| `digitalocean/glm-5` | 64K | | | | | | $0.75 | $2 |
|
|
71
71
|
| `digitalocean/glm-5.1` | 164K | | | | | | $0.97 | $4 |
|
|
72
|
-
| `digitalocean/glm-5.2` | 262K | | | | | | $
|
|
72
|
+
| `digitalocean/glm-5.2` | 262K | | | | | | $0.63 | $2 |
|
|
73
73
|
| `digitalocean/gte-large-en-v1.5` | 8K | | | | | | $0.09 | — |
|
|
74
74
|
| `digitalocean/kimi-k2.5` | 262K | | | | | | $0.38 | $2 |
|
|
75
75
|
| `digitalocean/kimi-k2.6` | 262K | | | | | | $0.76 | $3 |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Kilo Gateway
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 353 Kilo Gateway models through Mastra's model router. Authentication is handled automatically using the `KILO_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Kilo Gateway documentation](https://kilo.ai).
|
|
8
8
|
|
|
@@ -40,7 +40,7 @@ for await (const chunk of stream) {
|
|
|
40
40
|
| `kilo/~anthropic/claude-haiku-latest` | 200K | | | | | | $1 | $5 |
|
|
41
41
|
| `kilo/~anthropic/claude-opus-latest` | 1.0M | | | | | | $5 | $25 |
|
|
42
42
|
| `kilo/~anthropic/claude-sonnet-latest` | 1.0M | | | | | | $2 | $10 |
|
|
43
|
-
| `kilo/~deepseek/deepseek-v4-flash-latest` |
|
|
43
|
+
| `kilo/~deepseek/deepseek-v4-flash-latest` | 1.0M | | | | | | $0.08 | $0.25 |
|
|
44
44
|
| `kilo/~google/gemini-flash-latest` | 1.0M | | | | | | $2 | $8 |
|
|
45
45
|
| `kilo/~google/gemini-pro-latest` | 1.0M | | | | | | $2 | $12 |
|
|
46
46
|
| `kilo/~moonshotai/kimi-latest` | 1.0M | | | | | | $3 | $14 |
|
|
@@ -98,7 +98,7 @@ for await (const chunk of stream) {
|
|
|
98
98
|
| `kilo/deepseek/deepseek-r1` | 64K | | | | | | $0.70 | $3 |
|
|
99
99
|
| `kilo/deepseek/deepseek-r1-0528` | 164K | | | | | | $0.70 | $3 |
|
|
100
100
|
| `kilo/deepseek/deepseek-r1-distill-llama-70b` | 8K | | | | | | $0.80 | $0.80 |
|
|
101
|
-
| `kilo/deepseek/deepseek-v3.1-terminus` |
|
|
101
|
+
| `kilo/deepseek/deepseek-v3.1-terminus` | 164K | | | | | | $0.27 | $1 |
|
|
102
102
|
| `kilo/deepseek/deepseek-v3.2` | 164K | | | | | | $0.27 | $0.40 |
|
|
103
103
|
| `kilo/deepseek/deepseek-v3.2-exp` | 164K | | | | | | $0.27 | $0.41 |
|
|
104
104
|
| `kilo/deepseek/deepseek-v4-flash` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
@@ -151,6 +151,7 @@ for await (const chunk of stream) {
|
|
|
151
151
|
| `kilo/kwaipilot/kat-coder-air-v2.5` | 256K | | | | | | $0.15 | $0.60 |
|
|
152
152
|
| `kilo/kwaipilot/kat-coder-pro-v2` | 256K | | | | | | $0.30 | $1 |
|
|
153
153
|
| `kilo/kwaipilot/kat-coder-pro-v2.5` | 256K | | | | | | $0.74 | $3 |
|
|
154
|
+
| `kilo/liquid/lfm-2.5-2.6b:free` | 128K | | | | | | — | — |
|
|
154
155
|
| `kilo/mancer/weaver` | 8K | | | | | | $0.50 | $0.75 |
|
|
155
156
|
| `kilo/meituan/longcat-2.0` | 1.0M | | | | | | $0.75 | $3 |
|
|
156
157
|
| `kilo/meta-llama/llama-3.1-70b-instruct` | 131K | | | | | | $0.40 | $0.40 |
|
|
@@ -302,7 +303,7 @@ for await (const chunk of stream) {
|
|
|
302
303
|
| `kilo/qwen/qwen3-30b-a3b` | 41K | | | | | | $0.13 | $0.52 |
|
|
303
304
|
| `kilo/qwen/qwen3-30b-a3b-instruct-2507` | 128K | | | | | | $0.13 | $0.52 |
|
|
304
305
|
| `kilo/qwen/qwen3-30b-a3b-thinking-2507` | 82K | | | | | | $0.20 | $2 |
|
|
305
|
-
| `kilo/qwen/qwen3-32b` | 41K | | | | | | $0.
|
|
306
|
+
| `kilo/qwen/qwen3-32b` | 41K | | | | | | $0.08 | $0.28 |
|
|
306
307
|
| `kilo/qwen/qwen3-8b` | 131K | | | | | | $0.12 | $0.46 |
|
|
307
308
|
| `kilo/qwen/qwen3-coder` | 262K | | | | | | $0.97 | $5 |
|
|
308
309
|
| `kilo/qwen/qwen3-coder-30b-a3b-instruct` | 262K | | | | | | $0.29 | $1 |
|
|
@@ -356,7 +357,7 @@ for await (const chunk of stream) {
|
|
|
356
357
|
| `kilo/stepfun/step-3.7-flash` | 256K | | | | | | $0.20 | $1 |
|
|
357
358
|
| `kilo/stepfun/step-3.7-flash:free` | 262K | | | | | | — | — |
|
|
358
359
|
| `kilo/tencent/hunyuan-a13b-instruct` | 131K | | | | | | $0.14 | $0.57 |
|
|
359
|
-
| `kilo/tencent/hy3` | 262K | | | | | | $0.
|
|
360
|
+
| `kilo/tencent/hy3` | 262K | | | | | | $0.14 | $0.58 |
|
|
360
361
|
| `kilo/tencent/hy3-preview` | 262K | | | | | | $0.18 | $0.60 |
|
|
361
362
|
| `kilo/tencent/hy3:free` | 262K | | | | | | — | — |
|
|
362
363
|
| `kilo/thedrummer/cydonia-24b-v4.1` | 131K | | | | | | $0.30 | $0.50 |
|
|
@@ -379,7 +380,7 @@ for await (const chunk of stream) {
|
|
|
379
380
|
| `kilo/z-ai/glm-4.5` | 131K | | | | | | $0.60 | $2 |
|
|
380
381
|
| `kilo/z-ai/glm-4.5-air` | 131K | | | | | | $0.13 | $0.85 |
|
|
381
382
|
| `kilo/z-ai/glm-4.5v` | 66K | | | | | | $0.60 | $2 |
|
|
382
|
-
| `kilo/z-ai/glm-4.6` |
|
|
383
|
+
| `kilo/z-ai/glm-4.6` | 205K | | | | | | $0.55 | $2 |
|
|
383
384
|
| `kilo/z-ai/glm-4.6v` | 131K | | | | | | $0.30 | $0.90 |
|
|
384
385
|
| `kilo/z-ai/glm-4.7` | 203K | | | | | | $0.60 | $2 |
|
|
385
386
|
| `kilo/z-ai/glm-4.7-flash` | 203K | | | | | | $0.07 | $0.40 |
|
|
@@ -559,8 +559,8 @@ for await (const chunk of stream) {
|
|
|
559
559
|
| `nano-gpt/TEE/gemma-3-27b-it` | 131K | | | | | | $0.20 | $0.80 |
|
|
560
560
|
| `nano-gpt/TEE/gemma-4-26b-a4b-uncensored` | 66K | | | | | | $0.15 | $0.70 |
|
|
561
561
|
| `nano-gpt/TEE/gemma-4-31b-it` | 262K | | | | | | $0.15 | $0.46 |
|
|
562
|
-
| `nano-gpt/TEE/gemma4-31b` | 262K | | | | | | $0.
|
|
563
|
-
| `nano-gpt/TEE/gemma4-31b:thinking` | 262K | | | | | | $0.
|
|
562
|
+
| `nano-gpt/TEE/gemma4-31b` | 262K | | | | | | $0.40 | $1 |
|
|
563
|
+
| `nano-gpt/TEE/gemma4-31b:thinking` | 262K | | | | | | $0.40 | $1 |
|
|
564
564
|
| `nano-gpt/TEE/glm-4.7` | 131K | | | | | | $0.85 | $3 |
|
|
565
565
|
| `nano-gpt/TEE/glm-5.1` | 203K | | | | | | $2 | $5 |
|
|
566
566
|
| `nano-gpt/TEE/glm-5.1-thinking` | 203K | | | | | | $2 | $5 |
|
|
@@ -570,7 +570,7 @@ for await (const chunk of stream) {
|
|
|
570
570
|
| `nano-gpt/TEE/gpt-oss-20b` | 131K | | | | | | $0.20 | $0.80 |
|
|
571
571
|
| `nano-gpt/TEE/kimi-k2.6` | 262K | | | | | | $2 | $5 |
|
|
572
572
|
| `nano-gpt/TEE/kimi-k3` | 1.0M | | | | | | $3 | $15 |
|
|
573
|
-
| `nano-gpt/TEE/llama3-3-70b` | 128K | | | | | | $2 | $
|
|
573
|
+
| `nano-gpt/TEE/llama3-3-70b` | 128K | | | | | | $2 | $3 |
|
|
574
574
|
| `nano-gpt/TEE/minimax-m2.5` | 197K | | | | | | $0.20 | $1 |
|
|
575
575
|
| `nano-gpt/TEE/qwen2.5-vl-72b-instruct` | 66K | | | | | | $0.70 | $0.70 |
|
|
576
576
|
| `nano-gpt/TEE/qwen3.5-122b-a10b` | 262K | | | | | | $0.46 | $4 |
|
|
@@ -88,7 +88,6 @@ for await (const chunk of stream) {
|
|
|
88
88
|
| `opencode/kimi-k3` | 1.0M | | | | | | $3 | $15 |
|
|
89
89
|
| `opencode/laguna-s-2.1-free` | 256K | | | | | | — | — |
|
|
90
90
|
| `opencode/ling-3.0-tiny-free` | 262K | | | | | | — | — |
|
|
91
|
-
| `opencode/longcat-2.0-free` | 1.0M | | | | | | — | — |
|
|
92
91
|
| `opencode/mimo-v2.5-free` | 200K | | | | | | — | — |
|
|
93
92
|
| `opencode/minimax-m2.5` | 205K | | | | | | $0.30 | $1 |
|
|
94
93
|
| `opencode/minimax-m2.7` | 205K | | | | | | $0.30 | $1 |
|
|
@@ -419,7 +419,7 @@ export const mastra = new Mastra({
|
|
|
419
419
|
|
|
420
420
|
Text-to-speech providers for voice synthesis capabilities. Register voice providers to enable agents to convert text responses into spoken audio.
|
|
421
421
|
|
|
422
|
-
Visit the [Voice documentation](https://mastra.ai/
|
|
422
|
+
Visit the [Voice documentation](https://mastra.ai/reference/voice/overview) to learn more.
|
|
423
423
|
|
|
424
424
|
> **Note:** Most users configure voice directly on agents. This top-level configuration is for defining reusable voice providers that can be shared across multiple agents.
|
|
425
425
|
|
package/.docs/reference/index.md
CHANGED
|
@@ -34,6 +34,7 @@ The Reference section provides documentation of Mastra's API, including paramete
|
|
|
34
34
|
- [.listTools()](https://mastra.ai/reference/agents/listTools)
|
|
35
35
|
- [.listWorkflows()](https://mastra.ai/reference/agents/listWorkflows)
|
|
36
36
|
- [.network()](https://mastra.ai/reference/agents/network)
|
|
37
|
+
- [Overview](https://mastra.ai/reference/ai-sdk/overview)
|
|
37
38
|
- [chatRoute()](https://mastra.ai/reference/ai-sdk/chat-route)
|
|
38
39
|
- [handleChatStream()](https://mastra.ai/reference/ai-sdk/handle-chat-stream)
|
|
39
40
|
- [handleNetworkStream()](https://mastra.ai/reference/ai-sdk/handle-network-stream)
|
|
@@ -199,7 +200,6 @@ The Reference section provides documentation of Mastra's API, including paramete
|
|
|
199
200
|
- [Tools](https://mastra.ai/reference/file-based-agents/tools)
|
|
200
201
|
- [Workflows](https://mastra.ai/reference/file-based-agents/workflows)
|
|
201
202
|
- [Workspace](https://mastra.ai/reference/file-based-agents/workspace)
|
|
202
|
-
- [API Reference](https://mastra.ai/reference/mastra-platform/api)
|
|
203
203
|
- [Cloned Thread Utilities](https://mastra.ai/reference/memory/clone-utilities)
|
|
204
204
|
- [Memory Class](https://mastra.ai/reference/memory/memory-class)
|
|
205
205
|
- [Observational Memory](https://mastra.ai/reference/memory/observational-memory)
|
|
@@ -343,9 +343,13 @@ The Reference section provides documentation of Mastra's API, including paramete
|
|
|
343
343
|
- [Qdrant Vector Store](https://mastra.ai/reference/vectors/qdrant)
|
|
344
344
|
- [Turbopuffer Vector Store](https://mastra.ai/reference/vectors/turbopuffer)
|
|
345
345
|
- [Upstash Vector Store](https://mastra.ai/reference/vectors/upstash)
|
|
346
|
+
- [Overview](https://mastra.ai/reference/voice/overview)
|
|
346
347
|
- [Composite Voice](https://mastra.ai/reference/voice/composite-voice)
|
|
347
348
|
- [Events](https://mastra.ai/reference/voice/voice.events)
|
|
348
349
|
- [Mastra Voice](https://mastra.ai/reference/voice/mastra-voice)
|
|
350
|
+
- [Speech to Speech](https://mastra.ai/reference/voice/speech-to-speech)
|
|
351
|
+
- [Speech to Text](https://mastra.ai/reference/voice/speech-to-text)
|
|
352
|
+
- [Text to Speech](https://mastra.ai/reference/voice/text-to-speech)
|
|
349
353
|
- [.addInstructions()](https://mastra.ai/reference/voice/voice.addInstructions)
|
|
350
354
|
- [.addTools()](https://mastra.ai/reference/voice/voice.addTools)
|
|
351
355
|
- [.answer()](https://mastra.ai/reference/voice/voice.answer)
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
**For AI agents:** Use this guide when tasked to create a runnable Mastra project from scratch without a CLI/boilerplate. It provides code examples for agents, tools, model configuration and how to install dependencies. Do not navigate to the quickstart guide, which is for humans. The model string is Mastra's model router format ('provider/model'; use / and not : to separate provider and model). Do not install any ai-sdk packages.
|
|
6
6
|
|
|
7
|
-
Use this guide to manually build a standalone Mastra server step by step. In most cases,
|
|
7
|
+
Use this guide to manually build a standalone Mastra server step by step. In most cases, use the [`create-mastra`](https://mastra.ai/reference/cli/create-mastra) command described in [Get started](https://mastra.ai/docs). For existing projects, you can also use [`mastra init`](https://mastra.ai/reference/cli/mastra).
|
|
8
8
|
|
|
9
9
|
## Instructions
|
|
10
10
|
|
|
@@ -260,4 +260,4 @@ const stream = await supervisorAgent.stream('Research AI in education', {
|
|
|
260
260
|
- [Agent.stream() Reference](https://mastra.ai/reference/streaming/agents/stream)
|
|
261
261
|
- [Agent.generate() Reference](https://mastra.ai/reference/agents/generate)
|
|
262
262
|
- [Agent Approval](https://mastra.ai/docs/agents/agent-approval)
|
|
263
|
-
- [Guide: Research Coordinator](https://mastra.ai/
|
|
263
|
+
- [Guide: Research Coordinator](https://mastra.ai/blog/build-a-research-coordinator-with-supervisor-agents)
|
|
@@ -129,8 +129,6 @@ Key changes:
|
|
|
129
129
|
3. Use explicit `configs:` with `MastraStorageExporter`, `MastraPlatformExporter`, and `SensitiveDataFilter`
|
|
130
130
|
4. Export types change from string literals (`'otlp'`) to exporter class instances (`new OtelExporter()`)
|
|
131
131
|
|
|
132
|
-
See the [exporters documentation](https://mastra.ai/docs/observability/integrations/overview) for all available exporters.
|
|
133
|
-
|
|
134
132
|
### From AI Tracing
|
|
135
133
|
|
|
136
134
|
If you already upgraded to AI tracing (the intermediate system), you need to install the new package and use the explicit configuration.
|
|
@@ -294,7 +292,7 @@ To migrate, follow the "From OTEL-based Telemetry" section above. For detailed c
|
|
|
294
292
|
|
|
295
293
|
The automatic detection of instrumentation files in `/mastra` (with `.ts`, `.js`, or `.mjs` extensions) has been removed. Custom instrumentation is no longer supported through separate files.
|
|
296
294
|
|
|
297
|
-
To migrate, use the built-in exporter system or implement custom exporters using the `ObservabilityExporter` interface.
|
|
295
|
+
To migrate, use the built-in exporter system or implement custom exporters using the `ObservabilityExporter` interface.
|
|
298
296
|
|
|
299
297
|
### `instrumentation.mjs` files
|
|
300
298
|
|
|
@@ -233,7 +233,6 @@ const customExporter = new CloudExporter({
|
|
|
233
233
|
### Documentation
|
|
234
234
|
|
|
235
235
|
- [Tracing Overview](https://mastra.ai/docs/observability/tracing/overview): Complete guide
|
|
236
|
-
- [Exporters](https://mastra.ai/docs/observability/integrations/overview): Exporter concepts
|
|
237
236
|
|
|
238
237
|
### Other Exporters
|
|
239
238
|
|
|
@@ -122,7 +122,6 @@ const exporterWithLogger = new ConsoleExporter({
|
|
|
122
122
|
### Documentation
|
|
123
123
|
|
|
124
124
|
- [Tracing Overview](https://mastra.ai/docs/observability/tracing/overview): Complete guide
|
|
125
|
-
- [Exporters](https://mastra.ai/docs/observability/integrations/overview): Exporter concepts
|
|
126
125
|
|
|
127
126
|
### Other Exporters
|
|
128
127
|
|
|
@@ -167,7 +167,6 @@ const customExporter = new DefaultExporter({
|
|
|
167
167
|
### Documentation
|
|
168
168
|
|
|
169
169
|
- [Tracing Overview](https://mastra.ai/docs/observability/tracing/overview): Complete guide
|
|
170
|
-
- [Exporters](https://mastra.ai/docs/observability/integrations/overview): Exporter concepts
|
|
171
170
|
|
|
172
171
|
### Other Exporters
|
|
173
172
|
|
|
@@ -262,7 +262,6 @@ The original `CloudExporter` is preserved unchanged so dashboards or alert rules
|
|
|
262
262
|
### Documentation
|
|
263
263
|
|
|
264
264
|
- [Tracing Overview](https://mastra.ai/docs/observability/tracing/overview): Complete guide
|
|
265
|
-
- [Exporters](https://mastra.ai/docs/observability/integrations/overview): Exporter concepts
|
|
266
265
|
|
|
267
266
|
### Other Exporters
|
|
268
267
|
|
|
@@ -181,7 +181,6 @@ The original `DefaultExporter` is preserved unchanged so dashboards or alert rul
|
|
|
181
181
|
### Documentation
|
|
182
182
|
|
|
183
183
|
- [Tracing Overview](https://mastra.ai/docs/observability/tracing/overview): Complete guide
|
|
184
|
-
- [Exporters](https://mastra.ai/docs/observability/integrations/overview): Exporter concepts
|
|
185
184
|
|
|
186
185
|
### Other Exporters
|
|
187
186
|
|