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

@@ -998,6 +998,7 @@ pub struct ModelListParams {
pub struct Model {
pub id: String,
pub model: String,
pub upgrade: Option<String>,
pub display_name: String,
pub description: String,
pub supported_reasoning_efforts: Vec<ReasoningEffortOption>,