langchain.js
    Preparing search index...

    Interface HuggingFaceInferenceEmbeddingsParams

    Interface that extends EmbeddingsParams and defines additional parameters specific to the HuggingFaceInferenceEmbeddings class.

    interface HuggingFaceInferenceEmbeddingsParams {
        apiKey?: string;
        endpointUrl?: string;
        model?: string;
        provider?:
            | "auto"
            | "black-forest-labs"
            | "cerebras"
            | "cohere"
            | "fal-ai"
            | "featherless-ai"
            | "fireworks-ai"
            | "groq"
            | "hf-inference"
            | "hyperbolic"
            | "nebius"
            | "novita"
            | "nscale"
            | "openai"
            | "ovhcloud"
            | "replicate"
            | "sambanova"
            | "together";
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    apiKey?: string
    endpointUrl?: string
    model?: string
    provider?:
        | "auto"
        | "black-forest-labs"
        | "cerebras"
        | "cohere"
        | "fal-ai"
        | "featherless-ai"
        | "fireworks-ai"
        | "groq"
        | "hf-inference"
        | "hyperbolic"
        | "nebius"
        | "novita"
        | "nscale"
        | "openai"
        | "ovhcloud"
        | "replicate"
        | "sambanova"
        | "together"