UNPKG

@just-every/ensemble

Version:

LLM provider abstraction layer with unified streaming interface

3 lines 253 B
import type { AgentDefinition, ImageGenerationOpts } from "../types/types.cjs"; export declare function ensembleImage(prompt: string, agent: AgentDefinition, options?: ImageGenerationOpts): Promise<string[]>; //# sourceMappingURL=ensemble_image.d.ts.map