Interface SignageAIProviderCapabilities

A configured provider as seen by a user, without its credentials

interface SignageAIProviderCapabilities {
    default_model?: string;
    id: string;
    models: SignageAIModelCapabilities[];
    name: string;
    provider: SignageAIProviderType;
    region?: string;
}

Properties

default_model?: string

Model used when a request does not name one

id: string

ID of the provider row

Models available on this provider

name: string

Display name for the provider

Vendor the provider talks to

region?: string

Vendor region the provider is deployed in, when it has one