UNPKG

@aj-archipelago/cortex

Version:

Cortex is a GraphQL API for AI. It provides a simple, extensible interface for using AI services from OpenAI, Azure and others.

20 lines (18 loc) 487 B
export default { prompt: ["{{text}}"], enableDuplicateRequests: false, inputParameters: { model: "runware-flux-schnell", negativePrompt: "", width: 1024, height: 1024, aspectRatio: "custom", numberResults: 1, safety_tolerance: 6, output_format: "webp", output_quality: 80, steps: 4, input_image: "", // URL to input image for models that support it input_image_2: "", // URL to second input image for models that support it }, };