import type * as ElevenLabs from "../index"; export interface LlmListResponseModelInput { /** List of all available LLM models that can be used with agents. */ llms: ElevenLabs.LlmInfoModelInput[]; /** The default deprecation timing configuration used for models without a custom override. */ defaultDeprecationConfig: ElevenLabs.LlmDeprecationConfigModel; }