UNPKG

@huggingface/inference

Version:

Typescript client for the Hugging Face Inference Providers and Inference Endpoints

14 lines 718 B
import type { FeatureExtractionOutput } from "@huggingface/tasks"; import type { BodyParams } from "../types"; import type { FeatureExtractionTaskHelper } from "./providerHelper"; import { BaseConversationalTask, TaskProviderHelper } from "./providerHelper"; export declare class SambanovaConversationalTask extends BaseConversationalTask { constructor(); } export declare class SambanovaFeatureExtractionTask extends TaskProviderHelper implements FeatureExtractionTaskHelper { constructor(); makeRoute(): string; getResponse(response: FeatureExtractionOutput): Promise<FeatureExtractionOutput>; preparePayload(params: BodyParams): Record<string, unknown>; } //# sourceMappingURL=sambanova.d.ts.map