mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
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:
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user