AxAIAnthropicArgs
Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/anthropic/api.ts#L262
Type Parameters
| Type Parameter | Default type |
|---|---|
TModelKey | string |
Properties
| Property | Type |
|---|---|
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 |