Skip to content

Support gpt-5.5 in built-in models, and preferably auto-discover upstream models instead of relying on a static local list. #19

@adndyxu

Description

@adndyxu

Problem

Current client-visible models are generated from a hard-coded baseModels list, so newly available upstream models such as gpt-5.5 do not appear until Copool is updated.

Request

  1. Add gpt-5.5 to the built-in models
  2. Prefer fetching models from the configured upstream /v1/models
  3. Fall back to the current static list if discovery fails
  4. Keep Copool-specific reasoning aliases on top of discovered compatible models

Benefit

This would make Copool track upstream model availability automatically and reduce maintenance for every new gpt-5.x revision.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions