openai-harmony 0.0.5

OpenAI's response format for its open-weight model series gpt-oss
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "@openai/harmony",
  "version": "0.0.1",
  "type": "module",
  "files": [
    "README.md",
    "dist/"
  ],
  "main": "./dist/web/openai_harmony.js",
  "types": "./dist/web/openai_harmony.d.ts"
}