@mastra/mcp-docs-server 1.1.2 → 1.1.3-alpha.1

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 (76) hide show
  1. package/.docs/docs/agents/processors.md +52 -0
  2. package/.docs/docs/observability/datasets/overview.md +188 -0
  3. package/.docs/docs/observability/datasets/running-experiments.md +266 -0
  4. package/.docs/docs/observability/tracing/exporters/cloud.md +7 -4
  5. package/.docs/docs/server/server-adapters.md +5 -4
  6. package/.docs/guides/deployment/amazon-ec2.md +47 -24
  7. package/.docs/guides/deployment/netlify.md +5 -5
  8. package/.docs/guides/deployment/vercel.md +3 -3
  9. package/.docs/guides/getting-started/next-js.md +4 -4
  10. package/.docs/models/gateways/openrouter.md +5 -1
  11. package/.docs/models/index.md +1 -1
  12. package/.docs/models/providers/alibaba-cn.md +3 -1
  13. package/.docs/models/providers/alibaba.md +3 -1
  14. package/.docs/models/providers/cerebras.md +1 -1
  15. package/.docs/models/providers/chutes.md +7 -4
  16. package/.docs/models/providers/cloudflare-ai-gateway.md +17 -119
  17. package/.docs/models/providers/fireworks-ai.md +2 -1
  18. package/.docs/models/providers/firmware.md +2 -7
  19. package/.docs/models/providers/huggingface.md +4 -1
  20. package/.docs/models/providers/kilo.md +333 -0
  21. package/.docs/models/providers/kuae-cloud-coding-plan.md +71 -0
  22. package/.docs/models/providers/minimax-cn-coding-plan.md +8 -7
  23. package/.docs/models/providers/minimax-cn.md +8 -7
  24. package/.docs/models/providers/minimax-coding-plan.md +8 -7
  25. package/.docs/models/providers/minimax.md +8 -7
  26. package/.docs/models/providers/nano-gpt.md +5 -1
  27. package/.docs/models/providers/nebius.md +2 -2
  28. package/.docs/models/providers/novita-ai.md +2 -1
  29. package/.docs/models/providers/nvidia.md +3 -2
  30. package/.docs/models/providers/ollama-cloud.md +2 -1
  31. package/.docs/models/providers/opencode.md +4 -1
  32. package/.docs/models/providers/poe.md +1 -1
  33. package/.docs/models/providers/siliconflow-cn.md +3 -8
  34. package/.docs/models/providers/siliconflow.md +4 -9
  35. package/.docs/models/providers/stepfun.md +73 -0
  36. package/.docs/models/providers/togetherai.md +7 -5
  37. package/.docs/models/providers/vivgrid.md +7 -4
  38. package/.docs/models/providers/zai-coding-plan.md +13 -12
  39. package/.docs/models/providers/zenmux.md +5 -2
  40. package/.docs/models/providers.md +3 -1
  41. package/.docs/reference/agents/generate.md +1 -1
  42. package/.docs/reference/configuration.md +3 -4
  43. package/.docs/reference/datasets/addItem.md +35 -0
  44. package/.docs/reference/datasets/addItems.md +33 -0
  45. package/.docs/reference/datasets/compareExperiments.md +48 -0
  46. package/.docs/reference/datasets/create.md +49 -0
  47. package/.docs/reference/datasets/dataset.md +78 -0
  48. package/.docs/reference/datasets/datasets-manager.md +84 -0
  49. package/.docs/reference/datasets/delete.md +23 -0
  50. package/.docs/reference/datasets/deleteExperiment.md +25 -0
  51. package/.docs/reference/datasets/deleteItem.md +25 -0
  52. package/.docs/reference/datasets/deleteItems.md +27 -0
  53. package/.docs/reference/datasets/get.md +29 -0
  54. package/.docs/reference/datasets/getDetails.md +45 -0
  55. package/.docs/reference/datasets/getExperiment.md +28 -0
  56. package/.docs/reference/datasets/getItem.md +31 -0
  57. package/.docs/reference/datasets/getItemHistory.md +29 -0
  58. package/.docs/reference/datasets/list.md +29 -0
  59. package/.docs/reference/datasets/listExperimentResults.md +37 -0
  60. package/.docs/reference/datasets/listExperiments.md +31 -0
  61. package/.docs/reference/datasets/listItems.md +44 -0
  62. package/.docs/reference/datasets/listVersions.md +31 -0
  63. package/.docs/reference/datasets/startExperiment.md +60 -0
  64. package/.docs/reference/datasets/startExperimentAsync.md +41 -0
  65. package/.docs/reference/datasets/update.md +46 -0
  66. package/.docs/reference/datasets/updateItem.md +36 -0
  67. package/.docs/reference/index.md +24 -0
  68. package/.docs/reference/memory/observational-memory.md +36 -0
  69. package/.docs/reference/observability/tracing/exporters/cloud-exporter.md +1 -1
  70. package/.docs/reference/processors/processor-interface.md +4 -0
  71. package/.docs/reference/server/koa-adapter.md +38 -0
  72. package/.docs/reference/streaming/agents/stream.md +1 -1
  73. package/.docs/reference/tools/create-tool.md +1 -1
  74. package/.docs/reference/workspace/e2b-sandbox.md +0 -11
  75. package/CHANGELOG.md +14 -0
  76. package/package.json +5 -5
