MCPcopy Create free account
hub / github.com/AntiHub-Project/AntiHub / ImageGenerationConfig

Interface ImageGenerationConfig

lib/api.ts:1041–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039export type ImageSize = '1K' | '2K' | '4K';
1040
1041export interface ImageGenerationConfig {
1042 aspectRatio?: ImageAspectRatio;
1043 imageSize?: ImageSize;
1044}
1045
1046export interface ImageGenerationRequest {
1047 model: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected