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

# 模型設定探索

# 模型設定（探索）

本文件彙整未來模型設定的**構想**。這不是一份
shipping spec. It is not a
shipping spec. For current behavior, see:

* [模型](/concepts/models)
* [模型失敗接手](/concepts/model-failover)
* [OAuth + 設定檔](/concepts/oauth)

## 動機

營運者希望：

* Multiple auth profiles per provider (personal vs work).
* 簡單的 `/model` 選擇，並具備可預期的後備行為。
* Clear separation between text models and image-capable models.

## 可能方向（高層次）

* 保持模型選擇簡單：`provider/model`，並支援選用別名。
* Let providers have multiple auth profiles, with an explicit order.
* Use a global fallback list so all sessions fail over consistently.
* 僅在明確設定時才覆寫影像路由。

## 開放問題

* Should profile rotation be per-provider or per-model?
* How should the UI surface profile selection for a session?
* 從舊版設定鍵遷移的最安全路徑是什麼？