@@ -0,0 +1,333 @@
1
+ # ![Kilo Gateway logo](https://models.dev/logos/kilo.svg)Kilo Gateway
2
+
3
+ Access 263 Kilo Gateway models through Mastra's model router. Authentication is handled automatically using the `KILO_API_KEY` environment variable.
4
+
5
+ Learn more in the [Kilo Gateway documentation](https://kilo.ai).
6
+
7
+ ```bash
8
+ KILO_API_KEY=your-api-key
9
+ ```
10
+
11
+ ```typescript
12
+ import { Agent } from "@mastra/core/agent";
13
+
14
+ const agent = new Agent({
15
+ id: "my-agent",
16
+ name: "My Agent",
17
+ instructions: "You are a helpful assistant",
18
+ model: "kilo/allenai/molmo-2-8b"
19
+ });
20
+
21
+ // Generate a response
22
+ const response = await agent.generate("Hello!");
23
+
24
+ // Stream a response
25
+ const stream = await agent.stream("Tell me a story");
26
+ for await (const chunk of stream) {
27
+ console.log(chunk);
28
+ }
29
+ ```
30
+
31
+ > **Info:** Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-specific features may not be available. Check the [Kilo Gateway documentation](https://kilo.ai) for details.
32
+
33
+ ## Models
34
+
35
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
36
+ | -------------------------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
+ | `kilo/allenai/molmo-2-8b` | 37K | | | | | | $0.20 | $0.20 |
38
+ | `kilo/amazon/nova-2-lite-v1` | 1.0M | | | | | | $0.30 | $3 |
39
+ | `kilo/amazon/nova-pro-v1` | 300K | | | | | | $0.80 | $3 |
40
+ | `kilo/anthropic/claude-3-haiku` | 200K | | | | | | $0.25 | $1 |
41
+ | `kilo/anthropic/claude-3.5-haiku` | 200K | | | | | | $0.80 | $4 |
42
+ | `kilo/anthropic/claude-3.5-sonnet` | 200K | | | | | | $6 | $30 |
43
+ | `kilo/anthropic/claude-3.7-sonnet` | 200K | | | | | | $3 | $15 |
44
+ | `kilo/anthropic/claude-3.7-sonnet:thinking` | 200K | | | | | | $3 | $15 |
45
+ | `kilo/anthropic/claude-haiku-4.5` | 200K | | | | | | $1 | $5 |
46
+ | `kilo/anthropic/claude-opus-4` | 200K | | | | | | $15 | $75 |
47
+ | `kilo/anthropic/claude-opus-4.1` | 200K | | | | | | $15 | $75 |
48
+ | `kilo/anthropic/claude-opus-4.5` | 200K | | | | | | $5 | $25 |
49
+ | `kilo/anthropic/claude-opus-4.6` | 1.0M | | | | | | $5 | $25 |
50
+ | `kilo/anthropic/claude-sonnet-4` | 1.0M | | | | | | $3 | $15 |
51
+ | `kilo/anthropic/claude-sonnet-4.5` | 1.0M | | | | | | $3 | $15 |
52
+ | `kilo/arcee-ai/trinity-large-preview:free` | 131K | | | | | | — | — |
53
+ | `kilo/arcee-ai/trinity-mini` | 131K | | | | | | $0.04 | $0.15 |
54
+ | `kilo/arcee-ai/trinity-mini:free` | 131K | | | | | | — | — |
55
+ | `kilo/baidu/ernie-4.5-21b-a3b` | 120K | | | | | | $0.07 | $0.28 |
56
+ | `kilo/baidu/ernie-4.5-21b-a3b-thinking` | 131K | | | | | | $0.07 | $0.28 |
57
+ | `kilo/baidu/ernie-4.5-300b-a47b` | 123K | | | | | | $0.28 | $1 |
58
+ | `kilo/baidu/ernie-4.5-vl-28b-a3b` | 30K | | | | | | $0.14 | $0.56 |
59
+ | `kilo/baidu/ernie-4.5-vl-424b-a47b` | 123K | | | | | | $0.42 | $1 |
60
+ | `kilo/bytedance-seed/seed-1.6` | 262K | | | | | | $0.25 | $2 |
61
+ | `kilo/cognitivecomputations/dolphin-mistral-24b-venice-edition:free` | 33K | | | | | | — | — |
62
+ | `kilo/cohere/command-a` | 256K | | | | | | $3 | $10 |
63
+ | `kilo/cohere/command-r-08-2024` | 128K | | | | | | $0.15 | $0.60 |
64
+ | `kilo/cohere/command-r-plus-08-2024` | 128K | | | | | | $3 | $10 |
65
+ | `kilo/cohere/command-r7b-12-2024` | 128K | | | | | | $0.04 | $0.15 |
66
+ | `kilo/deepseek/deepseek-chat` | 164K | | | | | | $0.30 | $1 |
67
+ | `kilo/deepseek/deepseek-chat-v3-0324` | 164K | | | | | | $0.19 | $0.87 |
68
+ | `kilo/deepseek/deepseek-chat-v3.1` | 33K | | | | | | $0.15 | $0.75 |
69
+ | `kilo/deepseek/deepseek-r1` | 64K | | | | | | $0.70 | $3 |
70
+ | `kilo/deepseek/deepseek-r1-0528` | 164K | | | | | | $0.40 | $2 |
71
+ | `kilo/deepseek/deepseek-r1-0528:free` | 164K | | | | | | — | — |
72
+ | `kilo/deepseek/deepseek-r1-distill-llama-70b` | 131K | | | | | | $0.03 | $0.11 |
73
+ | `kilo/deepseek/deepseek-r1-distill-qwen-32b` | 33K | | | | | | $0.29 | $0.29 |
74
+ | `kilo/deepseek/deepseek-v3.1-terminus` | 164K | | | | | | $0.21 | $0.79 |
75
+ | `kilo/deepseek/deepseek-v3.1-terminus:exacto` | 164K | | | | | | $0.21 | $0.79 |
76
+ | `kilo/deepseek/deepseek-v3.2` | 164K | | | | | | $0.25 | $0.38 |
77
+ | `kilo/deepseek/deepseek-v3.2-exp` | 164K | | | | | | $0.27 | $0.41 |
78
+ | `kilo/deepseek/deepseek-v3.2-speciale` | 164K | | | | | | $0.27 | $0.41 |
79
+ | `kilo/essentialai/rnj-1-instruct` | 33K | | | | | | $0.15 | $0.15 |
80
+ | `kilo/google/gemini-2.0-flash-001` | 1.0M | | | | | | $0.10 | $0.40 |
81
+ | `kilo/google/gemini-2.0-flash-lite-001` | 1.0M | | | | | | $0.07 | $0.30 |
82
+ | `kilo/google/gemini-2.5-flash` | 1.0M | | | | | | $0.30 | $3 |
83
+ | `kilo/google/gemini-2.5-flash-lite` | 1.0M | | | | | | $0.10 | $0.40 |
84
+ | `kilo/google/gemini-2.5-flash-lite-preview-09-2025` | 1.0M | | | | | | $0.10 | $0.40 |
85
+ | `kilo/google/gemini-2.5-flash-preview-09-2025` | 1.0M | | | | | | $0.30 | $3 |
86
+ | `kilo/google/gemini-2.5-pro` | 1.0M | | | | | | $1 | $10 |
87
+ | `kilo/google/gemini-2.5-pro-preview` | 1.0M | | | | | | $1 | $10 |
88
+ | `kilo/google/gemini-2.5-pro-preview-05-06` | 1.0M | | | | | | $1 | $10 |
89
+ | `kilo/google/gemini-3-flash-preview` | 1.0M | | | | | | $0.50 | $3 |
90
+ | `kilo/google/gemini-3-pro-preview` | 1.0M | | | | | | $2 | $12 |
91
+ | `kilo/google/gemma-2-27b-it` | 8K | | | | | | $0.65 | $0.65 |
92
+ | `kilo/google/gemma-2-9b-it` | 8K | | | | | | $0.03 | $0.09 |
93
+ | `kilo/google/gemma-3-12b-it` | 131K | | | | | | $0.03 | $0.10 |
94
+ | `kilo/google/gemma-3-12b-it:free` | 33K | | | | | | — | — |
95
+ | `kilo/google/gemma-3-27b-it` | 128K | | | | | | $0.04 | $0.15 |
96
+ | `kilo/google/gemma-3-27b-it:free` | 131K | | | | | | — | — |
97
+ | `kilo/google/gemma-3-4b-it` | 96K | | | | | | $0.02 | $0.07 |
98
+ | `kilo/google/gemma-3-4b-it:free` | 33K | | | | | | — | — |
99
+ | `kilo/google/gemma-3n-e2b-it:free` | 8K | | | | | | — | — |
100
+ | `kilo/google/gemma-3n-e4b-it` | 33K | | | | | | $0.02 | $0.04 |
101
+ | `kilo/google/gemma-3n-e4b-it:free` | 8K | | | | | | — | — |
102
+ | `kilo/gryphe/mythomax-l2-13b` | 4K | | | | | | $0.06 | $0.06 |
103
+ | `kilo/inception/mercury` | 128K | | | | | | $0.25 | $1 |
104
+ | `kilo/inception/mercury-coder` | 128K | | | | | | $0.25 | $1 |
105
+ | `kilo/kilo/auto` | 200K | | | | | | $1 | $1 |
106
+ | `kilo/kwaipilot/kat-coder-pro` | 256K | | | | | | $0.21 | $0.83 |
107
+ | `kilo/liquid/lfm-2.5-1.2b-instruct:free` | 33K | | | | | | — | — |
108
+ | `kilo/liquid/lfm-2.5-1.2b-thinking:free` | 33K | | | | | | — | — |
109
+ | `kilo/meituan/longcat-flash-chat` | 131K | | | | | | $0.20 | $0.80 |
110
+ | `kilo/meta-llama/llama-3-70b-instruct` | 8K | | | | | | $0.51 | $0.74 |
111
+ | `kilo/meta-llama/llama-3-8b-instruct` | 8K | | | | | | $0.03 | $0.04 |
112
+ | `kilo/meta-llama/llama-3.1-405b-instruct` | 131K | | | | | | $4 | $4 |
113
+ | `kilo/meta-llama/llama-3.1-70b-instruct` | 131K | | | | | | $0.40 | $0.40 |
114
+ | `kilo/meta-llama/llama-3.1-8b-instruct` | 16K | | | | | | $0.02 | $0.05 |
115
+ | `kilo/meta-llama/llama-3.2-11b-vision-instruct` | 131K | | | | | | $0.05 | $0.05 |
116
+ | `kilo/meta-llama/llama-3.2-1b-instruct` | 60K | | | | | | $0.03 | $0.20 |
117
+ | `kilo/meta-llama/llama-3.2-3b-instruct` | 131K | | | | | | $0.02 | $0.02 |
118
+ | `kilo/meta-llama/llama-3.2-3b-instruct:free` | 131K | | | | | | — | — |
119
+ | `kilo/meta-llama/llama-3.3-70b-instruct` | 131K | | | | | | $0.10 | $0.32 |
120
+ | `kilo/meta-llama/llama-3.3-70b-instruct:free` | 128K | | | | | | — | — |
121
+ | `kilo/meta-llama/llama-4-maverick` | 1.0M | | | | | | $0.15 | $0.60 |
122
+ | `kilo/meta-llama/llama-4-scout` | 328K | | | | | | $0.08 | $0.30 |
123
+ | `kilo/meta-llama/llama-guard-3-8b` | 131K | | | | | | $0.02 | $0.06 |
124
+ | `kilo/meta-llama/llama-guard-4-12b` | 164K | | | | | | $0.18 | $0.18 |
125
+ | `kilo/microsoft/phi-4` | 16K | | | | | | $0.06 | $0.14 |
126
+ | `kilo/microsoft/wizardlm-2-8x22b` | 66K | | | | | | $0.62 | $0.62 |
127
+ | `kilo/minimax/minimax-01` | 1.0M | | | | | | $0.20 | $1 |
128
+ | `kilo/minimax/minimax-m1` | 1.0M | | | | | | $0.40 | $2 |
129
+ | `kilo/minimax/minimax-m2` | 197K | | | | | | $0.26 | $1 |
130
+ | `kilo/minimax/minimax-m2.1` | 197K | | | | | | $0.27 | $0.95 |
131
+ | `kilo/minimax/minimax-m2.5` | 197K | | | | | | $0.30 | $1 |
132
+ | `kilo/minimax/minimax-m2.5:free` | 205K | | | | | | — | — |
133
+ | `kilo/mistralai/codestral-2508` | 256K | | | | | | $0.30 | $0.90 |
134
+ | `kilo/mistralai/devstral-2512` | 262K | | | | | | $0.05 | $0.22 |
135
+ | `kilo/mistralai/devstral-medium` | 131K | | | | | | $0.40 | $2 |
136
+ | `kilo/mistralai/devstral-small` | 131K | | | | | | $0.10 | $0.30 |
137
+ | `kilo/mistralai/ministral-14b-2512` | 262K | | | | | | $0.20 | $0.20 |
138
+ | `kilo/mistralai/mistral-7b-instruct` | 33K | | | | | | $0.20 | $0.20 |
139
+ | `kilo/mistralai/mistral-7b-instruct-v0.1` | 3K | | | | | | $0.11 | $0.19 |
140
+ | `kilo/mistralai/mistral-7b-instruct-v0.3` | 33K | | | | | | $0.20 | $0.20 |
141
+ | `kilo/mistralai/mistral-large` | 128K | | | | | | $2 | $6 |
142
+ | `kilo/mistralai/mistral-large-2411` | 131K | | | | | | $2 | $6 |
143
+ | `kilo/mistralai/mistral-large-2512` | 262K | | | | | | $0.50 | $2 |
144
+ | `kilo/mistralai/mistral-medium-3` | 131K | | | | | | $0.40 | $2 |
145
+ | `kilo/mistralai/mistral-medium-3.1` | 131K | | | | | | $0.40 | $2 |
146
+ | `kilo/mistralai/mistral-nemo` | 131K | | | | | | $0.02 | $0.04 |
147
+ | `kilo/mistralai/mistral-small-24b-instruct-2501` | 33K | | | | | | $0.05 | $0.08 |
148
+ | `kilo/mistralai/mistral-small-3.1-24b-instruct` | 131K | | | | | | $0.03 | $0.11 |
149
+ | `kilo/mistralai/mistral-small-3.1-24b-instruct:free` | 128K | | | | | | — | — |
150
+ | `kilo/mistralai/mistral-small-3.2-24b-instruct` | 131K | | | | | | $0.06 | $0.18 |
151
+ | `kilo/mistralai/mixtral-8x22b-instruct` | 66K | | | | | | $2 | $6 |
152
+ | `kilo/mistralai/voxtral-small-24b-2507` | 32K | | | | | | $0.10 | $0.30 |
153
+ | `kilo/moonshotai/kimi-k2` | 131K | | | | | | $0.50 | $2 |
154
+ | `kilo/moonshotai/kimi-k2-0905` | 131K | | | | | | $0.40 | $2 |
155
+ | `kilo/moonshotai/kimi-k2-0905:exacto` | 262K | | | | | | $0.60 | $3 |
156
+ | `kilo/moonshotai/kimi-k2-thinking` | 262K | | | | | | $0.40 | $2 |
157
+ | `kilo/moonshotai/kimi-k2.5` | 262K | | | | | | $0.23 | $3 |
158
+ | `kilo/morph/morph-v3-fast` | 82K | | | | | | $0.80 | $1 |
159
+ | `kilo/morph/morph-v3-large` | 262K | | | | | | $0.90 | $2 |
160
+ | `kilo/nex-agi/deepseek-v3.1-nex-n1` | 131K | | | | | | $0.27 | $1 |
161
+ | `kilo/nousresearch/deephermes-3-mistral-24b-preview` | 33K | | | | | | $0.02 | $0.10 |
162
+ | `kilo/nousresearch/hermes-2-pro-llama-3-8b` | 8K | | | | | | $0.14 | $0.14 |
163
+ | `kilo/nousresearch/hermes-3-llama-3.1-405b` | 131K | | | | | | $1 | $1 |
164
+ | `kilo/nousresearch/hermes-3-llama-3.1-405b:free` | 131K | | | | | | — | — |
165
+ | `kilo/nousresearch/hermes-4-405b` | 131K | | | | | | $1 | $3 |
166
+ | `kilo/nousresearch/hermes-4-70b` | 131K | | | | | | $0.11 | $0.38 |
167
+ | `kilo/nvidia/llama-3.1-nemotron-70b-instruct` | 131K | | | | | | $1 | $1 |
168
+ | `kilo/nvidia/llama-3.1-nemotron-ultra-253b-v1` | 131K | | | | | | $0.60 | $2 |
169
+ | `kilo/nvidia/llama-3.3-nemotron-super-49b-v1.5` | 131K | | | | | | $0.10 | $0.40 |
170
+ | `kilo/nvidia/nemotron-3-nano-30b-a3b` | 262K | | | | | | $0.05 | $0.20 |
171
+ | `kilo/nvidia/nemotron-3-nano-30b-a3b:free` | 256K | | | | | | — | — |
172
+ | `kilo/nvidia/nemotron-nano-12b-v2-vl` | 131K | | | | | | $0.20 | $0.60 |
173
+ | `kilo/nvidia/nemotron-nano-12b-v2-vl:free` | 128K | | | | | | — | — |
174
+ | `kilo/nvidia/nemotron-nano-9b-v2` | 131K | | | | | | $0.04 | $0.16 |
175
+ | `kilo/nvidia/nemotron-nano-9b-v2:free` | 128K | | | | | | — | — |
176
+ | `kilo/openai/chatgpt-4o-latest` | 128K | | | | | | $5 | $15 |
177
+ | `kilo/openai/gpt-3.5-turbo` | 16K | | | | | | $0.50 | $2 |
178
+ | `kilo/openai/gpt-3.5-turbo-0613` | 4K | | | | | | $1 | $2 |
179
+ | `kilo/openai/gpt-3.5-turbo-instruct` | 4K | | | | | | $2 | $2 |
180
+ | `kilo/openai/gpt-4` | 8K | | | | | | $30 | $60 |
181
+ | `kilo/openai/gpt-4-turbo` | 128K | | | | | | $10 | $30 |
182
+ | `kilo/openai/gpt-4.1` | 1.0M | | | | | | $2 | $8 |
183
+ | `kilo/openai/gpt-4.1-mini` | 1.0M | | | | | | $0.40 | $2 |
184
+ | `kilo/openai/gpt-4.1-nano` | 1.0M | | | | | | $0.10 | $0.40 |
185
+ | `kilo/openai/gpt-4o` | 128K | | | | | | $3 | $10 |
186
+ | `kilo/openai/gpt-4o-2024-05-13` | 128K | | | | | | $5 | $15 |
187
+ | `kilo/openai/gpt-4o-2024-08-06` | 128K | | | | | | $3 | $10 |
188
+ | `kilo/openai/gpt-4o-2024-11-20` | 128K | | | | | | $3 | $10 |
189
+ | `kilo/openai/gpt-4o-mini` | 128K | | | | | | $0.15 | $0.60 |
190
+ | `kilo/openai/gpt-4o-mini-search-preview` | 128K | | | | | | $0.15 | $0.60 |
191
+ | `kilo/openai/gpt-4o:extended` | 128K | | | | | | $6 | $18 |
192
+ | `kilo/openai/gpt-5` | 400K | | | | | | $1 | $10 |
193
+ | `kilo/openai/gpt-5-chat` | 128K | | | | | | $1 | $10 |
194
+ | `kilo/openai/gpt-5-codex` | 400K | | | | | | $1 | $10 |
195
+ | `kilo/openai/gpt-5-mini` | 400K | | | | | | $0.25 | $2 |
196
+ | `kilo/openai/gpt-5-nano` | 400K | | | | | | $0.05 | $0.40 |
197
+ | `kilo/openai/gpt-5-pro` | 400K | | | | | | $15 | $120 |
198
+ | `kilo/openai/gpt-5.1` | 400K | | | | | | $1 | $10 |
199
+ | `kilo/openai/gpt-5.1-chat` | 128K | | | | | | $1 | $10 |
200
+ | `kilo/openai/gpt-5.1-codex` | 400K | | | | | | $1 | $10 |
201
+ | `kilo/openai/gpt-5.1-codex-max` | 400K | | | | | | $1 | $10 |
202
+ | `kilo/openai/gpt-5.1-codex-mini` | 400K | | | | | | $0.25 | $2 |
203
+ | `kilo/openai/gpt-5.2` | 400K | | | | | | $2 | $14 |
204
+ | `kilo/openai/gpt-5.2-chat` | 128K | | | | | | $2 | $14 |
205
+ | `kilo/openai/gpt-5.2-codex` | 400K | | | | | | $2 | $14 |
206
+ | `kilo/openai/gpt-5.2-pro` | 400K | | | | | | $21 | $168 |
207
+ | `kilo/openai/gpt-oss-120b` | 131K | | | | | | $0.04 | $0.19 |
208
+ | `kilo/openai/gpt-oss-120b:exacto` | 131K | | | | | | $0.04 | $0.19 |
209
+ | `kilo/openai/gpt-oss-120b:free` | 131K | | | | | | — | — |
210
+ | `kilo/openai/gpt-oss-20b` | 131K | | | | | | $0.03 | $0.14 |
211
+ | `kilo/openai/gpt-oss-20b:free` | 131K | | | | | | — | — |
212
+ | `kilo/openai/gpt-oss-safeguard-20b` | 131K | | | | | | $0.07 | $0.30 |
213
+ | `kilo/openai/o1` | 200K | | | | | | $15 | $60 |
214
+ | `kilo/openai/o1-pro` | 200K | | | | | | $150 | $600 |
215
+ | `kilo/openai/o3` | 200K | | | | | | $2 | $8 |
216
+ | `kilo/openai/o3-deep-research` | 200K | | | | | | $10 | $40 |
217
+ | `kilo/openai/o3-mini` | 200K | | | | | | $1 | $4 |
218
+ | `kilo/openai/o3-mini-high` | 200K | | | | | | $1 | $4 |
219
+ | `kilo/openai/o3-pro` | 200K | | | | | | $20 | $80 |
220
+ | `kilo/openai/o4-mini` | 200K | | | | | | $1 | $4 |
221
+ | `kilo/openai/o4-mini-deep-research` | 200K | | | | | | $2 | $8 |
222
+ | `kilo/openrouter/aurora-alpha` | 128K | | | | | | — | — |
223
+ | `kilo/perplexity/sonar` | 127K | | | | | | $1 | $1 |
224
+ | `kilo/perplexity/sonar-deep-research` | 128K | | | | | | $2 | $8 |
225
+ | `kilo/perplexity/sonar-pro` | 200K | | | | | | $3 | $15 |
226
+ | `kilo/perplexity/sonar-reasoning-pro` | 128K | | | | | | $2 | $8 |
227
+ | `kilo/prime-intellect/intellect-3` | 131K | | | | | | $0.20 | $1 |
228
+ | `kilo/qwen/qwen-2.5-72b-instruct` | 33K | | | | | | $0.12 | $0.39 |
229
+ | `kilo/qwen/qwen-2.5-7b-instruct` | 33K | | | | | | $0.04 | $0.10 |
230
+ | `kilo/qwen/qwen-2.5-coder-32b-instruct` | 33K | | | | | | $0.03 | $0.11 |
231
+ | `kilo/qwen/qwen-2.5-vl-7b-instruct` | 33K | | | | | | $0.20 | $0.20 |
232
+ | `kilo/qwen/qwen-max` | 33K | | | | | | $2 | $6 |
233
+ | `kilo/qwen/qwen-plus` | 1.0M | | | | | | $0.40 | $1 |
234
+ | `kilo/qwen/qwen-turbo` | 131K | | | | | | $0.05 | $0.20 |
235
+ | `kilo/qwen/qwen-vl-max` | 131K | | | | | | $0.80 | $3 |
236
+ | `kilo/qwen/qwen-vl-plus` | 131K | | | | | | $0.21 | $0.63 |
237
+ | `kilo/qwen/qwen2.5-coder-7b-instruct` | 33K | | | | | | $0.03 | $0.09 |
238
+ | `kilo/qwen/qwen2.5-vl-32b-instruct` | 16K | | | | | | $0.05 | $0.22 |
239
+ | `kilo/qwen/qwen2.5-vl-72b-instruct` | 33K | | | | | | $0.15 | $0.60 |
240
+ | `kilo/qwen/qwen3-14b` | 41K | | | | | | $0.05 | $0.22 |
241
+ | `kilo/qwen/qwen3-235b-a22b` | 41K | | | | | | $0.30 | $1 |
242
+ | `kilo/qwen/qwen3-235b-a22b-2507` | 262K | | | | | | $0.07 | $0.10 |
243
+ | `kilo/qwen/qwen3-235b-a22b-thinking-2507` | 131K | | | | | | — | — |
244
+ | `kilo/qwen/qwen3-30b-a3b` | 41K | | | | | | $0.06 | $0.22 |
245
+ | `kilo/qwen/qwen3-30b-a3b-instruct-2507` | 262K | | | | | | $0.08 | $0.33 |
246
+ | `kilo/qwen/qwen3-30b-a3b-thinking-2507` | 33K | | | | | | $0.05 | $0.34 |
247
+ | `kilo/qwen/qwen3-32b` | 41K | | | | | | $0.08 | $0.24 |
248
+ | `kilo/qwen/qwen3-4b` | 131K | | | | | | $0.07 | $0.27 |
249
+ | `kilo/qwen/qwen3-4b:free` | 41K | | | | | | — | — |
250
+ | `kilo/qwen/qwen3-8b` | 32K | | | | | | $0.05 | $0.40 |
251
+ | `kilo/qwen/qwen3-coder` | 262K | | | | | | $0.22 | $1 |
252
+ | `kilo/qwen/qwen3-coder-30b-a3b-instruct` | 160K | | | | | | $0.07 | $0.27 |
253
+ | `kilo/qwen/qwen3-coder-flash` | 1.0M | | | | | | $0.30 | $2 |
254
+ | `kilo/qwen/qwen3-coder-next` | 262K | | | | | | $0.07 | $0.30 |
255
+ | `kilo/qwen/qwen3-coder-plus` | 1.0M | | | | | | $1 | $5 |
256
+ | `kilo/qwen/qwen3-coder:exacto` | 262K | | | | | | $0.22 | $2 |
257
+ | `kilo/qwen/qwen3-coder:free` | 262K | | | | | | — | — |
258
+ | `kilo/qwen/qwen3-max` | 262K | | | | | | $1 | $6 |
259
+ | `kilo/qwen/qwen3-max-thinking` | 262K | | | | | | $1 | $6 |
260
+ | `kilo/qwen/qwen3-next-80b-a3b-instruct` | 262K | | | | | | $0.09 | $1 |
261
+ | `kilo/qwen/qwen3-next-80b-a3b-instruct:free` | 262K | | | | | | — | — |
262
+ | `kilo/qwen/qwen3-next-80b-a3b-thinking` | 128K | | | | | | $0.15 | $1 |
263
+ | `kilo/qwen/qwen3-vl-235b-a22b-instruct` | 262K | | | | | | $0.20 | $0.88 |
264
+ | `kilo/qwen/qwen3-vl-235b-a22b-thinking` | 131K | | | | | | — | — |
265
+ | `kilo/qwen/qwen3-vl-30b-a3b-instruct` | 131K | | | | | | $0.13 | $0.52 |
266
+ | `kilo/qwen/qwen3-vl-30b-a3b-thinking` | 131K | | | | | | — | — |
267
+ | `kilo/qwen/qwen3-vl-32b-instruct` | 131K | | | | | | $0.10 | $0.42 |
268
+ | `kilo/qwen/qwen3-vl-8b-instruct` | 131K | | | | | | $0.08 | $0.50 |
269
+ | `kilo/qwen/qwen3-vl-8b-thinking` | 131K | | | | | | $0.12 | $1 |
270
+ | `kilo/qwen/qwen3.5-397b-a17b` | 256K | | | | | | $0.60 | $4 |
271
+ | `kilo/qwen/qwen3.5-plus-02-15` | 1.0M | | | | | | $0.40 | $2 |
272
+ | `kilo/qwen/qwq-32b` | 33K | | | | | | $0.15 | $0.40 |
273
+ | `kilo/stepfun/step-3.5-flash` | 256K | | | | | | $0.10 | $0.30 |
274
+ | `kilo/stepfun/step-3.5-flash:free` | 256K | | | | | | — | — |
275
+ | `kilo/tencent/hunyuan-a13b-instruct` | 131K | | | | | | $0.14 | $0.57 |
276
+ | `kilo/tngtech/deepseek-r1t-chimera` | 164K | | | | | | $0.30 | $1 |
277
+ | `kilo/tngtech/deepseek-r1t2-chimera` | 164K | | | | | | $0.25 | $0.85 |
278
+ | `kilo/tngtech/tng-r1t-chimera` | 164K | | | | | | $0.25 | $0.85 |
279
+ | `kilo/writer/palmyra-x5` | 1.0M | | | | | | $0.60 | $6 |
280
+ | `kilo/x-ai/grok-3` | 131K | | | | | | $3 | $15 |
281
+ | `kilo/x-ai/grok-3-beta` | 131K | | | | | | $3 | $15 |
282
+ | `kilo/x-ai/grok-3-mini` | 131K | | | | | | $0.30 | $0.50 |
283
+ | `kilo/x-ai/grok-3-mini-beta` | 131K | | | | | | $0.30 | $0.50 |
284
+ | `kilo/x-ai/grok-4` | 256K | | | | | | $3 | $15 |
285
+ | `kilo/x-ai/grok-4-fast` | 2.0M | | | | | | $0.20 | $0.50 |
286
+ | `kilo/x-ai/grok-4.1-fast` | 2.0M | | | | | | $0.20 | $0.50 |
287
+ | `kilo/x-ai/grok-code-fast-1` | 256K | | | | | | $0.20 | $2 |
288
+ | `kilo/xiaomi/mimo-v2-flash` | 262K | | | | | | $0.09 | $0.29 |
289
+ | `kilo/z-ai/glm-4.5` | 131K | | | | | | $0.35 | $2 |
290
+ | `kilo/z-ai/glm-4.5-air` | 131K | | | | | | $0.13 | $0.85 |
291
+ | `kilo/z-ai/glm-4.5-air:free` | 131K | | | | | | — | — |
292
+ | `kilo/z-ai/glm-4.5v` | 66K | | | | | | $0.60 | $2 |
293
+ | `kilo/z-ai/glm-4.6` | 203K | | | | | | $0.35 | $2 |
294
+ | `kilo/z-ai/glm-4.6:exacto` | 205K | | | | | | $0.44 | $2 |
295
+ | `kilo/z-ai/glm-4.6v` | 131K | | | | | | $0.30 | $0.90 |
296
+ | `kilo/z-ai/glm-4.7` | 203K | | | | | | $0.40 | $2 |
297
+ | `kilo/z-ai/glm-4.7-flash` | 203K | | | | | | $0.06 | $0.40 |
298
+ | `kilo/z-ai/glm-5` | 205K | | | | | | $0.30 | $3 |
299
+ | `kilo/z-ai/glm-5:free` | 203K | | | | | | — | — |
300
+
301
+ ## Advanced Configuration
302
+
303
+ ### Custom Headers
304
+
305
+ ```typescript
306
+ const agent = new Agent({
307
+ id: "custom-agent",
308
+ name: "custom-agent",
309
+ model: {
310
+ url: "https://api.kilo.ai/api/gateway",
311
+ id: "kilo/allenai/molmo-2-8b",
312
+ apiKey: process.env.KILO_API_KEY,
313
+ headers: {
314
+ "X-Custom-Header": "value"
315
+ }
316
+ }
317
+ });
318
+ ```
319
+
320
+ ### Dynamic Model Selection
321
+
322
+ ```typescript
323
+ const agent = new Agent({
324
+ id: "dynamic-agent",
325
+ name: "Dynamic Agent",
326
+ model: ({ requestContext }) => {
327
+ const useAdvanced = requestContext.task === "complex";
328
+ return useAdvanced
329
+ ? "kilo/z-ai/glm-5:free"
330
+ : "kilo/allenai/molmo-2-8b";
331
+ }
332
+ });
333
+ ```
@@ -0,0 +1,71 @@
1
+ # ![KUAE Cloud Coding Plan logo](https://models.dev/logos/kuae-cloud-coding-plan.svg)KUAE Cloud Coding Plan
2
+
3
+ Access 1 KUAE Cloud Coding Plan model through Mastra's model router. Authentication is handled automatically using the `KUAE_API_KEY` environment variable.
4
+
5
+ Learn more in the [KUAE Cloud Coding Plan documentation](https://docs.mthreads.com/kuaecloud/kuaecloud-doc-online/coding_plan/).
6
+
7
+ ```bash
8
+ KUAE_API_KEY=your-api-key
9
+ ```
10
+
11
+ ```typescript
12
+ import { Agent } from "@mastra/core/agent";
13
+
14
+ const agent = new Agent({
15
+ id: "my-agent",
16
+ name: "My Agent",
17
+ instructions: "You are a helpful assistant",
18
+ model: "kuae-cloud-coding-plan/GLM-4.7"
19
+ });
20
+
21
+ // Generate a response
22
+ const response = await agent.generate("Hello!");
23
+
24
+ // Stream a response
25
+ const stream = await agent.stream("Tell me a story");
26
+ for await (const chunk of stream) {
27
+ console.log(chunk);
28
+ }
29
+ ```
30
+
31
+ > **Info:** Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-specific features may not be available. Check the [KUAE Cloud Coding Plan documentation](https://docs.mthreads.com/kuaecloud/kuaecloud-doc-online/coding_plan/) for details.
32
+
33
+ ## Models
34
+
35
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
36
+ | -------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
+ | `kuae-cloud-coding-plan/GLM-4.7` | 205K | | | | | | — | — |
38
+
39
+ ## Advanced Configuration
40
+
41
+ ### Custom Headers
42
+
43
+ ```typescript
44
+ const agent = new Agent({
45
+ id: "custom-agent",
46
+ name: "custom-agent",
47
+ model: {
48
+ url: "https://coding-plan-endpoint.kuaecloud.net/v1",
49
+ id: "kuae-cloud-coding-plan/GLM-4.7",
50
+ apiKey: process.env.KUAE_API_KEY,
51
+ headers: {
52
+ "X-Custom-Header": "value"
53
+ }
54
+ }
55
+ });
56
+ ```
57
+
58
+ ### Dynamic Model Selection
59
+
60
+ ```typescript
61
+ const agent = new Agent({
62
+ id: "dynamic-agent",
63
+ name: "Dynamic Agent",
64
+ model: ({ requestContext }) => {
65
+ const useAdvanced = requestContext.task === "complex";
66
+ return useAdvanced
67
+ ? "kuae-cloud-coding-plan/GLM-4.7"
68
+ : "kuae-cloud-coding-plan/GLM-4.7";
69
+ }
70
+ });
71
+ ```
@@ -1,6 +1,6 @@
1
1
  # ![MiniMax Coding Plan (minimaxi.com) logo](https://models.dev/logos/minimax-cn-coding-plan.svg)MiniMax Coding Plan (minimaxi.com)
2
2
 
3
- Access 3 MiniMax Coding Plan (minimaxi.com) models through Mastra's model router. Authentication is handled automatically using the `MINIMAX_API_KEY` environment variable.
3
+ Access 4 MiniMax Coding Plan (minimaxi.com) models through Mastra's model router. Authentication is handled automatically using the `MINIMAX_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [MiniMax Coding Plan (minimaxi.com) documentation](https://platform.minimaxi.com/docs/coding-plan/intro).
6
6
 
@@ -32,11 +32,12 @@ for await (const chunk of stream) {
32
32
 
33
33
  ## Models
34
34
 
35
- | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
36
- | ------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
- | `minimax-cn-coding-plan/MiniMax-M2` | 197K | | | | | | — | — |
38
- | `minimax-cn-coding-plan/MiniMax-M2.1` | 205K | | | | | | — | — |
39
- | `minimax-cn-coding-plan/MiniMax-M2.5` | 205K | | | | | | — | — |
35
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
36
+ | ----------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
+ | `minimax-cn-coding-plan/MiniMax-M2` | 197K | | | | | | — | — |
38
+ | `minimax-cn-coding-plan/MiniMax-M2.1` | 205K | | | | | | — | — |
39
+ | `minimax-cn-coding-plan/MiniMax-M2.5` | 205K | | | | | | — | — |
40
+ | `minimax-cn-coding-plan/MiniMax-M2.5-highspeed` | 205K | | | | | | — | — |
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
- ? "minimax-cn-coding-plan/MiniMax-M2.5"
70
+ ? "minimax-cn-coding-plan/MiniMax-M2.5-highspeed"
70
71
  : "minimax-cn-coding-plan/MiniMax-M2";
71
72
  }
72
73
  });
@@ -1,6 +1,6 @@
1
1
  # ![MiniMax (minimaxi.com) logo](https://models.dev/logos/minimax-cn.svg)MiniMax (minimaxi.com)
2
2
 
3
- Access 3 MiniMax (minimaxi.com) models through Mastra's model router. Authentication is handled automatically using the `MINIMAX_API_KEY` environment variable.
3
+ Access 4 MiniMax (minimaxi.com) models through Mastra's model router. Authentication is handled automatically using the `MINIMAX_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [MiniMax (minimaxi.com) documentation](https://platform.minimaxi.com/docs/guides/quickstart).
6
6
 
@@ -32,11 +32,12 @@ for await (const chunk of stream) {
32
32
 
33
33
  ## Models
34
34
 
35
- | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
36
- | ------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
- | `minimax-cn/MiniMax-M2` | 197K | | | | | | $0.30 | $1 |
38
- | `minimax-cn/MiniMax-M2.1` | 205K | | | | | | $0.30 | $1 |
39
- | `minimax-cn/MiniMax-M2.5` | 205K | | | | | | $0.30 | $1 |
35
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
36
+ | ----------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
+ | `minimax-cn/MiniMax-M2` | 197K | | | | | | $0.30 | $1 |
38
+ | `minimax-cn/MiniMax-M2.1` | 205K | | | | | | $0.30 | $1 |
39
+ | `minimax-cn/MiniMax-M2.5` | 205K | | | | | | $0.30 | $1 |
40
+ | `minimax-cn/MiniMax-M2.5-highspeed` | 205K | | | | | | $0.60 | $2 |
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
- ? "minimax-cn/MiniMax-M2.5"
70
+ ? "minimax-cn/MiniMax-M2.5-highspeed"
70
71
  : "minimax-cn/MiniMax-M2";
71
72
  }
72
73
  });
