MerchantryTidbits

llm-inference / library

OpenAI Node SDK

Capability: OpenAI Node SDK

Use it when

  • integrate the OpenAI Responses API from TypeScript
  • use streaming, tools, files, and typed request errors through the supported SDK

What it solves

Not the fit when

  • requires an OpenAI API key and paid usage

Install

npm install openai

Invoke

Create `new OpenAI()`, then call `client.responses.create({ model, input })` and read `output_text` or stream events.

Alternatives

No reviewed alternatives recorded yet.