AxModelInfo
type AxModelInfo = object;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L69
Properties
aliases?
optional aliases: string[];Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L98
audio?
optional audio: object;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L116
input?
optional input: boolean;output?
optional output: boolean;cacheReadTokenCostPer1M?
optional cacheReadTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L75
cacheWriteTokenCostPer1M?
optional cacheWriteTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L76
characterIsToken?
optional characterIsToken: boolean;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L72
completionTokenCostPer1M?
optional completionTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L74
contextWindow?
optional contextWindow: number;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L127
currency?
optional currency: string;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L71
dataUse?
optional dataUse: object;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L132
Provider data-use policy that materially differs between model variants.
appliesTo?
optional appliesTo: readonly ("prompt" | "completion")[];providerTraining
providerTraining: "not-used" | "allowed";deprecatedOn?
optional deprecatedOn: string;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L130
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/e690b4823b8309e258594064abe941d4cff6ef89/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/e690b4823b8309e258594064abe941d4cff6ef89/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/e690b4823b8309e258594064abe941d4cff6ef89/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/e690b4823b8309e258594064abe941d4cff6ef89/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/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L128
isExpensive?
optional isExpensive: boolean;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L126
longContextCacheReadTokenCostPer1M?
optional longContextCacheReadTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L82
Cache read token cost for requests exceeding longContextThreshold
longContextCacheWriteTokenCostPer1M?
optional longContextCacheWriteTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L97
longContextCompletionTokenCostPer1M?
optional longContextCompletionTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/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/e690b4823b8309e258594064abe941d4cff6ef89/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/e690b4823b8309e258594064abe941d4cff6ef89/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/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L125
modalities?
optional modalities: object;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L121
Exact provider-declared model input and output modalities.
input
input: readonly ("text" | "image" | "audio" | "video" | "pdf")[];output
output: readonly ("text" | "image")[];name
name: string;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L70
notSupported?
optional notSupported: object;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L112
temperature?
optional temperature: boolean;topP?
optional topP: boolean;promptTokenCostPer1M?
optional promptTokenCostPer1M: number;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L73
serviceTierPricing?
optional serviceTierPricing: Partial<Record<"flex" | "priority", AxServiceTierPricing>>;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/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/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L99
imageOutput?
optional imageOutput: boolean;Whether this model can return generated images from chat().
operations?
optional operations: readonly ("chat" | "transcribe")[];Public Ax operations verified for this exact model.
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;