Ask AI
Skip to main content

LLM Completion Request

Send a prompt to an LLM and get a response.

Input parameters

NameDescriptionTypeRequiredDefault value
User promptA clear, concise prompt that will be sent to the LLM of choice.Texttrue
User prompt placeholdersEvery occurence of '{{PLACEHOLDER}}' within the "User prompt" will be replaced by these valuesObjectfalse
FilesA list of files to ask a question about (depending on the model this will work or not)Listfalse
System promptSets the initial instructions for how the AI should behave throughout the conversation.Textfalse
System prompt placeholdersEvery occurence of '{{PLACEHOLDER}}' within the "System prompt" will be replaced by these valuesObjectfalse
ModelRepresents the language model that will run the agent.SELECT_ONEtrue
Api tokenInsert your own API token if you wish to use this without burning NoCode-X AI creditsPasswordfalse

Output

NameDescriptionTypeDefault value
ResultThe variable name in which to store the result.VARIABLERESULT
Response formatSpecify the expected format of the response for this API call. Leave this blank when the output of the LLM is plain text.DATA_FORMAT