UNPKG

@burncloud/inference

Version:

Typescript client for the Hugging Face Inference Providers and Inference Endpoints

14 lines 727 B
import type { FeatureExtractionOutput } from "@huggingface/tasks"; import type { BodyParams } from "../types.js"; import type { FeatureExtractionTaskHelper } from "./providerHelper.js"; import { BaseConversationalTask, TaskProviderHelper } from "./providerHelper.js"; 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