UNPKG

@huggingface/inference

Version:

Typescript client for the Hugging Face Inference Providers and Inference Endpoints

7 lines 313 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 }; //# sourceMappingURL=index.d.ts.map