ILlmEndpointOpenAI
Home > @gooddata/sdk-model > ILlmEndpointOpenAI
ILlmEndpointOpenAI interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
OpenAI endpoint interface
Signature:
export interface ILlmEndpointOpenAI extends ILlmEndpointBase
Extends: ILlmEndpointBase
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
model | string | (ALPHA) A modal to use with OpenAI | |
organization? | string | (ALPHA) (Optional) Optional organization identifier for OpenAI | |
provider | "OPENAI" | (ALPHA) A discriminating type of the endpoint |