@@ -1,6 +1,6 @@
1
1
  # ![MiniMax Coding Plan (minimax.io) logo](https://models.dev/logos/minimax-coding-plan.svg)MiniMax Coding Plan (minimax.io)
2
2
 
3
- Access 3 MiniMax Coding Plan (minimax.io) models through Mastra's model router. Authentication is handled automatically using the `MINIMAX_API_KEY` environment variable.
3
+ Access 4 MiniMax Coding Plan (minimax.io) models through Mastra's model router. Authentication is handled automatically using the `MINIMAX_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [MiniMax Coding Plan (minimax.io) documentation](https://platform.minimax.io/docs/coding-plan/intro).
6
6
 
@@ -32,11 +32,12 @@ for await (const chunk of stream) {
32
32
 
33
33
  ## Models
34
34
 
35
- | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
36
- | ---------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
- | `minimax-coding-plan/MiniMax-M2` | 197K | | | | | | — | — |
38
- | `minimax-coding-plan/MiniMax-M2.1` | 205K | | | | | | — | — |
39
- | `minimax-coding-plan/MiniMax-M2.5` | 205K | | | | | | — | — |
35
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
36
+ | -------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
+ | `minimax-coding-plan/MiniMax-M2` | 197K | | | | | | — | — |
38
+ | `minimax-coding-plan/MiniMax-M2.1` | 205K | | | | | | — | — |
39
+ | `minimax-coding-plan/MiniMax-M2.5` | 205K | | | | | | — | — |
40
+ | `minimax-coding-plan/MiniMax-M2.5-highspeed` | 205K | | | | | | — | — |
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
- ? "minimax-coding-plan/MiniMax-M2.5"
70
+ ? "minimax-coding-plan/MiniMax-M2.5-highspeed"
70
71
  : "minimax-coding-plan/MiniMax-M2";
71
72
  }
