You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* {@code moonshot-v1-auto} can select the appropriate model based on the number of Tokens occupied by the current context. The available models for selection include:
217
+
* {@code moonshot-v1-auto} can select the appropriate model based on the number of
218
+
* Tokens occupied by the current context. The available models for selection include:
218
219
* <ul>
219
220
* <li>{@code moonshot-v1-8k}</li>
220
221
* <li>{@code moonshot-v1-32k}</li>
221
222
* <li>{@code moonshot-v1-128k}</li>
222
223
* </ul>
223
-
* <p>{@code moonshot-v1-auto} can be regarded as a model router, which decides which specific model to select based on the number of Tokens occupied by the current context. In terms of performance and output, {@code moonshot-v1-auto} is indistinguishable from the aforementioned models.</p>
224
-
* The routing rules for the model selected by {@code moonshot-v1-auto} are as follows:
224
+
* <p>
225
+
* {@code moonshot-v1-auto} can be regarded as a model router, which decides which
226
+
* specific model to select based on the number of Tokens occupied by the current
227
+
* context. In terms of performance and output, {@code moonshot-v1-auto} is
228
+
* indistinguishable from the aforementioned models.
229
+
* </p>
230
+
* The routing rules for the model selected by {@code moonshot-v1-auto} are as
0 commit comments