UNPKG

@aiondadotcom/mcp-openai-image

Version:

MCP server for OpenAI image generation with STDIO transport

26 lines (25 loc) 413 B
export const SUPPORTED_MODELS = [ "gpt-4.1", "gpt-4.1-mini", "gpt-4o", "gpt-4o-mini" ]; export const SUPPORTED_SIZES = [ "1024x1024", "1024x1792", "1792x1024" ]; export const SUPPORTED_QUALITIES = [ "standard", "hd" ]; export const SUPPORTED_FORMATS = [ "png", "jpeg", "webp" ]; export const SUPPORTED_BACKGROUNDS = [ "transparent", "opaque", "auto" ];