...
Use this property to specify a custom endpoint or API URL. This may be necessary for custom, open-source, and/or inhouse models.
resource
For Azure OpenAI, you can specify the the resource name in place of the full endpoint.
accessKeyId
This property specifies the AWS Access Key Id.
secretAccessKey
This property specifies the AWS Secret Access Key.
model
The provider or endpoint may expose multiple models. This property identifies the specific model to use.
resource
For Azure OpenAI, you can specify the the resource name in place of the full endpoint.
apiFormat
Use this property to override the default format of how the data is exchanged with the model. Providers may support different formats. For example, OpenAI offers “completion” and “assistant” API.
...