> ## 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>
