UNPKG

@huggingface/inference

Version:

Typescript client for the Hugging Face Inference Providers and Inference Endpoints

8 lines (6 loc) 279 B
export { InferenceClient, InferenceClientEndpoint, HfInference } from "./InferenceClient"; export { InferenceOutputError } from "./lib/InferenceOutputError"; export * from "./types"; export * from "./tasks"; import * as snippets from "./snippets/index.js"; export { snippets };