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
- Add
gpt-5.5 to the built-in models
- Prefer fetching models from the configured upstream
/v1/models
- Fall back to the current static list if discovery fails
- 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.
Problem
Current client-visible models are generated from a hard-coded
baseModelslist, so newly available upstream models such asgpt-5.5do not appear until Copool is updated.Request
gpt-5.5to the built-in models/v1/modelsBenefit
This would make Copool track upstream model availability automatically and reduce maintenance for every new
gpt-5.xrevision.