Interface EmbeddingProviderModelApiSupportInfo

Information about the model's API support status and lifecycle.

Field

status - The current lifecycle status of the model

See

EmbeddingProviderModelInfo

interface EmbeddingProviderModelApiSupportInfo {
    status: ModelLifecycleStatus;
}

Properties

Properties

status: ModelLifecycleStatus

The current lifecycle status of the model.

Example

// openai.models[0].apiModelSupport.status
'SUPPORTED'