@mastra/mcp-docs-server 1.2.3-alpha.1 → 1.2.3-alpha.11

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 (33) hide show
  1. package/.docs/docs/agents/agent-approval.md +38 -0
  2. package/.docs/docs/agents/heartbeats.md +211 -0
  3. package/.docs/docs/agents/signals.md +25 -1
  4. package/.docs/docs/observability/metrics/overview.md +2 -2
  5. package/.docs/models/gateways/openrouter.md +1 -2
  6. package/.docs/models/gateways/vercel.md +2 -1
  7. package/.docs/models/index.md +1 -1
  8. package/.docs/models/providers/anthropic.md +4 -5
  9. package/.docs/models/providers/chutes.md +17 -43
  10. package/.docs/models/providers/deepinfra.md +3 -2
  11. package/.docs/models/providers/friendli.md +1 -3
  12. package/.docs/models/providers/gmicloud.md +18 -15
  13. package/.docs/models/providers/huggingface.md +2 -1
  14. package/.docs/models/providers/inceptron.md +10 -8
  15. package/.docs/models/providers/llmgateway.md +3 -6
  16. package/.docs/models/providers/neuralwatt.md +9 -5
  17. package/.docs/models/providers/novita-ai.md +1 -1
  18. package/.docs/models/providers/nvidia.md +2 -1
  19. package/.docs/models/providers/siliconflow-cn.md +50 -78
  20. package/.docs/models/providers/siliconflow.md +52 -73
  21. package/.docs/models/providers/stepfun.md +1 -1
  22. package/.docs/models/providers/subconscious.md +71 -0
  23. package/.docs/models/providers/synthetic.md +8 -6
  24. package/.docs/models/providers/xiaomi.md +2 -2
  25. package/.docs/models/providers.md +1 -0
  26. package/.docs/reference/agents/listSuspendedRuns.md +91 -0
  27. package/.docs/reference/client-js/agents.md +21 -0
  28. package/.docs/reference/index.md +2 -0
  29. package/.docs/reference/observability/metrics/automatic-metrics.md +2 -2
  30. package/.docs/reference/pubsub/lease-provider.md +131 -0
  31. package/.docs/reference/pubsub/redis-streams.md +10 -2
  32. package/CHANGELOG.md +35 -0
  33. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
1
  # ![Inceptron logo](https://models.dev/logos/inceptron.svg)Inceptron
2
2
 
3
- Access 4 Inceptron models through Mastra's model router. Authentication is handled automatically using the `INCEPTRON_API_KEY` environment variable.
3
+ Access 6 Inceptron models through Mastra's model router. Authentication is handled automatically using the `INCEPTRON_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [Inceptron documentation](https://docs.inceptron.io).
6
6
 
@@ -32,12 +32,14 @@ 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
- | `inceptron/MiniMaxAI/MiniMax-M2.5` | 197K | | | | | | $0.24 | $0.90 |
38
- | `inceptron/moonshotai/Kimi-K2.6` | 262K | | | | | | $0.78 | $4 |
39
- | `inceptron/nvidia/llama-3.3-70b-instruct-fp8` | 131K | | | | | | $0.12 | $0.38 |
40
- | `inceptron/zai-org/GLM-5.1-FP8` | 203K | | | | | | $1 | $4 |
35
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
36
+ | ------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
+ | `inceptron/MiniMaxAI/MiniMax-M2.5` | 197K | | | | | | $0.15 | $0.90 |
38
+ | `inceptron/moonshotai/Kimi-K2.6` | 262K | | | | | | $0.66 | $4 |
39
+ | `inceptron/moonshotai/Kimi-K2.6-Fast` | 262K | | | | | | $1 | $7 |
40
+ | `inceptron/moonshotai/Kimi-K2.7-Code` | 262K | | | | | | $0.75 | $4 |
41
+ | `inceptron/zai-org/GLM-5.1-FP8` | 203K | | | | | | $1 | $4 |
42
+ | `inceptron/zai-org/GLM-5.2` | 1.0M | | | | | | $1 | $4 |
41
43
 
42
44
  ## Advanced configuration
43
45
 
@@ -67,7 +69,7 @@ const agent = new Agent({
67
69
  model: ({ requestContext }) => {
68
70
  const useAdvanced = requestContext.task === "complex";
69
71
  return useAdvanced
70
- ? "inceptron/zai-org/GLM-5.1-FP8"
72
+ ? "inceptron/zai-org/GLM-5.2"
71
73
  : "inceptron/MiniMaxAI/MiniMax-M2.5";
72
74
  }
73
75
  });
@@ -1,6 +1,6 @@
1
1
  # ![LLM Gateway logo](https://models.dev/logos/llmgateway.svg)LLM Gateway
2
2
 
3
- Access 181 LLM Gateway models through Mastra's model router. Authentication is handled automatically using the `LLMGATEWAY_API_KEY` environment variable.
3
+ Access 178 LLM Gateway models through Mastra's model router. Authentication is handled automatically using the `LLMGATEWAY_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [LLM Gateway documentation](https://llmgateway.io/docs).
6
6
 
