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/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/anthropic/api.ts#L262

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