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

# autogen.runtime_logging.log_new_client

<code class="doc-symbol doc-symbol-heading doc-symbol-function" />

#### log\_new\_client

```python theme={null}
log_new_client(
    client: AzureOpenAI | OpenAI | CerebrasClient | GeminiClient | AnthropicClient | MistralAIClient | TogetherClient | GroqClient | CohereClient | OllamaClient | BedrockClient,
    wrapper: OpenAIWrapper,
    init_args: dict[str, Any]
) -> None
```

<b>Parameters:</b>

| Name        | Description                                                                                                                                                                              |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `client`    | **Type:** AzureOpenAI \| OpenAI \| CerebrasClient \| GeminiClient \| AnthropicClient \| MistralAIClient \| TogetherClient \| GroqClient \| CohereClient \| OllamaClient \| BedrockClient |
| `wrapper`   | **Type:** OpenAIWrapper                                                                                                                                                                  |
| `init_args` | **Type:** dict\[str, Any]                                                                                                                                                                |

<br />
