@mastra/mcp-docs-server 1.2.15 → 1.2.16-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. package/.docs/docs/agents/agent-approval.md +5 -5
  2. package/.docs/docs/agents/overview.md +4 -4
  3. package/.docs/docs/browser/overview.md +1 -1
  4. package/.docs/docs/capabilities/channels.md +5 -5
  5. package/.docs/docs/capabilities/subagents.md +1 -1
  6. package/.docs/docs/connections/overview.md +1 -1
  7. package/.docs/docs/datasets/overview.md +1 -1
  8. package/.docs/docs/deployment/cloud-providers.md +4 -2
  9. package/.docs/docs/deployment/mastra-server.md +1 -1
  10. package/.docs/docs/deployment/monorepo.md +1 -1
  11. package/.docs/docs/deployment/overview.md +4 -1
  12. package/.docs/docs/deployment/sandbox.md +1 -1
  13. package/.docs/docs/deployment/web-framework.md +1 -1
  14. package/.docs/docs/deployment/workers.md +248 -2
  15. package/.docs/docs/evals/overview.md +1 -1
  16. package/.docs/docs/evals/quick-checks.md +1 -1
  17. package/.docs/docs/guides/multi-agent-systems.md +1 -1
  18. package/.docs/docs/harness/agent-controller.md +5 -5
  19. package/.docs/docs/harness/overview.md +1 -1
  20. package/.docs/docs/index.md +3 -3
  21. package/.docs/docs/long-running-agents/signal-providers.md +2 -2
  22. package/.docs/docs/mastra-platform/deploy.md +1 -1
  23. package/.docs/docs/mastra-platform/observability.md +63 -18
  24. package/.docs/docs/mastra-platform/overview.md +1 -1
  25. package/.docs/docs/mcp/overview.md +1 -1
  26. package/.docs/docs/memory/working-memory.md +1 -1
  27. package/.docs/docs/observability/integrations/exporters/mastra-storage.md +2 -2
  28. package/.docs/docs/observability/logging.md +1 -1
  29. package/.docs/docs/observability/metrics/overview.md +1 -1
  30. package/.docs/docs/observability/overview.md +1 -5
  31. package/.docs/docs/observability/tracing/overview.md +3 -6
  32. package/.docs/docs/server/auth/workers.md +1 -1
  33. package/.docs/docs/server/auth.md +5 -5
  34. package/.docs/docs/server/mastra-client.md +1 -1
  35. package/.docs/docs/server/mastra-server.md +1 -1
  36. package/.docs/docs/storage/overview.md +7 -6
  37. package/.docs/docs/workflows/human-in-the-loop.md +2 -2
  38. package/.docs/docs/workflows/overview.md +2 -2
  39. package/.docs/docs/workspace/lsp.md +27 -0
  40. package/.docs/docs/workspace/sandbox.md +11 -12
  41. package/.docs/integrations/agentic-ui/ai-sdk-ui.md +1 -1
  42. package/.docs/integrations/agentic-ui/assistant-ui.md +1 -1
  43. package/.docs/integrations/agentic-ui/copilotkit.md +1 -1
  44. package/.docs/integrations/agentic-ui/openui.md +1 -1
  45. package/.docs/integrations/databases/postgresql.md +8 -8
  46. package/.docs/integrations/deploy/amazon-ec2.md +2 -2
  47. package/.docs/integrations/deploy/aws-bedrock-agentcore.md +1 -1
  48. package/.docs/integrations/deploy/aws-lambda.md +2 -2
  49. package/.docs/integrations/deploy/azure-app-services.md +2 -2
  50. package/.docs/integrations/deploy/cloudflare.md +2 -2
  51. package/.docs/integrations/deploy/digital-ocean.md +2 -2
  52. package/.docs/integrations/deploy/inngest.md +1 -1
  53. package/.docs/integrations/deploy/kubernetes.md +2 -3
  54. package/.docs/integrations/deploy/netlify.md +2 -2
  55. package/.docs/integrations/deploy/temporal.md +1 -1
  56. package/.docs/integrations/deploy/vercel.md +2 -2
  57. package/.docs/integrations/file-storage/agentfs.md +1 -1
  58. package/.docs/integrations/file-storage/amazon-s3.md +1 -1
  59. package/.docs/integrations/file-storage/archil.md +1 -1
  60. package/.docs/integrations/file-storage/azure-blob.md +1 -1
  61. package/.docs/integrations/file-storage/google-cloud-storage.md +1 -1
  62. package/.docs/integrations/file-storage/google-drive.md +1 -1
  63. package/.docs/integrations/file-storage/mesa.md +1 -1
  64. package/.docs/integrations/file-storage/vercel-files.md +1 -1
  65. package/.docs/integrations/frameworks/astro.md +1 -1
  66. package/.docs/integrations/frameworks/electron.md +1 -1
  67. package/.docs/integrations/frameworks/express.md +1 -1
  68. package/.docs/integrations/frameworks/hono.md +1 -1
  69. package/.docs/integrations/frameworks/nestjs.md +1 -1
  70. package/.docs/integrations/frameworks/next-js.md +1 -1
  71. package/.docs/integrations/frameworks/nuxt.md +1 -1
  72. package/.docs/integrations/frameworks/sveltekit.md +1 -1
  73. package/.docs/integrations/frameworks/vite-react.md +1 -1
  74. package/.docs/integrations/sandboxes/agentcore.md +1 -1
  75. package/.docs/integrations/sandboxes/apple-container.md +1 -1
  76. package/.docs/integrations/sandboxes/blaxel.md +1 -1
  77. package/.docs/integrations/sandboxes/daytona.md +1 -1
  78. package/.docs/integrations/sandboxes/docker.md +1 -1
  79. package/.docs/integrations/sandboxes/e2b.md +1 -1
  80. package/.docs/integrations/sandboxes/modal.md +1 -1
  81. package/.docs/integrations/sandboxes/railway.md +1 -1
  82. package/.docs/integrations/sandboxes/vercel.md +3 -1
  83. package/.docs/integrations/tools/firecrawl.md +2 -2
  84. package/.docs/integrations/voice/livekit.md +3 -3
  85. package/.docs/integrations.md +108 -108
  86. package/.docs/models/environment-variables.md +2 -0
  87. package/.docs/models/gateways/openrouter.md +5 -1
  88. package/.docs/models/gateways/vercel.md +3 -2
  89. package/.docs/models/index.md +1 -1
  90. package/.docs/models/providers/aiand.md +3 -2
  91. package/.docs/models/providers/digitalocean.md +3 -2
  92. package/.docs/models/providers/edenai.md +88 -0
  93. package/.docs/models/providers/hyper.md +3 -3
  94. package/.docs/models/providers/inceptron.md +8 -9
  95. package/.docs/models/providers/kilo.md +11 -6
  96. package/.docs/models/providers/llmgateway.md +3 -1
  97. package/.docs/models/providers/merge-gateway.md +262 -0
  98. package/.docs/models/providers/nano-gpt.md +13 -37
  99. package/.docs/models/providers/opencode.md +2 -2
  100. package/.docs/models/providers/tinfoil.md +9 -8
  101. package/.docs/models/providers/xai.md +2 -1
  102. package/.docs/models/providers.md +2 -0
  103. package/.docs/reference/agents/getVoice.md +1 -1
  104. package/.docs/reference/configuration.md +1 -1
  105. package/.docs/reference/index.md +5 -1
  106. package/.docs/reference/manual-install.md +1 -1
  107. package/.docs/reference/migrations/network-to-supervisor.md +1 -1
  108. package/.docs/reference/migrations/upgrade-to-v1/tracing.md +1 -3
  109. package/.docs/reference/observability/tracing/exporters/cloud-exporter.md +0 -1
  110. package/.docs/reference/observability/tracing/exporters/console-exporter.md +0 -1
  111. package/.docs/reference/observability/tracing/exporters/default-exporter.md +0 -1
  112. package/.docs/reference/observability/tracing/exporters/mastra-platform-exporter.md +0 -1
  113. package/.docs/reference/observability/tracing/exporters/mastra-storage-exporter.md +0 -1
  114. package/.docs/reference/observability/tracing/processors/sensitive-data-filter.md +111 -99
  115. package/.docs/reference/observability/tracing/span-filtering.md +1 -1
  116. package/.docs/reference/storage/overview.md +1 -1
  117. package/.docs/reference/templates/overview.md +1 -1
  118. package/.docs/{guides → reference}/voice/overview.md +3 -3
  119. package/.docs/{guides → reference}/voice/speech-to-speech.md +1 -1
  120. package/.docs/{guides → reference}/voice/speech-to-text.md +1 -1
  121. package/.docs/{guides → reference}/voice/text-to-speech.md +2 -2
  122. package/CHANGELOG.md +14 -0
  123. package/package.json +4 -4
  124. package/.docs/docs/observability/integrations/exporters/mastra-platform.md +0 -201
  125. package/.docs/docs/observability/integrations/overview.md +0 -47
  126. package/.docs/docs/observability/integrations/processors/sensitive-data-filter.md +0 -302
  127. package/.docs/guides/deployment/mastra-workers.md +0 -578
  128. package/.docs/guides/getting-started/quickstart.md +0 -88
  129. package/.docs/guides/guide/ai-recruiter.md +0 -228
  130. package/.docs/guides/guide/code-review-bot.md +0 -228
  131. package/.docs/guides/guide/coding-agent.md +0 -392
  132. package/.docs/guides/guide/dev-assistant.md +0 -309
  133. package/.docs/guides/guide/docs-manager.md +0 -240
  134. package/.docs/guides/guide/github-actions-pr-description.md +0 -238
  135. package/.docs/guides/guide/notes-mcp-server.md +0 -418
  136. package/.docs/guides/guide/research-assistant.md +0 -350
  137. package/.docs/guides/guide/research-coordinator.md +0 -418
  138. package/.docs/guides/guide/signal-provider.md +0 -221
  139. package/.docs/guides/index.md +0 -24
  140. /package/.docs/{reference → docs}/mastra-platform/api.md +0 -0
  141. /package/.docs/{guides/agent-frameworks/ai-sdk.md → reference/ai-sdk/overview.md} +0 -0
