AIProvider |
The AIProviderConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearProviderKey | Provider API Key in clear text. | |
| EndPoint | The resource endpoint URL. | |
| GUID | Unique identifier for this provider configuration. | |
| InputTokenCost | Cost per 1 million input (prompt) tokens, in the currency you pay the provider in. 0 means no cost tracking. Cached input tokens are counted at the full input rate. | |
| IsEnabled | When false, this provider is excluded from all operations without being deleted. | |
| Model | Model name to use (e.g. gpt-4o, claude-3-5-sonnet-20241022, llama3). | |
| Name | Display name of this provider configuration. | |
| OutputTokenCost | Cost per 1 million output (completion) tokens, in the currency you pay the provider in. 0 means no cost tracking. | |
| ProviderKey | Encrypted API Key. | |
| Type | Type of the AI provider. |