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
model
• Optional
model: string
The model to use. Can be a full URL for HF inference endpoints.
If not specified, will call huggingface.co/api/tasks to get the default model for the task.