UNPKG

n8n-nodes-nemotron

Version:

n8n community node for integrating NVIDIA's Nemotron Ultra 253B AI model

10 lines (9 loc) 355 B
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class NvidiaApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; }