Using openai-apps-sdk-examples with openai.com

TypeScript integration

✓ Official SDK
Install
npm install openai-apps-sdk-examples
Quick start
import Openai_apps_sdk_examples from 'openai-apps-sdk-examples';

const client = new Openai_apps_sdk_examples({ apiKey: "YOUR_API_KEY" });
Returns a list of files that belong to the user's organization.
curl \
  https://api.openai.com/v1/files
Lists the currently available models, and provides basic information about ea…
curl \
  https://api.openai.com/v1/models
Lists the currently available (non-finetuned) models, and provides basic info…
curl \
  https://api.openai.com/v1/engines
SDK on GitHub 📄 API Docs
SDK
openai-apps-sdk-examples
TypeScript
API
openai.com
openai.com
At a glance
Language TypeScript
Endpoints28
Base URLhttps://api.openai.com/v1
✓ Official