> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mixroute.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 如何切换模型？

只需修改请求中的 `model`参数：

```json theme={null}
{
  "model": "gpt-5.5"
}
```

或

```json theme={null}
{
  "model": "claude-opus-4-8"
}
```

或

```json theme={null}
{
  "model": "gemini-3.5-flash"
}
```

<Danger>
  在呼叫模型时，请检查名称是否与 MixRoute 模型广场中的命名相符，否则将无法正常运行。
</Danger>
