AxAIProfileCapabilities Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAIProfileCapabilities.md type AxAIProfileCapabilities

AxAIProfileCapabilities

TypeScript
type AxAIProfileCapabilities = object;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L68

Properties

audio?

TypeScript
optional audio: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L81


audioOutput?

TypeScript
optional audioOutput: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L82


caching?

TypeScript
optional caching: object;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L85

cacheBreakpoints?

TypeScript
optional cacheBreakpoints: boolean;

types

TypeScript
types: readonly ("ephemeral" | "persistent")[];

files?

TypeScript
optional files: object;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L83

uploadMethod

TypeScript
uploadMethod: "inline" | "upload" | "cloud";

functionEmulation?

TypeScript
optional functionEmulation: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L70


functions

TypeScript
functions: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L69


images?

TypeScript
optional images: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L80


multiTurn

TypeScript
multiTurn: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L76


requiresStructuredOutput?

TypeScript
optional requiresStructuredOutput: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L71


serviceTiers?

TypeScript
optional serviceTiers: readonly AxServiceTier[];

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L77


showThoughts?

TypeScript
optional showThoughts: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L79


streaming

TypeScript
streaming: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L72


structuredOutputModes

TypeScript
structuredOutputModes: readonly AxStructuredOutputRung[];

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L74


structuredOutputs

TypeScript
structuredOutputs: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L73


thinking

TypeScript
thinking: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L75


thinkingBudget?

TypeScript
optional thinkingBudget: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L78


webSearch?

TypeScript
optional webSearch: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L84

Docs