AIProvider Fields |
The AIProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| _apiKey | API key used to authenticate against the provider. | |
| _endpoint | Resource endpoint URL of the provider API. | |
| _maxTokens | Maximum number of tokens to generate (0 = provider default). | |
| _model | Name of the model to use (e.g. gpt-4o, claude-3-5-sonnet-20241022, llama3). | |
| _temperature | Sampling temperature (0.0 = default, deterministic). | |
| _topP | Nucleus sampling probability (1.0 = default, disabled). |