AxAIAnthropicArgs Generated TypeScript API reference. typescript api api/reference build/apidocs/Interface.AxAIAnthropicArgs.md interface AxAIAnthropicArgs

AxAIAnthropicArgs

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/anthropic/api.ts#L261

Type Parameters

Type ParameterDefault type
TModelKeystring

Properties

PropertyType
apiKey?string | () => Promise<string>
config?Readonly<Partial<AxAIAnthropicConfig>>
credentialProvider?AxAICredentialProvider
models?AxAIInputModelList< | AxAIAnthropicModel | AxAIAnthropicVertexModel, undefined, TModelKey>
name"anthropic"
options?Readonly<AxAIServiceOptions>
projectId?string
region?string
Docs