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