javascript-sdk

Installation
SKILL.md

JavaScript SDK

Build AI applications with the inference.sh JavaScript/TypeScript SDK.

Quick Start

npm install @inferencesh/sdk
import { inference } from '@inferencesh/sdk';

const client = inference({ apiKey: 'inf_your_key' });

// Run an AI app
const result = await client.run({
  app: 'infsh/flux-schnell',
  input: { prompt: 'A sunset over mountains' }
Related skills

More from duvesalo/app

Installs
4
Repository
duvesalo/app
First Seen
Mar 2, 2026