Click or drag to resize

AIProvider Fields

The AIProvider type exposes the following members.

Fields
 NameDescription
Protected field_apiKeyAPI key used to authenticate against the provider.
Protected field_endpointResource endpoint URL of the provider API.
Protected field_maxTokensMaximum number of tokens to generate (0 = provider default).
Protected field_modelName of the model to use (e.g. gpt-4o, claude-3-5-sonnet-20241022, llama3).
Protected field_temperatureSampling temperature (0.0 = default, deterministic).
Protected field_topPNucleus sampling probability (1.0 = default, disabled).
Top
See Also