Click or drag to resize

AIProviderConfiguration Properties

The AIProviderConfiguration type exposes the following members.

Properties
 NameDescription
Public propertyClearProviderKey Provider API Key in clear text.
Public propertyEndPoint The resource endpoint URL.
Public propertyGUID Unique identifier for this provider configuration.
Public propertyInputTokenCost 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.
Public propertyIsEnabled When false, this provider is excluded from all operations without being deleted.
Public propertyModel Model name to use (e.g. gpt-4o, claude-3-5-sonnet-20241022, llama3).
Public propertyName Display name of this provider configuration.
Public propertyOutputTokenCost Cost per 1 million output (completion) tokens, in the currency you pay the provider in. 0 means no cost tracking.
Public propertyProviderKey Encrypted API Key.
Public propertyType Type of the AI provider.
Top
See Also