UNPKG

@huggingface/inference

Version:

Typescript client for the Hugging Face Inference Providers and Inference Endpoints

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