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

AxAIProfileEndpoint

TypeScript
type AxAIProfileEndpoint = object;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/provider_profiles.ts#L129

Properties

apiVersionField?

TypeScript
optional apiVersionField: string;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/provider_profiles.ts#L138


defaults?

TypeScript
optional defaults: Readonly<Record<string, string>>;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/provider_profiles.ts#L136


fields?

TypeScript
optional fields: Readonly<Record<string, readonly string[]>>;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/provider_profiles.ts#L134


hostField

TypeScript
hostField: string;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/provider_profiles.ts#L131


hostSuffix

TypeScript
hostSuffix: string;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/provider_profiles.ts#L132


normalizers?

TypeScript
optional normalizers: Readonly<Record<string, "api-version">>;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/provider_profiles.ts#L137


path

TypeScript
path: string;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/provider_profiles.ts#L133


required

TypeScript
required: readonly string[];

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/provider_profiles.ts#L135


scheme?

TypeScript
optional scheme: string;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/provider_profiles.ts#L130

Docs