Skip to content

use models from model picker on CC as priority for smart routing - #503

Open
lilly-luo wants to merge 3 commits into
mainfrom
model-picker-only
Open

use models from model picker on CC as priority for smart routing #503
lilly-luo wants to merge 3 commits into
mainfrom
model-picker-only

Conversation

@lilly-luo

@lilly-luo lilly-luo commented Sep 5, 2026

Copy link
Copy Markdown
Collaborator

as titled. i tested:

  "modelPicker": {
    "replaceBuiltInOptions": true,
    "options": [
      {
        "model": "system.ai.claude-opus-4-8"
      },
      {
        "model": "system.ai.glm-5-2"
      },
      {
        "model": "system.ai.glm-5-3-flash"
      },
      {
        "model": "system.ai.claude-sonnet-4-6"
      }
    ]
  }
  • added the 4 models in /etc/claude-code/managed-settings.json and confirmed that smart routing worked and these were the only 4 models sent
  • added the 4 models in ~/.claude/ucode-settings.json and confirmed that smart routing worked and these were the only 4 models sent (nothing in managed-settings.json)
  • added the 4 models in ~/.claude/settings.json and confirmed that smart routing worked and these were the only 4 models sent (nothing in ucode-settings.json or managed settings).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants