chore(ui): regenerate schema.d.ts for enforce_fallback_model_access

This commit is contained in:
ryan-crabbe-berri 2026-08-27 15:50:12 -07:00
parent d4c3b3e7c1
commit 42774ea32a

View file

@ -24972,6 +24972,11 @@ export interface components {
* @default false
*/
enable_public_model_hub: boolean;
/**
* Enforce Fallback Model Access
* @description If True, router fallbacks configured in router_settings are only attempted when the calling key (and its team and project) is allowed to call the fallback model; unauthorized fallback targets are skipped and the primary model's error is returned. Default is False.
*/
enforce_fallback_model_access?: boolean | null;
/**
* Forward Client Headers To Llm Api
* @description If True, forwards client headers (e.g. Authorization) to the LLM API. Required for Claude Code with Max subscription.