72
73
  });
@@ -1,6 +1,6 @@
1
1
  # ![MiniMax (minimax.io) logo](https://models.dev/logos/minimax.svg)MiniMax (minimax.io)
2
2
 
3
- Access 3 MiniMax (minimax.io) models through Mastra's model router. Authentication is handled automatically using the `MINIMAX_API_KEY` environment variable.
3
+ Access 4 MiniMax (minimax.io) models through Mastra's model router. Authentication is handled automatically using the `MINIMAX_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [MiniMax (minimax.io) documentation](https://platform.minimax.io/docs/guides/quickstart).
6
6
 
@@ -32,11 +32,12 @@ for await (const chunk of stream) {
32
32
 
33
33
  ## Models
34
34
 
35
- | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
36
- | ---------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
- | `minimax/MiniMax-M2` | 197K | | | | | | $0.30 | $1 |
38
- | `minimax/MiniMax-M2.1` | 205K | | | | | | $0.30 | $1 |
39
- | `minimax/MiniMax-M2.5` | 205K | | | | | | $0.30 | $1 |
35
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
36
+ | -------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
+ | `minimax/MiniMax-M2` | 197K | | | | | | $0.30 | $1 |
38
+ | `minimax/MiniMax-M2.1` | 205K | | | | | | $0.30 | $1 |
39
+ | `minimax/MiniMax-M2.5` | 205K | | | | | | $0.30 | $1 |
40
+ | `minimax/MiniMax-M2.5-highspeed` | 205K | | | | | | $0.60 | $2 |
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
- ? "minimax/MiniMax-M2.5"
70
+ ? "minimax/MiniMax-M2.5-highspeed"
70
71
  : "minimax/MiniMax-M2";
71
72
  }
