AxAIProfileCapabilities
type AxAIProfileCapabilities = object;Properties
audio?
optional audio: boolean;audioOutput?
optional audioOutput: boolean;caching?
optional caching: object;cacheBreakpoints?
optional cacheBreakpoints: boolean;types
types: readonly ("ephemeral" | "persistent")[];files?
optional files: object;uploadMethod
uploadMethod: "inline" | "upload" | "cloud";functions
functions: boolean;images?
optional images: boolean;multiTurn
multiTurn: boolean;serviceTiers?
optional serviceTiers: readonly AxServiceTier[];showThoughts?
optional showThoughts: boolean;streaming
streaming: boolean;structuredOutputModes
structuredOutputModes: readonly AxStructuredOutputRung[];structuredOutputs
structuredOutputs: boolean;thinking
thinking: boolean;thinkingBudget?
optional thinkingBudget: boolean;webSearch?
optional webSearch: boolean;