Skip to content

Commit 2bf7186

Browse files
chore: regenerate providers and docs [skip ci]
1 parent c5d71da commit 2bf7186

File tree

12 files changed

+106
-31
lines changed

12 files changed

+106
-31
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Create custom gateways for private LLM deployments or specialized provider integ
2525
logo="https://models.dev/logos/azure-openai.svg"
2626
/> <CardGridItem
2727
title="Netlify"
28-
description="53 models"
28+
description="52 models"
2929
href="/models/gateways/netlify"
3030
logo={<NetlifyLogo />}
3131
/> <CardGridItem
@@ -36,7 +36,7 @@ Create custom gateways for private LLM deployments or specialized provider integ
3636

3737
/> <CardGridItem
3838
title="Vercel"
39-
description="183 models"
39+
description="184 models"
4040
href="/models/gateways/vercel"
4141
logo="https://models.dev/logos/vercel.svg"
4242

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { NetlifyLogo } from '@site/src/components/logos/NetlifyLogo';
1010

1111
# <NetlifyLogo className="inline w-8 h-8 mr-2 align-middle" />Netlify
1212

13-
Netlify AI Gateway provides unified access to multiple providers with built-in caching and observability. Access 53 models through Mastra's model router.
13+
Netlify AI Gateway provides unified access to multiple providers with built-in caching and observability. Access 52 models through Mastra's model router.
1414

