Feat: add upgrade to app server modelList (#10556)

### Summary
* Add model upgrade to listModel app server endpoint to support
dynamically show model upgrade banner.
This commit is contained in:
Shijie Rao
2026-02-03 14:53:36 -08:00
committed by GitHub
parent e3d39013d3
commit 750ebe154d
8 changed files with 21 additions and 2 deletions

View File

@@ -100,6 +100,7 @@ Each response yields:
- `defaultReasoningEffort` suggested effort for the UI
- `supportsPersonality` whether the model supports personality-specific instructions
- `isDefault` whether the model is recommended for most users
- `upgrade` optional recommended upgrade model id
- `nextCursor` pass into the next request to continue paging (optional)
## Collaboration modes (experimental)