Huggingface.js documentation

Interface: BaseArgs

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Interface: BaseArgs

Properties

accessToken

Optional accessToken: string

The access token to use. Without it, you’ll get rate-limited quickly.

Can be created for free in hf.co/settings/token

Defined in

inference/src/types.ts:49


endpointUrl

Optional endpointUrl: string

The URL of the endpoint to use. If not specified, will call huggingface.co/api/tasks to get the default endpoint for the task.

If specified, will use this URL instead of the default one.

Defined in

inference/src/types.ts:65


model

Optional model: string

The model to use.

If not specified, will call huggingface.co/api/tasks to get the default model for the task.

/!\ Legacy behavior allows this to be an URL, but this is deprecated and will be removed in the future. Use the endpointUrl parameter instead.

Defined in

inference/src/types.ts:58

< > Update on GitHub