@mastra/mcp-docs-server 1.2.11-alpha.3 → 1.2.11-alpha.4
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/mastra-platform/overview.md +4 -2
- package/.docs/docs/mastra-platform/trace-intelligence.md +123 -0
- package/.docs/docs/rag/vector-databases.md +17 -0
- package/.docs/docs/voice/overview.md +5 -0
- package/.docs/docs/voice/{livekit.md → realtime-voice.md} +5 -3
- package/.docs/docs/workspace/filesystem.md +1 -0
- package/.docs/docs/workspace/sandbox.md +5 -0
- package/.docs/guides/deployment/netlify.md +1 -1
- package/.docs/models/environment-variables.md +1 -0
- package/.docs/models/gateways/openrouter.md +2 -3
- package/.docs/models/index.md +1 -1
- package/.docs/models/providers/abliteration-ai.md +6 -5
- package/.docs/models/providers/aiand.md +2 -1
- package/.docs/models/providers/crof.md +2 -1
- package/.docs/models/providers/hyper.md +92 -0
- package/.docs/models/providers/nvidia.md +23 -9
- package/.docs/models/providers/synthetic.md +2 -1
- package/.docs/models/providers.md +1 -0
- package/.docs/reference/vectors/mongodb.md +185 -4
- package/.docs/reference/voice/livekit.md +3 -3
- package/CHANGELOG.md +7 -0
- package/dist/index.js +2 -3
- package/dist/src-BZcgzbk9.js +1774 -0
- package/dist/src-BZcgzbk9.js.map +1 -0
- package/dist/stdio.js +28 -30
- package/dist/stdio.js.map +1 -1
- package/package.json +6 -6
- package/dist/chunk-GLPCVXXO.js +0 -2075
- package/dist/chunk-GLPCVXXO.js.map +0 -1
- package/dist/index.js.map +0 -1
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
The [Mastra platform](https://projects.mastra.ai) provides three products for deploying, monitoring, and managing AI applications built with the Mastra framework:
|
|
6
6
|
|
|
7
7
|
- [**Observability**](https://mastra.ai/docs/mastra-platform/observability): The baseline product for every platform project, with searchable traces, logs, and metrics across Mastra projects and deploys
|
|
8
|
-
- [**Studio**](https://mastra.ai/docs/mastra-platform/studio): A hosted visual environment for testing agents
|
|
8
|
+
- [**Studio**](https://mastra.ai/docs/mastra-platform/studio): A hosted visual environment for testing agents and running workflows, with tools for inspecting traces. Starting with Studio also gives you Observability.
|
|
9
9
|
- [**Server**](https://mastra.ai/docs/mastra-platform/server): A production deployment target that runs your Mastra application as an API server. Starting with Server also gives you Observability.
|
|
10
10
|
|
|
11
11
|
Deploy with a single command, [`mastra deploy`](https://mastra.ai/docs/mastra-platform/deploy), or connect a GitHub repository for push-to-deploy. See the [GitHub integration](https://mastra.ai/docs/mastra-platform/github) for the repository-linked flow.
|
|
12
12
|
|
|
13
13
|
Each project can run multiple [**Environments**](https://mastra.ai/docs/mastra-platform/environments) (for example `production` and `staging`), provision [**Hosted databases**](https://mastra.ai/docs/mastra-platform/database) from the CLI or project settings to persist application data, and get a managed [**Workspace**](https://mastra.ai/docs/mastra-platform/workspace) per environment that gives agents a filesystem and a sandbox with no manual configuration.
|
|
14
14
|
|
|
15
|
+
[**Trace Intelligence**](https://mastra.ai/docs/mastra-platform/trace-intelligence) finds recurring goals, outcomes, behaviors, and sentiment across your agent traces. Trace Intelligence is available in private beta for selected projects.
|
|
16
|
+
|
|
15
17
|
## Get started
|
|
16
18
|
|
|
17
19
|
Choose the path that matches what you want to do:
|
|
@@ -22,7 +24,7 @@ Choose the path that matches what you want to do:
|
|
|
22
24
|
|
|
23
25
|
## Key concepts
|
|
24
26
|
|
|
25
|
-
**Projects** are the shared parent entity across all products. A single project can
|
|
27
|
+
**Projects** are the shared parent entity across all products. A single project can include every product: Observability, Studio, and Server. Projects belong to an **Organization**, which is the multi-tenant container for your team.
|
|
26
28
|
|
|
27
29
|
Your Mastra application is built from three building blocks:
|
|
28
30
|
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
> Discover all available pages from the documentation index: https://mastra.ai/llms.txt
|
|
2
|
+
|
|
3
|
+
# Trace Intelligence on Mastra platform
|
|
4
|
+
|
|
5
|
+
Trace Intelligence finds recurring patterns across your agent's interactions. It analyzes traces captured by Mastra Observability, produces trace signals for four dimensions, and clusters similar trace signals into themes.
|
|
6
|
+
|
|
7
|
+
Use Trace Intelligence to investigate questions such as:
|
|
8
|
+
|
|
9
|
+
- What are users trying to accomplish?
|
|
10
|
+
- Which goals tend to succeed, remain unresolved, or become blocked?
|
|
11
|
+
- Which agent behaviors appear in successful and unsuccessful interactions?
|
|
12
|
+
- How does user sentiment relate to goals and outcomes?
|
|
13
|
+
|
|
14
|
+
> **Private beta:** Trace Intelligence is available by invitation for selected Mastra platform projects.
|
|
15
|
+
|
|
16
|
+
## Get access
|
|
17
|
+
|
|
18
|
+
1. Submit the [Trace Intelligence private beta form](https://mastra.ai/trace-intelligence) to request access.
|
|
19
|
+
2. Confirm that [Mastra platform Observability](https://mastra.ai/docs/mastra-platform/observability) is enabled and that completed agent traces appear under **Traces**.
|
|
20
|
+
3. Requires at least `@mastra/core@1.53.0` and `mastra@1.20.2`. Upgrade your project then deploy or redeploy Studio for the enrolled project. Local Studio and server-only deployments aren't supported during the private beta.
|
|
21
|
+
4. Open the deployed Studio and select **Intelligence** in the sidebar.
|
|
22
|
+
5. Send representative traffic to your agent and allow time for analysis.
|
|
23
|
+
|
|
24
|
+
Once Mastra enrolls the project, you don't need to change your agent definition or calls.
|
|
25
|
+
|
|
26
|
+
### When data is available
|
|
27
|
+
|
|
28
|
+
Trace Intelligence needs enough processed traces from one agent to identify recurring patterns. Initial themes are usually available after at least **100 completed traces** from that agent have been processed.
|
|
29
|
+
|
|
30
|
+
The trace count under **Traces** can reach 100 before Trace Intelligence is ready because the analysis pipeline runs asynchronously. Processing can take several minutes after the threshold is reached. Traces that can't be analyzed don't contribute, so 100 is a minimum, not an exact UI trigger.
|
|
31
|
+
|
|
32
|
+
Trace Intelligence updates automatically as more traces arrive. Studio needs themes for at least two trace signal types before it can display the relationship flow.
|
|
33
|
+
|
|
34
|
+
Use representative traffic. A small set of repeated test prompts can produce unrepresentative results, such as one broad theme or mostly Noise.
|
|
35
|
+
|
|
36
|
+
## Understand the analysis
|
|
37
|
+
|
|
38
|
+
Each analyzable completed trace produces four trace signals:
|
|
39
|
+
|
|
40
|
+
| Trace signal | Meaning |
|
|
41
|
+
| ------------- | ------------------------------------------------------------------------------------------------------ |
|
|
42
|
+
| **Goal** | What the user is trying to achieve or have completed. |
|
|
43
|
+
| **Outcome** | The final completed, partial, blocked, failed, unresolved, or unclear state. |
|
|
44
|
+
| **Behavior** | Observable agent actions and patterns, including tool use, omissions, retries, failures, and recovery. |
|
|
45
|
+
| **Sentiment** | The user's emotional state or attitude. |
|
|
46
|
+
|
|
47
|
+
Themes are clusters generated from similar trace signals. Clustering happens independently for each trace signal type. One trace can belong to a separate theme in every dimension: Goal, Outcome, Behavior, and Sentiment.
|
|
48
|
+
|
|
49
|
+
### Themes and relationships
|
|
50
|
+
|
|
51
|
+
The flow chart connects themes in adjacent trace signal columns:
|
|
52
|
+
|
|
53
|
+
- A **node** represents a theme. Its count is the number of distinct traces assigned to that theme in the selected snapshot.
|
|
54
|
+
- A **ribbon** connects traces assigned to themes in both adjacent columns. Its width represents the shared trace count.
|
|
55
|
+
- Hover over or focus a node or ribbon to isolate its relationships.
|
|
56
|
+
|
|
57
|
+
The flow shows association, not causation or execution order. For example, a ribbon between a Goal and an Outcome means that both themes occurred in the same traces. It doesn't show that the goal caused the outcome.
|
|
58
|
+
|
|
59
|
+
### Distributions, Other, and Noise
|
|
60
|
+
|
|
61
|
+
The cards below the flow show each trace signal's theme distribution:
|
|
62
|
+
|
|
63
|
+
- **Trace count**: The number of distinct traces assigned to a theme in the selected snapshot.
|
|
64
|
+
- **Stage share**: The percentage of analyzed traces for that trace signal assigned to the theme.
|
|
65
|
+
|
|
66
|
+
Studio shows the most common themes for each trace signal type. It may combine smaller themes into **Other** to preserve totals without overcrowding the chart.
|
|
67
|
+
|
|
68
|
+
**Noise** contains summaries that didn't consistently match a recurring theme in the selected snapshot. It doesn't necessarily indicate an error or a low-quality interaction. Noise can include rare requests and emerging patterns. It can also contain ambiguous interactions or unrelated cases. A large Noise share can indicate highly varied traffic or insufficient data for stable themes.
|
|
69
|
+
|
|
70
|
+
### Snapshots
|
|
71
|
+
|
|
72
|
+
A snapshot is a moving analysis window over a set of traces. Snapshots can overlap, so don't add their trace counts together. Compare trace count and stage share together because traffic volume can change between windows.
|
|
73
|
+
|
|
74
|
+
A theme can persist, disappear, split, merge, or return across snapshots. Treat theme names and descriptions as generated summaries, not fixed taxonomies.
|
|
75
|
+
|
|
76
|
+
## Use the Trace Intelligence page
|
|
77
|
+
|
|
78
|
+
1. Use the **Agent** selector to switch between agents with available analysis. An agent doesn't appear until its first themes are ready.
|
|
79
|
+
2. Select a theme in the flow to filter every column to traces containing that theme.
|
|
80
|
+
3. Select **View theme details** to inspect its description, trace count, stage share, generated examples, and history.
|
|
81
|
+
4. Select **Clear filter** to restore the complete flow.
|
|
82
|
+
|
|
83
|
+
You can also:
|
|
84
|
+
|
|
85
|
+
- Select a theme in a distribution card to open its details and generated example summaries.
|
|
86
|
+
- Select **Noise** in a distribution card to inspect its distribution and generated example summaries.
|
|
87
|
+
- Drag the distribution cards to reorder the trace signal columns and see a different relationship perspective.
|
|
88
|
+
- Use the timeline to select a snapshot, or select **Play** to watch themes change over time.
|
|
89
|
+
- Open a theme's history to see whether it persisted and how its coverage changed.
|
|
90
|
+
|
|
91
|
+
Filtering the flow by a theme is unavailable for snapshots with more than 2,000 traces. Choose another snapshot or clear the active filter to return to the full flow. Theme and Noise details remain available from the distribution cards.
|
|
92
|
+
|
|
93
|
+
## Troubleshooting
|
|
94
|
+
|
|
95
|
+
### Intelligence isn't in the sidebar
|
|
96
|
+
|
|
97
|
+
Confirm that Mastra enrolled the correct project, that you use the beta-compatible Mastra version, and that you redeployed Studio. The private beta doesn't support local Studio.
|
|
98
|
+
|
|
99
|
+
### An agent is missing
|
|
100
|
+
|
|
101
|
+
Confirm that its completed traces are listed under **Traces**. The agent is listed only after its first themes are ready. If it recently reached 100 traces, allow time for asynchronous processing.
|
|
102
|
+
|
|
103
|
+
### The relationship flow is unavailable
|
|
104
|
+
|
|
105
|
+
The flow requires themes for at least two trace signal types. Continue sending representative traffic and allow processing to finish.
|
|
106
|
+
|
|
107
|
+
### Most summaries are Noise
|
|
108
|
+
|
|
109
|
+
Collect more representative traffic and compare a later snapshot. Varied or rare interactions are harder to group, while repeated test prompts can produce an unrepresentative distribution.
|
|
110
|
+
|
|
111
|
+
## Private-beta limitations
|
|
112
|
+
|
|
113
|
+
- Trace Intelligence is available only for enrolled projects in deployed Studio.
|
|
114
|
+
- Initial analysis requires at least 100 processed traces per agent. Some agents may require more.
|
|
115
|
+
- Results depend on the diversity and quality of captured traces.
|
|
116
|
+
- Trace signal summaries, theme labels, clustering, thresholds, and UI behavior can change during the beta.
|
|
117
|
+
|
|
118
|
+
When reporting feedback, include the organization ID, project ID, agent ID, selected snapshot, and the theme or Noise examples that illustrate the issue.
|
|
119
|
+
|
|
120
|
+
## Related
|
|
121
|
+
|
|
122
|
+
- [Observability on Mastra platform](https://mastra.ai/docs/mastra-platform/observability)
|
|
123
|
+
- [Studio on Mastra platform](https://mastra.ai/docs/mastra-platform/studio)
|
|
@@ -35,6 +35,23 @@ For detailed setup instructions and best practices, see the [official MongoDB At
|
|
|
35
35
|
|
|
36
36
|
MongoDB works seamlessly with VoyageAI's embedding models, which are optimized for retrieval tasks. For complete examples and specialized models, see the [VoyageAI embeddings documentation](https://mastra.ai/models/embeddings) and [MongoDB vector reference](https://mastra.ai/reference/vectors/mongodb).
|
|
37
37
|
|
|
38
|
+
### Hybrid Search (Vector + Full-Text)
|
|
39
|
+
|
|
40
|
+
MongoDB supports hybrid search that fuses vector similarity with BM25 full-text search using server-side `$rankFusion` (requires MongoDB >= 8.0; generally available from 8.1, and enabled on Atlas 8.0.x). This is useful when you want to combine semantic and keyword-based retrieval:
|
|
41
|
+
|
|
42
|
+
```ts
|
|
43
|
+
await store.createSearchIndex({ indexName: 'myCollection', fields: ['text'] })
|
|
44
|
+
const results = await store.hybridQuery({
|
|
45
|
+
indexName: 'myCollection',
|
|
46
|
+
queryVector: embedding,
|
|
47
|
+
query: 'search terms',
|
|
48
|
+
paths: ['text'],
|
|
49
|
+
topK: 10,
|
|
50
|
+
})
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
See the [MongoDB vector reference](https://mastra.ai/reference/vectors/mongodb) for details on `createSearchIndex()`, `textQuery()`, and `hybridQuery()`.
|
|
54
|
+
|
|
38
55
|
**PgVector**:
|
|
39
56
|
|
|
40
57
|
```ts
|
|
@@ -773,6 +773,10 @@ await voiceAgent.voice.send(micStream)
|
|
|
773
773
|
|
|
774
774
|
Visit the [xAI Realtime Voice Reference](https://mastra.ai/reference/voice/xai-realtime) for more information on the xAI voice provider.
|
|
775
775
|
|
|
776
|
+
### Realtime voice
|
|
777
|
+
|
|
778
|
+
Run live calls a user can talk over, in the browser or over the phone. Mastra hands the audio loop to LiveKit, which covers voice activity detection, semantic turn detection, and barge-in, while your agent generates each reply with its own model, tools, and memory. For setup and configuration options, check out [Realtime voice](https://mastra.ai/docs/voice/realtime-voice).
|
|
779
|
+
|
|
776
780
|
## Voice configuration
|
|
777
781
|
|
|
778
782
|
Each voice provider can be configured with different models and options. Below are the detailed configuration options for all supported providers:
|
|
@@ -1248,5 +1252,6 @@ For more information on the CompositeVoice, refer to the [CompositeVoice Referen
|
|
|
1248
1252
|
- [AWS Nova Sonic Voice](https://mastra.ai/reference/voice/aws-nova-sonic)
|
|
1249
1253
|
- [Deepgram Voice](https://mastra.ai/reference/voice/deepgram)
|
|
1250
1254
|
- [Inworld Voice](https://mastra.ai/reference/voice/inworld)
|
|
1255
|
+
- [LiveKit](https://mastra.ai/reference/voice/livekit)
|
|
1251
1256
|
- [PlayAI Voice](https://mastra.ai/reference/voice/playai)
|
|
1252
1257
|
- [Voice Examples](https://github.com/mastra-ai/voice-examples)
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
> Discover all available pages from the documentation index: https://mastra.ai/llms.txt
|
|
2
2
|
|
|
3
|
-
#
|
|
3
|
+
# Realtime voice
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Realtime voice turns a Mastra agent into a live call a user can talk over, in the browser or over the phone. Mastra builds it on [LiveKit](https://livekit.io), an open source WebRTC platform for realtime audio and video.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
The [`@mastra/livekit`](https://mastra.ai/reference/voice/livekit) package connects Mastra agents to the [LiveKit Agents framework](https://docs.livekit.io/agents/): LiveKit owns the audio loop like voice activity detection, streaming speech-to-text, semantic turn detection, barge-in, and text-to-speech. Your Mastra agent generates every reply with its own model, tools, and memory.
|
|
8
|
+
|
|
9
|
+
Use realtime voice when you need low-latency, interruptible voice conversations. For provider-based speech-to-speech without LiveKit, see [Speech to Speech](https://mastra.ai/docs/voice/speech-to-speech).
|
|
8
10
|
|
|
9
11
|
## Quickstart
|
|
10
12
|
|
|
@@ -29,6 +29,7 @@ Available providers:
|
|
|
29
29
|
- [`FilesSDKFilesystem`](https://mastra.ai/reference/workspace/files-sdk-filesystem): Stores files in any [FilesSDK](https://files-sdk.dev) adapter (S3, R2, GCS, Azure Blob, Vercel Blob, local filesystem, and more) — useful when you want one provider that can target multiple backends
|
|
30
30
|
- [`AgentFSFilesystem`](https://mastra.ai/reference/workspace/agentfs-filesystem): Stores files in a Turso/SQLite database via AgentFS
|
|
31
31
|
- [`MesaFilesystem`](https://mastra.ai/reference/workspace/mesa-filesystem): Stores files in versioned Mesa repos
|
|
32
|
+
- [`ArchilFilesystem`](https://mastra.ai/reference/workspace/archil-filesystem): Stores files on Archil elastic, serverless disks
|
|
32
33
|
|
|
33
34
|
> **Tip:** `LocalFilesystem` is the simplest way to get started as it requires no external services. For cloud storage, use `S3Filesystem`, `GCSFilesystem`, or `AzureBlobFilesystem`. For versioned storage, use `MesaFilesystem`. For database-backed storage without external services, use `AgentFSFilesystem`.
|
|
34
35
|
|
|
@@ -24,10 +24,13 @@ A sandbox provider executes commands in a controlled environment:
|
|
|
24
24
|
- [`AppleContainerSandbox`](https://mastra.ai/reference/workspace/apple-container-sandbox): Executes commands in local OCI Linux containers using Apple's `container` CLI
|
|
25
25
|
- [`BlaxelSandbox`](https://mastra.ai/reference/workspace/blaxel-sandbox): Executes commands in isolated Blaxel cloud sandboxes
|
|
26
26
|
- [`DaytonaSandbox`](https://mastra.ai/reference/workspace/daytona-sandbox): Executes commands in isolated Daytona cloud sandboxes
|
|
27
|
+
- [`DockerSandbox`](https://mastra.ai/reference/workspace/docker-sandbox): Executes commands in long-lived Docker containers on the local machine
|
|
27
28
|
- [`E2BSandbox`](https://mastra.ai/reference/workspace/e2b-sandbox): Executes commands in isolated E2B cloud sandboxes
|
|
28
29
|
- [`ModalSandbox`](https://mastra.ai/reference/workspace/modal-sandbox): Executes commands in isolated Modal cloud sandboxes
|
|
29
30
|
- [`PlatformSandbox`](https://mastra.ai/reference/workspace/platform-sandbox): Executes commands in a sandbox tied to a Mastra Platform environment
|
|
30
31
|
- [`RailwaySandbox`](https://mastra.ai/reference/workspace/railway-sandbox): Executes commands in ephemeral, isolated Railway cloud sandboxes
|
|
32
|
+
- [`VercelSandbox`](https://mastra.ai/reference/workspace/vercel-sandbox): Executes commands in an ephemeral Vercel Sandbox Firecracker MicroVM
|
|
33
|
+
- [`VercelServerlessSandbox`](https://mastra.ai/reference/workspace/vercel-serverless): Executes commands as stateless Vercel serverless functions
|
|
31
34
|
|
|
32
35
|
## Basic usage
|
|
33
36
|
|
|
@@ -235,5 +238,7 @@ Use `null` or `false` for cloud sandboxes (for example, E2B, Daytona, or Modal)
|
|
|
235
238
|
- [`E2BSandbox` reference](https://mastra.ai/reference/workspace/e2b-sandbox)
|
|
236
239
|
- [`LocalSandbox` reference](https://mastra.ai/reference/workspace/local-sandbox)
|
|
237
240
|
- [`ModalSandbox` reference](https://mastra.ai/reference/workspace/modal-sandbox)
|
|
241
|
+
- [`VercelSandbox` reference](https://mastra.ai/reference/workspace/vercel-sandbox)
|
|
242
|
+
- [`VercelServerlessSandbox` reference](https://mastra.ai/reference/workspace/vercel-serverless)
|
|
238
243
|
- [Workspace overview](https://mastra.ai/docs/workspace/overview)
|
|
239
244
|
- [Filesystem](https://mastra.ai/docs/workspace/filesystem)
|
|
@@ -28,6 +28,7 @@ List of required environment variables for each model provider and gateway suppo
|
|
|
28
28
|
| [Berget.AI](https://mastra.ai/models/providers/berget) | `berget/*` | `BERGET_API_KEY` |
|
|
29
29
|
| [Blue Claw](https://mastra.ai/models/providers/blueclaw) | `blueclaw/*` | `BLUECLAW_API_KEY` |
|
|
30
30
|
| [Cerebras](https://mastra.ai/models/providers/cerebras) | `cerebras/*` | `CEREBRAS_API_KEY` |
|
|
31
|
+
| [Charm Hyper](https://mastra.ai/models/providers/hyper) | `hyper/*` | `HYPER_API_KEY` |
|
|
31
32
|
| [Chutes](https://mastra.ai/models/providers/chutes) | `chutes/*` | `CHUTES_API_KEY` |
|
|
32
33
|
| [Clarifai](https://mastra.ai/models/providers/clarifai) | `clarifai/*` | `CLARIFAI_PAT` |
|
|
33
34
|
| [Claudinio](https://mastra.ai/models/providers/claudinio) | `claudinio/*` | `CLAUDINIO_API_KEY` |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# OpenRouter
|
|
4
4
|
|
|
5
|
-
OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access
|
|
5
|
+
OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 340 models through Mastra's model router.
|
|
6
6
|
|
|
7
7
|
Learn more in the [OpenRouter documentation](https://openrouter.ai/models).
|
|
8
8
|
|
|
@@ -223,9 +223,7 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
223
223
|
| `openai/gpt-4o-2024-11-20` |
|
|
224
224
|
| `openai/gpt-4o-mini` |
|
|
225
225
|
| `openai/gpt-4o-mini-2024-07-18` |
|
|
226
|
-
| `openai/gpt-4o-search-preview` |
|
|
227
226
|
| `openai/gpt-5` |
|
|
228
|
-
| `openai/gpt-5-chat` |
|
|
229
227
|
| `openai/gpt-5-codex` |
|
|
230
228
|
| `openai/gpt-5-image` |
|
|
231
229
|
| `openai/gpt-5-image-mini` |
|
|
@@ -335,6 +333,7 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
335
333
|
| `qwen/qwen3.6-flash` |
|
|
336
334
|
| `qwen/qwen3.6-max-preview` |
|
|
337
335
|
| `qwen/qwen3.6-plus` |
|
|
336
|
+
| `qwen/qwen3.7-flash` |
|
|
338
337
|
| `qwen/qwen3.7-max` |
|
|
339
338
|
| `qwen/qwen3.7-plus` |
|
|
340
339
|
| `rekaai/reka-edge` |
|
package/.docs/models/index.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Model Providers
|
|
4
4
|
|
|
5
|
-
Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to
|
|
5
|
+
Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 5107 models from 162 providers through a single API.
|
|
6
6
|
|
|
7
7
|
## Features
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# abliteration.ai
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 2 abliteration.ai models through Mastra's model router. Authentication is handled automatically using the `ABLIT_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [abliteration.ai documentation](https://docs.abliteration.ai/models).
|
|
8
8
|
|
|
@@ -34,9 +34,10 @@ for await (const chunk of stream) {
|
|
|
34
34
|
|
|
35
35
|
## Models
|
|
36
36
|
|
|
37
|
-
| Model
|
|
38
|
-
|
|
|
39
|
-
| `abliteration-ai/abliterated-model`
|
|
37
|
+
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
|
+
| ----------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `abliteration-ai/abliterated-model` | 150K | | | | | | $3 | $3 |
|
|
40
|
+
| `abliteration-ai/abliterated-model-large` | 1.0M | | | | | | $5 | $5 |
|
|
40
41
|
|
|
41
42
|
## Advanced configuration
|
|
42
43
|
|
|
@@ -66,7 +67,7 @@ const agent = new Agent({
|
|
|
66
67
|
model: ({ requestContext }) => {
|
|
67
68
|
const useAdvanced = requestContext.task === "complex";
|
|
68
69
|
return useAdvanced
|
|
69
|
-
? "abliteration-ai/abliterated-model"
|
|
70
|
+
? "abliteration-ai/abliterated-model-large"
|
|
70
71
|
: "abliteration-ai/abliterated-model";
|
|
71
72
|
}
|
|
72
73
|
});
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# ai&
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 10 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,6 +41,7 @@ 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.6` | 262K | | | | | | $0.85 | $4 |
|
|
43
43
|
| `aiand/moonshotai/kimi-k2.7-code` | 262K | | | | | | $0.75 | $4 |
|
|
44
|
+
| `aiand/moonshotai/kimi-k3` | 1.0M | | | | | | $3 | $13 |
|
|
44
45
|
| `aiand/openai/gpt-oss-120b` | 131K | | | | | | $0.15 | $0.60 |
|
|
45
46
|
| `aiand/qwen/qwen3.6-27b` | 262K | | | | | | — | — |
|
|
46
47
|
| `aiand/zai-org/glm-5.1` | 200K | | | | | | $1 | $4 |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# CrofAI
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 24 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
|
|
|
@@ -54,6 +54,7 @@ for await (const chunk of stream) {
|
|
|
54
54
|
| `crof/kimi-k2.5-lightning` | 131K | | | | | | $1 | $3 |
|
|
55
55
|
| `crof/kimi-k2.6` | 262K | | | | | | $0.50 | $2 |
|
|
56
56
|
| `crof/kimi-k2.7-code` | 262K | | | | | | $0.55 | $2 |
|
|
57
|
+
| `crof/kimi-k3` | 1.0M | | | | | | $2 | $8 |
|
|
57
58
|
| `crof/mimo-v2.5-pro` | 1.0M | | | | | | $0.40 | $0.80 |
|
|
58
59
|
| `crof/minimax-m2.5` | 205K | | | | | | $0.11 | $0.95 |
|
|
59
60
|
| `crof/qwen3.5-397b-a17b` | 262K | | | | | | $0.35 | $2 |
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
> Discover all available pages from the documentation index: https://mastra.ai/llms.txt
|
|
2
|
+
|
|
3
|
+
# Charm Hyper
|
|
4
|
+
|
|
5
|
+
Access 20 Charm Hyper models through Mastra's model router. Authentication is handled automatically using the `HYPER_API_KEY` environment variable.
|
|
6
|
+
|
|
7
|
+
Learn more in the [Charm Hyper documentation](https://hyper.charm.land).
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
HYPER_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: "hyper/deepseek-v4-flash"
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
// Generate a response
|
|
24
|
+
const response = await agent.generate("Hello!");
|
|
25
|
+
|
|
26
|
+
// Stream a response
|
|
27
|
+
const stream = await agent.stream("Tell me a story");
|
|
28
|
+
for await (const chunk of stream) {
|
|
29
|
+
console.log(chunk);
|
|
30
|
+
}
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
> **Info:** Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-specific features may not be available. Check the [Charm Hyper documentation](https://hyper.charm.land) for details.
|
|
34
|
+
|
|
35
|
+
## Models
|
|
36
|
+
|
|
37
|
+
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
|
+
| ---------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `hyper/deepseek-v4-flash` | 1.0M | | | | | | $0.20 | $0.40 |
|
|
40
|
+
| `hyper/deepseek-v4-pro` | 1.0M | | | | | | $2 | $5 |
|
|
41
|
+
| `hyper/gemma-4-26b-a4b-it` | 256K | | | | | | $0.11 | $0.40 |
|
|
42
|
+
| `hyper/glm-5` | 203K | | | | | | $0.91 | $3 |
|
|
43
|
+
| `hyper/glm-5.1` | 203K | | | | | | $2 | $5 |
|
|
44
|
+
| `hyper/glm-5.2` | 1.0M | | | | | | $1 | $4 |
|
|
45
|
+
| `hyper/gpt-oss-120b` | 131K | | | | | | $0.18 | $0.68 |
|
|
46
|
+
| `hyper/kimi-k2.5` | 262K | | | | | | $0.53 | $3 |
|
|
47
|
+
| `hyper/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
|
|
48
|
+
| `hyper/kimi-k2.7-code` | 262K | | | | | | $0.95 | $4 |
|
|
49
|
+
| `hyper/llama-3.3-70b-instruct` | 128K | | | | | | $0.61 | $1 |
|
|
50
|
+
| `hyper/llama-4-maverick-17b-128e-instruct-fp8` | 430K | | | | | | $0.27 | $0.92 |
|
|
51
|
+
| `hyper/minimax-m2.7` | 205K | | | | | | $0.42 | $2 |
|
|
52
|
+
| `hyper/qwen3-coder-480b-a35b-instruct-int4-mixed-ar` | 106K | | | | | | $0.60 | $2 |
|
|
53
|
+
| `hyper/qwen3-next-80b-a3b-instruct` | 262K | | | | | | $0.12 | $1 |
|
|
54
|
+
| `hyper/qwen3.6-flash` | 1.0M | | | | | | $1 | $4 |
|
|
55
|
+
| `hyper/qwen3.6-max` | 256K | | | | | | $2 | $12 |
|
|
56
|
+
| `hyper/qwen3.6-plus` | 1.0M | | | | | | $2 | $6 |
|
|
57
|
+
| `hyper/qwen3.7-max` | 1.0M | | | | | | $3 | $8 |
|
|
58
|
+
| `hyper/qwen3.7-plus` | 1.0M | | | | | | $1 | $5 |
|
|
59
|
+
|
|
60
|
+
## Advanced configuration
|
|
61
|
+
|
|
62
|
+
### Custom headers
|
|
63
|
+
|
|
64
|
+
```typescript
|
|
65
|
+
const agent = new Agent({
|
|
66
|
+
id: "custom-agent",
|
|
67
|
+
name: "custom-agent",
|
|
68
|
+
model: {
|
|
69
|
+
url: "https://hyper.charm.land/v1",
|
|
70
|
+
id: "hyper/deepseek-v4-flash",
|
|
71
|
+
apiKey: process.env.HYPER_API_KEY,
|
|
72
|
+
headers: {
|
|
73
|
+
"X-Custom-Header": "value"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
});
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
### Dynamic model selection
|
|
80
|
+
|
|
81
|
+
```typescript
|
|
82
|
+
const agent = new Agent({
|
|
83
|
+
id: "dynamic-agent",
|
|
84
|
+
name: "Dynamic Agent",
|
|
85
|
+
model: ({ requestContext }) => {
|
|
86
|
+
const useAdvanced = requestContext.task === "complex";
|
|
87
|
+
return useAdvanced
|
|
88
|
+
? "hyper/qwen3.7-plus"
|
|
89
|
+
: "hyper/deepseek-v4-flash";
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
```
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Nvidia
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 98 Nvidia models through Mastra's model router. Authentication is handled automatically using the `NVIDIA_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Nvidia documentation](https://docs.api.nvidia.com/nim/).
|
|
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: "nvidia/abacusai/dracarys-llama-
|
|
20
|
+
model: "nvidia/abacusai/dracarys-llama-3.1-70b-instruct"
|
|
21
21
|
});
|
|
22
22
|
|
|
23
23
|
// Generate a response
|
|
@@ -36,7 +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
|
-
| `nvidia/abacusai/dracarys-llama-
|
|
39
|
+
| `nvidia/abacusai/dracarys-llama-3.1-70b-instruct` | 128K | | | | | | — | — |
|
|
40
40
|
| `nvidia/baai/bge-m3` | 8K | | | | | | — | — |
|
|
41
41
|
| `nvidia/black-forest-labs/flux_1-kontext-dev` | 41K | | | | | | — | — |
|
|
42
42
|
| `nvidia/black-forest-labs/flux_1-schnell` | 77 | | | | | | — | — |
|
|
@@ -46,6 +46,8 @@ for await (const chunk of stream) {
|
|
|
46
46
|
| `nvidia/deepseek-ai/deepseek-v4-flash` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
47
47
|
| `nvidia/deepseek-ai/deepseek-v4-pro` | 1.0M | | | | | | $0.43 | $0.87 |
|
|
48
48
|
| `nvidia/google/gemma-2-2b-it` | 128K | | | | | | — | — |
|
|
49
|
+
| `nvidia/google/gemma-3-12b-it` | 131K | | | | | | — | — |
|
|
50
|
+
| `nvidia/google/gemma-3-4b-it` | 131K | | | | | | — | — |
|
|
49
51
|
| `nvidia/google/gemma-3n-e2b-it` | 128K | | | | | | — | — |
|
|
50
52
|
| `nvidia/google/gemma-3n-e4b-it` | 128K | | | | | | — | — |
|
|
51
53
|
| `nvidia/google/gemma-4-31b-it` | 256K | | | | | | — | — |
|
|
@@ -66,9 +68,11 @@ for await (const chunk of stream) {
|
|
|
66
68
|
| `nvidia/minimaxai/minimax-m2.7` | 205K | | | | | | — | — |
|
|
67
69
|
| `nvidia/minimaxai/minimax-m3` | 1.0M | | | | | | — | — |
|
|
68
70
|
| `nvidia/mistralai/magistral-small-2506` | 33K | | | | | | — | — |
|
|
69
|
-
| `nvidia/mistralai/
|
|
71
|
+
| `nvidia/mistralai/ministral-14b-instruct-2512` | 262K | | | | | | — | — |
|
|
72
|
+
| `nvidia/mistralai/mistral-7b-instruct-v0.3` | 66K | | | | | | — | — |
|
|
70
73
|
| `nvidia/mistralai/mistral-large-3-675b-instruct-2512` | 262K | | | | | | — | — |
|
|
71
74
|
| `nvidia/mistralai/mistral-medium-3-instruct` | 131K | | | | | | — | — |
|
|
75
|
+
| `nvidia/mistralai/mistral-medium-3.5-128b` | 262K | | | | | | — | — |
|
|
72
76
|
| `nvidia/mistralai/mistral-nemotron` | 128K | | | | | | — | — |
|
|
73
77
|
| `nvidia/mistralai/mistral-small-4-119b-2603` | 128K | | | | | | — | — |
|
|
74
78
|
| `nvidia/mistralai/mixtral-8x22b-instruct` | 66K | | | | | | — | — |
|
|
@@ -76,11 +80,18 @@ for await (const chunk of stream) {
|
|
|
76
80
|
| `nvidia/nvidia/active-speaker-detection` | — | | | | | | — | — |
|
|
77
81
|
| `nvidia/nvidia/bevformer` | 128K | | | | | | — | — |
|
|
78
82
|
| `nvidia/nvidia/cosmos-predict1-5b` | — | | | | | | — | — |
|
|
83
|
+
| `nvidia/nvidia/cosmos-reason2-8b` | 131K | | | | | | — | — |
|
|
79
84
|
| `nvidia/nvidia/cosmos-transfer1-7b` | — | | | | | | — | — |
|
|
80
85
|
| `nvidia/nvidia/cosmos-transfer2_5-2b` | — | | | | | | — | — |
|
|
81
86
|
| `nvidia/nvidia/gliner-pii` | 128K | | | | | | — | — |
|
|
82
|
-
| `nvidia/nvidia/llama-3_1-nemotron-safety-guard-8b-v3` | 128K | | | | | | — | — |
|
|
83
87
|
| `nvidia/nvidia/llama-3_2-nemoretriever-300m-embed-v1` | 33K | | | | | | — | — |
|
|
88
|
+
| `nvidia/nvidia/llama-3.1-nemotron-70b-instruct` | 128K | | | | | | — | — |
|
|
89
|
+
| `nvidia/nvidia/llama-3.1-nemotron-nano-8b-v1` | 131K | | | | | | — | — |
|
|
90
|
+
| `nvidia/nvidia/llama-3.1-nemotron-nano-vl-8b-v1` | 33K | | | | | | — | — |
|
|
91
|
+
| `nvidia/nvidia/llama-3.1-nemotron-safety-guard-8b-v3` | 128K | | | | | | — | — |
|
|
92
|
+
| `nvidia/nvidia/llama-3.1-nemotron-ultra-253b-v1` | 128K | | | | | | — | — |
|
|
93
|
+
| `nvidia/nvidia/llama-3.3-nemotron-super-49b-v1` | 131K | | | | | | — | — |
|
|
94
|
+
| `nvidia/nvidia/llama-3.3-nemotron-super-49b-v1.5` | 131K | | | | | | — | — |
|
|
84
95
|
| `nvidia/nvidia/llama-nemotron-embed-vl-1b-v2` | 33K | | | | | | — | — |
|
|
85
96
|
| `nvidia/nvidia/llama-nemotron-rerank-vl-1b-v2` | 128K | | | | | | — | — |
|
|
86
97
|
| `nvidia/nvidia/magpie-tts-zeroshot` | — | | | | | | — | — |
|
|
@@ -91,12 +102,13 @@ for await (const chunk of stream) {
|
|
|
91
102
|
| `nvidia/nvidia/nemotron-3-ultra-550b-a55b` | 1.0M | | | | | | $0.50 | $3 |
|
|
92
103
|
| `nvidia/nvidia/nemotron-content-safety-reasoning-4b` | 128K | | | | | | — | — |
|
|
93
104
|
| `nvidia/nvidia/nemotron-mini-4b-instruct` | 128K | | | | | | — | — |
|
|
105
|
+
| `nvidia/nvidia/nemotron-nano-12b-v2-vl` | 128K | | | | | | — | — |
|
|
94
106
|
| `nvidia/nvidia/nemotron-voicechat` | 128K | | | | | | — | — |
|
|
95
107
|
| `nvidia/nvidia/nv-embed-v1` | 33K | | | | | | — | — |
|
|
96
108
|
| `nvidia/nvidia/nv-embedcode-7b-v1` | 33K | | | | | | — | — |
|
|
97
109
|
| `nvidia/nvidia/nvidia-nemotron-nano-9b-v2` | 131K | | | | | | — | — |
|
|
98
110
|
| `nvidia/nvidia/rerank-qa-mistral-4b` | 128K | | | | | | — | — |
|
|
99
|
-
| `nvidia/nvidia/riva-translate-4b-instruct-
|
|
111
|
+
| `nvidia/nvidia/riva-translate-4b-instruct-v1.1` | 128K | | | | | | — | — |
|
|
100
112
|
| `nvidia/nvidia/sparsedrive` | 128K | | | | | | — | — |
|
|
101
113
|
| `nvidia/nvidia/streampetr` | 128K | | | | | | — | — |
|
|
102
114
|
| `nvidia/nvidia/studiovoice` | 128K | | | | | | — | — |
|
|
@@ -106,6 +118,7 @@ for await (const chunk of stream) {
|
|
|
106
118
|
| `nvidia/openai/gpt-oss-120b` | 128K | | | | | | — | — |
|
|
107
119
|
| `nvidia/openai/gpt-oss-20b` | 131K | | | | | | — | — |
|
|
108
120
|
| `nvidia/openai/whisper-large-v3` | — | | | | | | — | — |
|
|
121
|
+
| `nvidia/poolside/laguna-xs-2.1` | 262K | | | | | | — | — |
|
|
109
122
|
| `nvidia/qwen/qwen-image` | — | | | | | | — | — |
|
|
110
123
|
| `nvidia/qwen/qwen-image-edit` | — | | | | | | — | — |
|
|
111
124
|
| `nvidia/qwen/qwen2.5-coder-32b-instruct` | 128K | | | | | | — | — |
|
|
@@ -116,7 +129,8 @@ for await (const chunk of stream) {
|
|
|
116
129
|
| `nvidia/sarvamai/sarvam-m` | 128K | | | | | | — | — |
|
|
117
130
|
| `nvidia/stepfun-ai/step-3.5-flash` | 256K | | | | | | — | — |
|
|
118
131
|
| `nvidia/stepfun-ai/step-3.7-flash` | 256K | | | | | | — | — |
|
|
119
|
-
| `nvidia/
|
|
132
|
+
| `nvidia/thinkingmachines/inkling` | 1.0M | | | | | | — | — |
|
|
133
|
+
| `nvidia/upstage/solar-10.7b-instruct` | 128K | | | | | | — | — |
|
|
120
134
|
| `nvidia/z-ai/glm-5.2` | 1.0M | | | | | | — | — |
|
|
121
135
|
|
|
122
136
|
## Advanced configuration
|
|
@@ -129,7 +143,7 @@ const agent = new Agent({
|
|
|
129
143
|
name: "custom-agent",
|
|
130
144
|
model: {
|
|
131
145
|
url: "https://integrate.api.nvidia.com/v1",
|
|
132
|
-
id: "nvidia/abacusai/dracarys-llama-
|
|
146
|
+
id: "nvidia/abacusai/dracarys-llama-3.1-70b-instruct",
|
|
133
147
|
apiKey: process.env.NVIDIA_API_KEY,
|
|
134
148
|
headers: {
|
|
135
149
|
"X-Custom-Header": "value"
|
|
@@ -148,7 +162,7 @@ const agent = new Agent({
|
|
|
148
162
|
const useAdvanced = requestContext.task === "complex";
|
|
149
163
|
return useAdvanced
|
|
150
164
|
? "nvidia/z-ai/glm-5.2"
|
|
151
|
-
: "nvidia/abacusai/dracarys-llama-
|
|
165
|
+
: "nvidia/abacusai/dracarys-llama-3.1-70b-instruct";
|
|
152
166
|
}
|
|
153
167
|
});
|
|
154
168
|
```
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Synthetic
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 8 Synthetic models through Mastra's model router. Authentication is handled automatically using the `SYNTHETIC_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Synthetic documentation](https://synthetic.new/pricing).
|
|
8
8
|
|
|
@@ -38,6 +38,7 @@ for await (const chunk of stream) {
|
|
|
38
38
|
| ------------------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
39
|
| `synthetic/hf:MiniMaxAI/MiniMax-M3` | 524K | | | | | | $0.60 | $1 |
|
|
40
40
|
| `synthetic/hf:moonshotai/Kimi-K2.7-Code` | 262K | | | | | | $0.95 | $4 |
|
|
41
|
+
| `synthetic/hf:moonshotai/Kimi-K3` | 524K | | | | | | $3 | $15 |
|
|
41
42
|
| `synthetic/hf:nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4` | 262K | | | | | | $0.30 | $1 |
|
|
42
43
|
| `synthetic/hf:openai/gpt-oss-120b` | 131K | | | | | | $0.10 | $0.10 |
|
|
43
44
|
| `synthetic/hf:Qwen/Qwen3.6-27B` | 262K | | | | | | $0.45 | $4 |
|
|
@@ -32,6 +32,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
|
|
|
32
32
|
- [Berget.AI](https://mastra.ai/models/providers/berget)
|
|
33
33
|
- [Blue Claw](https://mastra.ai/models/providers/blueclaw)
|
|
34
34
|
- [Cerebras](https://mastra.ai/models/providers/cerebras)
|
|
35
|
+
- [Charm Hyper](https://mastra.ai/models/providers/hyper)
|
|
35
36
|
- [Chutes](https://mastra.ai/models/providers/chutes)
|
|
36
37
|
- [Clarifai](https://mastra.ai/models/providers/clarifai)
|
|
37
38
|
- [Claudinio](https://mastra.ai/models/providers/claudinio)
|