1515
Learn more in the [Netlify documentation](https://docs.netlify.com/build/ai-gateway/overview/).
1616

@@ -69,7 +69,6 @@ ANTHROPIC_API_KEY=ant-...
6969
| `gemini/gemini-2.5-flash-image-preview` |
7070
| `gemini/gemini-2.5-flash-lite` |
7171
| `gemini/gemini-2.5-flash-lite-preview-09-2025` |
72-
| `gemini/gemini-2.5-flash-preview-09-2025` |
7372
| `gemini/gemini-2.5-pro` |
7473
| `gemini/gemini-3-flash-preview` |
7574
| `gemini/gemini-3-pro-image-preview` |

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

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

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

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

1414
Learn more in the [Vercel documentation](https://ai-sdk.dev/providers/ai-sdk-providers).
1515

@@ -155,6 +155,7 @@ ANTHROPIC_API_KEY=ant-...
155155
| `moonshotai/kimi-k2-thinking` |
156156
| `moonshotai/kimi-k2-thinking-turbo` |
157157
| `moonshotai/kimi-k2-turbo` |
158+
| `moonshotai/kimi-k2.5` |
158159
| `morph/morph-v3-fast` |
159160
| `morph/morph-v3-large` |
160161
| `nvidia/nemotron-3-nano-30b-a3b` |

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 1885+ models through Mastra's model router."
3+
description: "Access 73+ AI providers and 1890+ 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 1885 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 1890 models from 73 providers through a single API.
1616

1717
## Features
1818

docs/src/content/en/models/providers/fireworks-ai.mdx

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

10-
Access 16 Fireworks AI models through Mastra's model router. Authentication is handled automatically using the `FIREWORKS_API_KEY` environment variable.
10+
Access 17 Fireworks AI models through Mastra's model router. Authentication is handled automatically using the `FIREWORKS_API_KEY` environment variable.
1111

1212
Learn more in the [Fireworks AI documentation](https://fireworks.ai/docs/).
1313

@@ -189,6 +189,18 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
189189
"inputCost": 0.6,
190190
"outputCost": 2.5
191191
},
192+
{
193+
"model": "fireworks-ai/accounts/fireworks/models/kimi-k2p5",
194+
"imageInput": true,
195+
"audioInput": false,
196+
"videoInput": true,
197+
"toolUsage": true,
198+
"reasoning": true,
199+
"contextWindow": 256000,
200+
"maxOutput": 32768,
201+
"inputCost": 1.2,
202+
"outputCost": 1.2
203+
},
192204
{
193205
"model": "fireworks-ai/accounts/fireworks/models/minimax-m2",
194206
"imageInput": false,

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

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

10-
Access 15 Hugging Face models through Mastra's model router. Authentication is handled automatically using the `HF_TOKEN` environment variable.
10+
Access 16 Hugging Face models through Mastra's model router. Authentication is handled automatically using the `HF_TOKEN` environment variable.
1111

1212
Learn more in the [Hugging Face documentation](https://huggingface.co).
1313

@@ -117,6 +117,18 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
117117
"inputCost": 0.6,
118118
"outputCost": 2.5
119119
},
120+
{
121+
"model": "huggingface/moonshotai/Kimi-K2.5",
122+
"imageInput": true,
123+
"audioInput": false,
124+
"videoInput": true,
125+
"toolUsage": true,
126+
"reasoning": true,
127+
"contextWindow": 262144,
128+
"maxOutput": 262144,
129+
"inputCost": 0.6,
130+
"outputCost": 3
131+
},
120132
{
121133
"model": "huggingface/Qwen/Qwen3-235B-A22B-Thinking-2507",
122134
"imageInput": false,

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
109109
logo="https://models.dev/logos/fastrouter.svg"
110110
/> <CardGridItem
111111
title="Fireworks AI"
112-
description="16 models"
112+
description="17 models"
113113
href="/models/providers/fireworks-ai"
114114
logo="https://models.dev/logos/fireworks-ai.svg"
115115
/> <CardGridItem
@@ -134,7 +134,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
134134
logo="https://models.dev/logos/helicone.svg"
135135
/> <CardGridItem
136136
title="Hugging Face"
137-
description="15 models"
137+
description="16 models"
138138
href="/models/providers/huggingface"
139139
logo="https://models.dev/logos/huggingface.svg"
140140
/> <CardGridItem
@@ -209,12 +209,12 @@ Direct access to individual AI model providers. Each provider offers unique mode
209209
logo="https://models.dev/logos/modelscope.svg"
210210
/> <CardGridItem
211211
title="Moonshot AI"
212-
description="5 models"
212+
description="6 models"
213213
href="/models/providers/moonshotai"
214214
logo="https://models.dev/logos/moonshotai.svg"
215215
/> <CardGridItem
216216
title="Moonshot AI (China)"
217-
description="5 models"
217+
description="6 models"
218218
href="/models/providers/moonshotai-cn"
219219
logo="https://models.dev/logos/moonshotai-cn.svg"
220220
/> <CardGridItem
@@ -244,7 +244,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
244244
logo="https://models.dev/logos/nvidia.svg"
245245
/> <CardGridItem
246246
title="Ollama Cloud"
247-
description="28 models"
247+
description="29 models"
248248
href="/models/providers/ollama-cloud"
249249
logo="https://models.dev/logos/ollama-cloud.svg"
250250
/> <CardGridItem

docs/src/content/en/models/providers/moonshotai-cn.mdx

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

10-
Access 5 Moonshot AI (China) models through Mastra's model router. Authentication is handled automatically using the `MOONSHOT_API_KEY` environment variable.
10+
Access 6 Moonshot AI (China) models through Mastra's model router. Authentication is handled automatically using the `MOONSHOT_API_KEY` environment variable.
1111

1212
Learn more in the [Moonshot AI (China) documentation](https://platform.moonshot.cn).
1313

@@ -104,6 +104,18 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
104104
"maxOutput": 262144,
105105
"inputCost": 2.4,
106106
"outputCost": 10
107+
},
108+
{
109+
"model": "moonshotai-cn/kimi-k2.5",
110+
"imageInput": true,
111+
"audioInput": false,
112+
"videoInput": true,
113+
"toolUsage": true,
114+
"reasoning": true,
115+
"contextWindow": 262144,
116+
"maxOutput": 262144,
117+
"inputCost": null,
118+
"outputCost": null
107119
}
108120
]}
109121
/>
@@ -136,7 +148,7 @@ const agent = new Agent({
136148
model: ({ requestContext }) => {
137149
const useAdvanced = requestContext.task === "complex";
138150
return useAdvanced
139-
? "moonshotai-cn/kimi-k2-turbo-preview"
151+
? "moonshotai-cn/kimi-k2.5"
140152
: "moonshotai-cn/kimi-k2-0711-preview";
141153
}
142154
});

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

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

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

1212
Learn more in the [Moonshot AI documentation](https://platform.moonshot.ai).
1313

@@ -104,6 +104,18 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
104104
"maxOutput": 262144,
105105
"inputCost": 2.4,
106106
"outputCost": 10
107+
},
108+
{
109+
"model": "moonshotai/kimi-k2.5",
110+
"imageInput": true,
111+
"audioInput": false,
112+
"videoInput": true,
113+
"toolUsage": true,
114+
"reasoning": true,
115+
"contextWindow": 262144,
116+
"maxOutput": 262144,
117+
"inputCost": null,
118+
"outputCost": null
107119
}
108120
]}
109121
/>
@@ -136,7 +148,7 @@ const agent = new Agent({
136148
model: ({ requestContext }) => {
137149
const useAdvanced = requestContext.task === "complex";
138150
return useAdvanced
139-
? "moonshotai/kimi-k2-turbo-preview"
151+
? "moonshotai/kimi-k2.5"
140152
: "moonshotai/kimi-k2-0711-preview";
141153
}
142154
});

docs/src/content/en/models/providers/ollama-cloud.mdx

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

10-
Access 28 Ollama Cloud models through Mastra's model router. Authentication is handled automatically using the `OLLAMA_API_KEY` environment variable.
10+
Access 29 Ollama Cloud models through Mastra's model router. Authentication is handled automatically using the `OLLAMA_API_KEY` environment variable.
1111

1212
Learn more in the [Ollama Cloud documentation](https://docs.ollama.com/cloud).
1313

@@ -237,6 +237,18 @@ Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-sp
237237
"inputCost": null,
238238
"outputCost": null
239239
},
240+
{
241+
"model": "ollama-cloud/kimi-k2.5",
242+
"imageInput": true,
243+
"audioInput": false,
244+
"videoInput": false,
245+
"toolUsage": true,
246+
"reasoning": true,
247+
"contextWindow": 262144,
248+
"maxOutput": 262144,
249+
"inputCost": null,
250+
"outputCost": null
251+
},
240252
{
241253
"model": "ollama-cloud/minimax-m2",
242254
"imageInput": false,

0 commit comments

Comments
 (0)