Confirm this is a Node library issue and not an underlying OpenAI API issue
Describe the bug
The type AzureClientOptions is no longer being exported. Looking at the history of the src/index.ts file, I could trace the missing export to this commit number 9278d9a.
To Reproduce
import {type AzureClientOptions) from 'openai';
Code snippets
OS
macOS
Node version
Node v24.12.0
Library version
openai v6.16.0
Confirm this is a Node library issue and not an underlying OpenAI API issue
Describe the bug
The type
AzureClientOptionsis no longer being exported. Looking at the history of thesrc/index.tsfile, I could trace the missing export to this commit number 9278d9a.To Reproduce
import {type AzureClientOptions) from 'openai';
Code snippets
OS
macOS
Node version
Node v24.12.0
Library version
openai v6.16.0