UNPKG

n8n-nodes-aimlapi

Version:

Custom n8n node for integrating with the AI/ML API platform (AIMLAPI) to interact with LLMs and multimodal AI models such as chat completion endpoints.

3 lines (2 loc) 124 B
import type { INodeProperties } from 'n8n-workflow'; export declare const embeddingGenerationProperties: INodeProperties[];