Skip to content

Commit 1723e09

Browse files
chore: regenerate providers and docs [skip ci]
1 parent 60993ad commit 1723e09

7 files changed

Lines changed: 30 additions & 10 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@mastra/core': patch
3+
---
4+
5+
Update provider registry and model documentation with latest models and providers

docs/src/content/en/models/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Models"
3-
description: "Access 106+ AI providers and 3778+ models through Mastra's model router."
3+
description: "Access 106+ AI providers and 3779+ models through Mastra's model router."
44
---
55

66
{/* This file is auto-generated by generate-model-docs.ts - DO NOT EDIT MANUALLY */}
@@ -12,7 +12,7 @@ import { NetlifyLogo } from "@site/src/components/logos/NetlifyLogo";
1212

1313
# Model Providers
1414

15-
Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 3778 models from 106 providers through a single API.
15+
Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 3779 models from 106 providers through a single API.
1616

1717
## Features
1818

docs/src/content/en/models/providers/berget.mdx

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Berget.AI | Models"
3-
description: "Use Berget.AI models with Mastra. 5 models available."
3+
description: "Use Berget.AI models with Mastra. 6 models available."
44
---
55

66
{/* This file is auto-generated by generate-model-docs.ts - DO NOT EDIT MANUALLY */}
77

88
# <img src="https://models.dev/logos/berget.svg" alt="Berget.AI logo" className="inline w-8 h-8 mr-2 align-middle dark:invert dark:brightness-0 dark:contrast-200" />Berget.AI
99

10-
Access 5 Berget.AI models through Mastra's model router. Authentication is handled automatically using the `BERGET_API_KEY` environment variable.
10+
Access 6 Berget.AI models through Mastra's model router. Authentication is handled automatically using the `BERGET_API_KEY` environment variable.
1111

1212
Learn more in the [Berget.AI documentation](https://api.berget.ai).
1313

@@ -69,6 +69,18 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
6969
"inputCost": 0.99,
7070
"outputCost": 0.99
7171
},
72+
{
73+
"model": "berget/mistralai/Mistral-Medium-3.5-128B",
74+
"imageInput": true,
75+
"audioInput": false,
76+
"videoInput": false,
77+
"toolUsage": true,
78+
"reasoning": true,
79+
"contextWindow": 262144,
80+
"maxOutput": 131072,
81+
"inputCost": 1.65,
82+
"outputCost": 5.5
83+
},
7284
{
7385
"model": "berget/mistralai/Mistral-Small-3.2-24B-Instruct-2506",
7486
"imageInput": false,

docs/src/content/en/models/providers/cortecs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,14 +382,14 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
382382
"outputCost": 1.18
383383
},
384384
{
385-
"model": "cortecs/minimax-M2.7",
385+
"model": "cortecs/minimax-m2.7",
386386
"imageInput": false,
387387
"audioInput": false,
388388
"videoInput": false,
389389
"toolUsage": true,
390390
"reasoning": true,
391391
"contextWindow": 202752,
392-
"maxOutput": 131072,
392+
"maxOutput": 196072,
393393
"inputCost": 0.47,
394394
"outputCost": 1.4
395395
},

docs/src/content/en/models/providers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
9494
logo="https://models.dev/logos/baseten.svg"
9595
/> <CardGridItem
9696
title="Berget.AI"
97-
description="5 models"
97+
description="6 models"
9898
href="/models/providers/berget"
9999
logo="https://models.dev/logos/berget.svg"
100100
/> <CardGridItem

packages/core/src/llm/model/provider-registry.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3570,10 +3570,10 @@
35703570
"kimi-k2.5",
35713571
"kimi-k2.6",
35723572
"llama-3.1-405b-instruct",
3573-
"minimax-M2.7",
35743573
"minimax-m2",
35753574
"minimax-m2.1",
35763575
"minimax-m2.5",
3576+
"minimax-m2.7",
35773577
"nova-pro-v1",
35783578
"qwen3-32b",
35793579
"qwen3-coder-480b-a35b-instruct",
@@ -4322,6 +4322,7 @@
43224322
"models": [
43234323
"google/gemma-4-31B-it",
43244324
"meta-llama/Llama-3.3-70B-Instruct",
4325+
"mistralai/Mistral-Medium-3.5-128B",
43254326
"mistralai/Mistral-Small-3.2-24B-Instruct-2506",
43264327
"openai/gpt-oss-120b",
43274328
"zai-org/GLM-4.7"
@@ -7666,10 +7667,10 @@
76667667
"kimi-k2.5",
76677668
"kimi-k2.6",
76687669
"llama-3.1-405b-instruct",
7669-
"minimax-M2.7",
76707670
"minimax-m2",
76717671
"minimax-m2.1",
76727672
"minimax-m2.5",
7673+
"minimax-m2.7",
76737674
"nova-pro-v1",
76747675
"qwen3-32b",
76757676
"qwen3-coder-480b-a35b-instruct",
@@ -8307,6 +8308,7 @@
83078308
"berget": [
83088309
"google/gemma-4-31B-it",
83098310
"meta-llama/Llama-3.3-70B-Instruct",
8311+
"mistralai/Mistral-Medium-3.5-128B",
83108312
"mistralai/Mistral-Small-3.2-24B-Instruct-2506",
83118313
"openai/gpt-oss-120b",
83128314
"zai-org/GLM-4.7"

packages/core/src/llm/model/provider-types.generated.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2993,10 +2993,10 @@ export type ProviderModelsMap = {
29932993
'kimi-k2.5',
29942994
'kimi-k2.6',
29952995
'llama-3.1-405b-instruct',
2996-
'minimax-M2.7',
29972996
'minimax-m2',
29982997
'minimax-m2.1',
29992998
'minimax-m2.5',
2999+
'minimax-m2.7',
30003000
'nova-pro-v1',
30013001
'qwen3-32b',
30023002
'qwen3-coder-480b-a35b-instruct',
@@ -3640,6 +3640,7 @@ export type ProviderModelsMap = {
36403640
readonly berget: readonly [
36413641
'google/gemma-4-31B-it',
36423642
'meta-llama/Llama-3.3-70B-Instruct',
3643+
'mistralai/Mistral-Medium-3.5-128B',
36433644
'mistralai/Mistral-Small-3.2-24B-Instruct-2506',
36443645
'openai/gpt-oss-120b',
36453646
'zai-org/GLM-4.7',

0 commit comments

Comments
 (0)