UNPKG

call-ai

Version:

Lightweight library for making AI API calls with streaming support

3 lines (2 loc) 162 B
import { ImageGenOptions, ImageResponse } from "./types.js"; export declare function imageGen(prompt: string, options?: ImageGenOptions): Promise<ImageResponse>;