Skip to content

Commit d904fa1

Browse files
chore: regenerate providers and docs [skip ci]
1 parent 3901994 commit d904fa1

File tree

11 files changed

+207
-42
lines changed

11 files changed

+207
-42
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Create custom gateways for private LLM deployments or specialized provider integ
3030
logo={<NetlifyLogo />}
3131
/> <CardGridItem
3232
title="OpenRouter"
33-
description="140 models"
33+
description="141 models"
3434
href="/models/gateways/openrouter"
3535
logo="https://models.dev/logos/openrouter.svg"
3636

docs/src/content/en/models/gateways/openrouter.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "Use AI models through OpenRouter."
99

1010
# <img src="https://models.dev/logos/openrouter.svg" alt="OpenRouter logo" className="inline w-8 h-8 mr-2 align-middle dark:invert dark:brightness-0 dark:contrast-200" />OpenRouter
1111

12-
OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 140 models through Mastra's model router.
12+
OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 141 models through Mastra's model router.
1313

1414
Learn more in the [OpenRouter documentation](https://openrouter.ai/models).
1515

@@ -116,6 +116,7 @@ ANTHROPIC_API_KEY=ant-...
116116
| `moonshotai/kimi-k2-0905:exacto` |
117117
| `moonshotai/kimi-k2-thinking` |
118118
| `moonshotai/kimi-k2:free` |
119+
| `moonshotai/kimi-k2.5` |
119120
| `nousresearch/deephermes-3-llama-3-8b-preview` |
120121
| `nousresearch/hermes-4-405b` |
121122
| `nousresearch/hermes-4-70b` |

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 73+ AI providers and 1873+ models through Mastra's model router."
3+
description: "Access 73+ AI providers and 1885+ 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 1873 models from 73 providers through a single API.
15+
Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 1885 models from 73 providers through a single API.
1616

1717
## Features
1818

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

Lines changed: 90 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Chutes | Models | Mastra"
3-
description: "Use Chutes models with Mastra. 56 models available."
3+
description: "Use Chutes models with Mastra. 62 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/chutes.svg" alt="Chutes logo" className="inline w-8 h-8 mr-2 align-middle dark:invert dark:brightness-0 dark:contrast-200" />Chutes
99

10-
Access 56 Chutes models through Mastra's model router. Authentication is handled automatically using the `CHUTES_API_KEY` environment variable.
10+
Access 62 Chutes models through Mastra's model router. Authentication is handled automatically using the `CHUTES_API_KEY` environment variable.
1111

1212
Learn more in the [Chutes documentation](https://llm.chutes.ai).
1313

@@ -186,8 +186,8 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
186186
"reasoning": true,
187187
"contextWindow": 196608,
188188
"maxOutput": 65536,
189-
"inputCost": 0.3,
190-
"outputCost": 1.2
189+
"inputCost": 0.27,
190+
"outputCost": 1.12
191191
},
192192
{
193193
"model": "chutes/miromind-ai/MiroThinker-v1.5-235B",
@@ -201,18 +201,6 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
201201
"inputCost": 0.3,
202202
"outputCost": 1.2
203203
},
204-
{
205-
"model": "chutes/mistralai/Devstral-2-123B-Instruct-2512",
206-
"imageInput": false,
207-
"audioInput": false,
208-
"videoInput": false,
209-
"toolUsage": true,
210-
"reasoning": false,
211-
"contextWindow": 262144,
212-
"maxOutput": 65536,
213-
"inputCost": 0.05,
214-
"outputCost": 0.22
215-
},
216204
{
217205
"model": "chutes/mistralai/Devstral-2-123B-Instruct-2512-TEE",
218206
"imageInput": false,
@@ -249,6 +237,18 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
249237
"inputCost": 0.4,
250238
"outputCost": 1.75
251239
},
240+
{
241+
"model": "chutes/moonshotai/Kimi-K2.5-TEE",
242+
"imageInput": false,
243+
"audioInput": false,
244+
"videoInput": false,
245+
"toolUsage": false,
246+
"reasoning": false,
247+
"contextWindow": 32768,
248+
"maxOutput": 8192,
249+
"inputCost": 0.6,
250+
"outputCost": 3
251+
},
252252
{
253253
"model": "chutes/NousResearch/DeepHermes-3-Mistral-24B-Preview",
254254
"imageInput": false,
@@ -585,6 +585,18 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
585585
"inputCost": 0.25,
586586
"outputCost": 0.85
587587
},
588+
{
589+
"model": "chutes/tngtech/TNG-R1T-Chimera-Turbo",
590+
"imageInput": false,
591+
"audioInput": false,
592+
"videoInput": false,
593+
"toolUsage": true,
594+
"reasoning": true,
595+
"contextWindow": 163840,
596+
"maxOutput": 65536,
597+
"inputCost": 0.22,
598+
"outputCost": 0.6
599+
},
588600
{
589601
"model": "chutes/unsloth/gemma-3-12b-it",
590602
"imageInput": true,
@@ -621,6 +633,18 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
621633
"inputCost": 0.01,
622634
"outputCost": 0.03
623635
},
636+
{
637+
"model": "chutes/unsloth/Llama-3.2-1B-Instruct",
638+
"imageInput": false,
639+
"audioInput": false,
640+
"videoInput": false,
641+
"toolUsage": false,
642+
"reasoning": false,
643+
"contextWindow": 32768,
644+
"maxOutput": 8192,
645+
"inputCost": 0.01,
646+
"outputCost": 0.01
647+
},
624648
{
625649
"model": "chutes/unsloth/Mistral-Nemo-Instruct-2407",
626650
"imageInput": false,
@@ -654,8 +678,8 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
654678
"reasoning": false,
655679
"contextWindow": 32768,
656680
"maxOutput": 8192,
657-
"inputCost": 0.17,
658-
"outputCost": 0.65
681+
"inputCost": 0.09,
682+
"outputCost": 0.29
659683
},
660684
{
661685
"model": "chutes/zai-org/GLM-4.5-Air",
@@ -669,6 +693,18 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
669693
"inputCost": 0.05,
670694
"outputCost": 0.22
671695
},
696+
{
697+
"model": "chutes/zai-org/GLM-4.5-FP8",
698+
"imageInput": false,
699+
"audioInput": false,
700+
"videoInput": false,
701+
"toolUsage": true,
702+
"reasoning": true,
703+
"contextWindow": 131072,
704+
"maxOutput": 65536,
705+
"inputCost": 0.3,
706+
"outputCost": 1.2
707+
},
672708
{
673709
"model": "chutes/zai-org/GLM-4.5-TEE",
674710
"imageInput": false,
@@ -681,6 +717,18 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
681717
"inputCost": 0.35,
682718
"outputCost": 1.55
683719
},
720+
{
721+
"model": "chutes/zai-org/GLM-4.6-FP8",
722+
"imageInput": false,
723+
"audioInput": false,
724+
"videoInput": false,
725+
"toolUsage": true,
726+
"reasoning": true,
727+
"contextWindow": 202752,
728+
"maxOutput": 65535,
729+
"inputCost": 0.3,
730+
"outputCost": 1.2
731+
},
684732
{
685733
"model": "chutes/zai-org/GLM-4.6-TEE",
686734
"imageInput": false,
@@ -705,6 +753,30 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
705753
"inputCost": 0.3,
706754
"outputCost": 0.9
707755
},
756+
{
757+
"model": "chutes/zai-org/GLM-4.7-Flash",
758+
"imageInput": false,
759+
"audioInput": false,
760+
"videoInput": false,
761+
"toolUsage": true,
762+
"reasoning": true,
763+
"contextWindow": 202752,
764+
"maxOutput": 65535,
765+
"inputCost": 0.06,
766+
"outputCost": 0.35
767+
},
768+
{
769+
"model": "chutes/zai-org/GLM-4.7-FP8",
770+
"imageInput": false,
771+
"audioInput": false,
772+
"videoInput": false,
773+
"toolUsage": true,
774+
"reasoning": true,
775+
"contextWindow": 202752,
776+
"maxOutput": 65535,
777+
"inputCost": 0.3,
778+
"outputCost": 1.2
779+
},
708780
{
709781
"model": "chutes/zai-org/GLM-4.7-TEE",
710782
"imageInput": false,

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,4 +478,3 @@ This provider can also be installed directly as a standalone package, which can
478478
npm install @ai-sdk/google
479479
```
480480

481-
For detailed provider-specific documentation, see the [AI SDK Google provider docs](https://ai-sdk.dev/providers/ai-sdk-providers/google).

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
8484
logo="https://models.dev/logos/cerebras.svg"
8585
/> <CardGridItem
8686
title="Chutes"
87-
description="56 models"
87+
description="62 models"
8888
href="/models/providers/chutes"
8989
logo="https://models.dev/logos/chutes.svg"
9090
/> <CardGridItem
@@ -159,7 +159,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
159159
logo="https://models.dev/logos/io-net.svg"
160160
/> <CardGridItem
161161
title="Kimi For Coding"
162-
description="1 models"
162+
description="2 models"
163163
href="/models/providers/kimi-for-coding"
164164
logo="https://models.dev/logos/kimi-for-coding.svg"
165165
/> <CardGridItem
@@ -239,7 +239,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
239239
logo="https://models.dev/logos/novita-ai.svg"
240240
/> <CardGridItem
241241
title="Nvidia"
242-
description="69 models"
242+
description="71 models"
243243
href="/models/providers/nvidia"
244244
logo="https://models.dev/logos/nvidia.svg"
245245
/> <CardGridItem
@@ -249,7 +249,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
249249
logo="https://models.dev/logos/ollama-cloud.svg"
250250
/> <CardGridItem
251251
title="OpenCode Zen"
252-
description="23 models"
252+
description="25 models"
253253
href="/models/providers/opencode"
254254
logo="https://models.dev/logos/opencode.svg"
255255
/> <CardGridItem

docs/src/content/en/models/providers/kimi-for-coding.mdx

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Kimi For Coding | Models | Mastra"
3-
description: "Use Kimi For Coding models with Mastra. 1 model available."
3+
description: "Use Kimi For Coding models with Mastra. 2 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/kimi-for-coding.svg" alt="Kimi For Coding logo" className="inline w-8 h-8 mr-2 align-middle dark:invert dark:brightness-0 dark:contrast-200" />Kimi For Coding
99

10-
Access 1 Kimi For Coding model through Mastra's model router. Authentication is handled automatically using the `KIMI_API_KEY` environment variable.
10+
Access 2 Kimi For Coding models through Mastra's model router. Authentication is handled automatically using the `KIMI_API_KEY` environment variable.
1111

1212
Learn more in the [Kimi For Coding documentation](https://www.kimi.com/coding/docs/en/third-party-agents.html).
1313

@@ -22,7 +22,7 @@ const agent = new Agent({
2222
id: "my-agent",
2323
name: "My Agent",
2424
instructions: "You are a helpful assistant",
25-
model: "kimi-for-coding/kimi-k2-thinking"
25+
model: "kimi-for-coding/k2p5"
2626
});
2727

2828
// Generate a response
@@ -45,6 +45,18 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
4545

4646
<ProviderModelsTable
4747
models={[
48+
{
49+
"model": "kimi-for-coding/k2p5",
50+
"imageInput": true,
51+
"audioInput": false,
52+
"videoInput": true,
53+
"toolUsage": true,
54+
"reasoning": true,
55+
"contextWindow": 262144,
56+
"maxOutput": 32768,
57+
"inputCost": null,
58+
"outputCost": null
59+
},
4860
{
4961
"model": "kimi-for-coding/kimi-k2-thinking",
5062
"imageInput": false,
@@ -70,7 +82,7 @@ const agent = new Agent({
7082
name: "custom-agent",
7183
model: {
7284
url: "https://api.kimi.com/coding/v1",
73-
id: "kimi-for-coding/kimi-k2-thinking",
85+
id: "kimi-for-coding/k2p5",
7486
apiKey: process.env.KIMI_API_KEY,
7587
headers: {
7688
"X-Custom-Header": "value"
@@ -89,7 +101,7 @@ const agent = new Agent({
89101
const useAdvanced = requestContext.task === "complex";
90102
return useAdvanced
91103
? "kimi-for-coding/kimi-k2-thinking"
92-
: "kimi-for-coding/kimi-k2-thinking";
104+
: "kimi-for-coding/k2p5";
93105
}
94106
});
95107
```

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

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Nvidia | Models | Mastra"
3-
description: "Use Nvidia models with Mastra. 69 models available."
3+
description: "Use Nvidia models with Mastra. 71 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/nvidia.svg" alt="Nvidia logo" className="inline w-8 h-8 mr-2 align-middle dark:invert dark:brightness-0 dark:contrast-200" />Nvidia
99

10-
Access 69 Nvidia models through Mastra's model router. Authentication is handled automatically using the `NVIDIA_API_KEY` environment variable.
10+
Access 71 Nvidia models through Mastra's model router. Authentication is handled automatically using the `NVIDIA_API_KEY` environment variable.
1111

1212
Learn more in the [Nvidia documentation](https://docs.api.nvidia.com/nim/).
1313

@@ -597,6 +597,18 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
597597
"inputCost": null,
598598
"outputCost": null
599599
},
600+
{
601+
"model": "nvidia/moonshotai/kimi-k2.5",
602+
"imageInput": true,
603+
"audioInput": false,
604+
"videoInput": true,
605+
"toolUsage": true,
606+
"reasoning": true,
607+
"contextWindow": 262144,
608+
"maxOutput": 262144,
609+
"inputCost": null,
610+
"outputCost": null
611+
},
600612
{
601613
"model": "nvidia/nvidia/cosmos-nemotron-34b",
602614
"imageInput": true,
@@ -861,6 +873,18 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
861873
"inputCost": null,
862874
"outputCost": null
863875
},
876+
{
877+
"model": "nvidia/z-ai/glm-4.7",
878+
"imageInput": false,
879+
"audioInput": false,
880+
"videoInput": false,
881+
"toolUsage": true,
882+
"reasoning": true,
883+
"contextWindow": 131072,
884+
"maxOutput": 131072,
885+
"inputCost": null,
886+
"outputCost": null
887+
},
864888
{
865889
"model": "nvidia/z-ai/glm4.7",
866890
"imageInput": false,

0 commit comments

Comments
 (0)