> ## Documentation Index
> Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# openai.AsyncClient

> Async_Client utilities for openai model integration and logging utilities.

[View module source on GitHub](https://github.com/maximhq/maxim-py/blob/main/maxim/logger/openai/async_client.py)

## [MaximOpenAIAsyncClient](/sdk/python/references/logger/openai/async_client)

```python theme={null}
class MaximOpenAIAsyncClient()
```

This class represents a [MaximOpenAIAsyncClient](/sdk/python/references/logger/openai/async_client).

#### \_\_init\_\_

```python theme={null}
def __init__(client: AsyncOpenAI, logger: Logger)
```

This class represents a [MaximOpenAIAsyncClient](/sdk/python/references/logger/openai/async_client).

**Arguments**:

| Name     | Description        |
| -------- | ------------------ |
| `client` | The client to use. |
| `logger` | The logger to use. |

#### chat

```python theme={null}
@property
def chat() -> MaximAsyncOpenAIChat
```

This property represents the chat object of [MaximOpenAIAsyncClient](/sdk/python/references/logger/openai/async_client).
