<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@xg-wang/openai-js](./openai-js.md) &gt; [Client](./openai-js.client.md) &gt; [(constructor)](./openai-js.client._constructor_.md)

## Client.(constructor)

Constructs a new instance of the `Client` class

<b>Signature:</b>

```typescript
constructor(options?: ClientOptions);
```

## Parameters

| Parameter | Type                                          | Description |
| --------- | --------------------------------------------- | ----------- |
| options   | [ClientOptions](./openai-js.clientoptions.md) |             |
