# acompletion_with_retry

> **Function** in `langchain_mistralai`

📖 [View in docs](https://reference.langchain.com/python/langchain-mistralai/chat_models/acompletion_with_retry)

Use tenacity to retry the async completion call.

## Signature

```python
acompletion_with_retry(
    llm: ChatMistralAI,
    run_manager: AsyncCallbackManagerForLLMRun | None = None,
    **kwargs: Any = {},
) -> Any
```

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/ee95ad6907f5eab94644183393a20aa2a032bb19/libs/partners/mistralai/langchain_mistralai/chat_models.py#L220)