AxModelInfo
type AxModelInfo = object;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L69
Properties
aliases?
optional aliases: string[];Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L97
audio?
optional audio: object;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L111
input?
optional input: boolean;output?
optional output: boolean;cacheReadTokenCostPer1M?
optional cacheReadTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L75
cacheWriteTokenCostPer1M?
optional cacheWriteTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L76
characterIsToken?
optional characterIsToken: boolean;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L72
completionTokenCostPer1M?
optional completionTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L74
contextWindow?
optional contextWindow: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L117
currency?
optional currency: string;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L71
deprecatedOn?
optional deprecatedOn: string;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L120
ISO date (YYYY-MM-DD) the upstream provider will stop serving this model.
fastCacheReadTokenCostPer1M?
optional fastCacheReadTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L90
Cache read token cost when a provider speed tier such as Anthropic fast mode is active.
fastCacheWriteTokenCostPer1M?
optional fastCacheWriteTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L92
Cache write token cost when a provider speed tier such as Anthropic fast mode is active.
fastCompletionTokenCostPer1M?
optional fastCompletionTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L88
Completion token cost when a provider speed tier such as Anthropic fast mode is active.
fastPromptTokenCostPer1M?
optional fastPromptTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L86
Prompt token cost when a provider speed tier such as Anthropic fast mode is active.
isDeprecated?
optional isDeprecated: boolean;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L118
isExpensive?
optional isExpensive: boolean;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L116
longContextCacheReadTokenCostPer1M?
optional longContextCacheReadTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L82
Cache read token cost for requests exceeding longContextThreshold
longContextCompletionTokenCostPer1M?
optional longContextCompletionTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L80
Completion token cost for requests exceeding longContextThreshold
longContextPromptTokenCostPer1M?
optional longContextPromptTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L78
Prompt token cost for requests exceeding longContextThreshold
longContextThreshold?
optional longContextThreshold: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L84
Total input token count (including cached) above which long-context rates apply
maxTokens?
optional maxTokens: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L115
name
name: string;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L70
notSupported?
optional notSupported: object;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L107
temperature?
optional temperature: boolean;topP?
optional topP: boolean;promptTokenCostPer1M?
optional promptTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L73
serviceTierPricing?
optional serviceTierPricing: Partial<Record<"flex" | "priority", AxServiceTierPricing>>;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L94
Token pricing overrides selected from the tier that actually served a request.
supported?
optional supported: object;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L98
serviceTiers?
optional serviceTiers: readonly AxServiceTier[];Portable request tiers verified for this exact model.
showThoughts?
optional showThoughts: boolean;structuredOutputModes?
optional structuredOutputModes: readonly AxStructuredOutputRung[];Ordered, verified structured-output strategies for this exact model.
structuredOutputs?
optional structuredOutputs: boolean;thinkingBudget?
optional thinkingBudget: boolean;