72
73
  });
@@ -1,6 +1,6 @@
1
1
  # ![NanoGPT logo](https://models.dev/logos/nano-gpt.svg)NanoGPT
2
2
 
3
- Access 29 NanoGPT models through Mastra's model router. Authentication is handled automatically using the `NANO_GPT_API_KEY` environment variable.
3
+ Access 33 NanoGPT models through Mastra's model router. Authentication is handled automatically using the `NANO_GPT_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [NanoGPT documentation](https://docs.nano-gpt.com).
6
6
 
@@ -53,6 +53,10 @@ for await (const chunk of stream) {
53
53
  | `nano-gpt/openai/gpt-oss-120b` | 128K | | | | | | $1 | $2 |
54
54
  | `nano-gpt/qwen/qwen3-235b-a22b-thinking-2507` | 262K | | | | | | $1 | $2 |
55
55
  | `nano-gpt/qwen/qwen3-coder` | 106K | | | | | | $1 | $2 |
56
+ | `nano-gpt/qwen/qwen3.5-397b-a17b` | 258K | | | | | | $0.60 | $4 |
57
+ | `nano-gpt/qwen/qwen3.5-397b-a17b-thinking` | 258K | | | | | | $0.60 | $4 |
58
+ | `nano-gpt/qwen/qwen3.5-plus` | 984K | | | | | | $0.40 | $2 |
59
+ | `nano-gpt/qwen/qwen3.5-plus-thinking` | 984K | | | | | | $0.40 | $2 |
56
60
  | `nano-gpt/zai-org/glm-4.5-air` | 128K | | | | | | $1 | $2 |
57
61
  | `nano-gpt/zai-org/glm-4.5-air:thinking` | 128K | | | | | | $1 | $2 |
58
62
  | `nano-gpt/zai-org/glm-4.6` | 200K | | | | | | $1 | $2 |