Files
openclaw/docs/internal/steipete/2026-01-05-model-config.md
Onur Solmaz 96df794c12 [codex] Move internal experiment plans under docs-internal (#57262)
* 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
2026-03-29 22:18:26 +02:00

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
Exploring future model selection + auth profile ideas

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 /model selection with predictable fallbacks.
  • Clear separation between text models and image-capable models.

Possible direction (high level)

  • Keep model selection simple: provider/model with 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?