@inductiv/node-red-openai-api
Version:
Enhance your Node-RED projects with advanced AI capabilities.
158 lines • 7.19 kB
JSON
{
"OpenaiApi": {
"label": {
"apiBase": "API Base",
"serviceHost": "Service Host",
"method": "Method",
"host": "Host",
"header": "Auth Header",
"organizationId": "Org Id",
"apiKey": "API Key",
"isQuery": "isQuery",
"property": "Property"
},
"status": {
"requesting": "requesting",
"streaming": "streaming"
},
"parameters": {
"listContainers": "list containers",
"createContainer": "create container",
"retrieveContainer": "retrieve container",
"deleteContainer": "delete container",
"listContainerFiles": "list container files",
"addContainerFile": "add container file",
"retrieveContainerFile": "retrieve container file",
"deleteContainerFile": "delete container file",
"downloadContainerFileContent": "download container file content",
"createVectorStoreFile": "create vector store file",
"listVectorStoreFiles": "list vector store files",
"retrieveVectorStoreFile": "retrieve vector store file",
"deleteVectorStoreFile": "delete vector store file",
"createVectorStoreFileBatch": "create vector stoe file batch",
"retrieveVectorStoreFileBatch": "retrieve vector store file batch",
"cancelVectorStoreFileBatch": "cancel vector store file batch",
"listVectorStoreBatchFiles": "list vector store batch files",
"uploadAndPollVectorStoreFileBatch": "upload and poll file batch",
"createVectorStore": "create vector store",
"listVectorStores": "list vector stores",
"retrieveVectorStore": "retrieve vector store",
"modifyVectorStore": "modify vector store",
"deleteVectorStore": "delete vector store",
"createBatch": "create batch",
"retrieveBatch": "retrieve batch",
"cancelBatch": "cancel batch",
"listBatch": "list batch",
"createChatCompletion": "create chat completion",
"getChatCompletion": "get chat completion",
"getChatMessages": "get chat messages",
"listChatCompletions": "list chat completions",
"updateChatCompletion": "update chat completion",
"deleteChatCompletion": "delete chat completion",
"body": "body",
"request_body": "Request Body",
"data": "data",
"payload": "payload",
"createImage": "create image",
"createImageEdit": "create image edit",
"image": "image",
"prompt": "prompt",
"mask": "mask",
"messages": "messages",
"model": "model",
"frequency_penalty": "frequency penalty",
"logit_bias": "logit bias",
"max_tokens": "max tokens",
"n": "n",
"seed": "seed",
"stop": "stop",
"top_p": "top p",
"tools": "tools",
"tool_choice": "tool choice",
"presence_penalty": "presence penalty",
"size": "size",
"response_format": "response format",
"user": "user",
"createImageVariation": "create image variation",
"createEmbedding": "create embedding",
"createSpeech": "create speech",
"createTranscription": "create transcription",
"file": "file",
"language": "language",
"temperature": "temperature",
"createTranslation": "create translation",
"listFiles": "list files",
"purpose": "purpose",
"uploadFile": "upload file",
"deleteFile": "delete file",
"file_id": "file_id",
"retrieveFile": "retrieve file",
"downloadFile": "download file",
"createFineTuningJob": "create fine-tuning job",
"listPaginatedFineTuningJobs": "list fine-tuning jobs",
"after": "after",
"limit": "limit",
"retrieveFineTuningJob": "retrieve fine-tuning job",
"fine_tuning_job_id": "fine-tuning job id",
"listFineTuningEvents": "list fine-tuning events",
"listFineTuningCheckpoints": "list fine-tuning checkpoints",
"cancelFineTuningJob": "cancel fine-tuning",
"createFineTune": "POST /fine-tunes",
"listFineTunes": "GET /fine-tunes",
"retrieveFineTune": "GET /fine-tunes/{fine_tune_id}",
"fine_tune_id": "fine tune id",
"cancelFineTune": "cancel fine tune",
"listFineTuneEvents": "GET /fine-tunes/{fine_tune_id}/events",
"stream": "stream",
"listModels": "list models",
"retrieveModel": "retrieve model",
"deleteModel": "delete fine-tune model",
"createModeration": "create moderation",
"createModelResponse": "create model response",
"getModelResponse": "retrieve model response",
"deleteModelResponse": "delete model response",
"listInputItems": "list input items",
"listAssistants": "list assistants",
"order": "order",
"before": "before",
"createAssistant": "create assistant",
"getAssistant": "retrieve assistant",
"assistant_id": "assistant id",
"modifyAssistant": "modify assistant",
"deleteAssistant": "delete assistant",
"createThread": "create thread",
"getThread": "retrieve thread",
"thread_id": "thread id",
"modifyThread": "modify thread",
"deleteThread": "delete thread",
"listMessages": "list messages",
"createMessage": "create message",
"getMessage": "retrieve message",
"message_id": "message id",
"modifyMessage": "modify message",
"deleteMessage": "delete message",
"createUpload": "create upload",
"addUploadPart": "add upload part",
"completeUpload": "complete upload",
"cancelUpload": "cancel upload",
"createThreadAndRun": "create thread and run",
"listRuns": "list runs",
"createRun": "create run",
"getRun": "retrieve run",
"run_id": "run id",
"modifyRun": "modify run",
"submitToolOutputsToRun": "submit tool outputs to run",
"cancelRun": "cancel run",
"listRunSteps": "list run steps",
"getRunStep": "retrieve run step",
"stepId": "step_id",
"listAssistantFiles": "list assistant files",
"createAssistantFile": "create assistant file",
"getAssistantFile": "retrieve assistant file",
"deleteAssistantFile": "delete assistant file",
"listMessageFiles": "list message files",
"getMessageFile": "get message file",
"optionalParameters": "Options"
}
}
}