@@ -2,146 +2,146 @@
2
2
 
3
3
  # Integrations
4
4
 
5
- Search integrations...
6
-
7
5
  ## Channels
8
6
 
9
- - [![](https://cdn.simpleicons.org/discord?viewbox=auto\&size=28)Discord](https://mastra.ai/integrations/channels/discord)
10
- - [![](https://cdn.simpleicons.org/github/black/white?viewbox=auto\&size=28)GitHub](https://mastra.ai/integrations/channels/github)
11
- - [![](https://cdn.simpleicons.org/imessage?viewbox=auto\&size=28)iMessage](https://mastra.ai/integrations/channels/imessage)
12
- - [![](https://svgl.app/library/microsoft-teams.svg)Microsoft Teams](https://mastra.ai/integrations/channels/teams)
13
- - [![](https://svgl.app/library/slack.svg)Slack](https://mastra.ai/integrations/channels/slack)
14
- - [![](https://cdn.simpleicons.org/telegram?viewbox=auto\&size=28)Telegram](https://mastra.ai/integrations/channels/telegram)
15
- - [![](https://cdn.simpleicons.org/whatsapp?viewbox=auto\&size=28)WhatsApp](https://mastra.ai/integrations/channels/whatsapp)
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
- - [![](https://cdn.simpleicons.org/astro?viewbox=auto\&size=28)Astro](https://mastra.ai/integrations/frameworks/astro)
20
- - [![](https://cdn.simpleicons.org/electron?viewbox=auto\&size=28)Electron](https://mastra.ai/integrations/frameworks/electron)
21
- - [![](https://cdn.simpleicons.org/express/black/white?viewbox=auto\&size=28)Express](https://mastra.ai/integrations/frameworks/express)
22
- - [![](https://cdn.simpleicons.org/hono?viewbox=auto\&size=28)Hono](https://mastra.ai/integrations/frameworks/hono)
23
- - [![](https://cdn.simpleicons.org/nestjs?viewbox=auto\&size=28)NestJS](https://mastra.ai/integrations/frameworks/nestjs)
24
- - [![](https://cdn.simpleicons.org/nextdotjs/black/white?viewbox=auto\&size=28)Next.js](https://mastra.ai/integrations/frameworks/next-js)
25
- - [![](https://cdn.simpleicons.org/nuxt?viewbox=auto\&size=28)Nuxt](https://mastra.ai/integrations/frameworks/nuxt)
26
- - [![](https://cdn.simpleicons.org/vite?viewbox=auto\&size=28)React + Vite](https://mastra.ai/integrations/frameworks/vite-react)
27
- - [![](https://cdn.simpleicons.org/svelte?viewbox=auto\&size=28)SvelteKit](https://mastra.ai/integrations/frameworks/sveltekit)
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
- - [![](https://cdn.simpleicons.org/vercel/black/white?viewbox=auto\&size=28)AI SDK UI](https://mastra.ai/integrations/agentic-ui/ai-sdk-ui)
32
- - [![](/img/integrations/assistant-ui.svg)Assistant UI](https://mastra.ai/integrations/agentic-ui/assistant-ui)
33
- - [![](/img/integrations/copilotkit.svg)CopilotKit](https://mastra.ai/integrations/agentic-ui/copilotkit)
34
- - [![](/img/integrations/openui.svg)OpenUI](https://mastra.ai/integrations/agentic-ui/openui)
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
- - [![](https://svgl.app/library/aws_light.svg)![](https://svgl.app/library/aws_dark.svg)AgentCore](https://mastra.ai/integrations/sandboxes/agentcore)
39
- - [![](https://cdn.simpleicons.org/apple/black/white?viewbox=auto\&size=28)Apple Container](https://mastra.ai/integrations/sandboxes/apple-container)
40
- - [![](/img/integrations/blaxel.svg)Blaxel](https://mastra.ai/integrations/sandboxes/blaxel)
41
- - [![](/img/integrations/daytona.svg)Daytona](https://mastra.ai/integrations/sandboxes/daytona)
42
- - [![](https://cdn.simpleicons.org/docker?viewbox=auto\&size=28)Docker](https://mastra.ai/integrations/sandboxes/docker)
43
- - [![](/img/integrations/e2b.svg)E2B](https://mastra.ai/integrations/sandboxes/e2b)
44
- - [![](https://cdn.simpleicons.org/modal?viewbox=auto\&size=28)Modal](https://mastra.ai/integrations/sandboxes/modal)
45
- - [![](https://cdn.simpleicons.org/railway/black/white?viewbox=auto\&size=28)Railway](https://mastra.ai/integrations/sandboxes/railway)
46
- - [![](https://cdn.simpleicons.org/vercel/black/white?viewbox=auto\&size=28)Vercel](https://mastra.ai/integrations/sandboxes/vercel)
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
- - [![](/img/integrations/arize.svg)Arize](https://mastra.ai/integrations/observability/arize)
51
- - [![](/img/integrations/arthur.svg)Arthur](https://mastra.ai/integrations/observability/arthur)
52
- - [![](https://cdn.simpleicons.org/braintrust/black/white?viewbox=auto\&size=28)Braintrust](https://mastra.ai/integrations/observability/braintrust)
53
- - [![](/img/integrations/confident-ai.svg)Confident AI](https://mastra.ai/integrations/observability/confident-ai)
54
- - [![](https://cdn.simpleicons.org/datadog?viewbox=auto\&size=28)Datadog](https://mastra.ai/integrations/observability/datadog)
55
- - [![](/img/integrations/laminar.svg)Laminar](https://mastra.ai/integrations/observability/laminar)
56
- - [![](/img/integrations/langfuse.svg)Langfuse](https://mastra.ai/integrations/observability/langfuse)
57
- - [![](https://cdn.simpleicons.org/langchaincorporate/black/white?viewbox=auto\&size=28)LangSmith](https://mastra.ai/integrations/observability/langsmith)
58
- - [![](https://cdn.simpleicons.org/opentelemetry/black/white?viewbox=auto\&size=28)OpenTelemetry](https://mastra.ai/integrations/observability/opentelemetry)
59
- - [![](https://cdn.simpleicons.org/posthog/black/white?viewbox=auto\&size=28)PostHog](https://mastra.ai/integrations/observability/posthog)
60
- - [![](https://cdn.simpleicons.org/sentry/362d59/white?viewbox=auto\&size=28)Sentry](https://mastra.ai/integrations/observability/sentry)
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
- - [![](https://svgl.app/library/aws_light.svg)![](https://svgl.app/library/aws_dark.svg)Aurora DSQL](https://mastra.ai/integrations/databases/aurora-dsql)
65
- - [![](https://cdn.simpleicons.org/clickhouse?viewbox=auto\&size=28)ClickHouse](https://mastra.ai/integrations/databases/clickhouse)
66
- - [![](https://cdn.simpleicons.org/cloudflare?viewbox=auto\&size=28)Cloudflare D1](https://mastra.ai/integrations/databases/cloudflare-d1)
67
- - [![](https://cdn.simpleicons.org/cloudflare?viewbox=auto\&size=28)Cloudflare KV](https://mastra.ai/integrations/databases/cloudflare-kv)
68
- - [![](https://cdn.simpleicons.org/convex?viewbox=auto\&size=28)Convex](https://mastra.ai/integrations/databases/convex)
69
- - [![](https://cdn.simpleicons.org/duckdb?viewbox=auto\&size=28)DuckDB](https://mastra.ai/integrations/databases/duckdb)
70
- - [![](https://svgl.app/library/aws_light.svg)![](https://svgl.app/library/aws_dark.svg)DynamoDB](https://mastra.ai/integrations/databases/dynamodb)
71
- - [![](https://cdn.simpleicons.org/googlecloudspanner?viewbox=auto\&size=28)Google Cloud Spanner](https://mastra.ai/integrations/databases/spanner)
72
- - [![](/img/integrations/lancedb.svg)LanceDB](https://mastra.ai/integrations/databases/lancedb)
73
- - [![](/img/integrations/libsql.svg)libSQL](https://mastra.ai/integrations/databases/libsql)
74
- - [![](https://cdn.simpleicons.org/mongodb?viewbox=auto\&size=28)MongoDB](https://mastra.ai/integrations/databases/mongodb)
75
- - [![](https://svgl.app/library/microsoft.svg)MSSQL](https://mastra.ai/integrations/databases/mssql)
76
- - [![](https://cdn.simpleicons.org/neon?viewbox=auto\&size=28)Neon Postgres](https://mastra.ai/integrations/databases/neon)
77
- - [![](/img/integrations/oracle.svg)OracleDB](https://mastra.ai/integrations/databases/oracledb)
78
- - [![](https://cdn.simpleicons.org/postgresql?viewbox=auto\&size=28)PostgreSQL](https://mastra.ai/integrations/databases/postgresql)
79
- - [![](https://cdn.simpleicons.org/redis?viewbox=auto\&size=28)Redis](https://mastra.ai/integrations/databases/redis)
80
- - [![](https://cdn.simpleicons.org/upstash?viewbox=auto\&size=28)Upstash](https://mastra.ai/integrations/databases/upstash)
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
- - [![](https://svgl.app/library/aws_light.svg)![](https://svgl.app/library/aws_dark.svg)Amazon Bedrock AgentCore](https://mastra.ai/integrations/deploy/aws-bedrock-agentcore)
85
- - [![](https://svgl.app/library/aws_light.svg)![](https://svgl.app/library/aws_dark.svg)Amazon EC2](https://mastra.ai/integrations/deploy/amazon-ec2)
86
- - [![](https://svgl.app/library/aws_light.svg)![](https://svgl.app/library/aws_dark.svg)AWS Lambda](https://mastra.ai/integrations/deploy/aws-lambda)
87
- - [![](https://svgl.app/library/azure.svg)Azure App Services](https://mastra.ai/integrations/deploy/azure-app-services)
88
- - [![](https://cdn.simpleicons.org/cloudflare?viewbox=auto\&size=28)Cloudflare](https://mastra.ai/integrations/deploy/cloudflare)
89
- - [![](https://cdn.simpleicons.org/digitalocean?viewbox=auto\&size=28)Digital Ocean](https://mastra.ai/integrations/deploy/digital-ocean)
90
- - [![](/img/integrations/inngest.svg)Inngest](https://mastra.ai/integrations/deploy/inngest)
91
- - [![](https://cdn.simpleicons.org/kubernetes?viewbox=auto\&size=28)Kubernetes](https://mastra.ai/integrations/deploy/kubernetes)
92
- - [![](https://cdn.simpleicons.org/netlify?viewbox=auto\&size=28)Netlify](https://mastra.ai/integrations/deploy/netlify)
93
- - [![](https://cdn.simpleicons.org/temporal/black/white?viewbox=auto\&size=28)Temporal](https://mastra.ai/integrations/deploy/temporal)
94
- - [![](https://cdn.simpleicons.org/vercel/black/white?viewbox=auto\&size=28)Vercel](https://mastra.ai/integrations/deploy/vercel)
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
- - [![](/img/integrations/bright-data.svg)Bright Data](https://mastra.ai/integrations/tools/brightdata)
99
- - [![](/img/integrations/firecrawl.svg)Firecrawl](https://mastra.ai/integrations/tools/firecrawl)
100
- - [![](https://cdn.simpleicons.org/perplexity?viewbox=auto\&size=28)Perplexity](https://mastra.ai/integrations/tools/perplexity)
101
- - [![](/img/integrations/tavily.svg)Tavily](https://mastra.ai/integrations/tools/tavily)
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
- - [![](https://svgl.app/library/aws_light.svg)![](https://svgl.app/library/aws_dark.svg)AWS Nova Sonic](https://mastra.ai/integrations/voice/aws-nova-sonic)
106
- - [![](https://svgl.app/library/azure.svg)Azure](https://mastra.ai/integrations/voice/azure)
107
- - [![](https://cdn.simpleicons.org/cloudflare?viewbox=auto\&size=28)Cloudflare](https://mastra.ai/integrations/voice/cloudflare)
108
- - [![](https://cdn.simpleicons.org/deepgram?viewbox=auto\&size=28)Deepgram](https://mastra.ai/integrations/voice/deepgram)
109
- - [![](https://cdn.simpleicons.org/elevenlabs/black/white?viewbox=auto\&size=28)ElevenLabs](https://mastra.ai/integrations/voice/elevenlabs)
110
- - [![](https://svgl.app/library/google.svg)Google](https://mastra.ai/integrations/voice/google)
111
- - [![](/img/integrations/inworld.svg)Inworld](https://mastra.ai/integrations/voice/inworld)
112
- - [![](https://cdn.simpleicons.org/livekit/black/white?viewbox=auto\&size=28)LiveKit](https://mastra.ai/integrations/voice/livekit)
113
- - [![](https://cdn.simpleicons.org/mistralai?viewbox=auto\&size=28)Mistral](https://mastra.ai/integrations/voice/mistral)
114
- - [![](/img/integrations/murf.svg)Murf](https://mastra.ai/integrations/voice/murf)
115
- - [![](https://svgl.app/library/openai.svg)OpenAI](https://mastra.ai/integrations/voice/openai)
116
- - [![](/img/integrations/sarvam.svg)Sarvam](https://mastra.ai/integrations/voice/sarvam)
117
- - [![](/img/integrations/speechify.svg)Speechify](https://mastra.ai/integrations/voice/speechify)
118
- - [![](https://svgl.app/library/xai_light.svg)![](https://svgl.app/library/xai_dark.svg)xAI](https://mastra.ai/integrations/voice/xai)
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
- - [![](https://cdn.simpleicons.org/auth0?viewbox=auto\&size=28)Auth0](https://mastra.ai/integrations/auth/auth0)
123
- - [![](https://cdn.simpleicons.org/betterauth/black/white?viewbox=auto\&size=28)Better Auth](https://mastra.ai/integrations/auth/better-auth)
124
- - [![](https://cdn.simpleicons.org/clerk?viewbox=auto\&size=28)Clerk](https://mastra.ai/integrations/auth/clerk)
125
- - [![](https://cdn.simpleicons.org/firebase?viewbox=auto\&size=28)Firebase](https://mastra.ai/integrations/auth/firebase)
126
- - [![](https://svgl.app/library/google.svg)Google](https://mastra.ai/integrations/auth/google)
127
- - [![](https://cdn.simpleicons.org/okta?viewbox=auto\&size=28)Okta](https://mastra.ai/integrations/auth/okta)
128
- - [![](https://cdn.simpleicons.org/supabase?viewbox=auto\&size=28)Supabase](https://mastra.ai/integrations/auth/supabase)
129
- - [![](https://svgl.app/library/workos.svg)WorkOS](https://mastra.ai/integrations/auth/workos)
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
- - [![](https://cdn.simpleicons.org/vercel/black/white?viewbox=auto\&size=28)AgentBrowser](https://mastra.ai/integrations/browsers/agent-browser)
134
- - [![](/img/integrations/mastra.svg)BrowserViewer](https://mastra.ai/integrations/browsers/browser-viewer)
135
- - [![](/img/integrations/firecrawl.svg)Firecrawl](https://mastra.ai/integrations/browsers/firecrawl)
136
- - [![](/img/integrations/stagehand.svg)Stagehand](https://mastra.ai/integrations/browsers/stagehand)
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
- - [![](https://cdn.simpleicons.org/turso?viewbox=auto\&size=28)AgentFS](https://mastra.ai/integrations/file-storage/agentfs)
141
- - [![](https://svgl.app/library/aws_light.svg)![](https://svgl.app/library/aws_dark.svg)Amazon S3](https://mastra.ai/integrations/file-storage/amazon-s3)
142
- - [![](/img/integrations/archil.svg)Archil](https://mastra.ai/integrations/file-storage/archil)
143
- - [![](https://svgl.app/library/azure.svg)Azure Blob](https://mastra.ai/integrations/file-storage/azure-blob)
144
- - [![](https://svgl.app/library/google-cloud.svg)Google Cloud Storage](https://mastra.ai/integrations/file-storage/google-cloud-storage)
145
- - [![](https://svgl.app/library/drive.svg)Google Drive](https://mastra.ai/integrations/file-storage/google-drive)
146
- - [![](/img/integrations/mesa.svg)Mesa](https://mastra.ai/integrations/file-storage/mesa)
147
- - [![](https://cdn.simpleicons.org/vercel/black/white?viewbox=auto\&size=28)Vercel Files](https://mastra.ai/integrations/file-storage/vercel-files)
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)
@@ -47,6 +47,7 @@ List of required environment variables for each model provider and gateway suppo
47
47
  | [DigitalOcean](https://mastra.ai/models/providers/digitalocean) | `digitalocean/*` | `DIGITALOCEAN_ACCESS_TOKEN` |
48
48
  | [DInference](https://mastra.ai/models/providers/dinference) | `dinference/*` | `DINFERENCE_API_KEY` |
49
49
  | [EBCloud](https://mastra.ai/models/providers/ebcloud) | `ebcloud/*` | `EBCLOUD_API_KEY` |
50
+ | [Eden AI](https://mastra.ai/models/providers/edenai) | `edenai/*` | `EDENAI_API_KEY` |
50
51
  | [EmpirioLabs AI](https://mastra.ai/models/providers/empiriolabs) | `empiriolabs/*` | `EMPIRIOLABS_API_KEY` |
51
52
  | [evroc](https://mastra.ai/models/providers/evroc) | `evroc/*` | `EVROC_API_KEY` |
52
53
  | [FastRouter](https://mastra.ai/models/providers/fastrouter) | `fastrouter/*` | `FASTROUTER_API_KEY` |
@@ -84,6 +85,7 @@ List of required environment variables for each model provider and gateway suppo
84
85
  | [LucidQuery](https://mastra.ai/models/providers/lucidquery) | `lucidquery/*` | `LUCIDQUERY_API_KEY` |
85
86
  | [Lynkr](https://mastra.ai/models/providers/lynkr) | `lynkr/*` | `LYNKR_API_KEY` |
86
87
  | [Meganova](https://mastra.ai/models/providers/meganova) | `meganova/*` | `MEGANOVA_API_KEY` |
88
+ | [Merge Gateway](https://mastra.ai/models/providers/merge-gateway) | `merge-gateway/*` | `MERGE_GATEWAY_API_KEY` |
87
89
  | [Meta](https://mastra.ai/models/providers/meta) | `meta/*` | `META_MODEL_API_KEY` |
88
90
  | [MiniMax (minimax.io)](https://mastra.ai/models/providers/minimax) | `minimax/*` | `MINIMAX_API_KEY` |
89
91
  | [MiniMax (minimaxi.com)](https://mastra.ai/models/providers/minimax-cn) | `minimax-cn/*` | `MINIMAX_API_KEY` |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![OpenRouter logo](https://models.dev/logos/openrouter.svg)OpenRouter
4
4
 
5
- OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 345 models through Mastra's model router.
5
+ OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 349 models through Mastra's model router.
6
6
 
7
7
  Learn more in the [OpenRouter documentation](https://openrouter.ai/models).
8
8
 
@@ -81,6 +81,7 @@ ANTHROPIC_API_KEY=ant-...
81
81
  | `baidu/ernie-4.5-vl-424b-a47b` |
82
82
  | `bytedance-seed/seed-1.6` |
83
83
  | `bytedance-seed/seed-1.6-flash` |
84
+ | `bytedance-seed/seed-2-1-turbo` |
84
85
  | `bytedance-seed/seed-2.0-code` |
85
86
  | `bytedance-seed/seed-2.0-lite` |
86
87
  | `bytedance-seed/seed-2.0-mini` |
@@ -104,6 +105,7 @@ ANTHROPIC_API_KEY=ant-...
104
105
  | `deepseek/deepseek-v4-flash` |
105
106
  | `deepseek/deepseek-v4-flash-0731` |
106
107
  | `deepseek/deepseek-v4-pro` |
108
+ | `deepseek/deepseek-v4-pro-0813` |
107
109
  | `google/gemini-2.5-flash` |
108
110
  | `google/gemini-2.5-flash-image` |
109
111
  | `google/gemini-2.5-flash-lite` |
@@ -337,6 +339,7 @@ ANTHROPIC_API_KEY=ant-...
337
339
  | `qwen/qwen3.7-flash` |
338
340
  | `qwen/qwen3.7-max` |
339
341
  | `qwen/qwen3.7-plus` |
342
+ | `qwen/qwen3.8-2.4t-a95b` |
340
343
  | `qwen/qwen3.8-max` |
341
344
  | `rekaai/reka-edge` |
342
345
  | `rekaai/reka-flash-3` |
@@ -366,6 +369,7 @@ ANTHROPIC_API_KEY=ant-...
366
369
  | `x-ai/grok-4.20-multi-agent` |
367
370
  | `x-ai/grok-4.3` |
368
371
  | `x-ai/grok-4.5` |
372
+ | `x-ai/grok-4.6` |
369
373
  | `x-ai/grok-build-0.1` |
370
374
  | `xiaomi/mimo-v2.5` |
371
375
  | `xiaomi/mimo-v2.5-pro` |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Vercel logo](https://models.dev/logos/vercel.svg)Vercel
4
4
 
5
- Vercel aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 325 models through Mastra's model router.
5
+ Vercel aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 326 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
 
@@ -132,6 +132,7 @@ ANTHROPIC_API_KEY=ant-...
132
132
  | `deepseek/deepseek-v4-flash` |
133
133
  | `deepseek/deepseek-v4-flash-0731` |
134
134
  | `deepseek/deepseek-v4-pro` |
135
+ | `deepseek/deepseek-v4-pro-0813` |
135
136
  | `fish-audio/s1` |
136
137
  | `fish-audio/s2-pro` |
137
138
  | `fish-audio/s2.1-pro` |
@@ -333,10 +334,10 @@ ANTHROPIC_API_KEY=ant-...
333
334
  | `xai/grok-4.20-reasoning-beta` |
334
335
  | `xai/grok-4.3` |
335
336
  | `xai/grok-4.5` |
337
+ | `xai/grok-4.6` |
336
338
  | `xai/grok-build-0.1` |
337
339
  | `xai/grok-imagine-image` |
338
340
  | `xai/grok-imagine-image-2.0` |
339
- | `xai/grok-imagine-image-2.0-preview` |
340
341
  | `xai/grok-imagine-video` |
341
342
  | `xai/grok-imagine-video-1.5` |
342
343
  | `xai/grok-imagine-video-1.5-preview` |
@@ -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 5484 models from 169 providers through a single API.
5
+ Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 5658 models from 171 providers through a single API.
6
6
 
7
7
  ## Features
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![ai&](https://models.dev/logos/aiand.svg)ai&
4
4
 
5
- Access 8 ai& models through Mastra's model router. Authentication is handled automatically using the `AIAND_API_KEY` environment variable.
5
+ Access 9 ai& models through Mastra's model router. Authentication is handled automatically using the `AIAND_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [ai& documentation](https://docs.aiand.com/).
8
8
 
@@ -41,8 +41,9 @@ for await (const chunk of stream) {
41
41
  | `aiand/google/gemma-4-31b-it` | 262K | | | | | | $0.20 | $0.50 |
42
42
  | `aiand/moonshotai/kimi-k2.7-code` | 262K | | | | | | $0.75 | $4 |
43
43
  | `aiand/moonshotai/kimi-k3` | 1.0M | | | | | | $3 | $13 |
44
+ | `aiand/motif-technologies/motif-3` | 262K | | | | | | $0.50 | $2 |
44
45
  | `aiand/openai/gpt-oss-120b` | 131K | | | | | | $0.15 | $0.60 |
45
- | `aiand/qwen/qwen3.6-27b` | 262K | | | | | | | |
46
+ | `aiand/qwen/qwen3.6-27b` | 262K | | | | | | $0.32 | $3 |
46
47
  | `aiand/zai-org/glm-5.2` | 1.0M | | | | | | $1 | $4 |
47
48
 
48
49
  ## Advanced configuration
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![DigitalOcean logo](https://models.dev/logos/digitalocean.svg)DigitalOcean
4
4
 
5
- Access 90 DigitalOcean models through Mastra's model router. Authentication is handled automatically using the `DIGITALOCEAN_ACCESS_TOKEN` environment variable.
5
+ Access 91 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
 
@@ -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 | | | | | | $1 | $4 |
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 |
@@ -119,6 +119,7 @@ for await (const chunk of stream) {
119
119
  | `digitalocean/qwen3-embedding-0.6b` | 8K | | | | | | $0.04 | — |
120
120
  | `digitalocean/qwen3-tts-voicedesign` | 33K | | | | | | — | — |
121
121
  | `digitalocean/qwen3.5-397b-a17b` | 131K | | | | | | $0.30 | $2 |
122
+ | `digitalocean/qwen3.8-max` | 262K | | | | | | $2 | $6 |
122
123
  | `digitalocean/stable-diffusion-3.5-large` | 256 | | | | | | $0.08 | — |
123
124
  | `digitalocean/wan2-2-t2v-a14b` | 100 | | | | | | $0.60 | — |
124
125
 
@@ -0,0 +1,88 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
3
+ # ![Eden AI logo](https://models.dev/logos/edenai.svg)Eden AI
4
+
5
+ Access 16 Eden AI models through Mastra's model router. Authentication is handled automatically using the `EDENAI_API_KEY` environment variable.
6
+
7
+ Learn more in the [Eden AI documentation](https://docs.edenai.co).
8
+
9
+ ```bash
10
+ EDENAI_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: "edenai/anthropic/claude-opus-5"
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
+ > **Note:** Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-specific features may not be available. Check the [Eden AI documentation](https://docs.edenai.co) for details.
34
+
35
+ ## Models
36
+
37
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
+ | --------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
+ | `edenai/anthropic/claude-opus-5` | 1.0M | | | | | | $5 | $25 |
40
+ | `edenai/anthropic/claude-sonnet-5` | 1.0M | | | | | | $2 | $10 |
41
+ | `edenai/anthropic/claude-sonnet-latest` | 1.0M | | | | | | $2 | $10 |
42
+ | `edenai/deepinfra/openai/gpt-oss-120b` | 131K | | | | | | $0.04 | $0.17 |
43
+ | `edenai/deepseek/deepseek-v4-pro` | 1.0M | | | | | | $0.43 | $0.87 |
44
+ | `edenai/google/gemini-3.6-flash` | 1.0M | | | | | | $2 | $8 |
45
+ | `edenai/mistral/mistral-large-2512` | 262K | | | | | | $0.50 | $2 |
46
+ | `edenai/moonshot/kimi-k3` | 1.0M | | | | | | $3 | $15 |
47
+ | `edenai/openai/gpt-4o-mini` | 128K | | | | | | $0.15 | $0.60 |
48
+ | `edenai/openai/gpt-5.6-luna` | 1.1M | | | | | | $0.20 | $1 |
49
+ | `edenai/openai/gpt-5.6-sol` | 1.1M | | | | | | $5 | $30 |
50
+ | `edenai/openai/gpt-5.6-terra` | 1.1M | | | | | | $2 | $12 |
51
+ | `edenai/vertex/gemini-3.6-flash` | 1.0M | | | | | | $2 | $8 |
52
+ | `edenai/vertex/gemini-3.6-flash@eu` | 1.0M | | | | | | $2 | $8 |
53
+ | `edenai/xai/grok-4.5` | 500K | | | | | | $2 | $6 |
54
+ | `edenai/zai/glm-5.2` | 1.0M | | | | | | $1 | $4 |
55
+
56
+ ## Advanced configuration
57
+
58
+ ### Custom headers
59
+
60
+ ```typescript
61
+ const agent = new Agent({
62
+ id: "custom-agent",
63
+ name: "custom-agent",
64
+ model: {
65
+ url: "https://api.edenai.run/v3",
66
+ id: "edenai/anthropic/claude-opus-5",
67
+ apiKey: process.env.EDENAI_API_KEY,
68
+ headers: {
69
+ "X-Custom-Header": "value"
70
+ }
71
+ }
72
+ });
73
+ ```
74
+
75
+ ### Dynamic model selection
76
+
77
+ ```typescript
78
+ const agent = new Agent({
79
+ id: "dynamic-agent",
80
+ name: "Dynamic Agent",
81
+ model: ({ requestContext }) => {
82
+ const useAdvanced = requestContext.task === "complex";
83
+ return useAdvanced
84
+ ? "edenai/zai/glm-5.2"
85
+ : "edenai/anthropic/claude-opus-5";
86
+ }
87
+ });
88
+ ```
@@ -39,17 +39,17 @@ for await (const chunk of stream) {
39
39
  | `hyper/deepseek-v4-flash` | 1.0M | | | | | | $0.20 | $0.40 |
40
40
  | `hyper/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.15 | $0.30 |
41
41
  | `hyper/deepseek-v4-pro` | 1.0M | | | | | | $2 | $5 |
42
- | `hyper/gemma-4-26b-a4b-it` | 256K | | | | | | $0.12 | $0.43 |
42
+ | `hyper/gemma-4-26b-a4b-it` | 256K | | | | | | $0.12 | $0.41 |
43
43
  | `hyper/glm-5.1` | 203K | | | | | | $2 | $5 |
44
44
  | `hyper/glm-5.2` | 1.0M | | | | | | $1 | $4 |
45
45
  | `hyper/gpt-oss-120b` | 131K | | | | | | $0.19 | $0.73 |
46
- | `hyper/kimi-k2.5` | 262K | | | | | | $0.51 | $3 |
46
+ | `hyper/kimi-k2.5` | 262K | | | | | | $0.56 | $3 |
47
47
  | `hyper/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
48
48
  | `hyper/kimi-k2.7-code` | 256K | | | | | | $0.95 | $4 |
49
49
  | `hyper/kimi-k3` | 1.0M | | | | | | $3 | $16 |
50
50
  | `hyper/llama-3.3-70b-instruct` | 128K | | | | | | $0.60 | $0.74 |
51
51
  | `hyper/llama-4-maverick-17b-128e-instruct-fp8` | 430K | | | | | | $0.27 | $0.90 |
52
- | `hyper/minimax-m2.7` | 262K | | | | | | $0.47 | $2 |
52
+ | `hyper/minimax-m2.7` | 262K | | | | | | $0.44 | $2 |
53
53
  | `hyper/minimax-m3` | 512K | | | | | | $0.33 | $1 |
54
54
  | `hyper/qwen3-coder-480b-a35b-instruct-int4-mixed-ar` | 106K | | | | | | $0.45 | $2 |
55
55
  | `hyper/qwen3-next-80b-a3b-instruct` | 262K | | | | | | $0.12 | $1 |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Inceptron logo](https://models.dev/logos/inceptron.svg)Inceptron
4
4
 
5
- Access 6 Inceptron models through Mastra's model router. Authentication is handled automatically using the `INCEPTRON_API_KEY` environment variable.
5
+ Access 5 Inceptron models through Mastra's model router. Authentication is handled automatically using the `INCEPTRON_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Inceptron documentation](https://docs.inceptron.io).
8
8
 
@@ -34,14 +34,13 @@ for await (const chunk of stream) {
34
34
 
35
35
  ## Models
36
36
 
37
- | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
- | ------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
- | `inceptron/MiniMaxAI/MiniMax-M2.5` | 197K | | | | | | $0.15 | $0.90 |
40
- | `inceptron/moonshotai/Kimi-K2.6` | 262K | | | | | | $0.66 | $4 |
41
- | `inceptron/moonshotai/Kimi-K2.6-Fast` | 262K | | | | | | $1 | $7 |
42
- | `inceptron/moonshotai/Kimi-K2.7-Code` | 262K | | | | | | $0.75 | $4 |
43
- | `inceptron/zai-org/GLM-5.1-FP8` | 203K | | | | | | $1 | $4 |
44
- | `inceptron/zai-org/GLM-5.2` | 1.0M | | | | | | $1 | $4 |
37
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
+ | ---------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
+ | `inceptron/deepseek-ai/DeepSeek-V4-Flash-0731` | 1.0M | | | | | | $0.13 | $0.28 |
40
+ | `inceptron/MiniMaxAI/MiniMax-M2.5` | 197K | | | | | | $0.22 | $0.90 |
41
+ | `inceptron/moonshotai/Kimi-K2.6` | 262K | | | | | | $0.60 | $3 |
42
+ | `inceptron/moonshotai/Kimi-K2.7-Code` | 262K | | | | | | $0.67 | $3 |
43
+ | `inceptron/zai-org/GLM-5.2` | 1.0M | | | | | | $0.75 | $3 |
45
44
 
46
45
  ## Advanced configuration
47
46