@teenth/sdk-tool
Version:
sdk-tool with R2 storage support
15 lines (14 loc) • 457 B
TypeScript
export interface ChatReq {
prompt: string;
userImg: string;
webHook: string;
userId: string;
category: string;
aspectRatio: string;
model?: string;
point?: string;
}
export declare function grsaiFlux(req: ChatReq): Promise<any>;
export declare function grsaiFluxResult(id: string): Promise<any>;
export declare function tuziFlux(req: ChatReq): Promise<any>;
export declare function replicateFlux(req: ChatReq): Promise<any>;