> ## 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.agentchat.realtime.experimental.clients.get_client

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

#### get\_client

```python theme={null}
get_client(
    llm_config: LLMConfig | dict[str, Any],
    logger: Logger,
    **kwargs: Any
) -> RealtimeClientProtocol
```

Get a registered Realtime API client.<br />

<b>Parameters:</b>

| Name         | Description                                                                                                                             |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------- |
| `llm_config` | The config for the client.<br /><br />**Type:** [LLMConfig](/docs/api-reference/autogen/llm_config/LLMConfig) \| dict\[str, typing.Any] |
| `logger`     | The logger to use for logging events.<br /><br />**Type:** logging.Logger                                                               |
| `**kwargs`   | Additional arguments.<br /><br />**Type:** Any                                                                                          |

<b>Returns:</b>

| Type                                                                                                                 | Description                                      |
| -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| [RealtimeClientProtocol](/docs/api-reference/autogen/agentchat/realtime/experimental/clients/RealtimeClientProtocol) | RealtimeClientProtocol: The Realtime API client. |

<br />
