Huggingface.js documentation

Interface: InferenceProviderMappingEntry

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Interface: InferenceProviderMappingEntry

Properties

adapter

Optional adapter: string

Defined in

inference/src/types.ts:79


adapterWeightsPath

Optional adapterWeightsPath: string

Defined in

inference/src/types.ts:80


hfModelId

hfModelId: string

Defined in

inference/src/types.ts:81


provider

provider: string

Defined in

inference/src/types.ts:82


providerId

providerId: string

Defined in

inference/src/types.ts:83


status

status: "live" | "staging"

Defined in

inference/src/types.ts:84


task

task: WidgetType

Defined in

inference/src/types.ts:85


type

Optional type: "single-model" | "tag-filter"

Defined in

inference/src/types.ts:86

Update on GitHub