Zum Hauptinhalt springen

Optionen

model
string
required
Der Name des Bild-KI-Modells.
openAIApiKey
string
Der OpenAI API Key.
openAIOrgKey
string
Der Organization Key für die OpenAI API.
openAIProjectKey
string
Der Project Key für die OpenAI API.
endpointUrl
string
Die Endpoint-URL für die OpenAI API.
azureAPIKey
string
Der API Key für die Azure API.
azureAPIVersion
string
Die API Version für die Azure API.

Argumente

prompt
string
required
Die Anweisung für das LLM um das Argument für den Prompt zu füllen.Beispiel:
The prompt for image generation
useHD
string
Die Anweisung für das LLM um zu bestimmen, ob eine hohe Qualität gewünscht ist.Beispiel:
Set "hd" if the user requests high quality. Default is "standard"
size
string
required
Die Anweisung für das LLM um die Bildgröße zu bestimmen.Beispiel:
Use 1024x1024 (square) as the default, 1792x1024 if the user requests a wide image, and 1024x1792 for full-body portraits
style
string
Die Anweisung für das LLM um den Bildstil zu bestimmen.Beispiel:
Must be one of vivid or natural. Vivid causes the model to lean towards generating hyper-real and dramatic images. Natural causes the model to produce more natural, less hyper-real looking images