fix(codex): show catalog-default Fast tier (#1179)

* fix(codex): show catalog-default Fast tier

* fix(web): show inherited Fast tier in header
This commit is contained in:
SSU-WEI HUANG
2026-07-27 07:38:24 +08:00
committed by GitHub
parent deb5d63695
commit 500407c6b1
7 changed files with 87 additions and 4 deletions
+1
View File
@@ -433,6 +433,7 @@ export type CodexModelSummary = {
displayName: string
isDefault: boolean
defaultReasoningEffort?: string | null
defaultServiceTier?: string | null
supportedReasoningEfforts?: string[]
/** Service tier ids advertised for this model in the current auth/plan context (e.g. 'fast'). */
serviceTiers?: string[]