mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 18:10:21 +00:00
* docs: restore internal plan docs under docs-internal * docs: move internal plans under docs/internal * docs: restore deleted internal experiment notes * docs: group internal notes by author * docs: move Bob internal notes under osolmaz * docs: move remaining internal notes under osolmaz * Revert "docs: move remaining internal notes under osolmaz" * docs: restore experiment architecture note * docs: normalize osolmaz internal doc authorship * docs: add identity metadata to internal docs * docs: document internal development notes * docs: use Peter in internal docs examples * docs: move Mariano background task note to internal docs * Revert "docs: use Peter in internal docs examples" * docs: use real Peter note in internal docs readme * docs: rename Mariano background task note * docs: preserve others internal notes by default * docs: allow BDFL override for internal notes
1.2 KiB
1.2 KiB
title, summary, author, github_username, created, read_when
| title | summary | author | github_username | created | read_when | |
|---|---|---|---|---|---|---|
| Model Config Exploration | Exploration: model config, auth profiles, and fallback behavior | Peter Steinberger <steipete@gmail.com> | steipete | 2026-01-05 |
|
Model Config (Exploration)
This document captures ideas for future model configuration. It is not a shipping spec. For current behavior, see:
Motivation
Operators want:
- Multiple auth profiles per provider (personal vs work).
- Simple
/modelselection with predictable fallbacks. - Clear separation between text models and image-capable models.
Possible direction (high level)
- Keep model selection simple:
provider/modelwith optional aliases. - Let providers have multiple auth profiles, with an explicit order.
- Use a global fallback list so all sessions fail over consistently.
- Only override image routing when explicitly configured.
Open questions
- Should profile rotation be per-provider or per-model?
- How should the UI surface profile selection for a session?
- What is the safest migration path from legacy config keys?