You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@gradientai/nodejs-sdk

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gradientai/nodejs-sdk

JavaScript and TypeScript client for Gradient AI

1.12.1
latest
Source
npmnpm
Version published
Weekly downloads
926
-32.51%
Maintainers
0
Weekly downloads
 
Created
Source

Gradient AI SDK for JavaScript

A JavaScript client with TypeScript types definitions for gradient

npm version

Installation

npm install --save @gradientai/nodejs-sdk

Usage

Refer to SDK quickstart page for more examples. The gradient-sdk-typescript-example repository has a complete working example!

import { Gradient } from "@gradientai/nodejs-sdk";

const gradient = new Gradient({});
const models = await gradient.listModels();

See the complete list of endpoints in the API reference.

Requirements

This package requires NodeJS at least in version 18.

Getting help

To report issues with the SDK, it is possible to submit an issue in the package repo.

Keywords

@gradientai/nodejs-sdk

FAQs

Package last updated on 28 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts