Interface ReplicateFaceEmbeddingConfig

Constructor options for ReplicateFaceEmbeddingService.

interface ReplicateFaceEmbeddingConfig {
    apiKey: string;
    baseUrl?: string;
    modelId?: string;
}

Properties

apiKey: string

Replicate API token.

baseUrl?: string

Override the Replicate API base URL (default: https://api.replicate.com/v1).

modelId?: string

Override the InsightFace model version identifier.