# get_async_parallel_client

> **Function** in `langchain_parallel`

📖 [View in docs](https://reference.langchain.com/python/langchain-parallel/_client/get_async_parallel_client)

Returns a configured async Parallel SDK client.

## Signature

```python
get_async_parallel_client(
    api_key: str,
    base_url: str,
) -> AsyncParallel
```

---

[View source on GitHub](https://github.com/parallel-web/langchain-parallel/blob/c1f8c1d657b86eaf948c363f84fed6ea6bd65754/langchain_parallel/_client.py#L53)