@@ -40,6 +40,7 @@ for await (const chunk of stream) {
40
40
  | `llmgateway/claude-3-opus` | 200K | | | | | | $15 | $75 |
41
41
  | `llmgateway/claude-haiku-4-5` | 200K | | | | | | $1 | $5 |
42
42
  | `llmgateway/claude-haiku-4-5-20251001` | 200K | | | | | | $1 | $5 |
43
+ | `llmgateway/claude-haiku-4-5-free` | 200K | | | | | | — | — |
43
44
  | `llmgateway/claude-opus-4-1-20250805` | 200K | | | | | | $15 | $75 |
44
45
  | `llmgateway/claude-opus-4-5-20251101` | 200K | | | | | | $5 | $25 |
45
46
  | `llmgateway/claude-opus-4-6` | 1.0M | | | | | | $5 | $25 |
@@ -70,16 +71,13 @@ for await (const chunk of stream) {
70
71
  | `llmgateway/glm-4.5` | 131K | | | | | | $0.60 | $2 |
71
72
  | `llmgateway/glm-4.5-air` | 131K | | | | | | $0.13 | $0.85 |
72
73
  | `llmgateway/glm-4.5-airx` | 128K | | | | | | $1 | $5 |
73
- | `llmgateway/glm-4.5-flash` | 128K | | | | | | — | — |
74
74
  | `llmgateway/glm-4.5-x` | 128K | | | | | | $2 | $9 |
75
75
  | `llmgateway/glm-4.5v` | 128K | | | | | | $0.60 | $2 |
76
76
  | `llmgateway/glm-4.6` | 205K | | | | | | $0.43 | $2 |
77
77
  | `llmgateway/glm-4.6v` | 131K | | | | | | $0.30 | $0.90 |
78
- | `llmgateway/glm-4.6v-flash` | 128K | | | | | | — | — |
79
78
  | `llmgateway/glm-4.6v-flashx` | 128K | | | | | | $0.04 | $0.40 |
80
79
  | `llmgateway/glm-4.7` | 205K | | | | | | $0.38 | $2 |
81
80
  | `llmgateway/glm-4.7-flash` | 200K | | | | | | $0.06 | $0.40 |
82
- | `llmgateway/glm-4.7-flash-free` | 200K | | | | | | — | — |
83
81
  | `llmgateway/glm-4.7-flashx` | 200K | | | | | | $0.07 | $0.40 |
84
82
  | `llmgateway/glm-5` | 203K | | | | | | $0.72 | $2 |
85
83
  | `llmgateway/glm-5.1` | 205K | | | | | | $0.93 | $3 |
@@ -127,9 +125,8 @@ for await (const chunk of stream) {
127
125
  | `llmgateway/grok-build-0-1` | 256K | | | | | | $1 | $2 |
128
126
  | `llmgateway/kimi-k2` | 256K | | | | | | $0.57 | $2 |
129
127
  | `llmgateway/kimi-k2-thinking` | 262K | | | | | | $0.57 | $2 |
130
- | `llmgateway/kimi-k2-thinking-turbo` | 262K | | | | | | $1 | $8 |
131
128
  | `llmgateway/kimi-k2.5` | 262K | | | | | | $0.41 | $2 |
132
- | `llmgateway/kimi-k2.6` | 262K | | | | | | $0.50 | $3 |
129
+ | `llmgateway/kimi-k2.6` | 262K | | | | | | $0.40 | $2 |
133
130
  | `llmgateway/kimi-k2.7-code` | 262K | | | | | | $0.95 | $4 |
134
131
  | `llmgateway/kimi-k2.7-code-highspeed` | 262K | | | | | | $2 | $8 |
135
132
  | `llmgateway/llama-3-70b-instruct` | 8K | | | | | | $0.51 | $0.74 |
@@ -1,6 +1,6 @@
1
1
  # ![Neuralwatt logo](https://models.dev/logos/neuralwatt.svg)Neuralwatt
2
2
 
3
- Access 14 Neuralwatt models through Mastra's model router. Authentication is handled automatically using the `NEURALWATT_API_KEY` environment variable.
3
+ Access 18 Neuralwatt models through Mastra's model router. Authentication is handled automatically using the `NEURALWATT_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [Neuralwatt documentation](https://portal.neuralwatt.com/docs).
6
6
 
@@ -34,12 +34,17 @@ for await (const chunk of stream) {
34
34
 
35
35
  | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
36
36
  | --------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
- | `neuralwatt/glm-5-fast` | 203K | | | | | | $1 | $4 |
38
- | `neuralwatt/glm-5.1-fast` | 203K | | | | | | $1 | $4 |
39
37
  | `neuralwatt/glm-5.2` | 1.0M | | | | | | $1 | $5 |
38
+ | `neuralwatt/glm-5.2-fast` | 1.0M | | | | | | $1 | $5 |
39
+ | `neuralwatt/glm-5.2-flex` | 1.0M | | | | | | $0.72 | $2 |
40
40
  | `neuralwatt/glm-5.2-short` | 200K | | | | | | $1 | $5 |
41
+ | `neuralwatt/glm-5.2-short-fast` | 200K | | | | | | $1 | $5 |
42
+ | `neuralwatt/glm-5.2-short-fast-flex` | 200K | | | | | | $0.72 | $2 |
43
+ | `neuralwatt/glm-5.2-short-flex` | 200K | | | | | | $0.72 | $2 |
41
44
  | `neuralwatt/kimi-k2.5-fast` | 262K | | | | | | $0.52 | $3 |
42
45
  | `neuralwatt/kimi-k2.6-fast` | 262K | | | | | | $0.69 | $3 |
46
+ | `neuralwatt/kimi-k2.6-flex` | 262K | | | | | | $0.34 | $2 |
47
+ | `neuralwatt/kimi-k2.7-code-flex` | 262K | | | | | | $0.47 | $2 |
43
48
  | `neuralwatt/moonshotai/Kimi-K2.5` | 262K | | | | | | $0.52 | $3 |
44
49
  | `neuralwatt/moonshotai/Kimi-K2.6` | 262K | | | | | | $0.69 | $3 |
45
50
  | `neuralwatt/moonshotai/Kimi-K2.7-Code` | 262K | | | | | | $0.95 | $4 |
@@ -47,7 +52,6 @@ for await (const chunk of stream) {
47
52
  | `neuralwatt/Qwen/Qwen3.6-35B-A3B` | 131K | | | | | | $0.29 | $1 |
48
53
  | `neuralwatt/qwen3.5-397b-fast` | 262K | | | | | | $0.69 | $4 |
49
54
  | `neuralwatt/qwen3.6-35b-fast` | 131K | | | | | | $0.29 | $1 |
50
- | `neuralwatt/zai-org/GLM-5.1-FP8` | 203K | | | | | | $1 | $4 |
51
55
 
52
56
  ## Advanced configuration
53
57
 
@@ -77,7 +81,7 @@ const agent = new Agent({
77
81
  model: ({ requestContext }) => {
78
82
  const useAdvanced = requestContext.task === "complex";
79
83
  return useAdvanced
80
- ? "neuralwatt/zai-org/GLM-5.1-FP8"
84
+ ? "neuralwatt/qwen3.6-35b-fast"
81
85
  : "neuralwatt/Qwen/Qwen3.5-397B-A17B-FP8";
82
86
  }
83
87
  });
@@ -63,7 +63,7 @@ for await (const chunk of stream) {
63
63
  | `novita-ai/google/gemma-4-26b-a4b-it` | 262K | | | | | | $0.13 | $0.40 |
64
64
  | `novita-ai/google/gemma-4-31b-it` | 262K | | | | | | $0.14 | $0.40 |
65
65
  | `novita-ai/gryphe/mythomax-l2-13b` | 4K | | | | | | $0.09 | $0.09 |
66
- | `novita-ai/inclusionai/ling-2.6-1t` | 262K | | | | | | | |
66
+ | `novita-ai/inclusionai/ling-2.6-1t` | 262K | | | | | | $0.30 | $3 |
67
67
  | `novita-ai/inclusionai/ling-2.6-flash` | 262K | | | | | | $0.10 | $0.30 |
68
68
  | `novita-ai/inclusionai/ring-2.6-1t` | 262K | | | | | | $0.30 | $3 |
69
69
  | `novita-ai/kwaipilot/kat-coder-pro` | 256K | | | | | | $0.30 | $1 |
@@ -1,6 +1,6 @@
1
1
  # ![Nvidia logo](https://models.dev/logos/nvidia.svg)Nvidia
2
2
 
3
- Access 83 Nvidia models through Mastra's model router. Authentication is handled automatically using the `NVIDIA_API_KEY` environment variable.
3
+ Access 84 Nvidia models through Mastra's model router. Authentication is handled automatically using the `NVIDIA_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [Nvidia documentation](https://docs.api.nvidia.com/nim/).
6
6
 
@@ -62,6 +62,7 @@ for await (const chunk of stream) {
62
62
  | `nvidia/microsoft/phi-4-mini-instruct` | 131K | | | | | | — | — |
63
63
  | `nvidia/microsoft/phi-4-multimodal-instruct` | 128K | | | | | | — | — |
64
64
  | `nvidia/minimaxai/minimax-m2.7` | 205K | | | | | | — | — |
65
+ | `nvidia/minimaxai/minimax-m3` | 1.0M | | | | | | — | — |
65
66
  | `nvidia/mistralai/magistral-small-2506` | 33K | | | | | | — | — |
66
67
  | `nvidia/mistralai/mistral-7b-instruct-v03` | 66K | | | | | | — | — |
67
68
  | `nvidia/mistralai/mistral-large-3-675b-instruct-2512` | 262K | | | | | | — | — |
@@ -1,6 +1,6 @@
1
1
  # ![SiliconFlow (China) logo](https://models.dev/logos/siliconflow-cn.svg)SiliconFlow (China)
2
2
 
3
- Access 75 SiliconFlow (China) models through Mastra's model router. Authentication is handled automatically using the `SILICONFLOW_CN_API_KEY` environment variable.
3
+ Access 47 SiliconFlow (China) models through Mastra's model router. Authentication is handled automatically using the `SILICONFLOW_CN_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [SiliconFlow (China) documentation](https://cloud.siliconflow.com/models).
6
6
 
@@ -32,83 +32,55 @@ 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
- | `siliconflow-cn/baidu/ERNIE-4.5-300B-A47B` | 131K | | | | | | $0.28 | $1 |
38
- | `siliconflow-cn/ByteDance-Seed/Seed-OSS-36B-Instruct` | 262K | | | | | | $0.21 | $0.57 |
39
- | `siliconflow-cn/deepseek-ai/DeepSeek-OCR` | 8K | | | | | | — | — |
40
- | `siliconflow-cn/deepseek-ai/DeepSeek-R1` | 164K | | | | | | $0.50 | $2 |
41
- | `siliconflow-cn/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B` | 131K | | | | | | $0.10 | $0.10 |
42
- | `siliconflow-cn/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B` | 131K | | | | | | $0.18 | $0.18 |
43
- | `siliconflow-cn/deepseek-ai/DeepSeek-V3` | 164K | | | | | | $0.25 | $1 |
44
- | `siliconflow-cn/deepseek-ai/DeepSeek-V3.1-Terminus` | 164K | | | | | | $0.27 | $1 |
45
- | `siliconflow-cn/deepseek-ai/DeepSeek-V3.2` | 164K | | | | | | $0.27 | $0.42 |
46
- | `siliconflow-cn/deepseek-ai/DeepSeek-V4-Flash` | 1.0M | | | | | | $0.14 | $0.28 |
47
- | `siliconflow-cn/deepseek-ai/DeepSeek-V4-Pro` | 1.0M | | | | | | $2 | $3 |
48
- | `siliconflow-cn/deepseek-ai/deepseek-vl2` | 4K | | | | | | $0.15 | $0.15 |
49
- | `siliconflow-cn/inclusionAI/Ling-flash-2.0` | 131K | | | | | | $0.14 | $0.57 |
50
- | `siliconflow-cn/Kwaipilot/KAT-Dev` | 128K | | | | | | $0.20 | $0.60 |
51
- | `siliconflow-cn/moonshotai/Kimi-K2-Instruct-0905` | 262K | | | | | | $0.40 | $2 |
52
- | `siliconflow-cn/moonshotai/Kimi-K2-Thinking` | 262K | | | | | | $0.55 | $3 |
53
- | `siliconflow-cn/PaddlePaddle/PaddleOCR-VL-1.5` | 16K | | | | | | | |
54
- | `siliconflow-cn/Pro/deepseek-ai/DeepSeek-R1` | 164K | | | | | | $0.50 | $2 |
55
- | `siliconflow-cn/Pro/deepseek-ai/DeepSeek-V3` | 164K | | | | | | $0.25 | $1 |
56
- | `siliconflow-cn/Pro/deepseek-ai/DeepSeek-V3.1-Terminus` | 164K | | | | | | $0.27 | $1 |
57
- | `siliconflow-cn/Pro/deepseek-ai/DeepSeek-V3.2` | 164K | | | | | | $0.27 | $0.42 |
58
- | `siliconflow-cn/Pro/MiniMaxAI/MiniMax-M2.1` | 197K | | | | | | $0.30 | $1 |
59
- | `siliconflow-cn/Pro/MiniMaxAI/MiniMax-M2.5` | 192K | | | | | | $0.30 | $1 |
60
- | `siliconflow-cn/Pro/moonshotai/Kimi-K2-Instruct-0905` | 262K | | | | | | $0.40 | $2 |
61
- | `siliconflow-cn/Pro/moonshotai/Kimi-K2-Thinking` | 262K | | | | | | $0.55 | $3 |
62
- | `siliconflow-cn/Pro/moonshotai/Kimi-K2.5` | 262K | | | | | | $0.45 | $2 |
63
- | `siliconflow-cn/Pro/moonshotai/Kimi-K2.6` | 262K | | | | | | $0.95 | $4 |
64
- | `siliconflow-cn/Pro/zai-org/GLM-4.7` | 205K | | | | | | $0.60 | $2 |
65
- | `siliconflow-cn/Pro/zai-org/GLM-5` | 205K | | | | | | $1 | $3 |
66
- | `siliconflow-cn/Pro/zai-org/GLM-5.1` | 205K | | | | | | $1 | $4 |
67
- | `siliconflow-cn/Qwen/Qwen2.5-14B-Instruct` | 33K | | | | | | $0.10 | $0.10 |
68
- | `siliconflow-cn/Qwen/Qwen2.5-32B-Instruct` | 33K | | | | | | $0.18 | $0.18 |
69
- | `siliconflow-cn/Qwen/Qwen2.5-72B-Instruct` | 33K | | | | | | $0.59 | $0.59 |
70
- | `siliconflow-cn/Qwen/Qwen2.5-72B-Instruct-128K` | 131K | | | | | | $0.59 | $0.59 |
71
- | `siliconflow-cn/Qwen/Qwen2.5-7B-Instruct` | 33K | | | | | | $0.05 | $0.05 |
72
- | `siliconflow-cn/Qwen/Qwen2.5-Coder-32B-Instruct` | 33K | | | | | | $0.18 | $0.18 |
73
- | `siliconflow-cn/Qwen/Qwen2.5-VL-32B-Instruct` | 131K | | | | | | $0.27 | $0.27 |
74
- | `siliconflow-cn/Qwen/Qwen2.5-VL-72B-Instruct` | 131K | | | | | | $0.59 | $0.59 |
75
- | `siliconflow-cn/Qwen/Qwen3-14B` | 131K | | | | | | $0.07 | $0.28 |
76
- | `siliconflow-cn/Qwen/Qwen3-235B-A22B-Instruct-2507` | 262K | | | | | | $0.09 | $0.60 |
77
- | `siliconflow-cn/Qwen/Qwen3-235B-A22B-Thinking-2507` | 262K | | | | | | $0.13 | $0.60 |
78
- | `siliconflow-cn/Qwen/Qwen3-30B-A3B-Instruct-2507` | 262K | | | | | | $0.09 | $0.30 |
79
- | `siliconflow-cn/Qwen/Qwen3-30B-A3B-Thinking-2507` | 262K | | | | | | $0.09 | $0.30 |
80
- | `siliconflow-cn/Qwen/Qwen3-32B` | 131K | | | | | | $0.14 | $0.57 |
81
- | `siliconflow-cn/Qwen/Qwen3-8B` | 131K | | | | | | $0.06 | $0.06 |
82
- | `siliconflow-cn/Qwen/Qwen3-Coder-30B-A3B-Instruct` | 262K | | | | | | $0.07 | $0.28 |
83
- | `siliconflow-cn/Qwen/Qwen3-Coder-480B-A35B-Instruct` | 262K | | | | | | $0.25 | $1 |
84
- | `siliconflow-cn/Qwen/Qwen3-Next-80B-A3B-Instruct` | 262K | | | | | | $0.14 | $1 |
85
- | `siliconflow-cn/Qwen/Qwen3-Next-80B-A3B-Thinking` | 262K | | | | | | $0.14 | $0.57 |
86
- | `siliconflow-cn/Qwen/Qwen3-Omni-30B-A3B-Captioner` | 66K | | | | | | $0.10 | $0.40 |
87
- | `siliconflow-cn/Qwen/Qwen3-Omni-30B-A3B-Instruct` | 66K | | | | | | $0.10 | $0.40 |
88
- | `siliconflow-cn/Qwen/Qwen3-Omni-30B-A3B-Thinking` | 66K | | | | | | $0.10 | $0.40 |
89
- | `siliconflow-cn/Qwen/Qwen3-VL-235B-A22B-Instruct` | 262K | | | | | | $0.30 | $2 |
90
- | `siliconflow-cn/Qwen/Qwen3-VL-235B-A22B-Thinking` | 262K | | | | | | $0.45 | $4 |
91
- | `siliconflow-cn/Qwen/Qwen3-VL-30B-A3B-Instruct` | 262K | | | | | | $0.29 | $1 |
92
- | `siliconflow-cn/Qwen/Qwen3-VL-30B-A3B-Thinking` | 262K | | | | | | $0.29 | $1 |
93
- | `siliconflow-cn/Qwen/Qwen3-VL-32B-Instruct` | 262K | | | | | | $0.20 | $0.60 |
94
- | `siliconflow-cn/Qwen/Qwen3-VL-32B-Thinking` | 262K | | | | | | $0.20 | $2 |
95
- | `siliconflow-cn/Qwen/Qwen3-VL-8B-Instruct` | 262K | | | | | | $0.18 | $0.68 |
96
- | `siliconflow-cn/Qwen/Qwen3-VL-8B-Thinking` | 262K | | | | | | $0.18 | $2 |
97
- | `siliconflow-cn/Qwen/Qwen3.5-122B-A10B` | 262K | | | | | | $0.29 | $2 |
98
- | `siliconflow-cn/Qwen/Qwen3.5-27B` | 262K | | | | | | $0.26 | $2 |
99
- | `siliconflow-cn/Qwen/Qwen3.5-35B-A3B` | 262K | | | | | | $0.23 | $2 |
100
- | `siliconflow-cn/Qwen/Qwen3.5-397B-A17B` | 262K | | | | | | $0.29 | $2 |
101
- | `siliconflow-cn/Qwen/Qwen3.5-4B` | 262K | | | | | | — | — |
102
- | `siliconflow-cn/Qwen/Qwen3.5-9B` | 262K | | | | | | $0.22 | $2 |
103
- | `siliconflow-cn/Qwen/Qwen3.6-35B-A3B` | 262K | | | | | | $0.23 | $2 |
104
- | `siliconflow-cn/Qwen/QwQ-32B` | 131K | | | | | | $0.15 | $0.58 |
105
- | `siliconflow-cn/stepfun-ai/Step-3.5-Flash` | 262K | | | | | | $0.10 | $0.30 |
106
- | `siliconflow-cn/tencent/Hunyuan-A13B-Instruct` | 131K | | | | | | $0.14 | $0.57 |
107
- | `siliconflow-cn/zai-org/GLM-4.5-Air` | 131K | | | | | | $0.14 | $0.86 |
108
- | `siliconflow-cn/zai-org/GLM-4.5V` | 66K | | | | | | $0.14 | $0.86 |
109
- | `siliconflow-cn/zai-org/GLM-4.6` | 205K | | | | | | $0.50 | $2 |
110
- | `siliconflow-cn/zai-org/GLM-4.6V` | 131K | | | | | | $0.30 | $0.90 |
111
- | `siliconflow-cn/zai-org/GLM-5.2` | 205K | | | | | | $1 | $4 |
35
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
36
+ | ------------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
+ | `siliconflow-cn/baidu/ERNIE-4.5-300B-A47B` | 131K | | | | | | $0.28 | $1 |
38
+ | `siliconflow-cn/ByteDance-Seed/Seed-OSS-36B-Instruct` | 262K | | | | | | $0.21 | $0.57 |
39
+ | `siliconflow-cn/deepseek-ai/DeepSeek-OCR` | 8K | | | | | | — | — |
40
+ | `siliconflow-cn/deepseek-ai/DeepSeek-R1` | 164K | | | | | | $0.50 | $2 |
41
+ | `siliconflow-cn/deepseek-ai/DeepSeek-V3` | 164K | | | | | | $0.25 | $1 |
42
+ | `siliconflow-cn/deepseek-ai/DeepSeek-V3.1-Terminus` | 164K | | | | | | $0.27 | $1 |
43
+ | `siliconflow-cn/deepseek-ai/DeepSeek-V3.2` | 164K | | | | | | $0.27 | $0.42 |
44
+ | `siliconflow-cn/deepseek-ai/DeepSeek-V4-Flash` | 1.0M | | | | | | $0.14 | $0.28 |
45
+ | `siliconflow-cn/deepseek-ai/DeepSeek-V4-Pro` | 1.0M | | | | | | $2 | $3 |
46
+ | `siliconflow-cn/inclusionAI/Ling-flash-2.0` | 131K | | | | | | $0.14 | $0.57 |
47
+ | `siliconflow-cn/PaddlePaddle/PaddleOCR-VL-1.5` | 16K | | | | | | | |
48
+ | `siliconflow-cn/Pro/deepseek-ai/DeepSeek-R1` | 164K | | | | | | $0.50 | $2 |
49
+ | `siliconflow-cn/Pro/deepseek-ai/DeepSeek-V3` | 164K | | | | | | $0.25 | $1 |
50
+ | `siliconflow-cn/Pro/deepseek-ai/DeepSeek-V3.1-Terminus` | 164K | | | | | | $0.27 | $1 |
51
+ | `siliconflow-cn/Pro/deepseek-ai/DeepSeek-V3.2` | 164K | | | | | | $0.27 | $0.42 |
52
+ | `siliconflow-cn/Pro/MiniMaxAI/MiniMax-M2.5` | 192K | | | | | | $0.30 | $1 |
53
+ | `siliconflow-cn/Pro/moonshotai/Kimi-K2.5` | 262K | | | | | | $0.45 | $2 |
54
+ | `siliconflow-cn/Pro/moonshotai/Kimi-K2.6` | 262K | | | | | | $0.95 | $4 |
55
+ | `siliconflow-cn/Pro/zai-org/GLM-5` | 205K | | | | | | $1 | $3 |
56
+ | `siliconflow-cn/Pro/zai-org/GLM-5.1` | 205K | | | | | | $1 | $4 |
57
+ | `siliconflow-cn/Qwen/Qwen2.5-72B-Instruct` | 33K | | | | | | $0.59 | $0.59 |
58
+ | `siliconflow-cn/Qwen/Qwen2.5-7B-Instruct` | 33K | | | | | | $0.05 | $0.05 |
59
+ | `siliconflow-cn/Qwen/Qwen3-14B` | 131K | | | | | | $0.07 | $0.28 |
60
+ | `siliconflow-cn/Qwen/Qwen3-235B-A22B-Thinking-2507` | 262K | | | | | | $0.13 | $0.60 |
61
+ | `siliconflow-cn/Qwen/Qwen3-30B-A3B-Instruct-2507` | 262K | | | | | | $0.09 | $0.30 |
62
+ | `siliconflow-cn/Qwen/Qwen3-32B` | 131K | | | | | | $0.14 | $0.57 |
63
+ | `siliconflow-cn/Qwen/Qwen3-8B` | 131K | | | | | | $0.06 | $0.06 |
64
+ | `siliconflow-cn/Qwen/Qwen3-Coder-30B-A3B-Instruct` | 262K | | | | | | $0.07 | $0.28 |
65
+ | `siliconflow-cn/Qwen/Qwen3-Coder-480B-A35B-Instruct` | 262K | | | | | | $0.25 | $1 |
66
+ | `siliconflow-cn/Qwen/Qwen3-VL-235B-A22B-Instruct` | 262K | | | | | | $0.30 | $2 |
67
+ | `siliconflow-cn/Qwen/Qwen3-VL-235B-A22B-Thinking` | 262K | | | | | | $0.45 | $4 |
68
+ | `siliconflow-cn/Qwen/Qwen3-VL-30B-A3B-Instruct` | 262K | | | | | | $0.29 | $1 |
69
+ | `siliconflow-cn/Qwen/Qwen3-VL-30B-A3B-Thinking` | 262K | | | | | | $0.29 | $1 |
70
+ | `siliconflow-cn/Qwen/Qwen3-VL-32B-Instruct` | 262K | | | | | | $0.20 | $0.60 |
71
+ | `siliconflow-cn/Qwen/Qwen3-VL-32B-Thinking` | 262K | | | | | | $0.20 | $2 |
72
+ | `siliconflow-cn/Qwen/Qwen3-VL-8B-Instruct` | 262K | | | | | | $0.18 | $0.68 |
73
+ | `siliconflow-cn/Qwen/Qwen3.5-122B-A10B` | 262K | | | | | | $0.29 | $2 |
74
+ | `siliconflow-cn/Qwen/Qwen3.5-27B` | 262K | | | | | | $0.26 | $2 |
75
+ | `siliconflow-cn/Qwen/Qwen3.5-35B-A3B` | 262K | | | | | | $0.23 | $2 |
76
+ | `siliconflow-cn/Qwen/Qwen3.5-397B-A17B` | 262K | | | | | | $0.29 | $2 |
77
+ | `siliconflow-cn/Qwen/Qwen3.5-4B` | 262K | | | | | | | |
78
+ | `siliconflow-cn/Qwen/Qwen3.5-9B` | 262K | | | | | | $0.22 | $2 |
79
+ | `siliconflow-cn/Qwen/Qwen3.6-35B-A3B` | 262K | | | | | | $0.23 | $2 |
80
+ | `siliconflow-cn/stepfun-ai/Step-3.5-Flash` | 262K | | | | | | $0.10 | $0.30 |
81
+ | `siliconflow-cn/tencent/Hunyuan-A13B-Instruct` | 131K | | | | | | $0.14 | $0.57 |
82
+ | `siliconflow-cn/zai-org/GLM-4.5-Air` | 131K | | | | | | $0.14 | $0.86 |
83
+ | `siliconflow-cn/zai-org/GLM-5.2` | 1.0M | | | | | | $1 | $4 |
112
84
 
113
85
  ## Advanced configuration
114
86
 
@@ -1,6 +1,6 @@
1
1
  # ![SiliconFlow logo](https://models.dev/logos/siliconflow.svg)SiliconFlow
2
2
 
3
- Access 70 SiliconFlow models through Mastra's model router. Authentication is handled automatically using the `SILICONFLOW_API_KEY` environment variable.
3
+ Access 49 SiliconFlow models through Mastra's model router. Authentication is handled automatically using the `SILICONFLOW_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [SiliconFlow documentation](https://cloud.siliconflow.com/models).
6
6
 
@@ -32,78 +32,57 @@ 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
- | `siliconflow/baidu/ERNIE-4.5-300B-A47B` | 131K | | | | | | $0.28 | $1 |
38
- | `siliconflow/ByteDance-Seed/Seed-OSS-36B-Instruct` | 262K | | | | | | $0.21 | $0.57 |
39
- | `siliconflow/deepseek-ai/DeepSeek-R1` | 164K | | | | | | $0.50 | $2 |
40
- | `siliconflow/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B` | 131K | | | | | | $0.10 | $0.10 |
41
- | `siliconflow/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B` | 131K | | | | | | $0.18 | $0.18 |
42
- | `siliconflow/deepseek-ai/DeepSeek-V3` | 164K | | | | | | $0.25 | $1 |
43
- | `siliconflow/deepseek-ai/DeepSeek-V3.1` | 164K | | | | | | $0.27 | $1 |
44
- | `siliconflow/deepseek-ai/DeepSeek-V3.1-Terminus` | 164K | | | | | | $0.27 | $1 |
45
- | `siliconflow/deepseek-ai/DeepSeek-V3.2` | 164K | | | | | | $0.27 | $0.42 |
46
- | `siliconflow/deepseek-ai/DeepSeek-V3.2-Exp` | 164K | | | | | | $0.27 | $0.41 |
47
- | `siliconflow/deepseek-ai/deepseek-v4-flash` | 1.0M | | | | | | $0.14 | $0.28 |
48
- | `siliconflow/deepseek-ai/deepseek-v4-pro` | 1.0M | | | | | | $2 | $3 |
49
- | `siliconflow/deepseek-ai/deepseek-vl2` | 4K | | | | | | $0.15 | $0.15 |
50
- | `siliconflow/google/gemma-4-26B-A4B-it` | 262K | | | | | | $0.12 | $0.40 |
51
- | `siliconflow/google/gemma-4-31B-it` | 262K | | | | | | $0.13 | $0.40 |
52
- | `siliconflow/inclusionAI/Ling-flash-2.0` | 131K | | | | | | $0.14 | $0.57 |
53
- | `siliconflow/MiniMaxAI/MiniMax-M2.5` | 197K | | | | | | $0.30 | $1 |
54
- | `siliconflow/moonshotai/Kimi-K2-Instruct` | 131K | | | | | | $0.58 | $2 |
55
- | `siliconflow/moonshotai/Kimi-K2-Instruct-0905` | 262K | | | | | | $0.40 | $2 |
56
- | `siliconflow/moonshotai/Kimi-K2-Thinking` | 262K | | | | | | $0.55 | $3 |
57
- | `siliconflow/moonshotai/Kimi-K2.5` | 262K | | | | | | $0.45 | $2 |
58
- | `siliconflow/moonshotai/Kimi-K2.6` | 262K | | | | | | $0.77 | $4 |
59
- | `siliconflow/openai/gpt-oss-120b` | 131K | | | | | | $0.05 | $0.45 |
60
- | `siliconflow/openai/gpt-oss-20b` | 131K | | | | | | $0.04 | $0.18 |
61
- | `siliconflow/Qwen/Qwen2.5-14B-Instruct` | 33K | | | | | | $0.10 | $0.10 |
62
- | `siliconflow/Qwen/Qwen2.5-32B-Instruct` | 33K | | | | | | $0.18 | $0.18 |
63
- | `siliconflow/Qwen/Qwen2.5-72B-Instruct` | 33K | | | | | | $0.59 | $0.59 |
64
- | `siliconflow/Qwen/Qwen2.5-72B-Instruct-128K` | 131K | | | | | | $0.59 | $0.59 |
65
- | `siliconflow/Qwen/Qwen2.5-7B-Instruct` | 33K | | | | | | $0.05 | $0.05 |
66
- | `siliconflow/Qwen/Qwen2.5-Coder-32B-Instruct` | 33K | | | | | | $0.18 | $0.18 |
67
- | `siliconflow/Qwen/Qwen2.5-VL-32B-Instruct` | 131K | | | | | | $0.27 | $0.27 |
68
- | `siliconflow/Qwen/Qwen2.5-VL-72B-Instruct` | 131K | | | | | | $0.59 | $0.59 |
69
- | `siliconflow/Qwen/Qwen2.5-VL-7B-Instruct` | 33K | | | | | | $0.05 | $0.05 |
70
- | `siliconflow/Qwen/Qwen3-14B` | 131K | | | | | | $0.07 | $0.28 |
71
- | `siliconflow/Qwen/Qwen3-235B-A22B` | 131K | | | | | | $0.35 | $1 |
72
- | `siliconflow/Qwen/Qwen3-235B-A22B-Instruct-2507` | 262K | | | | | | $0.09 | $0.60 |
73
- | `siliconflow/Qwen/Qwen3-235B-A22B-Thinking-2507` | 262K | | | | | | $0.13 | $0.60 |
74
- | `siliconflow/Qwen/Qwen3-30B-A3B-Instruct-2507` | 262K | | | | | | $0.09 | $0.30 |
75
- | `siliconflow/Qwen/Qwen3-30B-A3B-Thinking-2507` | 262K | | | | | | $0.09 | $0.30 |
76
- | `siliconflow/Qwen/Qwen3-32B` | 131K | | | | | | $0.14 | $0.57 |
77
- | `siliconflow/Qwen/Qwen3-8B` | 131K | | | | | | $0.06 | $0.06 |
78
- | `siliconflow/Qwen/Qwen3-Coder-30B-A3B-Instruct` | 262K | | | | | | $0.07 | $0.28 |
79
- | `siliconflow/Qwen/Qwen3-Coder-480B-A35B-Instruct` | 262K | | | | | | $0.25 | $1 |
80
- | `siliconflow/Qwen/Qwen3-Next-80B-A3B-Instruct` | 262K | | | | | | $0.14 | $1 |
81
- | `siliconflow/Qwen/Qwen3-Next-80B-A3B-Thinking` | 262K | | | | | | $0.14 | $0.57 |
82
- | `siliconflow/Qwen/Qwen3-Omni-30B-A3B-Captioner` | 66K | | | | | | $0.10 | $0.40 |
83
- | `siliconflow/Qwen/Qwen3-Omni-30B-A3B-Instruct` | 66K | | | | | | $0.10 | $0.40 |
84
- | `siliconflow/Qwen/Qwen3-Omni-30B-A3B-Thinking` | 66K | | | | | | $0.10 | $0.40 |
85
- | `siliconflow/Qwen/Qwen3-VL-235B-A22B-Instruct` | 262K | | | | | | $0.30 | $2 |
86
- | `siliconflow/Qwen/Qwen3-VL-235B-A22B-Thinking` | 262K | | | | | | $0.45 | $4 |
87
- | `siliconflow/Qwen/Qwen3-VL-30B-A3B-Instruct` | 262K | | | | | | $0.29 | $1 |
88
- | `siliconflow/Qwen/Qwen3-VL-30B-A3B-Thinking` | 262K | | | | | | $0.29 | $1 |
89
- | `siliconflow/Qwen/Qwen3-VL-32B-Instruct` | 262K | | | | | | $0.20 | $0.60 |
90
- | `siliconflow/Qwen/Qwen3-VL-32B-Thinking` | 262K | | | | | | $0.20 | $2 |
91
- | `siliconflow/Qwen/Qwen3-VL-8B-Instruct` | 262K | | | | | | $0.18 | $0.68 |
92
- | `siliconflow/Qwen/Qwen3-VL-8B-Thinking` | 262K | | | | | | $0.18 | $2 |
93
- | `siliconflow/Qwen/QwQ-32B` | 131K | | | | | | $0.15 | $0.58 |
94
- | `siliconflow/stepfun-ai/Step-3.5-Flash` | 262K | | | | | | $0.10 | $0.30 |
95
- | `siliconflow/tencent/Hunyuan-A13B-Instruct` | 131K | | | | | | $0.14 | $0.57 |
96
- | `siliconflow/tencent/Hy3-preview` | 262K | | | | | | $0.07 | $0.26 |
97
- | `siliconflow/zai-org/GLM-4.5` | 131K | | | | | | $0.40 | $2 |
98
- | `siliconflow/zai-org/GLM-4.5-Air` | 131K | | | | | | $0.14 | $0.86 |
99
- | `siliconflow/zai-org/GLM-4.5V` | 66K | | | | | | $0.14 | $0.86 |
100
- | `siliconflow/zai-org/GLM-4.6` | 205K | | | | | | $0.50 | $2 |
101
- | `siliconflow/zai-org/GLM-4.6V` | 131K | | | | | | $0.30 | $0.90 |
102
- | `siliconflow/zai-org/GLM-4.7` | 205K | | | | | | $0.60 | $2 |
103
- | `siliconflow/zai-org/GLM-5` | 205K | | | | | | $0.95 | $3 |
104
- | `siliconflow/zai-org/GLM-5.1` | 205K | | | | | | $1 | $4 |
105
- | `siliconflow/zai-org/GLM-5.2` | 205K | | | | | | $1 | $4 |
106
- | `siliconflow/zai-org/GLM-5V-Turbo` | 200K | | | | | | $1 | $4 |
35
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
36
+ | -------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
+ | `siliconflow/baidu/ERNIE-4.5-300B-A47B` | 131K | | | | | | $0.28 | $1 |
38
+ | `siliconflow/ByteDance-Seed/Seed-OSS-36B-Instruct` | 262K | | | | | | $0.21 | $0.57 |
39
+ | `siliconflow/deepseek-ai/DeepSeek-R1` | 164K | | | | | | $0.50 | $2 |
40
+ | `siliconflow/deepseek-ai/DeepSeek-V3` | 164K | | | | | | $0.25 | $1 |
41
+ | `siliconflow/deepseek-ai/DeepSeek-V3.1` | 164K | | | | | | $0.27 | $1 |
42
+ | `siliconflow/deepseek-ai/DeepSeek-V3.1-Terminus` | 164K | | | | | | $0.27 | $1 |
43
+ | `siliconflow/deepseek-ai/DeepSeek-V3.2` | 164K | | | | | | $0.27 | $0.42 |
44
+ | `siliconflow/deepseek-ai/DeepSeek-V3.2-Exp` | 164K | | | | | | $0.27 | $0.41 |
45
+ | `siliconflow/deepseek-ai/DeepSeek-V4-Flash` | 1.0M | | | | | | $0.14 | $0.28 |
46
+ | `siliconflow/deepseek-ai/DeepSeek-V4-Pro` | 1.0M | | | | | | $2 | $3 |
47
+ | `siliconflow/google/gemma-4-26B-A4B-it` | 262K | | | | | | $0.12 | $0.40 |
48
+ | `siliconflow/google/gemma-4-31B-it` | 262K | | | | | | $0.13 | $0.40 |
49
+ | `siliconflow/inclusionAI/Ling-flash-2.0` | 131K | | | | | | $0.14 | $0.57 |
50
+ | `siliconflow/MiniMaxAI/MiniMax-M2.5` | 197K | | | | | | $0.30 | $1 |
51
+ | `siliconflow/moonshotai/Kimi-K2.5` | 262K | | | | | | $0.45 | $2 |
52
+ | `siliconflow/moonshotai/Kimi-K2.6` | 262K | | | | | | $0.77 | $4 |
53
+ | `siliconflow/openai/gpt-oss-120b` | 131K | | | | | | $0.05 | $0.45 |
54
+ | `siliconflow/openai/gpt-oss-20b` | 131K | | | | | | $0.04 | $0.18 |
55
+ | `siliconflow/Qwen/Qwen2.5-72B-Instruct` | 33K | | | | | | $0.59 | $0.59 |
56
+ | `siliconflow/Qwen/Qwen2.5-7B-Instruct` | 33K | | | | | | $0.05 | $0.05 |
57
+ | `siliconflow/Qwen/Qwen3-14B` | 131K | | | | | | $0.07 | $0.28 |
58
+ | `siliconflow/Qwen/Qwen3-235B-A22B-Thinking-2507` | 262K | | | | | | $0.13 | $0.60 |
59
+ | `siliconflow/Qwen/Qwen3-30B-A3B-Instruct-2507` | 262K | | | | | | $0.09 | $0.30 |
60
+ | `siliconflow/Qwen/Qwen3-32B` | 131K | | | | | | $0.14 | $0.57 |
61
+ | `siliconflow/Qwen/Qwen3-8B` | 131K | | | | | | $0.06 | $0.06 |
62
+ | `siliconflow/Qwen/Qwen3-Coder-30B-A3B-Instruct` | 262K | | | | | | $0.07 | $0.28 |
63
+ | `siliconflow/Qwen/Qwen3-Coder-480B-A35B-Instruct` | 262K | | | | | | $0.25 | $1 |
64
+ | `siliconflow/Qwen/Qwen3-VL-235B-A22B-Instruct` | 262K | | | | | | $0.30 | $2 |
65
+ | `siliconflow/Qwen/Qwen3-VL-235B-A22B-Thinking` | 262K | | | | | | $0.45 | $4 |
66
+ | `siliconflow/Qwen/Qwen3-VL-30B-A3B-Instruct` | 262K | | | | | | $0.29 | $1 |
67
+ | `siliconflow/Qwen/Qwen3-VL-30B-A3B-Thinking` | 262K | | | | | | $0.29 | $1 |
68
+ | `siliconflow/Qwen/Qwen3-VL-32B-Instruct` | 262K | | | | | | $0.20 | $0.60 |
69
+ | `siliconflow/Qwen/Qwen3-VL-32B-Thinking` | 262K | | | | | | $0.20 | $2 |
70
+ | `siliconflow/Qwen/Qwen3-VL-8B-Instruct` | 262K | | | | | | $0.18 | $0.68 |
71
+ | `siliconflow/Qwen/Qwen3.5-122B-A10B` | 262K | | | | | | $0.26 | $2 |
72
+ | `siliconflow/Qwen/Qwen3.5-27B` | 262K | | | | | | $0.25 | $2 |
73
+ | `siliconflow/Qwen/Qwen3.5-35B-A3B` | 262K | | | | | | $0.24 | $2 |
74
+ | `siliconflow/Qwen/Qwen3.5-397B-A17B` | 262K | | | | | | $0.39 | $2 |
75
+ | `siliconflow/Qwen/Qwen3.5-9B` | 262K | | | | | | $0.10 | $0.15 |
76
+ | `siliconflow/Qwen/Qwen3.6-27B` | 262K | | | | | | $0.30 | $3 |
77
+ | `siliconflow/Qwen/Qwen3.6-35B-A3B` | 262K | | | | | | $0.20 | $2 |
78
+ | `siliconflow/stepfun-ai/Step-3.5-Flash` | 262K | | | | | | $0.10 | $0.30 |
79
+ | `siliconflow/tencent/Hunyuan-A13B-Instruct` | 131K | | | | | | $0.14 | $0.57 |
80
+ | `siliconflow/tencent/Hy3-preview` | 262K | | | | | | $0.07 | $0.26 |
81
+ | `siliconflow/zai-org/GLM-4.5-Air` | 131K | | | | | | $0.14 | $0.86 |
82
+ | `siliconflow/zai-org/GLM-5` | 205K | | | | | | $0.95 | $3 |
83
+ | `siliconflow/zai-org/GLM-5.1` | 205K | | | | | | $1 | $4 |
84
+ | `siliconflow/zai-org/GLM-5.2` | 1.0M | | | | | | $1 | $4 |
85
+ | `siliconflow/zai-org/GLM-5V-Turbo` | 200K | | | | | | $1 | $4 |
107
86
 
108
87
  ## Advanced configuration
109
88
 
@@ -38,7 +38,7 @@ for await (const chunk of stream) {
38
38
  | `stepfun/step-2-16k` | 16K | | | | | | $5 | $16 |
39
39
  | `stepfun/step-3.5-flash` | 256K | | | | | | $0.10 | $0.30 |
40
40
  | `stepfun/step-3.5-flash-2603` | 256K | | | | | | $0.10 | $0.30 |
41
- | `stepfun/step-3.7-flash` | 256K | | | | | | $0.19 | $1 |
41
+ | `stepfun/step-3.7-flash` | 256K | | | | | | $0.20 | $1 |
42
42
 
43
43
  ## Advanced configuration
44
44
 
@@ -0,0 +1,71 @@
1
+ # ![Subconscious logo](https://models.dev/logos/subconscious.svg)Subconscious
2
+
3
+ Access 1 Subconscious model through Mastra's model router. Authentication is handled automatically using the `SUBCONSCIOUS_API_KEY` environment variable.
4
+
5
+ Learn more in the [Subconscious documentation](https://docs.subconscious.dev).
6
+
7
+ ```bash
8
+ SUBCONSCIOUS_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: "subconscious/subconscious/tim-qwen3.6-27b"
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 [Subconscious documentation](https://docs.subconscious.dev) for details.
32
+
33
+ ## Models
34
+
35
+ | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
36
+ | ------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
+ | `subconscious/subconscious/tim-qwen3.6-27b` | 8K | | | | | | — | — |
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://api.subconscious.dev/v1",
49
+ id: "subconscious/subconscious/tim-qwen3.6-27b",
50
+ apiKey: process.env.SUBCONSCIOUS_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
+ ? "subconscious/subconscious/tim-qwen3.6-27b"
68
+ : "subconscious/subconscious/tim-qwen3.6-27b";
69
+ }
70
+ });
71
+ ```