UNPKG

@just-every/ensemble

Version:

LLM provider abstraction layer with unified streaming interface

3 lines 256 B
export declare function convertImageToText(imageData: string, modelId: string): Promise<string>; export declare function convertImageToTextIfNeeded(imageData: string, modelId?: string): Promise<string | boolean>; //# sourceMappingURL=image_to_text.d.ts.map