UNPKG

@huggingface/inference

Version:

Typescript client for the Hugging Face Inference Providers and Inference Endpoints

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