# get_llm_output

> **Function** in `langchain_litellm`

📖 [View in docs](https://reference.langchain.com/python/langchain-litellm/chat_models/litellm_router/get_llm_output)

Get llm output from usage and params.

## Signature

```python
get_llm_output(
    usage: Any,
    **params: Any = {},
) -> dict
```

---

[View source on GitHub](https://github.com/langchain-ai/langchain-litellm/blob/ccf07b2531b1519dc7690ccb6f7445df55d5e381/langchain_litellm/chat_models/litellm_router.py#L31)