A response containing model details.

interface AvailableModel {
    created?: number;
    id?: string;
    object?: string;
    owned_by?: string;
}

Properties

created?: number

The UNIX timestamp (in seconds) when the model was created.

id?: string

The model identifier.

object?: string

The object type, which is always "model".

owned_by?: string

The provider that owns the model. Format: "provider type:provider name".